Trace number 1111592

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600.12 3626.44

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-20_ext.xml
MD5SUM1df82e8a2f01b53d84359bad2ff636b0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints36
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints36
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension36
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul 12 10:01:18 2008
0.00/0.15	c 0	PID 16226
0.00/0.17	c 0	HOST node13.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1111592-1215849678.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111592-1215849678.xml' 'HOME/temp.csp'
0.04/0.79	c 1	1 domains, 320 variables, 0 predicates, 2 relations, 36 constraints
0.04/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.82	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.57/0.91	c 1	Parsing HOME/temp.csp
0.73/1.09	c 1	parsed 359 expressions
0.73/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.73/1.10	c 1	MAX CSP: 36 constraints
0.73/1.10	c 1	Converting to clausal form CSP
0.83/1.12	c 1	converted 40 (10%) expressions
0.83/1.12	c 1	converted 80 (20%) expressions
0.83/1.13	c 1	converted 120 (30%) expressions
0.83/1.13	c 1	converted 160 (40%) expressions
0.83/1.13	c 1	converted 199 (50%) expressions
0.83/1.13	c 1	converted 239 (60%) expressions
0.83/1.13	c 1	converted 279 (70%) expressions
0.83/1.13	c 1	converted 319 (80%) expressions
2.41/2.71	c 3	converted 359 (90%) expressions
2.90/3.28	c 3	converted 398 (100%) expressions
2.90/3.28	c 3	CSP : 392 integers, 0 booleans, 107 clauses, largest domain size 55
2.90/3.28	c 3	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.28	c 3	Propagation in CSP
2.90/3.29	c 3	34 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.90/3.29	c 3	CSP : 392 integers, 0 booleans, 107 clauses, largest domain size 37
2.90/3.29	c 3	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.29	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.29	c 3	CSP : 392 integers, 0 booleans, 107 clauses, largest domain size 37
2.90/3.29	c 3	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.59	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.29/3.62	c 4	40 (10%) CSP integer variables are encoded (960 clauses, 10417 bytes)
3.29/3.62	c 4	79 (20%) CSP integer variables are encoded (1896 clauses, 22585 bytes)
3.29/3.62	c 4	118 (30%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
3.29/3.62	c 4	157 (40%) CSP integer variables are encoded (3768 clauses, 46921 bytes)
3.29/3.62	c 4	196 (50%) CSP integer variables are encoded (4704 clauses, 59089 bytes)
3.29/3.63	c 4	236 (60%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
3.29/3.63	c 4	275 (70%) CSP integer variables are encoded (6600 clauses, 83737 bytes)
3.29/3.63	c 4	314 (80%) CSP integer variables are encoded (7536 clauses, 95905 bytes)
3.29/3.63	c 4	353 (90%) CSP integer variables are encoded (7680 clauses, 97777 bytes)
3.29/3.63	c 4	392 (100%) CSP integer variables are encoded (7979 clauses, 101664 bytes)
223.74/226.20	c 226	11 (10%) CSP clauses are encoded (716192 clauses, 79530403 bytes)
410.40/414.79	c 415	22 (20%) CSP clauses are encoded (1308517 clauses, 146349797 bytes)
415.33/419.71	c 420	33 (30%) CSP clauses are encoded (1379346 clauses, 155802108 bytes)
416.62/421.05	c 421	43 (40%) CSP clauses are encoded (1398696 clauses, 158380520 bytes)
416.62/421.06	c 421	54 (50%) CSP clauses are encoded (1399627 clauses, 158396054 bytes)
416.62/421.06	c 421	65 (60%) CSP clauses are encoded (1399680 clauses, 158396870 bytes)
416.62/421.06	c 421	75 (70%) CSP clauses are encoded (1400416 clauses, 158409844 bytes)
416.62/421.06	c 421	86 (80%) CSP clauses are encoded (1400477 clauses, 158410790 bytes)
416.62/421.06	c 421	97 (90%) CSP clauses are encoded (1400582 clauses, 158412491 bytes)
416.62/421.06	c 421	107 (100%) CSP clauses are encoded (1400881 clauses, 158417531 bytes)
416.62/421.06	c 421	107 CSP clauses encoded
416.62/421.06	c 421	Writing map file : HOME/temp.map
416.62/421.07	c 421	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
416.62/421.07	c 421	SAT : 8371 SAT variables, 1400881 SAT clauses, 158417531 bytes
416.62/421.07	c 421	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
416.69/421.13	c 421	OBJECTIVE minimize _COST
416.69/421.13	c 421	OBJECTIVE BOUND: 0 <= _COST <= 
416.69/421.13	c 421	SEARCHING: _COST <= 18
416.69/421.13	c 421	SOLVING HOME/temp.cnf
416.69/421.13	c 421	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
416.69/421.14	c 421	This is MiniSat 2.0 beta
416.69/421.14	c 421	WARNING: for repeatability, setting FPU to use double precision
416.69/421.14	c 421	============================[ Problem Statistics ]=============================
416.69/421.14	c 421	|                                                                             |
416.69/421.14	c 421	|  Number of variables:  8371                                                 |
416.69/421.14	c 421	|  Number of clauses:    1400882                                              |
419.85/424.37	c 424	|  Parsing time:         2.91         s                                       |
420.05/424.55	c 425	============================[ Search Statistics ]==============================
420.05/424.55	c 425	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
420.05/424.55	c 425	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
420.05/424.55	c 425	===============================================================================
420.05/424.55	c 425	|         0 |    8263  1399992 29066673 |   466664        0    nan |  0.000 % |
420.05/424.56	c 425	|       100 |    8263  1399992 29066673 |   513330      100      7 |  1.290 % |
420.34/424.81	c 425	|       250 |    8263  1399992 29066673 |   564663      250      7 |  1.290 % |
420.34/424.86	c 425	|       475 |    8263  1399992 29066673 |   621129      475      8 |  1.290 % |
420.44/424.94	c 425	|       812 |    8263  1399992 29066673 |   683242      812      8 |  1.290 % |
420.54/425.03	c 425	|      1319 |    8263  1399992 29066673 |   751567     1319      8 |  1.290 % |
420.74/425.24	c 425	|      2078 |    8263  1399992 29066673 |   826723     2078      8 |  1.290 % |
421.03/425.53	c 425	|      3219 |    8263  1399992 29066673 |   909396     3219      9 |  1.290 % |
421.43/425.98	c 426	|      4927 |    8263  1399992 29066673 |  1000335     4927      9 |  1.290 % |
423.21/427.72	c 428	|      7489 |    8263  1399992 29066673 |  1100369     7489     10 |  1.290 % |
424.59/429.12	c 429	|     11334 |    8263  1399992 29066673 |  1210406    11334      9 |  1.290 % |
426.39/431.00	c 431	|     17100 |    8263  1399992 29066673 |  1331446    17100     10 |  1.290 % |
428.86/433.42	c 433	|     25750 |    8263  1399992 29066673 |  1464591    25750     11 |  1.290 % |
432.72/437.32	c 437	|     38725 |    8263  1399992 29066673 |  1611050    38725     11 |  1.290 % |
438.07/442.74	c 443	|     58187 |    8263  1399992 29066673 |  1772155    58187     11 |  1.290 % |
452.34/457.10	c 457	|     87381 |    8263  1399992 29066673 |  1949371    87381     11 |  1.290 % |
469.37/474.39	c 474	|    131172 |    8263  1399992 29066673 |  2144308   131172     12 |  1.290 % |
502.36/507.65	c 508	|    196857 |    8263  1399992 29066673 |  2358739   196857     13 |  1.290 % |
548.22/553.97	c 554	|    295383 |    8263  1399992 29066673 |  2594613   295383     13 |  1.290 % |
668.17/675.06	c 675	|    443174 |    8263  1399992 29066673 |  2854074   443174     14 |  1.290 % |
843.90/852.43	c 852	|    664862 |    8263  1399992 29066673 |  3139482   664862     14 |  1.290 % |
1708.39/1725.15	c 1725	|    997388 |    8263  1399992 29066673 |  3453430   997388     17 |  1.290 % |
3600.07/3626.31	c ERROR INTERRUPTED
3600.07/3626.37	s UNKNOWN
3600.07/3626.37	c 3626	CPU 415.35 (0.03 0.01 415.32 1.37)
3600.07/3626.37	c 3626	END Sat Jul 12 11:01:44 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1111592-1215849678/watcher-1111592-1215849678 -o /tmp/evaluation-result-1111592-1215849678/solver-1111592-1215849678 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111592-1215849678.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.63 2.28 2.15 4/81 16226
/proc/meminfo: memFree=1683976/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=18572 CPUtime=0
/proc/16226/stat : 16226 (runsolver) D 16224 16226 15249 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 41670529 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 269757246759 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16226/statm: 4643 292 257 25 0 2626 0

[startup+0.0711219 s]
/proc/loadavg: 2.63 2.28 2.15 4/81 16226
/proc/meminfo: memFree=1683976/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=12272 CPUtime=0
/proc/16226/stat : 16226 (sugar) D 16224 16226 15249 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 41670529 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16226/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101123 s]
/proc/loadavg: 2.63 2.28 2.15 4/81 16226
/proc/meminfo: memFree=1683976/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=12412 CPUtime=0
/proc/16226/stat : 16226 (sugar) D 16224 16226 15249 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 41670529 12709888 393 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16226/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301157 s]
/proc/loadavg: 2.63 2.28 2.15 4/81 16226
/proc/meminfo: memFree=1683976/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=0.04
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 898 126 0 1 3 1 0 0 18 0 1 0 41670529 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701205 s]
/proc/loadavg: 2.63 2.28 2.15 4/81 16226
/proc/meminfo: memFree=1683976/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=0.04
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 898 126 0 1 3 1 0 0 18 0 1 0 41670529 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50232 s]
/proc/loadavg: 2.66 2.29 2.15 3/92 16248
/proc/meminfo: memFree=1675184/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=0.57
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 974 4696 0 2 3 1 50 3 15 0 1 0 41670529 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 797 370 3 0 500 0
[pid=16239] ppid=16226 vsize=5356 CPUtime=0
/proc/16239/stat : 16239 (sh) S 16226 16226 15249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41670612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1339 233 193 169 0 50 0
[pid=16240] ppid=16239 vsize=864384 CPUtime=0.64
/proc/16240/stat : 16240 (java) S 16239 16226 15249 0 -1 0 8185 0 1 0 60 4 0 0 18 0 9 0 41670612 885129216 7389 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16240/statm: 216096 7389 2540 9 0 210671 0
[pid=16240/tid=16241] ppid=16239 vsize=864384 CPUtime=0.29
/proc/16240/task/16241/stat : 16241 (java) R 16239 16226 15249 0 -1 64 2648 0 1 0 28 1 0 0 18 0 9 0 41670613 885129216 7389 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16242] ppid=16239 vsize=864384 CPUtime=0.26
/proc/16240/task/16242/stat : 16242 (java) R 16239 16226 15249 0 -1 64 4501 0 0 0 24 2 0 0 17 0 9 0 41670614 885129216 7389 996147200 134512640 134550740 4294955936 18446744073709551615 102731931 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16243] ppid=16239 vsize=864384 CPUtime=0
/proc/16240/task/16243/stat : 16243 (java) S 16239 16226 15249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41670614 885129216 7389 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16244] ppid=16239 vsize=864384 CPUtime=0
/proc/16240/task/16244/stat : 16244 (java) S 16239 16226 15249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41670614 885129216 7389 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16245] ppid=16239 vsize=864384 CPUtime=0
/proc/16240/task/16245/stat : 16245 (java) S 16239 16226 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41670616 885129216 7389 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16246] ppid=16239 vsize=864384 CPUtime=0.08
/proc/16240/task/16246/stat : 16246 (java) S 16239 16226 15249 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 41670616 885129216 7389 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16247] ppid=16239 vsize=864384 CPUtime=0
/proc/16240/task/16247/stat : 16247 (java) S 16239 16226 15249 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41670616 885129216 7389 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16248] ppid=16239 vsize=864384 CPUtime=0
/proc/16240/task/16248/stat : 16248 (java) S 16239 16226 15249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41670616 885129216 7389 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 883340

