Trace number 2061864

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.14.6+minisat? (TO) 1800.01 1810.09

General information on the benchmark

Namecsp/cjss/
normalized-la03x3-590.xml
MD5SUM4a57b1e7f8dbec9499f874ec5413a1d3
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables151
Number of constraints155
Maximum constraint arity30
Maximum domain size591
Number of constraints which are defined in extension0
Number of constraints which are defined in intension150
Global constraints used (with number of constraints)cumulative(5)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sat Jul 11 17:53:46 2009
0.06/0.08	c 0	PID 13178
0.06/0.08	c 0	HOST node24.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2061864-1247327625.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061864-1247327625.xml' 'HOME/temp.csp'
0.07/0.39	c 0	2 domains, 151 variables, 1 predicates, 0 relations, 155 constraints
0.07/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.41	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.37/0.50	c 0	Parsing HOME/temp.csp
0.37/0.54	c 0	parsed 309 expressions
0.37/0.55	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.55	c 0	Converting to clausal form CSP
0.37/0.57	c 0	converted 31 (10%) expressions
0.37/0.57	c 0	converted 62 (20%) expressions
0.37/0.57	c 0	converted 93 (30%) expressions
0.37/0.57	c 0	converted 124 (40%) expressions
0.37/0.59	c 0	converted 155 (50%) expressions
0.37/0.59	c 0	converted 186 (60%) expressions
0.37/0.60	c 0	converted 217 (70%) expressions
0.37/0.61	c 0	converted 248 (80%) expressions
0.37/0.62	c 0	converted 279 (90%) expressions
15.76/16.04	c 16	converted 309 (100%) expressions
15.76/16.07	c 16	CSP : 95677 integers, 58539 booleans, 296568 clauses, largest domain size 570
15.76/16.07	c 16	Heap : 198 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.76/16.07	c 16	Propagation in CSP
17.55/17.88	c 17	12933 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.65/17.90	c 17	CSP : 95677 integers, 58539 booleans, 296568 clauses, largest domain size 434
17.65/17.90	c 17	Heap : 195 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.75/18.01	c 18	Simplifing CSP by introducing new Boolean variables
17.84/18.18	c 18	CSP : 95677 integers, 58539 booleans, 296568 clauses, largest domain size 434
17.84/18.18	c 18	Heap : 200 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.12/19.44	c 19	Encoding CSP to SAT : HOME/temp.cnf
19.22/19.58	c 19	9568 (10%) CSP integer variables are encoded (54099 clauses, 789407 bytes)
19.33/19.60	c 19	19136 (20%) CSP integer variables are encoded (55835 clauses, 815447 bytes)
19.33/19.62	c 19	28704 (30%) CSP integer variables are encoded (57393 clauses, 838817 bytes)
19.33/19.63	c 19	38271 (40%) CSP integer variables are encoded (59133 clauses, 864917 bytes)
19.33/19.65	c 19	47839 (50%) CSP integer variables are encoded (60771 clauses, 889727 bytes)
19.33/19.67	c 19	57407 (60%) CSP integer variables are encoded (62511 clauses, 919307 bytes)
19.33/19.68	c 19	66974 (70%) CSP integer variables are encoded (64251 clauses, 948887 bytes)
19.42/19.71	c 19	76542 (80%) CSP integer variables are encoded (65991 clauses, 978467 bytes)
19.42/19.72	c 19	86110 (90%) CSP integer variables are encoded (67137 clauses, 997949 bytes)
19.42/19.74	c 19	95677 (100%) CSP integer variables are encoded (68877 clauses, 1027529 bytes)
36.54/37.09	c 37	29657 (10%) CSP clauses are encoded (371854 clauses, 9194646 bytes)
65.55/66.37	c 66	59314 (20%) CSP clauses are encoded (711455 clauses, 19115424 bytes)
80.99/81.91	c 81	88971 (30%) CSP clauses are encoded (935496 clauses, 25510335 bytes)
114.75/116.01	c 116	118628 (40%) CSP clauses are encoded (1268358 clauses, 35225768 bytes)
139.21/140.76	c 140	148284 (50%) CSP clauses are encoded (1603733 clauses, 45345910 bytes)
166.01/167.84	c 167	177941 (60%) CSP clauses are encoded (1948812 clauses, 56901098 bytes)
185.71/187.74	c 187	207598 (70%) CSP clauses are encoded (2225503 clauses, 66057472 bytes)
211.03/213.39	c 213	237255 (80%) CSP clauses are encoded (2565163 clauses, 77550231 bytes)
221.62/224.09	c 224	266912 (90%) CSP clauses are encoded (2733461 clauses, 82817086 bytes)
267.97/270.77	c 270	296568 (100%) CSP clauses are encoded (3091182 clauses, 94767680 bytes)
267.97/270.77	c 270	296568 CSP clauses encoded
267.97/270.77	c 270	Writing map file : HOME/temp.map
267.97/270.80	c 270	Heap : 187 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
267.97/270.80	c 270	SAT : 208539 SAT variables, 3091182 SAT clauses, 94767680 bytes
268.07/270.80	c 270	Heap : 187 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
268.07/270.84	c 270	SOLVING HOME/temp.cnf
268.07/270.84	c 270	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
268.07/270.84	c 270	This is MiniSat 2.0 beta
268.07/270.84	c 270	WARNING: for repeatability, setting FPU to use double precision
268.07/270.84	c 270	============================[ Problem Statistics ]=============================
268.07/270.84	c 270	|                                                                             |
268.07/270.85	c 270	|  Number of variables:  208539                                               |
268.07/270.85	c 270	|  Number of clauses:    3091182                                              |
269.85/272.64	c 272	|  Parsing time:         1.52         s                                       |
269.96/272.74	c 272	============================[ Search Statistics ]==============================
269.96/272.74	c 272	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
269.96/272.74	c 272	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
269.96/272.74	c 272	===============================================================================
269.96/272.74	c 272	|         0 |  185793  2231032  9186937 |   743677        0    nan |  0.000 % |
270.75/273.51	c 273	|       102 |  185793  2231032  9186937 |   818045      102     34 | 10.907 % |
272.24/275.02	c 275	|       252 |  185793  2231032  9186937 |   899849      252     39 | 10.907 % |
273.63/276.44	c 276	|       477 |  185793  2231032  9186937 |   989834      477     46 | 10.907 % |
275.93/278.70	c 278	|       814 |  185793  2231032  9186937 |  1088817      814     46 | 10.907 % |
279.92/282.77	c 282	|      1320 |  185793  2231032  9186937 |  1197699     1320     68 | 10.907 % |
284.98/287.88	c 287	|      2080 |  185793  2231032  9186937 |  1317469     2080     70 | 10.907 % |
293.75/296.69	c 296	|      3219 |  185793  2231032  9186937 |  1449216     3219     84 | 10.907 % |
308.76/311.74	c 311	|      4927 |  185793  2231032  9186937 |  1594138     4927     87 | 10.907 % |
327.38/330.46	c 330	|      7489 |  185793  2231032  9186937 |  1753552     7489     92 | 10.907 % |
362.10/365.39	c 365	|     11335 |  185793  2231032  9186937 |  1928907    11335     82 | 10.907 % |
408.48/411.92	c 411	|     17102 |  185793  2231032  9186937 |  2121798    17102     70 | 10.907 % |
474.26/478.09	c 478	|     25752 |  185793  2231032  9186937 |  2333978    25752     93 | 10.907 % |
554.77/558.96	c 559	|     38726 |  185793  2231032  9186937 |  2567375    38726    124 | 10.907 % |
706.38/711.25	c 711	|     58187 |  185793  2231032  9186937 |  2824113    58187     98 | 10.907 % |
909.47/915.25	c 915	|     87379 |  185793  2231032  9186937 |  3106524    87379     78 | 10.907 % |
1292.35/1299.94	c 1300	|    131169 |  185793  2231032  9186937 |  3417177   131169    114 | 10.907 % |
1800.01/1810.01	c ERROR INTERRUPTED
1800.01/1810.04	s UNKNOWN
1800.01/1810.04	c 1810	CPU 268.13 (0.07 0.02 266.82 1.22)
1800.01/1810.04	c 1810	END Sat Jul 11 18:23:56 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2061864-1247327625/watcher-2061864-1247327625 -o /tmp/evaluation-result-2061864-1247327625/solver-2061864-1247327625 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2061864-1247327625.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.94 1.90 4/83 13178
/proc/meminfo: memFree=755208/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=18576 CPUtime=0
/proc/13178/stat : 13178 (runsolver) R 13176 13178 11598 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 19829381 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13178/statm: 4644 284 249 26 0 2626 0

