Trace number 1081738

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.09 1802.84

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-43.xml
MD5SUMf2f84342904e22f7d1d97c8f943ceaa0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark145.621
Satisfiable
(Un)Satisfiability was proved
Number of variables1849
Number of constraints38871
Maximum constraint arity2
Maximum domain size43
Number of constraints which are defined in extension0
Number of constraints which are defined in intension38871
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 02:45:46 2008
0.00/0.04	c 0	PID 9661
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081738-1215218745.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081738-1215218745.xml' 'HOME/temp.csp'
2.13/2.29	c 2	1 domains, 1849 variables, 4 predicates, 0 relations, 38871 constraints
2.22/2.30	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.22/2.30	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.22/2.38	c 2	Parsing HOME/temp.csp
2.23/2.81	c 2	parsed 10000 expressions
2.23/3.02	c 3	parsed 20000 expressions
3.11/3.24	c 3	parsed 30000 expressions
3.30/3.42	c 3	parsed 40000 expressions
3.30/3.43	c 3	parsed 40725 expressions
3.30/3.44	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.30/3.44	c 3	Converting to clausal form CSP
4.00/4.15	c 4	converted 4073 (10%) expressions
4.68/4.87	c 5	converted 8145 (20%) expressions
5.56/5.71	c 5	converted 12218 (30%) expressions
6.17/6.40	c 6	converted 16290 (40%) expressions
6.84/7.09	c 7	converted 20363 (50%) expressions
7.83/8.08	c 8	converted 24435 (60%) expressions
8.53/8.78	c 8	converted 28508 (70%) expressions
9.22/9.47	c 9	converted 32580 (80%) expressions
9.91/10.15	c 10	converted 36653 (90%) expressions
10.61/10.82	c 10	converted 40725 (100%) expressions
10.61/10.82	c 10	CSP : 1849 integers, 37380 booleans, 115437 clauses, largest domain size 43
10.61/10.82	c 10	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.61/10.82	c 10	Propagation in CSP
12.78/13.09	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.78/13.09	c 13	CSP : 1849 integers, 37380 booleans, 115437 clauses, largest domain size 43
12.78/13.09	c 13	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.89/13.12	c 13	Simplifing CSP by introducing new Boolean variables
13.07/13.39	c 13	CSP : 1849 integers, 77658 booleans, 155715 clauses, largest domain size 43
13.07/13.39	c 13	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.57/13.85	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.67/13.95	c 14	185 (10%) CSP integer variables are encoded (7585 clauses, 96508 bytes)
13.67/13.99	c 14	370 (20%) CSP integer variables are encoded (15170 clauses, 205932 bytes)
13.77/14.02	c 14	555 (30%) CSP integer variables are encoded (22755 clauses, 319707 bytes)
13.77/14.07	c 14	740 (40%) CSP integer variables are encoded (30340 clauses, 433482 bytes)
13.87/14.10	c 14	925 (50%) CSP integer variables are encoded (37925 clauses, 547257 bytes)
13.87/14.14	c 14	1110 (60%) CSP integer variables are encoded (45510 clauses, 661032 bytes)
13.87/14.18	c 14	1295 (70%) CSP integer variables are encoded (53095 clauses, 774807 bytes)
13.97/14.22	c 14	1480 (80%) CSP integer variables are encoded (60680 clauses, 888582 bytes)
13.97/14.26	c 14	1665 (90%) CSP integer variables are encoded (68265 clauses, 1002357 bytes)
14.06/14.30	c 14	1849 (100%) CSP integer variables are encoded (75809 clauses, 1115517 bytes)
16.44/16.78	c 16	15572 (10%) CSP clauses are encoded (575089 clauses, 11422087 bytes)
18.89/19.21	c 19	31143 (20%) CSP clauses are encoded (1078071 clauses, 21962989 bytes)
21.27/21.63	c 21	46715 (30%) CSP clauses are encoded (1576249 clauses, 32713229 bytes)
23.63/24.07	c 24	62286 (40%) CSP clauses are encoded (2072702 clauses, 43626685 bytes)
26.07/26.54	c 26	77858 (50%) CSP clauses are encoded (2575023 clauses, 54668790 bytes)
28.45/28.99	c 29	93429 (60%) CSP clauses are encoded (3075464 clauses, 65686294 bytes)
30.92/31.44	c 31	109001 (70%) CSP clauses are encoded (3575852 clauses, 77013382 bytes)
33.38/33.91	c 34	124572 (80%) CSP clauses are encoded (4073697 clauses, 88281266 bytes)
35.76/36.36	c 36	140144 (90%) CSP clauses are encoded (4572337 clauses, 99569982 bytes)
38.21/38.81	c 38	155715 (100%) CSP clauses are encoded (5068328 clauses, 110795242 bytes)
38.21/38.81	c 38	155715 CSP clauses encoded
38.21/38.81	c 38	Writing map file : HOME/temp.map
38.21/38.87	c 39	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.21/38.88	c 39	SAT : 155316 SAT variables, 5068328 SAT clauses, 110795242 bytes
38.21/38.88	c 39	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.30/38.94	c 39	SOLVING HOME/temp.cnf
38.30/38.94	c 39	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.30/38.95	c 39	This is MiniSat 2.0 beta
38.30/38.95	c 39	WARNING: for repeatability, setting FPU to use double precision
38.30/38.95	c 39	============================[ Problem Statistics ]=============================
38.30/38.95	c 39	|                                                                             |
38.30/38.95	c 39	|  Number of variables:  155316                                               |
38.30/38.95	c 39	|  Number of clauses:    5068328                                              |
41.04/41.75	c 41	|  Parsing time:         2.41         s                                       |
41.24/41.90	c 42	============================[ Search Statistics ]==============================
41.24/41.90	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.24/41.90	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.24/41.90	c 42	===============================================================================
41.24/41.90	c 42	|         0 |  155316  5068328 14853214 |  1689442        0    nan |  0.000 % |
41.73/42.44	c 42	|       100 |  155316  5068328 14853214 |  1858386      100      6 |  0.000 % |
42.04/42.77	c 42	|       250 |  155316  5068328 14853214 |  2044225      250      6 |  0.000 % |
42.53/43.29	c 43	|       476 |  155316  5068328 14853214 |  2248648      476      6 |  0.000 % |
43.03/43.73	c 43	|       813 |  155316  5068328 14853214 |  2473513      813      6 |  0.000 % |
43.63/44.36	c 44	|      1320 |  155316  5068328 14853214 |  2720864     1320      6 |  0.000 % |
44.42/45.11	c 45	|      2079 |  155316  5068328 14853214 |  2992950     2079      6 |  0.000 % |
45.70/46.40	c 46	|      3218 |  155316  5068328 14853214 |  3292245     3218      6 |  0.000 % |
47.48/48.26	c 48	|      4926 |  155316  5068328 14853214 |  3621470     4926      6 |  0.000 % |
50.81/51.68	c 51	|      7489 |  155316  5068328 14853214 |  3983617     7489      6 |  0.000 % |
54.75/55.62	c 55	|     11333 |  155316  5068328 14853214 |  4381979    11333      7 |  0.000 % |
58.49/59.48	c 59	|     17099 |  155316  5068328 14853214 |  4820177    17099      7 |  0.000 % |
63.70/64.72	c 64	|     25749 |  155316  5068328 14853214 |  5302194    25749      8 |  0.000 % |
69.30/70.41	c 70	|     38725 |  155316  5068328 14853214 |  5832414    38725      8 |  0.000 % |
75.05/76.29	c 76	|     58187 |  155316  5068328 14853214 |  6415655    58187     10 |  0.000 % |
81.95/83.15	c 83	|     87380 |  155316  5068328 14853214 |  7057221    87380     12 |  0.000 % |
91.84/93.03	c 93	|    131169 |  155316  5068328 14853214 |  7762943   131169     13 |  0.000 % |
112.02/113.25	c 113	|    196854 |  155316  5068328 14853214 |  8539237   196854     13 |  0.000 % |
159.88/161.12	c 161	|    295380 |  155316  5068328 14853214 |  9393161   295380     15 |  0.000 % |
199.04/200.38	c 200	|    443169 |  155316  5068328 14853214 | 10332477   443169     15 |  0.000 % |
349.62/351.03	c 351	|    664853 |  155316  5068328 14853214 | 11365725   664853     16 |  0.000 % |
494.01/495.53	c 495	|    997381 |  155316  5068328 14853214 | 12502297   997381     16 |  0.000 % |
1116.50/1118.57	c 1118	|   1496170 |  155316  5068328 14853214 | 13752527  1496170     21 |  0.000 % |
1800.07/1802.72	c ERROR INTERRUPTED
1800.07/1802.78	s UNKNOWN
1800.07/1802.78	c 1802	CPU 37.19 (0.04 0.01 37.15 1.16)
1800.07/1802.78	c 1802	END Sat Jul  5 03:15:48 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081738-1215218745/watcher-1081738-1215218745 -o /tmp/evaluation-result-1081738-1215218745/solver-1081738-1215218745 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1081738-1215218745.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.35 2.21 2.08 4/83 9661
/proc/meminfo: memFree=1403960/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=12268 CPUtime=0
/proc/9661/stat : 9661 (sugar) R 9659 9661 7701 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2000848261 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9661/statm: 3067 316 241 3 0 167 0