[startup+3.10253 s]
/proc/loadavg: 2.66 2.29 2.15 4/92 16248
/proc/meminfo: memFree=1635248/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=0.57
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 974 4696 0 2 3 1 50 3 16 0 1 0 41670529 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 797 370 3 0 500 0
[pid=16239] ppid=16226 vsize=5356 CPUtime=0
/proc/16239/stat : 16239 (sh) S 16226 16226 15249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41670612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1339 233 193 169 0 50 0
[pid=16240] ppid=16239 vsize=864148 CPUtime=2.23
/proc/16240/stat : 16240 (java) S 16239 16226 15249 0 -1 0 21874 0 1 0 212 11 0 0 18 0 9 0 41670612 884887552 20942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16240/statm: 216037 20942 2540 9 0 210612 0
[pid=16240/tid=16241] ppid=16239 vsize=864148 CPUtime=0.73
/proc/16240/task/16241/stat : 16241 (java) R 16239 16226 15249 0 -1 64 3700 0 1 0 71 2 0 0 22 0 9 0 41670613 884887552 20942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16242] ppid=16239 vsize=864148 CPUtime=1.4
/proc/16240/task/16242/stat : 16242 (java) R 16239 16226 15249 0 -1 64 17137 0 0 0 132 8 0 0 17 0 9 0 41670614 884887552 20942 996147200 134512640 134550740 4294955936 18446744073709551615 104179104 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16243] ppid=16239 vsize=864148 CPUtime=0
/proc/16240/task/16243/stat : 16243 (java) S 16239 16226 15249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41670614 884887552 20942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16244] ppid=16239 vsize=864148 CPUtime=0
/proc/16240/task/16244/stat : 16244 (java) S 16239 16226 15249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41670614 884887552 20942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16245] ppid=16239 vsize=864148 CPUtime=0
/proc/16240/task/16245/stat : 16245 (java) S 16239 16226 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41670616 884887552 20942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16246] ppid=16239 vsize=864148 CPUtime=0.08
/proc/16240/task/16246/stat : 16246 (java) S 16239 16226 15249 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 41670616 884887552 20942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16247] ppid=16239 vsize=864148 CPUtime=0
/proc/16240/task/16247/stat : 16247 (java) S 16239 16226 15249 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41670616 884887552 20942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16248] ppid=16239 vsize=864148 CPUtime=0
/proc/16240/task/16248/stat : 16248 (java) S 16239 16226 15249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41670616 884887552 20942 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 883104