[startup+0.0810079 s]
/proc/loadavg: 1.85 1.94 1.90 4/83 13178
/proc/meminfo: memFree=755208/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16740 CPUtime=0.06
/proc/13178/stat : 13178 (sugar) R 13176 13178 11598 0 -1 4194304 1101 0 0 0 5 1 0 0 22 0 1 0 19829381 17141760 1069 996147200 4194304 4206940 548682068608 18446744073709551615 237788113472 0 0 4224 0 0 0 0 17 1 0 0
/proc/13178/statm: 4185 1069 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101063 s]
/proc/loadavg: 1.85 1.94 1.90 4/83 13178
/proc/meminfo: memFree=755208/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=0.07
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 19829381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13178/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301045 s]
/proc/loadavg: 1.85 1.94 1.90 4/83 13178
/proc/meminfo: memFree=755208/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=0.07
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 19829381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13178/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70112 s]
/proc/loadavg: 1.85 1.94 1.90 4/83 13178
/proc/meminfo: memFree=755208/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=0.37
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1309 4551 0 1 6 1 26 4 15 0 1 0 19829381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13178/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16868

[startup+1.50226 s]
/proc/loadavg: 1.85 1.94 1.90 3/94 13200
/proc/meminfo: memFree=734384/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=0.37
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1309 4551 0 1 6 1 26 4 15 0 1 0 19829381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13178/statm: 4217 1111 409 3 0 796 0
[pid=13191] ppid=13178 vsize=5356 CPUtime=0
/proc/13191/stat : 13191 (sh) S 13178 13178 11598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19829422 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13191/statm: 1339 233 193 169 0 50 0
[pid=13192] ppid=13191 vsize=868488 CPUtime=1.06
/proc/13192/stat : 13192 (java) S 13191 13178 11598 0 -1 0 8817 0 1 0 100 6 0 0 19 0 9 0 19829423 889331712 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13192/statm: 217122 8011 2567 9 0 211627 0
[pid=13192/tid=13193] ppid=13191 vsize=868488 CPUtime=0.6
/proc/13192/task/13193/stat : 13193 (java) R 13191 13178 11598 0 -1 64 2718 0 1 0 58 2 0 0 24 0 9 0 19829424 889331712 8011 996147200 134512640 134550932 4294955936 18446744073709551615 104749878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13194] ppid=13191 vsize=868488 CPUtime=0.23
/proc/13192/task/13194/stat : 13194 (java) S 13191 13178 11598 0 -1 64 3894 0 0 0 21 2 0 0 16 0 9 0 19829425 889331712 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13195] ppid=13191 vsize=868488 CPUtime=0
/proc/13192/task/13195/stat : 13195 (java) S 13191 13178 11598 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19829425 889331712 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13196] ppid=13191 vsize=868488 CPUtime=0
/proc/13192/task/13196/stat : 13196 (java) S 13191 13178 11598 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19829425 889331712 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13197] ppid=13191 vsize=868488 CPUtime=0
/proc/13192/task/13197/stat : 13197 (java) S 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19829428 889331712 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13198] ppid=13191 vsize=868488 CPUtime=0.2
/proc/13192/task/13198/stat : 13198 (java) S 13191 13178 11598 0 -1 64 1505 0 0 0 20 0 0 0 16 0 9 0 19829428 889331712 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13199] ppid=13191 vsize=868488 CPUtime=0
/proc/13192/task/13199/stat : 13199 (java) S 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19829428 889331712 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13200] ppid=13191 vsize=868488 CPUtime=0
/proc/13192/task/13200/stat : 13200 (java) S 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19829428 889331712 8011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890712