[startup+0.0756369 s]
/proc/loadavg: 2.35 2.21 2.08 4/83 9661
/proc/meminfo: memFree=1403960/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=0.03
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000848261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9661/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101293 s]
/proc/loadavg: 2.35 2.21 2.08 4/83 9661
/proc/meminfo: memFree=1403960/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=0.03
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000848261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9661/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301305 s]
/proc/loadavg: 2.35 2.21 2.08 4/83 9661
/proc/meminfo: memFree=1403960/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=0.03
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000848261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9661/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701338 s]
/proc/loadavg: 2.35 2.21 2.08 4/83 9661
/proc/meminfo: memFree=1403960/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=0.03
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000848261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9661/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50239 s]
/proc/loadavg: 2.40 2.22 2.08 4/94 9673
/proc/meminfo: memFree=1362912/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=0.03
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000848261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9661/statm: 3400 796 370 3 0 500 0
[pid=9664] ppid=9661 vsize=5356 CPUtime=0
/proc/9664/stat : 9664 (sh) S 9661 9661 7701 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2000848266 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9664/statm: 1339 233 193 169 0 50 0
[pid=9665] ppid=9664 vsize=866684 CPUtime=1.41
/proc/9665/stat : 9665 (java) S 9664 9661 7701 0 -1 0 18537 0 1 0 131 10 0 0 18 0 9 0 2000848266 887484416 15620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9665/statm: 216671 15620 2529 9 0 211253 0
[pid=9665/tid=9666] ppid=9664 vsize=866684 CPUtime=0.67
/proc/9665/task/9666/stat : 9666 (java) R 9664 9661 7701 0 -1 64 3054 0 1 0 64 3 0 0 20 0 9 0 2000848267 887484416 15620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9665/tid=9667] ppid=9664 vsize=866684 CPUtime=0.61
/proc/9665/task/9667/stat : 9667 (java) R 9664 9661 7701 0 -1 64 14282 0 0 0 56 5 0 0 16 0 9 0 2000848269 887484416 15620 996147200 134512640 134550740 4294956000 18446744073709551615 102721939 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9665/tid=9668] ppid=9664 vsize=866684 CPUtime=0
/proc/9665/task/9668/stat : 9668 (java) S 9664 9661 7701 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 2000848269 887484416 15620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9665/tid=9669] ppid=9664 vsize=866684 CPUtime=0
/proc/9665/task/9669/stat : 9669 (java) S 9664 9661 7701 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000848269 887484416 15620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9665/tid=9670] ppid=9664 vsize=866684 CPUtime=0
/proc/9665/task/9670/stat : 9670 (java) S 9664 9661 7701 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000848271 887484416 15620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9665/tid=9671] ppid=9664 vsize=866684 CPUtime=0.11
/proc/9665/task/9671/stat : 9671 (java) S 9664 9661 7701 0 -1 64 501 0 0 0 11 0 0 0 16 0 9 0 2000848271 887484416 15620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9665/tid=9672] ppid=9664 vsize=866684 CPUtime=0
/proc/9665/task/9672/stat : 9672 (java) S 9664 9661 7701 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000848271 887484416 15620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9665/tid=9673] ppid=9664 vsize=866684 CPUtime=0
/proc/9665/task/9673/stat : 9673 (java) S 9664 9661 7701 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000848271 887484416 15620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 885640