[startup+6.30195 s]
/proc/loadavg: 2.66 2.29 2.15 3/92 16248
/proc/meminfo: memFree=1589680/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=0.57
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 974 4696 0 2 3 1 50 3 15 0 1 0 41670529 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 797 370 3 0 500 0
[pid=16239] ppid=16226 vsize=5356 CPUtime=0
/proc/16239/stat : 16239 (sh) S 16226 16226 15249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41670612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1339 233 193 169 0 50 0
[pid=16240] ppid=16239 vsize=864392 CPUtime=5.41
/proc/16240/stat : 16240 (java) S 16239 16226 15249 0 -1 0 26065 0 1 0 527 14 0 0 18 0 9 0 41670612 885137408 25069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16240/statm: 216098 25069 2565 9 0 210645 0
[pid=16240/tid=16241] ppid=16239 vsize=864392 CPUtime=3.4
/proc/16240/task/16241/stat : 16241 (java) R 16239 16226 15249 0 -1 64 3788 0 1 0 338 2 0 0 25 0 9 0 41670613 885137408 25069 996147200 134512640 134550740 4294955936 18446744073709551615 4126668968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16242] ppid=16239 vsize=864392 CPUtime=1.85
/proc/16240/task/16242/stat : 16242 (java) S 16239 16226 15249 0 -1 64 21217 0 0 0 175 10 0 0 16 0 9 0 41670614 885137408 25069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16243] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16243/stat : 16243 (java) S 16239 16226 15249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41670614 885137408 25069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16244] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16244/stat : 16244 (java) S 16239 16226 15249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41670614 885137408 25069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16245] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16245/stat : 16245 (java) S 16239 16226 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41670616 885137408 25069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16246] ppid=16239 vsize=864392 CPUtime=0.12
/proc/16240/task/16246/stat : 16246 (java) S 16239 16226 15249 0 -1 64 366 0 0 0 12 0 0 0 16 0 9 0 41670616 885137408 25069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16247] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16247/stat : 16247 (java) S 16239 16226 15249 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41670616 885137408 25069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16248] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16248/stat : 16248 (java) S 16239 16226 15249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41670616 885137408 25069 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 883348