[startup+3.10256 s]
/proc/loadavg: 1.85 1.94 1.90 3/94 13200
/proc/meminfo: memFree=785648/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=0.37
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1309 4551 0 1 6 1 26 4 15 0 1 0 19829381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13178/statm: 4217 1111 409 3 0 796 0
[pid=13191] ppid=13178 vsize=5356 CPUtime=0
/proc/13191/stat : 13191 (sh) S 13178 13178 11598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19829422 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13191/statm: 1339 233 193 169 0 50 0
[pid=13192] ppid=13191 vsize=868572 CPUtime=2.63
/proc/13192/stat : 13192 (java) S 13191 13178 11598 0 -1 0 14902 0 1 0 253 10 0 0 19 0 9 0 19829423 889417728 13896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13192/statm: 217143 13896 2567 9 0 211648 0
[pid=13192/tid=13193] ppid=13191 vsize=868572 CPUtime=1.64
/proc/13192/task/13193/stat : 13193 (java) R 13191 13178 11598 0 -1 64 3057 0 1 0 161 3 0 0 25 0 9 0 19829424 889417728 13896 996147200 134512640 134550932 4294955936 18446744073709551615 4126429411 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13194] ppid=13191 vsize=868572 CPUtime=0.76
/proc/13192/task/13194/stat : 13194 (java) S 13191 13178 11598 0 -1 64 9636 0 0 0 71 5 0 0 16 0 9 0 19829425 889417728 13896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13195] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13195/stat : 13195 (java) S 13191 13178 11598 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19829425 889417728 13896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13196] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13196/stat : 13196 (java) S 13191 13178 11598 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19829425 889417728 13896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13197] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13197/stat : 13197 (java) S 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19829428 889417728 13896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13198] ppid=13191 vsize=868572 CPUtime=0.2
/proc/13192/task/13198/stat : 13198 (java) S 13191 13178 11598 0 -1 64 1509 0 0 0 20 0 0 0 16 0 9 0 19829428 889417728 13896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13199] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13199/stat : 13199 (java) S 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19829428 889417728 13896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13200] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13200/stat : 13200 (java) S 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19829428 889417728 13896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890796