[startup+3.10186 s]
/proc/loadavg: 2.40 2.22 2.08 3/94 9673
/proc/meminfo: memFree=1328736/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=2.23
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 974 21464 0 1 3 0 207 13 15 0 1 0 2000848261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9661/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 13600

[startup+6.3027 s]
/proc/loadavg: 2.40 2.22 2.08 3/94 9683
/proc/meminfo: memFree=1337312/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=2.23
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 974 21464 0 1 3 0 207 13 15 0 1 0 2000848261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9661/statm: 3400 797 370 3 0 500 0
[pid=9674] ppid=9661 vsize=5356 CPUtime=0
/proc/9674/stat : 9674 (sh) S 9661 9661 7701 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000848492 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9674/statm: 1339 233 193 169 0 50 0
[pid=9675] ppid=9674 vsize=869500 CPUtime=3.94
/proc/9675/stat : 9675 (java) S 9674 9661 7701 0 -1 0 13657 0 1 0 384 10 0 0 18 0 9 0 2000848492 890368000 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9675/statm: 217375 12160 2541 9 0 211950 0
[pid=9675/tid=9676] ppid=9674 vsize=869500 CPUtime=3
/proc/9675/task/9676/stat : 9676 (java) R 9674 9661 7701 0 -1 64 3047 0 1 0 298 2 0 0 25 0 9 0 2000848493 890368000 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4126627926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9677] ppid=9674 vsize=869500 CPUtime=0.7
/proc/9675/task/9677/stat : 9677 (java) S 9674 9661 7701 0 -1 64 8438 0 0 0 65 5 0 0 16 0 9 0 2000848494 890368000 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9678] ppid=9674 vsize=869500 CPUtime=0
/proc/9675/task/9678/stat : 9678 (java) S 9674 9661 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000848494 890368000 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9679] ppid=9674 vsize=869500 CPUtime=0
/proc/9675/task/9679/stat : 9679 (java) S 9674 9661 7701 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000848494 890368000 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9680] ppid=9674 vsize=869500 CPUtime=0
/proc/9675/task/9680/stat : 9680 (java) S 9674 9661 7701 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000848496 890368000 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9681] ppid=9674 vsize=869500 CPUtime=0.2
/proc/9675/task/9681/stat : 9681 (java) S 9674 9661 7701 0 -1 64 1474 0 0 0 19 1 0 0 16 0 9 0 2000848496 890368000 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9682] ppid=9674 vsize=869500 CPUtime=0
/proc/9675/task/9682/stat : 9682 (java) S 9674 9661 7701 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000848496 890368000 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9683] ppid=9674 vsize=869500 CPUtime=0
/proc/9675/task/9683/stat : 9683 (java) S 9674 9661 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2000848496 890368000 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 888456