[startup+12.7028 s]
/proc/loadavg: 2.56 2.28 2.15 3/92 16248
/proc/meminfo: memFree=1587760/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=0.57
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 974 4696 0 2 3 1 50 3 15 0 1 0 41670529 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 797 370 3 0 500 0
[pid=16239] ppid=16226 vsize=5356 CPUtime=0
/proc/16239/stat : 16239 (sh) S 16226 16226 15249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41670612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1339 233 193 169 0 50 0
[pid=16240] ppid=16239 vsize=864392 CPUtime=11.74
/proc/16240/stat : 16240 (java) S 16239 16226 15249 0 -1 0 26754 0 1 0 1160 14 0 0 18 0 9 0 41670612 885137408 25750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16240/statm: 216098 25750 2565 9 0 210645 0
[pid=16240/tid=16241] ppid=16239 vsize=864392 CPUtime=9.7
/proc/16240/task/16241/stat : 16241 (java) R 16239 16226 15249 0 -1 64 3796 0 1 0 968 2 0 0 25 0 9 0 41670613 885137408 25750 996147200 134512640 134550740 4294955936 18446744073709551615 4126663210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16242] ppid=16239 vsize=864392 CPUtime=1.88
/proc/16240/task/16242/stat : 16242 (java) S 16239 16226 15249 0 -1 64 21898 0 0 0 178 10 0 0 16 0 9 0 41670614 885137408 25750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16243] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16243/stat : 16243 (java) S 16239 16226 15249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41670614 885137408 25750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16244] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16244/stat : 16244 (java) S 16239 16226 15249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41670614 885137408 25750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16245] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16245/stat : 16245 (java) S 16239 16226 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41670616 885137408 25750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16246] ppid=16239 vsize=864392 CPUtime=0.12
/proc/16240/task/16246/stat : 16246 (java) S 16239 16226 15249 0 -1 64 366 0 0 0 12 0 0 0 16 0 9 0 41670616 885137408 25750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16247] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16247/stat : 16247 (java) S 16239 16226 15249 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41670616 885137408 25750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16248] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16248/stat : 16248 (java) S 16239 16226 15249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41670616 885137408 25750 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 883348