[startup+6.30615 s]
/proc/loadavg: 1.94 1.96 1.90 3/94 13200
/proc/meminfo: memFree=743728/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=0.37
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1309 4551 0 1 6 1 26 4 15 0 1 0 19829381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13178/statm: 4217 1111 409 3 0 796 0
[pid=13191] ppid=13178 vsize=5356 CPUtime=0
/proc/13191/stat : 13191 (sh) S 13178 13178 11598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19829422 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13191/statm: 1339 233 193 169 0 50 0
[pid=13192] ppid=13191 vsize=868572 CPUtime=5.8
/proc/13192/stat : 13192 (java) S 13191 13178 11598 0 -1 0 26139 0 1 0 562 18 0 0 19 0 9 0 19829423 889417728 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13192/statm: 217143 24401 2567 9 0 211648 0
[pid=13192/tid=13193] ppid=13191 vsize=868572 CPUtime=3.58
/proc/13192/task/13193/stat : 13193 (java) R 13191 13178 11598 0 -1 64 3578 0 1 0 354 4 0 0 25 0 9 0 19829424 889417728 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13194] ppid=13191 vsize=868572 CPUtime=1.98
/proc/13192/task/13194/stat : 13194 (java) R 13191 13178 11598 0 -1 64 20338 0 0 0 186 12 0 0 15 0 9 0 19829425 889417728 24401 996147200 134512640 134550932 4294955936 18446744073709551615 102759241 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13195] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13195/stat : 13195 (java) S 13191 13178 11598 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19829425 889417728 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13196] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13196/stat : 13196 (java) S 13191 13178 11598 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19829425 889417728 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13197] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13197/stat : 13197 (java) S 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19829428 889417728 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13198] ppid=13191 vsize=868572 CPUtime=0.21
/proc/13192/task/13198/stat : 13198 (java) S 13191 13178 11598 0 -1 64 1523 0 0 0 21 0 0 0 16 0 9 0 19829428 889417728 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13199] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13199/stat : 13199 (java) S 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19829428 889417728 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13200] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13200/stat : 13200 (java) R 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19829428 889417728 24401 996147200 134512640 134550932 4294955936 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) 890796