[startup+12.7021 s]
/proc/loadavg: 2.49 2.25 2.09 3/94 9683
/proc/meminfo: memFree=1251680/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=2.23
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 974 21464 0 1 3 0 207 13 15 0 1 0 2000848261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9661/statm: 3400 797 370 3 0 500 0
[pid=9674] ppid=9661 vsize=5356 CPUtime=0
/proc/9674/stat : 9674 (sh) S 9661 9661 7701 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000848492 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9674/statm: 1339 233 193 169 0 50 0
[pid=9675] ppid=9674 vsize=869500 CPUtime=10.26
/proc/9675/stat : 9675 (java) S 9674 9661 7701 0 -1 0 32558 0 1 0 1005 21 0 0 18 0 9 0 2000848492 890368000 22125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9675/statm: 217375 22125 2541 9 0 211950 0
[pid=9675/tid=9676] ppid=9674 vsize=869500 CPUtime=8.12
/proc/9675/task/9676/stat : 9676 (java) R 9674 9661 7701 0 -1 64 3847 0 1 0 809 3 0 0 25 0 9 0 2000848493 890368000 22125 996147200 134512640 134550740 4294955952 18446744073709551615 4126626451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9677] ppid=9674 vsize=869500 CPUtime=1.89
/proc/9675/task/9677/stat : 9677 (java) S 9674 9661 7701 0 -1 64 26531 0 0 0 174 15 0 0 16 0 9 0 2000848494 890368000 22125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9678] ppid=9674 vsize=869500 CPUtime=0
/proc/9675/task/9678/stat : 9678 (java) S 9674 9661 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000848494 890368000 22125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9679] ppid=9674 vsize=869500 CPUtime=0
/proc/9675/task/9679/stat : 9679 (java) S 9674 9661 7701 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000848494 890368000 22125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9680] ppid=9674 vsize=869500 CPUtime=0
/proc/9675/task/9680/stat : 9680 (java) S 9674 9661 7701 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000848496 890368000 22125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9681] ppid=9674 vsize=869500 CPUtime=0.22
/proc/9675/task/9681/stat : 9681 (java) S 9674 9661 7701 0 -1 64 1482 0 0 0 21 1 0 0 16 0 9 0 2000848496 890368000 22125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9682] ppid=9674 vsize=869500 CPUtime=0
/proc/9675/task/9682/stat : 9682 (java) S 9674 9661 7701 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000848496 890368000 22125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9683] ppid=9674 vsize=869500 CPUtime=0
/proc/9675/task/9683/stat : 9683 (java) S 9674 9661 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2000848496 890368000 22125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 888456