[startup+25.5025 s]
/proc/loadavg: 2.47 2.27 2.15 3/92 16248
/proc/meminfo: memFree=1570224/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=0.57
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 974 4696 0 2 3 1 50 3 15 0 1 0 41670529 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 797 370 3 0 500 0
[pid=16239] ppid=16226 vsize=5356 CPUtime=0
/proc/16239/stat : 16239 (sh) S 16226 16226 15249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41670612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16239/statm: 1339 233 193 169 0 50 0
[pid=16240] ppid=16239 vsize=864392 CPUtime=24.41
/proc/16240/stat : 16240 (java) S 16239 16226 15249 0 -1 0 29368 0 1 0 2422 19 0 0 18 0 9 0 41670612 885137408 28305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16240/statm: 216098 28305 2565 9 0 210645 0
[pid=16240/tid=16241] ppid=16239 vsize=864392 CPUtime=22.22
/proc/16240/task/16241/stat : 16241 (java) R 16239 16226 15249 0 -1 64 3856 0 1 0 2216 6 0 0 25 0 9 0 41670613 885137408 28305 996147200 134512640 134550740 4294955936 18446744073709551615 4126605488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16242] ppid=16239 vsize=864392 CPUtime=2.03
/proc/16240/task/16242/stat : 16242 (java) S 16239 16226 15249 0 -1 64 24443 0 0 0 191 12 0 0 16 0 9 0 41670614 885137408 28305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16243] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16243/stat : 16243 (java) S 16239 16226 15249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41670614 885137408 28305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16240/tid=16244] ppid=16239 vsize=864392 CPUtime=0
/proc/16240/task/16244/stat : 16244 (java) S 16239 16226 15249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41670614 885137408 28305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16249] ppid=16226 vsize=5356 CPUtime=0
/proc/16249/stat : 16249 (sh) S 16226 16226 15249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41712643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16249/statm: 1339 232 193 169 0 50 0
[pid=16250] ppid=16249 vsize=355240 CPUtime=2781.17
/proc/16250/stat : 16250 (minisat) R 16249 16226 15249 0 -1 4194304 87389 0 0 0 278029 88 0 0 25 0 1 0 41712644 363765760 87375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16250/statm: 88810 87375 76 150 0 88657 0
Current children cumulated CPU time (s) 3197.9
Current children cumulated vsize (KiB) 374196

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16293
/proc/meminfo: memFree=1349240/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=416.73
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 1054 68310 0 3 3 1 41532 137 16 0 1 0 41670529 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 803 374 3 0 500 0
[pid=16249] ppid=16226 vsize=5356 CPUtime=0
/proc/16249/stat : 16249 (sh) S 16226 16226 15249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41712643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16249/statm: 1339 232 193 169 0 50 0
[pid=16250] ppid=16249 vsize=356564 CPUtime=2840.9
/proc/16250/stat : 16250 (minisat) R 16249 16226 15249 0 -1 4194304 87725 0 0 0 284002 88 0 0 25 0 1 0 41712644 365121536 87711 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/16250/statm: 89141 87711 76 150 0 88988 0
Current children cumulated CPU time (s) 3257.63
Current children cumulated vsize (KiB) 375520

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16293
/proc/meminfo: memFree=1347576/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=416.73
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 1054 68310 0 3 3 1 41532 137 16 0 1 0 41670529 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 803 374 3 0 500 0
[pid=16249] ppid=16226 vsize=5356 CPUtime=0
/proc/16249/stat : 16249 (sh) S 16226 16226 15249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41712643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16249/statm: 1339 232 193 169 0 50 0
[pid=16250] ppid=16249 vsize=358200 CPUtime=2900.62
/proc/16250/stat : 16250 (minisat) R 16249 16226 15249 0 -1 4194304 88129 0 0 0 289973 89 0 0 25 0 1 0 41712644 366796800 88115 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16250/statm: 89550 88115 76 150 0 89397 0
Current children cumulated CPU time (s) 3317.35
Current children cumulated vsize (KiB) 377156

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16293
/proc/meminfo: memFree=1346232/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=416.73
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 1054 68310 0 3 3 1 41532 137 16 0 1 0 41670529 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 803 374 3 0 500 0
[pid=16249] ppid=16226 vsize=5356 CPUtime=0
/proc/16249/stat : 16249 (sh) S 16226 16226 15249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41712643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16249/statm: 1339 232 193 169 0 50 0
[pid=16250] ppid=16249 vsize=359408 CPUtime=2960.36
/proc/16250/stat : 16250 (minisat) R 16249 16226 15249 0 -1 4194304 88453 0 0 0 295946 90 0 0 25 0 1 0 41712644 368033792 88439 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16250/statm: 89852 88439 76 150 0 89699 0
Current children cumulated CPU time (s) 3377.09
Current children cumulated vsize (KiB) 378364

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16293
/proc/meminfo: memFree=1344760/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=416.73
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 1054 68310 0 3 3 1 41532 137 16 0 1 0 41670529 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 803 374 3 0 500 0
[pid=16249] ppid=16226 vsize=5356 CPUtime=0
/proc/16249/stat : 16249 (sh) S 16226 16226 15249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41712643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16249/statm: 1339 232 193 169 0 50 0
[pid=16250] ppid=16249 vsize=360760 CPUtime=3020.09
/proc/16250/stat : 16250 (minisat) R 16249 16226 15249 0 -1 4194304 88800 0 0 0 301919 90 0 0 25 0 1 0 41712644 369418240 88786 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/16250/statm: 90190 88786 76 150 0 90037 0
Current children cumulated CPU time (s) 3436.82
Current children cumulated vsize (KiB) 379716

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16293
/proc/meminfo: memFree=1343672/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=416.73
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 1054 68310 0 3 3 1 41532 137 16 0 1 0 41670529 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 803 374 3 0 500 0
[pid=16249] ppid=16226 vsize=5356 CPUtime=0
/proc/16249/stat : 16249 (sh) S 16226 16226 15249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41712643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16249/statm: 1339 232 193 169 0 50 0
[pid=16250] ppid=16249 vsize=361980 CPUtime=3079.82
/proc/16250/stat : 16250 (minisat) R 16249 16226 15249 0 -1 4194304 89078 0 0 0 307891 91 0 0 25 0 1 0 41712644 370667520 89064 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/16250/statm: 90495 89064 76 150 0 90342 0
Current children cumulated CPU time (s) 3496.55
Current children cumulated vsize (KiB) 380936

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16293
/proc/meminfo: memFree=1342456/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=416.73
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 1054 68310 0 3 3 1 41532 137 16 0 1 0 41670529 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 803 374 3 0 500 0
[pid=16249] ppid=16226 vsize=5356 CPUtime=0
/proc/16249/stat : 16249 (sh) S 16226 16226 15249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41712643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16249/statm: 1339 232 193 169 0 50 0
[pid=16250] ppid=16249 vsize=363176 CPUtime=3139.55
/proc/16250/stat : 16250 (minisat) R 16249 16226 15249 0 -1 4194304 89358 0 0 0 313863 92 0 0 25 0 1 0 41712644 371892224 89344 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 0 0 0
/proc/16250/statm: 90794 89344 76 150 0 90641 0
Current children cumulated CPU time (s) 3556.28
Current children cumulated vsize (KiB) 382132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3626.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16299
/proc/meminfo: memFree=1340664/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=416.73
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 1054 68310 0 3 3 1 41532 137 16 0 1 0 41670529 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 803 374 3 0 500 0
[pid=16249] ppid=16226 vsize=5356 CPUtime=0
/proc/16249/stat : 16249 (sh) S 16226 16226 15249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41712643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16249/statm: 1339 232 193 169 0 50 0
[pid=16250] ppid=16249 vsize=364288 CPUtime=3183.34
/proc/16250/stat : 16250 (minisat) R 16249 16226 15249 0 -1 4194304 89648 0 0 0 318241 93 0 0 25 0 1 0 41712644 373030912 89634 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16250/statm: 91072 89634 76 150 0 90919 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 383244

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