[startup+12.7023 s]
/proc/loadavg: 2.02 1.98 1.91 3/94 13200
/proc/meminfo: memFree=659312/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=0.37
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1309 4551 0 1 6 1 26 4 15 0 1 0 19829381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13178/statm: 4217 1111 409 3 0 796 0
[pid=13191] ppid=13178 vsize=5356 CPUtime=0
/proc/13191/stat : 13191 (sh) S 13178 13178 11598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19829422 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13191/statm: 1339 233 193 169 0 50 0
[pid=13192] ppid=13191 vsize=868572 CPUtime=12.12
/proc/13192/stat : 13192 (java) S 13191 13178 11598 0 -1 0 54318 0 1 0 1178 34 0 0 19 0 9 0 19829423 889417728 43824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13192/statm: 217143 43824 2568 9 0 211648 0
[pid=13192/tid=13193] ppid=13191 vsize=868572 CPUtime=6.98
/proc/13192/task/13193/stat : 13193 (java) R 13191 13178 11598 0 -1 64 4778 0 1 0 694 4 0 0 25 0 9 0 19829424 889417728 43824 996147200 134512640 134550932 4294955936 18446744073709551615 4126821308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13194] ppid=13191 vsize=868572 CPUtime=4.9
/proc/13192/task/13194/stat : 13194 (java) S 13191 13178 11598 0 -1 64 47316 0 0 0 462 28 0 0 16 0 9 0 19829425 889417728 43824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13195] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13195/stat : 13195 (java) S 13191 13178 11598 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19829425 889417728 43824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13196] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13196/stat : 13196 (java) S 13191 13178 11598 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19829425 889417728 43824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13197] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13197/stat : 13197 (java) S 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19829428 889417728 43824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13198] ppid=13191 vsize=868572 CPUtime=0.22
/proc/13192/task/13198/stat : 13198 (java) S 13191 13178 11598 0 -1 64 1524 0 0 0 22 0 0 0 17 0 9 0 19829428 889417728 43824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13199] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13199/stat : 13199 (java) S 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19829428 889417728 43824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13200] ppid=13191 vsize=868572 CPUtime=0
/proc/13192/task/13200/stat : 13200 (java) S 13191 13178 11598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19829428 889417728 43824 996147200 134512640 134550932 4294955936 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) 890796