[startup+25.5019 s]
/proc/loadavg: 2.57 2.27 2.10 3/94 9683
/proc/meminfo: memFree=1098592/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=2.23
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 974 21464 0 1 3 0 207 13 16 0 1 0 2000848261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9661/statm: 3400 797 370 3 0 500 0
[pid=9674] ppid=9661 vsize=5356 CPUtime=0
/proc/9674/stat : 9674 (sh) S 9661 9661 7701 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000848492 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9674/statm: 1339 233 193 169 0 50 0
[pid=9675] ppid=9674 vsize=869612 CPUtime=22.88
/proc/9675/stat : 9675 (java) S 9674 9661 7701 0 -1 0 38480 0 1 0 2230 58 0 0 18 0 9 0 2000848492 890482688 26142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9675/statm: 217403 26142 2566 9 0 211950 0
[pid=9675/tid=9676] ppid=9674 vsize=869612 CPUtime=19.86
/proc/9675/task/9676/stat : 9676 (java) R 9674 9661 7701 0 -1 64 4196 0 1 0 1951 35 0 0 25 0 9 0 2000848493 890482688 26142 996147200 134512640 134550740 4294955952 18446744073709551615 4127026360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9677] ppid=9674 vsize=869612 CPUtime=2.7
/proc/9675/task/9677/stat : 9677 (java) S 9674 9661 7701 0 -1 64 32064 0 0 0 250 20 0 0 16 0 9 0 2000848494 890482688 26142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9678] ppid=9674 vsize=869612 CPUtime=0
/proc/9675/task/9678/stat : 9678 (java) S 9674 9661 7701 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000848494 890482688 26142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9679] ppid=9674 vsize=869612 CPUtime=0
/proc/9675/task/9679/stat : 9679 (java) S 9674 9661 7701 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000848494 890482688 26142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9680] ppid=9674 vsize=869612 CPUtime=0
/proc/9675/task/9680/stat : 9680 (java) S 9674 9661 7701 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000848496 890482688 26142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9681] ppid=9674 vsize=869612 CPUtime=0.29
/proc/9675/task/9681/stat : 9681 (java) S 9674 9661 7701 0 -1 64 1522 0 0 0 28 1 0 0 16 0 9 0 2000848496 890482688 26142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9682] ppid=9674 vsize=869612 CPUtime=0
/proc/9675/task/9682/stat : 9682 (java) S 9674 9661 7701 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000848496 890482688 26142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9675/tid=9683] ppid=9674 vsize=869612 CPUtime=0
/proc/9675/task/9683/stat : 9683 (java) S 9674 9661 7701 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2000848496 890482688 26142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 888568