[startup+3626.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16299
/proc/meminfo: memFree=1340664/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=416.73
/proc/16226/stat : 16226 (sugar) S 16224 16226 15249 0 -1 4194304 1054 68310 0 3 3 1 41532 137 16 0 1 0 41670529 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16226/statm: 3400 803 374 3 0 500 0
[pid=16249] ppid=16226 vsize=5356 CPUtime=0
/proc/16249/stat : 16249 (sh) S 16226 16226 15249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41712643 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16249/statm: 1339 232 193 169 0 50 0
[pid=16250] ppid=16249 vsize=364288 CPUtime=3183.34
/proc/16250/stat : 16250 (minisat) R 16249 16226 15249 0 -1 4194304 89648 0 0 0 318241 93 0 0 25 0 1 0 41712644 373030912 89634 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16250/statm: 91072 89634 76 150 0 90919 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 383244

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

[startup+3626.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16299
/proc/meminfo: memFree=1340664/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=416.79
/proc/16226/stat : 16226 (sugar) R 16224 16226 15249 0 -1 4194304 1091 68587 0 3 4 6 41532 137 16 0 1 0 41670529 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16226/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 416.79
Current children cumulated vsize (KiB) 13600

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

[startup+3626.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16299
/proc/meminfo: memFree=1340664/2055920 swapFree=4192812/4192956
[pid=16226] ppid=16224 vsize=13600 CPUtime=416.79
/proc/16226/stat : 16226 (sugar) R 16224 16226 15249 0 -1 4194304 1091 68587 0 3 4 6 41532 137 16 0 1 0 41670529 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16226/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 416.79
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): 3183.28
#  lost CPU user time (s): 3182.4
#  lost CPU system time (s): 0.88

Real time (s): 3626.44
CPU time (s): 3600.12
CPU user time (s): 3597.77
CPU system time (s): 2.34778
CPU usage (%): 99.2741
Max. virtual memory (cumulated for all children) (KiB): 896160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 415.369
system time used= 1.46778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69710
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19389
involuntary context switches= 35327

runsolver used 4.18436 second user time and 11.5752 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-12 10:01:18
IDJOB=1111592
IDBENCH=61298
IDSOLVER=368
FILE ID=node13/1111592-1215849678
PBS_JOBID= 7903379
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg16-20_ext.xml
COMMAND LINE= DIR/sugar -max -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-1111592-1215849678/watcher-1111592-1215849678 -o /tmp/evaluation-result-1111592-1215849678/solver-1111592-1215849678 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111592-1215849678.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1df82e8a2f01b53d84359bad2ff636b0
RANDOM SEED=1705616420

node13.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.234
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.234
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:       1684648 kB
Buffers:          1372 kB
Cached:          35144 kB
SwapCached:          0 kB
Active:         314416 kB
Inactive:         3396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:         301444 kB
Slab:            37944 kB
Committed_AS:   534584 kB
PageTables:       2532 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= 66524 MiB
End job on node13 at 2008-07-12 11:01:46