[startup+25.5027 s]
/proc/loadavg: 2.16 2.01 1.92 3/94 13200
/proc/meminfo: memFree=583024/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=0.37
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1310 4551 0 1 6 1 26 4 16 0 1 0 19829381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13178/statm: 4217 1111 409 3 0 796 0
[pid=13191] ppid=13178 vsize=5356 CPUtime=0
/proc/13191/stat : 13191 (sh) S 13178 13178 11598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19829422 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13191/statm: 1339 233 193 169 0 50 0
[pid=13192] ppid=13191 vsize=868684 CPUtime=24.79
/proc/13192/stat : 13192 (java) S 13191 13178 11598 0 -1 0 75526 0 1 0 2430 49 0 0 19 0 9 0 19829423 889532416 59611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13192/statm: 217171 59611 2592 9 0 211648 0
[pid=13192/tid=13193] ppid=13191 vsize=868684 CPUtime=17.42
/proc/13192/task/13193/stat : 13193 (java) R 13191 13178 11598 0 -1 64 6011 0 1 0 1734 8 0 0 25 0 9 0 19829424 889532416 59611 996147200 134512640 134550932 4294955936 18446744073709551615 4126467513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13194] ppid=13191 vsize=868684 CPUtime=7.06
/proc/13192/task/13194/stat : 13194 (java) S 13191 13178 11598 0 -1 64 67255 0 0 0 667 39 0 0 16 0 9 0 19829425 889532416 59611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13195] ppid=13191 vsize=868684 CPUtime=0
/proc/13192/task/13195/stat : 13195 (java) S 13191 13178 11598 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19829425 889532416 59611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13196] ppid=13191 vsize=868684 CPUtime=0
/proc/13192/task/13196/stat : 13196 (java) S 13191 13178 11598 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19829425 889532416 59611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13192/tid=13197] ppid=13191 vsize=868684 CPUtime=0

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