[startup+51.1016 s]
/proc/loadavg: 2.38 2.25 2.10 3/86 9685
/proc/meminfo: memFree=736160/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=38.34
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 1033 60585 0 2 3 1 3715 115 16 0 1 0 2000848261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9661/statm: 3400 799 370 3 0 500 0
[pid=9684] ppid=9661 vsize=5356 CPUtime=0
/proc/9684/stat : 9684 (sh) S 9661 9661 7701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000852156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9684/statm: 1339 232 193 169 0 50 0
[pid=9685] ppid=9684 vsize=231504 CPUtime=11.97
/proc/9685/stat : 9685 (minisat) R 9684 9661 7701 0 -1 4194304 57125 0 0 0 1157 40 0 0 25 0 1 0 2000852156 237060096 57111 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

################
# More data... #
################

[pid=9684] ppid=9661 vsize=5356 CPUtime=0
/proc/9684/stat : 9684 (sh) S 9661 9661 7701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000852156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9684/statm: 1339 232 193 169 0 50 0
[pid=9685] ppid=9684 vsize=443408 CPUtime=1381.68
/proc/9685/stat : 9685 (minisat) R 9684 9661 7701 0 -1 4194304 108962 0 0 0 138070 98 0 0 25 0 1 0 2000852156 454049792 108948 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9685/statm: 110852 108948 76 150 0 110699 0
Current children cumulated CPU time (s) 1420.03
Current children cumulated vsize (KiB) 462364

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 9785
/proc/meminfo: memFree=797224/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=38.35
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 1033 60585 0 2 4 1 3715 115 16 0 1 0 2000848261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9661/statm: 3400 799 370 3 0 500 0
[pid=9684] ppid=9661 vsize=5356 CPUtime=0
/proc/9684/stat : 9684 (sh) S 9661 9661 7701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000852156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9684/statm: 1339 232 193 169 0 50 0
[pid=9685] ppid=9684 vsize=447488 CPUtime=1441.62
/proc/9685/stat : 9685 (minisat) R 9684 9661 7701 0 -1 4194304 109988 0 0 0 144062 100 0 0 25 0 1 0 2000852156 458227712 109974 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9685/statm: 111872 109974 76 150 0 111719 0
Current children cumulated CPU time (s) 1479.97
Current children cumulated vsize (KiB) 466444

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 9785
/proc/meminfo: memFree=793512/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=38.35
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 1033 60585 0 2 4 1 3715 115 16 0 1 0 2000848261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9661/statm: 3400 799 370 3 0 500 0
[pid=9684] ppid=9661 vsize=5356 CPUtime=0
/proc/9684/stat : 9684 (sh) S 9661 9661 7701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000852156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9684/statm: 1339 232 193 169 0 50 0
[pid=9685] ppid=9684 vsize=451084 CPUtime=1501.56
/proc/9685/stat : 9685 (minisat) R 9684 9661 7701 0 -1 4194304 110896 0 0 0 150055 101 0 0 25 0 1 0 2000852156 461910016 110882 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9685/statm: 112771 110882 76 150 0 112618 0
Current children cumulated CPU time (s) 1539.91
Current children cumulated vsize (KiB) 470040

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 9785
/proc/meminfo: memFree=789800/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=38.35
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 1033 60585 0 2 4 1 3715 115 16 0 1 0 2000848261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9661/statm: 3400 799 370 3 0 500 0
[pid=9684] ppid=9661 vsize=5356 CPUtime=0
/proc/9684/stat : 9684 (sh) S 9661 9661 7701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000852156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9684/statm: 1339 232 193 169 0 50 0
[pid=9685] ppid=9684 vsize=454800 CPUtime=1561.5
/proc/9685/stat : 9685 (minisat) R 9684 9661 7701 0 -1 4194304 111821 0 0 0 156047 103 0 0 25 0 1 0 2000852156 465715200 111807 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9685/statm: 113700 111807 76 150 0 113547 0
Current children cumulated CPU time (s) 1599.85
Current children cumulated vsize (KiB) 473756

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9785
/proc/meminfo: memFree=786792/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=38.35
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 1033 60585 0 2 4 1 3715 115 16 0 1 0 2000848261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9661/statm: 3400 799 370 3 0 500 0
[pid=9684] ppid=9661 vsize=5356 CPUtime=0
/proc/9684/stat : 9684 (sh) S 9661 9661 7701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000852156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9684/statm: 1339 232 193 169 0 50 0
[pid=9685] ppid=9684 vsize=457828 CPUtime=1621.46
/proc/9685/stat : 9685 (minisat) R 9684 9661 7701 0 -1 4194304 112580 0 0 0 162041 105 0 0 25 0 1 0 2000852156 468815872 112566 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9685/statm: 114457 112566 76 150 0 114304 0
Current children cumulated CPU time (s) 1659.81
Current children cumulated vsize (KiB) 476784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9785
/proc/meminfo: memFree=784808/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=38.35
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 1033 60585 0 2 4 1 3715 115 16 0 1 0 2000848261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9661/statm: 3400 799 370 3 0 500 0
[pid=9684] ppid=9661 vsize=5356 CPUtime=0
/proc/9684/stat : 9684 (sh) S 9661 9661 7701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000852156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9684/statm: 1339 232 193 169 0 50 0
[pid=9685] ppid=9684 vsize=459808 CPUtime=1681.4
/proc/9685/stat : 9685 (minisat) R 9684 9661 7701 0 -1 4194304 113071 0 0 0 168034 106 0 0 25 0 1 0 2000852156 470843392 113057 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9685/statm: 114952 113057 76 150 0 114799 0
Current children cumulated CPU time (s) 1719.75
Current children cumulated vsize (KiB) 478764

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9785
/proc/meminfo: memFree=782824/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=38.35
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 1033 60585 0 2 4 1 3715 115 16 0 1 0 2000848261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9661/statm: 3400 799 370 3 0 500 0
[pid=9684] ppid=9661 vsize=5356 CPUtime=0
/proc/9684/stat : 9684 (sh) S 9661 9661 7701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000852156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9684/statm: 1339 232 193 169 0 50 0
[pid=9685] ppid=9684 vsize=461716 CPUtime=1741.34
/proc/9685/stat : 9685 (minisat) R 9684 9661 7701 0 -1 4194304 113556 0 0 0 174028 106 0 0 25 0 1 0 2000852156 472797184 113542 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9685/statm: 115429 113542 76 150 0 115276 0
Current children cumulated CPU time (s) 1779.69
Current children cumulated vsize (KiB) 480672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9785
/proc/meminfo: memFree=782184/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=38.35
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 1033 60585 0 2 4 1 3715 115 16 0 1 0 2000848261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9661/statm: 3400 799 370 3 0 500 0
[pid=9684] ppid=9661 vsize=5356 CPUtime=0
/proc/9684/stat : 9684 (sh) S 9661 9661 7701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000852156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9684/statm: 1339 232 193 169 0 50 0
[pid=9685] ppid=9684 vsize=462252 CPUtime=1761.72
/proc/9685/stat : 9685 (minisat) R 9684 9661 7701 0 -1 4194304 113713 0 0 0 176066 106 0 0 25 0 1 0 2000852156 473346048 113699 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9685/statm: 115563 113699 76 150 0 115410 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 481208

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9785
/proc/meminfo: memFree=782184/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=38.35
/proc/9661/stat : 9661 (sugar) S 9659 9661 7701 0 -1 4194304 1033 60585 0 2 4 1 3715 115 16 0 1 0 2000848261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9661/statm: 3400 799 370 3 0 500 0
[pid=9684] ppid=9661 vsize=5356 CPUtime=0
/proc/9684/stat : 9684 (sh) S 9661 9661 7701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000852156 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9684/statm: 1339 232 193 169 0 50 0
[pid=9685] ppid=9684 vsize=462252 CPUtime=1761.72
/proc/9685/stat : 9685 (minisat) R 9684 9661 7701 0 -1 4194304 113713 0 0 0 176066 106 0 0 25 0 1 0 2000852156 473346048 113699 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9685/statm: 115563 113699 76 150 0 115410 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 481208