/proc/meminfo: memFree=807752/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=268.13
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1376 80709 0 2 7 2 26682 122 16 0 1 0 19829381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13178/statm: 4217 1113 409 3 0 796 0
[pid=13309] ppid=13178 vsize=5356 CPUtime=0
/proc/13309/stat : 13309 (sh) S 13178 13178 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856465 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13309/statm: 1339 232 193 169 0 50 0
[pid=13310] ppid=13309 vsize=196724 CPUtime=1026.61
/proc/13310/stat : 13310 (minisat) R 13309 13178 11598 0 -1 4194304 48074 0 0 0 102606 55 0 0 25 0 1 0 19856466 201445376 48060 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13310/statm: 49181 48060 76 150 0 49028 0
Current children cumulated CPU time (s) 1294.74
Current children cumulated vsize (KiB) 218948

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/75 13316
/proc/meminfo: memFree=806472/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=268.13
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1376 80709 0 2 7 2 26682 122 16 0 1 0 19829381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13178/statm: 4217 1113 409 3 0 796 0
[pid=13309] ppid=13178 vsize=5356 CPUtime=0
/proc/13309/stat : 13309 (sh) S 13178 13178 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856465 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13309/statm: 1339 232 193 169 0 50 0
[pid=13310] ppid=13309 vsize=198180 CPUtime=1086.33
/proc/13310/stat : 13310 (minisat) R 13309 13178 11598 0 -1 4194304 48370 0 0 0 108577 56 0 0 25 0 1 0 19856466 202936320 48356 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13310/statm: 49545 48356 76 150 0 49392 0
Current children cumulated CPU time (s) 1354.46
Current children cumulated vsize (KiB) 220404

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/75 13316
/proc/meminfo: memFree=805256/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=268.13
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1376 80709 0 2 7 2 26682 122 16 0 1 0 19829381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13178/statm: 4217 1113 409 3 0 796 0
[pid=13309] ppid=13178 vsize=5356 CPUtime=0
/proc/13309/stat : 13309 (sh) S 13178 13178 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856465 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13309/statm: 1339 232 193 169 0 50 0
[pid=13310] ppid=13309 vsize=199368 CPUtime=1146.04
/proc/13310/stat : 13310 (minisat) R 13309 13178 11598 0 -1 4194304 48675 0 0 0 114548 56 0 0 25 0 1 0 19856466 204152832 48661 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13310/statm: 49842 48661 76 150 0 49689 0
Current children cumulated CPU time (s) 1414.17
Current children cumulated vsize (KiB) 221592

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/75 13316
/proc/meminfo: memFree=803656/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=268.13
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1376 80709 0 2 7 2 26682 122 16 0 1 0 19829381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13178/statm: 4217 1113 409 3 0 796 0
[pid=13309] ppid=13178 vsize=5356 CPUtime=0
/proc/13309/stat : 13309 (sh) S 13178 13178 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856465 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13309/statm: 1339 232 193 169 0 50 0
[pid=13310] ppid=13309 vsize=200952 CPUtime=1205.75
/proc/13310/stat : 13310 (minisat) R 13309 13178 11598 0 -1 4194304 49065 0 0 0 120518 57 0 0 25 0 1 0 19856466 205774848 49051 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13310/statm: 50238 49051 76 150 0 50085 0
Current children cumulated CPU time (s) 1473.88
Current children cumulated vsize (KiB) 223176

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/75 13316
/proc/meminfo: memFree=801992/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=268.13
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1376 80709 0 2 7 2 26682 122 16 0 1 0 19829381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13178/statm: 4217 1113 409 3 0 796 0
[pid=13309] ppid=13178 vsize=5356 CPUtime=0
/proc/13309/stat : 13309 (sh) S 13178 13178 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856465 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13309/statm: 1339 232 193 169 0 50 0
[pid=13310] ppid=13309 vsize=202536 CPUtime=1265.46
/proc/13310/stat : 13310 (minisat) R 13309 13178 11598 0 -1 4194304 49478 0 0 0 126489 57 0 0 25 0 1 0 19856466 207396864 49464 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13310/statm: 50634 49464 76 150 0 50481 0
Current children cumulated CPU time (s) 1533.59
Current children cumulated vsize (KiB) 224760

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/75 13316
/proc/meminfo: memFree=800520/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=268.13
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1376 80709 0 2 7 2 26682 122 16 0 1 0 19829381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13178/statm: 4217 1113 409 3 0 796 0
[pid=13309] ppid=13178 vsize=5356 CPUtime=0
/proc/13309/stat : 13309 (sh) S 13178 13178 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856465 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13309/statm: 1339 232 193 169 0 50 0
[pid=13310] ppid=13309 vsize=204132 CPUtime=1325.17
/proc/13310/stat : 13310 (minisat) R 13309 13178 11598 0 -1 4194304 49861 0 0 0 132459 58 0 0 25 0 1 0 19856466 209031168 49847 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13310/statm: 51033 49847 76 150 0 50880 0
Current children cumulated CPU time (s) 1593.3
Current children cumulated vsize (KiB) 226356

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/75 13316
/proc/meminfo: memFree=798728/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=268.13
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1376 80709 0 2 7 2 26682 122 16 0 1 0 19829381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13178/statm: 4217 1113 409 3 0 796 0
[pid=13309] ppid=13178 vsize=5356 CPUtime=0
/proc/13309/stat : 13309 (sh) S 13178 13178 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856465 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13309/statm: 1339 232 193 169 0 50 0
[pid=13310] ppid=13309 vsize=205852 CPUtime=1384.89
/proc/13310/stat : 13310 (minisat) R 13309 13178 11598 0 -1 4194304 50307 0 0 0 138430 59 0 0 25 0 1 0 19856466 210792448 50293 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13310/statm: 51463 50293 76 150 0 51310 0
Current children cumulated CPU time (s) 1653.02
Current children cumulated vsize (KiB) 228076

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/75 13316
/proc/meminfo: memFree=797192/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=268.13
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1376 80709 0 2 7 2 26682 122 16 0 1 0 19829381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13178/statm: 4217 1113 409 3 0 796 0
[pid=13309] ppid=13178 vsize=5356 CPUtime=0
/proc/13309/stat : 13309 (sh) S 13178 13178 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856465 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13309/statm: 1339 232 193 169 0 50 0
[pid=13310] ppid=13309 vsize=207316 CPUtime=1444.6
/proc/13310/stat : 13310 (minisat) R 13309 13178 11598 0 -1 4194304 50685 0 0 0 144401 59 0 0 25 0 1 0 19856466 212291584 50671 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13310/statm: 51829 50671 76 150 0 51676 0
Current children cumulated CPU time (s) 1712.73
Current children cumulated vsize (KiB) 229540

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/75 13316
/proc/meminfo: memFree=795272/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=268.13
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1376 80709 0 2 7 2 26682 122 16 0 1 0 19829381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13178/statm: 4217 1113 409 3 0 796 0
[pid=13309] ppid=13178 vsize=5356 CPUtime=0
/proc/13309/stat : 13309 (sh) S 13178 13178 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856465 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13309/statm: 1339 232 193 169 0 50 0
[pid=13310] ppid=13309 vsize=209032 CPUtime=1504.32
/proc/13310/stat : 13310 (minisat) R 13309 13178 11598 0 -1 4194304 51123 0 0 0 150372 60 0 0 25 0 1 0 19856466 214048768 51109 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/13310/statm: 52258 51109 76 150 0 52105 0
Current children cumulated CPU time (s) 1772.45
Current children cumulated vsize (KiB) 231256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810 s]
/proc/loadavg: 2.00 2.00 1.96 3/75 13316
/proc/meminfo: memFree=794312/2055920 swapFree=4192956/4192956
[pid=13178] ppid=13176 vsize=16868 CPUtime=268.13
/proc/13178/stat : 13178 (sugar) S 13176 13178 11598 0 -1 4194304 1376 80709 0 2 7 2 26682 122 16 0 1 0 19829381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13178/statm: 4217 1113 409 3 0 796 0
[pid=13309] ppid=13178 vsize=5356 CPUtime=0
/proc/13309/stat : 13309 (sh) S 13178 13178 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19856465 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13309/statm: 1339 232 193 169 0 50 0
[pid=13310] ppid=13309 vsize=209956 CPUtime=1531.88
/proc/13310/stat : 13310 (minisat) R 13309 13178 11598 0 -1 4194304 51345 0 0 0 153128 60 0 0 25 0 1 0 19856466 214994944 51331 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13310/statm: 52489 51331 76 150 0 52336 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 232180

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13178 and gives
#  childrusage.ru_utime.tv_sec=266
#  childrusage.ru_utime.tv_usec=900424
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=297802
# CPU time returned by wait4() is 268.198
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.09
CPU time (s): 1800.01
CPU user time (s): 1798.17
CPU system time (s): 1.84
CPU usage (%): 99.4433
Max. virtual memory (cumulated for all children) (KiB): 905048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.9
system time used= 1.2978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82468
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= 12827
involuntary context switches= 18209

runsolver used 2.23866 second user time and 6.05508 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-11 17:53:46
IDJOB=2061864
IDBENCH=53847
IDSOLVER=739
FILE ID=node24/2061864-1247327625
PBS_JOBID= 9506579
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-la03x3-590.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2061864-1247327625/watcher-2061864-1247327625 -o /tmp/evaluation-result-2061864-1247327625/solver-2061864-1247327625 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2061864-1247327625.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4a57b1e7f8dbec9499f874ec5413a1d3
RANDOM SEED=1310611788

node24.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.287
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.287
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:        755688 kB
Buffers:         50940 kB
Cached:         427712 kB
SwapCached:          0 kB
Active:         804480 kB
Inactive:       438528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        755688 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:         780052 kB
Slab:            40508 kB
Committed_AS:   904116 kB
PageTables:       3652 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= 66460 MiB
End job on node24 at 2009-07-11 18:23:58