# WARNING:
# current cumulated CPU time (38.4 s) is less than in the last sample (1800.07 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1761.67 s) to the 'lost time'.

[startup+1802.82 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 9786
/proc/meminfo: memFree=1322536/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=38.4
/proc/9661/stat : 9661 (sugar) R 9659 9661 7701 0 -1 4194304 1070 60862 0 2 4 5 3715 116 17 0 1 0 2000848261 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/9661/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 38.4
Current children cumulated vsize (KiB) 13600

Solver just ended. Dumping a history of the last processes samples

[startup+1802.82 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 9786
/proc/meminfo: memFree=1322536/2055920 swapFree=4117548/4192956
[pid=9661] ppid=9659 vsize=13600 CPUtime=38.4
/proc/9661/stat : 9661 (sugar) R 9659 9661 7701 0 -1 4194304 1070 60862 0 2 4 5 3715 116 17 0 1 0 2000848261 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/9661/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 38.4
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1761.67
#  lost CPU user time (s): 1760.66
#  lost CPU system time (s): 1.01

Real time (s): 1802.84
CPU time (s): 1800.09
CPU user time (s): 1797.85
CPU system time (s): 2.23881
CPU usage (%): 99.8476
Max. virtual memory (cumulated for all children) (KiB): 899208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.1923
system time used= 1.22881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61963
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10082
involuntary context switches= 11355

runsolver used 2.26166 second user time and 5.98409 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 02:45:46
IDJOB=1081738
IDBENCH=57135
IDSOLVER=346
FILE ID=node30/1081738-1215218745
PBS_JOBID= 7881707
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-43.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081738-1215218745/watcher-1081738-1215218745 -o /tmp/evaluation-result-1081738-1215218745/solver-1081738-1215218745 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1081738-1215218745.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f2f84342904e22f7d1d97c8f943ceaa0
RANDOM SEED=927637998

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1404440 kB
Buffers:         70824 kB
Cached:         203536 kB
SwapCached:      69380 kB
Active:         493916 kB
Inactive:        96564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404440 kB
SwapTotal:     4192956 kB
SwapFree:      4117548 kB
Dirty:           12200 kB
Writeback:           0 kB
Mapped:         327544 kB
Slab:            45896 kB
Committed_AS:  4321748 kB
PageTables:       2300 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node30 at 2008-07-05 03:15:50