Trace number 1111616

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.14 3620.75

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-18_ext.xml
MD5SUM7eefbe4525d9a139e0a7a3d10b5fd38d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints34
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints34
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
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.14	c 0	BEGIN Sat Jul 12 10:09:38 2008
0.00/0.14	c 0	PID 18625
0.00/0.14	c 0	HOST node21.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1111616-1215850178.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111616-1215850178.xml' 'HOME/temp.csp'
0.04/0.67	c 1	1 domains, 288 variables, 0 predicates, 2 relations, 34 constraints
0.04/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	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.55/0.77	c 1	Parsing HOME/temp.csp
0.55/0.94	c 1	parsed 325 expressions
0.55/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.94	c 1	MAX CSP: 34 constraints
0.55/0.94	c 1	Converting to clausal form CSP
0.55/0.96	c 1	converted 37 (10%) expressions
0.55/0.97	c 1	converted 73 (20%) expressions
0.55/0.97	c 1	converted 109 (30%) expressions
0.55/0.97	c 1	converted 145 (40%) expressions
0.55/0.97	c 1	converted 181 (50%) expressions
0.55/0.97	c 1	converted 218 (60%) expressions
0.55/0.97	c 1	converted 254 (70%) expressions
0.55/0.97	c 1	converted 290 (80%) expressions
2.23/2.48	c 3	converted 326 (90%) expressions
2.92/3.16	c 4	converted 362 (100%) expressions
2.92/3.16	c 4	CSP : 356 integers, 0 booleans, 101 clauses, largest domain size 52
2.92/3.16	c 4	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.92/3.16	c 4	Propagation in CSP
2.92/3.18	c 4	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.92/3.18	c 4	CSP : 356 integers, 0 booleans, 101 clauses, largest domain size 35
2.92/3.18	c 4	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.92/3.18	c 4	Simplifing CSP by introducing new Boolean variables
2.92/3.18	c 4	CSP : 356 integers, 0 booleans, 101 clauses, largest domain size 35
2.92/3.18	c 4	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.22/3.48	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.32/3.50	c 4	36 (10%) CSP integer variables are encoded (864 clauses, 9360 bytes)
3.32/3.50	c 4	72 (20%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
3.32/3.51	c 4	107 (30%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
3.32/3.51	c 4	143 (40%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
3.32/3.51	c 4	178 (50%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
3.32/3.51	c 4	214 (60%) CSP integer variables are encoded (5136 clauses, 64705 bytes)
3.32/3.51	c 4	250 (70%) CSP integer variables are encoded (6000 clauses, 75937 bytes)
3.32/3.51	c 4	285 (80%) CSP integer variables are encoded (6840 clauses, 86857 bytes)
3.32/3.51	c 4	321 (90%) CSP integer variables are encoded (6912 clauses, 87793 bytes)
3.32/3.51	c 4	356 (100%) CSP integer variables are encoded (7191 clauses, 91420 bytes)
220.76/223.18	c 224	11 (10%) CSP clauses are encoded (715404 clauses, 79027878 bytes)
368.88/372.79	c 373	21 (20%) CSP clauses are encoded (1226691 clauses, 136312521 bytes)
393.22/397.37	c 398	31 (30%) CSP clauses are encoded (1428711 clauses, 161494291 bytes)
400.45/404.69	c 405	41 (40%) CSP clauses are encoded (1489350 clauses, 169049331 bytes)
400.45/404.70	c 405	51 (50%) CSP clauses are encoded (1489514 clauses, 169051916 bytes)
400.55/404.71	c 405	61 (60%) CSP clauses are encoded (1489936 clauses, 169058755 bytes)
400.55/404.71	c 405	71 (70%) CSP clauses are encoded (1490902 clauses, 169075707 bytes)
400.55/404.71	c 405	81 (80%) CSP clauses are encoded (1490955 clauses, 169076529 bytes)
400.55/404.71	c 405	91 (90%) CSP clauses are encoded (1491052 clauses, 169078102 bytes)
400.55/404.72	c 405	101 (100%) CSP clauses are encoded (1491320 clauses, 169082597 bytes)
400.55/404.72	c 405	101 CSP clauses encoded
400.55/404.72	c 405	Writing map file : HOME/temp.map
400.55/404.72	c 405	Heap : 99 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
400.55/404.72	c 405	SAT : 7547 SAT variables, 1491320 SAT clauses, 169082597 bytes
400.55/404.72	c 405	Heap : 99 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
400.55/404.80	c 405	OBJECTIVE minimize _COST
400.55/404.80	c 405	OBJECTIVE BOUND: 0 <= _COST <= 
400.55/404.80	c 405	SEARCHING: _COST <= 17
400.55/404.80	c 405	SOLVING HOME/temp.cnf
400.55/404.80	c 405	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
400.63/404.81	c 405	This is MiniSat 2.0 beta
400.63/404.81	c 405	WARNING: for repeatability, setting FPU to use double precision
400.63/404.81	c 405	============================[ Problem Statistics ]=============================
400.63/404.81	c 405	|                                                                             |
400.63/404.81	c 405	|  Number of variables:  7547                                                 |
400.63/404.81	c 405	|  Number of clauses:    1491321                                              |
403.98/408.20	c 409	|  Parsing time:         3.06         s                                       |
404.08/408.38	c 409	============================[ Search Statistics ]==============================
404.08/408.38	c 409	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
404.08/408.38	c 409	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
404.08/408.38	c 409	===============================================================================
404.08/408.38	c 409	|         0 |    7445  1490513 31109419 |   496837        0    nan |  0.000 % |
404.18/408.48	c 409	|       101 |    7445  1490513 31109419 |   546521      101      7 |  1.352 % |
404.38/408.63	c 409	|       252 |    7445  1490513 31109419 |   601173      252      8 |  1.352 % |
404.48/408.74	c 409	|       478 |    7445  1490513 31109419 |   661290      478      9 |  1.352 % |
404.67/408.93	c 409	|       815 |    7445  1490513 31109419 |   727420      815      9 |  1.352 % |
404.97/409.21	c 410	|      1321 |    7445  1490513 31109419 |   800162     1321      9 |  1.352 % |
405.06/409.32	c 410	|      2080 |    7445  1490513 31109419 |   880178     2080     10 |  1.352 % |
405.36/409.61	c 410	|      3219 |    7445  1490513 31109419 |   968196     3219     10 |  1.352 % |
405.67/409.96	c 410	|      4927 |    7445  1490513 31109419 |  1065015     4927     10 |  1.352 % |
406.06/410.36	c 411	|      7489 |    7445  1490513 31109419 |  1171517     7489     10 |  1.352 % |
406.94/411.24	c 412	|     11334 |    7445  1490513 31109419 |  1288668    11334     10 |  1.352 % |
408.14/412.49	c 413	|     17100 |    7445  1490513 31109419 |  1417535    17100     11 |  1.352 % |
410.62/414.95	c 415	|     25749 |    7445  1490513 31109419 |  1559289    25749     11 |  1.352 % |
413.78/418.17	c 419	|     38723 |    7445  1490513 31109419 |  1715218    38723     11 |  1.352 % |
422.30/426.80	c 427	|     58186 |    7445  1490513 31109419 |  1886740    58186     11 |  1.352 % |
431.91/436.43	c 437	|     87378 |    7445  1490513 31109419 |  2075414    87378     12 |  1.352 % |
452.21/456.92	c 457	|    131167 |    7445  1490513 31109419 |  2282955   131167     12 |  1.352 % |
484.20/489.24	c 490	|    196851 |    7445  1490513 31109419 |  2511251   196851     13 |  1.352 % |
571.46/577.36	c 578	|    295377 |    7445  1490513 31109419 |  2762376   295377     14 |  1.352 % |
728.35/735.73	c 736	|    443166 |    7445  1490513 31109419 |  3038613   443166     16 |  1.352 % |
1152.29/1163.73	c 1164	|    664850 |    7445  1490513 31109419 |  3342475   664850     18 |  1.352 % |
1757.42/1774.63	c 1775	|    997375 |    7445  1490513 31109419 |  3676722   997375     19 |  1.352 % |
3600.09/3620.62	c ERROR INTERRUPTED
3600.09/3620.67	s UNKNOWN
3600.09/3620.67	c 3621	CPU 399.09 (0.04 0.01 399.05 1.53)
3600.09/3620.67	c 3621	END Sat Jul 12 11:09:59 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-1111616-1215850178/watcher-1111616-1215850178 -o /tmp/evaluation-result-1111616-1215850178/solver-1111616-1215850178 -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-1111616-1215850178.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.21 2.28 2.28 4/81 18625
/proc/meminfo: memFree=1948296/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=18572 CPUtime=0
/proc/18625/stat : 18625 (runsolver) D 18623 18625 18225 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 41719934 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 221236489511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18625/statm: 4643 292 257 25 0 2626 0

[startup+0.0432711 s]
/proc/loadavg: 2.21 2.28 2.28 4/81 18625
/proc/meminfo: memFree=1948296/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=12272 CPUtime=0
/proc/18625/stat : 18625 (sugar) D 18623 18625 18225 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 41719934 12566528 330 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/18625/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.10128 s]
/proc/loadavg: 2.21 2.28 2.28 4/81 18625
/proc/meminfo: memFree=1948296/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=12412 CPUtime=0
/proc/18625/stat : 18625 (sugar) R 18623 18625 18225 0 -1 4194304 419 0 0 0 0 0 0 0 18 0 1 0 41719934 12709888 387 996147200 4194304 4206940 548682068592 18446744073709551615 221249788883 0 0 4224 0 0 0 0 17 1 0 0
/proc/18625/statm: 3103 387 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301324 s]
/proc/loadavg: 2.21 2.28 2.28 4/81 18625
/proc/meminfo: memFree=1948296/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=0.04
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 41719934 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.7014 s]
/proc/loadavg: 2.21 2.28 2.28 4/81 18625
/proc/meminfo: memFree=1948296/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=0.55
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 957 4966 0 1 3 1 47 4 16 0 1 0 41719934 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50255 s]
/proc/loadavg: 2.21 2.28 2.28 4/92 18647
/proc/meminfo: memFree=1938224/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=0.55
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 974 4966 0 1 3 1 47 4 15 0 1 0 41719934 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 797 370 3 0 500 0
[pid=18638] ppid=18625 vsize=5356 CPUtime=0
/proc/18638/stat : 18638 (sh) S 18625 18625 18225 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41720002 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18638/statm: 1339 233 193 169 0 50 0
[pid=18639] ppid=18638 vsize=864144 CPUtime=0.79
/proc/18639/stat : 18639 (java) S 18638 18625 18225 0 -1 0 10385 0 1 0 72 7 0 0 18 0 9 0 41720002 884883456 9554 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18639/statm: 216036 9554 2540 9 0 210611 0
[pid=18639/tid=18640] ppid=18638 vsize=864144 CPUtime=0.33
/proc/18639/task/18640/stat : 18640 (java) R 18638 18625 18225 0 -1 64 2768 0 1 0 32 1 0 0 19 0 9 0 41720003 884883456 9554 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18641] ppid=18638 vsize=864144 CPUtime=0.35
/proc/18639/task/18641/stat : 18641 (java) R 18638 18625 18225 0 -1 64 6590 0 0 0 32 3 0 0 17 0 9 0 41720005 884883456 9554 996147200 134512640 134550740 4294955936 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18642] ppid=18638 vsize=864144 CPUtime=0
/proc/18639/task/18642/stat : 18642 (java) S 18638 18625 18225 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41720005 884883456 9554 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18643] ppid=18638 vsize=864144 CPUtime=0
/proc/18639/task/18643/stat : 18643 (java) S 18638 18625 18225 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41720005 884883456 9554 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18644] ppid=18638 vsize=864144 CPUtime=0
/proc/18639/task/18644/stat : 18644 (java) S 18638 18625 18225 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41720007 884883456 9554 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18645] ppid=18638 vsize=864144 CPUtime=0.07
/proc/18639/task/18645/stat : 18645 (java) S 18638 18625 18225 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 41720007 884883456 9554 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18646] ppid=18638 vsize=864144 CPUtime=0
/proc/18639/task/18646/stat : 18646 (java) S 18638 18625 18225 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41720007 884883456 9554 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18647] ppid=18638 vsize=864144 CPUtime=0
/proc/18639/task/18647/stat : 18647 (java) S 18638 18625 18225 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41720007 884883456 9554 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 883100

[startup+3.10285 s]
/proc/loadavg: 2.27 2.29 2.29 4/92 18647
/proc/meminfo: memFree=1899120/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=0.55
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 974 4966 0 1 3 1 47 4 16 0 1 0 41719934 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 797 370 3 0 500 0
[pid=18638] ppid=18625 vsize=5356 CPUtime=0
/proc/18638/stat : 18638 (sh) S 18625 18625 18225 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41720002 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18638/statm: 1339 233 193 169 0 50 0
[pid=18639] ppid=18638 vsize=864144 CPUtime=2.37
/proc/18639/stat : 18639 (java) S 18638 18625 18225 0 -1 0 24723 0 1 0 225 12 0 0 18 0 9 0 41720002 884883456 23789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18639/statm: 216036 23789 2540 9 0 210611 0
[pid=18639/tid=18640] ppid=18638 vsize=864144 CPUtime=0.77
/proc/18639/task/18640/stat : 18640 (java) R 18638 18625 18225 0 -1 64 3702 0 1 0 75 2 0 0 23 0 9 0 41720003 884883456 23789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18641] ppid=18638 vsize=864144 CPUtime=1.5
/proc/18639/task/18641/stat : 18641 (java) R 18638 18625 18225 0 -1 64 19993 0 0 0 141 9 0 0 17 0 9 0 41720005 884883456 23789 996147200 134512640 134550740 4294955936 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18642] ppid=18638 vsize=864144 CPUtime=0
/proc/18639/task/18642/stat : 18642 (java) S 18638 18625 18225 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41720005 884883456 23789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18643] ppid=18638 vsize=864144 CPUtime=0
/proc/18639/task/18643/stat : 18643 (java) S 18638 18625 18225 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41720005 884883456 23789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18644] ppid=18638 vsize=864144 CPUtime=0
/proc/18639/task/18644/stat : 18644 (java) S 18638 18625 18225 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41720007 884883456 23789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18645] ppid=18638 vsize=864144 CPUtime=0.07
/proc/18639/task/18645/stat : 18645 (java) S 18638 18625 18225 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 41720007 884883456 23789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18646] ppid=18638 vsize=864144 CPUtime=0
/proc/18639/task/18646/stat : 18646 (java) S 18638 18625 18225 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41720007 884883456 23789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18647] ppid=18638 vsize=864144 CPUtime=0
/proc/18639/task/18647/stat : 18647 (java) S 18638 18625 18225 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41720007 884883456 23789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 883100

[startup+6.30146 s]
/proc/loadavg: 2.27 2.29 2.29 3/92 18647
/proc/meminfo: memFree=1849456/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=0.55
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 974 4966 0 1 3 1 47 4 15 0 1 0 41719934 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 797 370 3 0 500 0
[pid=18638] ppid=18625 vsize=5356 CPUtime=0
/proc/18638/stat : 18638 (sh) S 18625 18625 18225 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41720002 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18638/statm: 1339 233 193 169 0 50 0
[pid=18639] ppid=18638 vsize=864388 CPUtime=5.53
/proc/18639/stat : 18639 (java) S 18638 18625 18225 0 -1 0 27376 0 1 0 540 13 0 0 18 0 9 0 41720002 885133312 26380 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18639/statm: 216097 26380 2565 9 0 210644 0
[pid=18639/tid=18640] ppid=18638 vsize=864388 CPUtime=3.52
/proc/18639/task/18640/stat : 18640 (java) R 18638 18625 18225 0 -1 64 3818 0 1 0 350 2 0 0 25 0 9 0 41720003 885133312 26380 996147200 134512640 134550740 4294955936 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18641] ppid=18638 vsize=864388 CPUtime=1.87
/proc/18639/task/18641/stat : 18641 (java) S 18638 18625 18225 0 -1 64 22505 0 0 0 178 9 0 0 16 0 9 0 41720005 885133312 26380 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18642] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18642/stat : 18642 (java) S 18638 18625 18225 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41720005 885133312 26380 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18643] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18643/stat : 18643 (java) S 18638 18625 18225 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41720005 885133312 26380 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18644] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18644/stat : 18644 (java) S 18638 18625 18225 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41720007 885133312 26380 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18645] ppid=18638 vsize=864388 CPUtime=0.11
/proc/18639/task/18645/stat : 18645 (java) S 18638 18625 18225 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 41720007 885133312 26380 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18646] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18646/stat : 18646 (java) S 18638 18625 18225 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41720007 885133312 26380 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18647] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18647/stat : 18647 (java) S 18638 18625 18225 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41720007 885133312 26380 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 883344

[startup+12.7027 s]
/proc/loadavg: 2.23 2.28 2.28 3/92 18647
/proc/meminfo: memFree=1847920/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=0.55
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 974 4966 0 1 3 1 47 4 15 0 1 0 41719934 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 797 370 3 0 500 0
[pid=18638] ppid=18625 vsize=5356 CPUtime=0
/proc/18638/stat : 18638 (sh) S 18625 18625 18225 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41720002 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18638/statm: 1339 233 193 169 0 50 0
[pid=18639] ppid=18638 vsize=864388 CPUtime=11.88
/proc/18639/stat : 18639 (java) S 18638 18625 18225 0 -1 0 28092 0 1 0 1174 14 0 0 18 0 9 0 41720002 885133312 27088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18639/statm: 216097 27088 2565 9 0 210644 0
[pid=18639/tid=18640] ppid=18638 vsize=864388 CPUtime=9.84
/proc/18639/task/18640/stat : 18640 (java) R 18638 18625 18225 0 -1 64 3826 0 1 0 981 3 0 0 25 0 9 0 41720003 885133312 27088 996147200 134512640 134550740 4294955936 18446744073709551615 4126646376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18641] ppid=18638 vsize=864388 CPUtime=1.92
/proc/18639/task/18641/stat : 18641 (java) S 18638 18625 18225 0 -1 64 23213 0 0 0 182 10 0 0 16 0 9 0 41720005 885133312 27088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18642] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18642/stat : 18642 (java) S 18638 18625 18225 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41720005 885133312 27088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18643] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18643/stat : 18643 (java) S 18638 18625 18225 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41720005 885133312 27088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18644] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18644/stat : 18644 (java) S 18638 18625 18225 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41720007 885133312 27088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18645] ppid=18638 vsize=864388 CPUtime=0.11
/proc/18639/task/18645/stat : 18645 (java) S 18638 18625 18225 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 41720007 885133312 27088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18646] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18646/stat : 18646 (java) S 18638 18625 18225 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41720007 885133312 27088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18647] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18647/stat : 18647 (java) S 18638 18625 18225 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41720007 885133312 27088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 883344

[startup+25.5011 s]
/proc/loadavg: 2.20 2.27 2.28 3/92 18647
/proc/meminfo: memFree=1829680/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=0.55
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 974 4966 0 1 3 1 47 4 15 0 1 0 41719934 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 797 370 3 0 500 0
[pid=18638] ppid=18625 vsize=5356 CPUtime=0
/proc/18638/stat : 18638 (sh) S 18625 18625 18225 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41720002 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18638/statm: 1339 233 193 169 0 50 0
[pid=18639] ppid=18638 vsize=864388 CPUtime=24.55
/proc/18639/stat : 18639 (java) S 18638 18625 18225 0 -1 0 30652 0 1 0 2436 19 0 0 18 0 9 0 41720002 885133312 29593 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18639/statm: 216097 29593 2565 9 0 210644 0
[pid=18639/tid=18640] ppid=18638 vsize=864388 CPUtime=22.34
/proc/18639/task/18640/stat : 18640 (java) R 18638 18625 18225 0 -1 64 3881 0 1 0 2227 7 0 0 25 0 9 0 41720003 885133312 29593 996147200 134512640 134550740 4294955936 18446744073709551615 4126646376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18641] ppid=18638 vsize=864388 CPUtime=2.06
/proc/18639/task/18641/stat : 18641 (java) S 18638 18625 18225 0 -1 64 25709 0 0 0 196 10 0 0 16 0 9 0 41720005 885133312 29593 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18642] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18642/stat : 18642 (java) S 18638 18625 18225 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41720005 885133312 29593 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18639/tid=18643] ppid=18638 vsize=864388 CPUtime=0
/proc/18639/task/18643/stat : 18643 (java) S 18638 18625 18225 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41720005 885133312 29593 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18648] ppid=18625 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18625 18625 18225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41760414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 232 193 169 0 50 0
[pid=18649] ppid=18648 vsize=380248 CPUtime=2801.35
/proc/18649/stat : 18649 (minisat) R 18648 18625 18225 0 -1 4194304 93676 0 0 0 280048 87 0 0 25 0 1 0 41760415 389373952 93662 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/18649/statm: 95062 93662 76 150 0 94909 0
Current children cumulated CPU time (s) 3201.98
Current children cumulated vsize (KiB) 399204

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18731
/proc/meminfo: memFree=1330944/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=400.63
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 1054 75583 0 2 4 1 39905 153 16 0 1 0 41719934 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 803 374 3 0 500 0
[pid=18648] ppid=18625 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18625 18625 18225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41760414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 232 193 169 0 50 0
[pid=18649] ppid=18648 vsize=383076 CPUtime=2861.33
/proc/18649/stat : 18649 (minisat) R 18648 18625 18225 0 -1 4194304 94289 0 0 0 286045 88 0 0 25 0 1 0 41760415 392269824 94275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18649/statm: 95769 94275 76 150 0 95616 0
Current children cumulated CPU time (s) 3261.96
Current children cumulated vsize (KiB) 402032

[startup+3342.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 18731
/proc/meminfo: memFree=1327872/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=400.63
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 1054 75583 0 2 4 1 39905 153 16 0 1 0 41719934 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 803 374 3 0 500 0
[pid=18648] ppid=18625 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18625 18625 18225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41760414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 232 193 169 0 50 0
[pid=18649] ppid=18648 vsize=385708 CPUtime=2921.29
/proc/18649/stat : 18649 (minisat) R 18648 18625 18225 0 -1 4194304 94965 0 0 0 292041 88 0 0 25 0 1 0 41760415 394964992 94951 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/18649/statm: 96427 94951 76 150 0 96274 0
Current children cumulated CPU time (s) 3321.92
Current children cumulated vsize (KiB) 404664

[startup+3402.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 18731
/proc/meminfo: memFree=1325640/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=400.63
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 1054 75583 0 2 4 1 39905 153 16 0 1 0 41719934 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 803 374 3 0 500 0
[pid=18648] ppid=18625 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18625 18625 18225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41760414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 232 193 169 0 50 0
[pid=18649] ppid=18648 vsize=388016 CPUtime=2981.27
/proc/18649/stat : 18649 (minisat) R 18648 18625 18225 0 -1 4194304 95519 0 0 0 298038 89 0 0 25 0 1 0 41760415 397328384 95505 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18649/statm: 97004 95505 76 150 0 96851 0
Current children cumulated CPU time (s) 3381.9
Current children cumulated vsize (KiB) 406972

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18731
/proc/meminfo: memFree=1323592/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=400.63
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 1054 75583 0 2 4 1 39905 153 16 0 1 0 41719934 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 803 374 3 0 500 0
[pid=18648] ppid=18625 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18625 18625 18225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41760414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 232 193 169 0 50 0
[pid=18649] ppid=18648 vsize=390004 CPUtime=3041.24
/proc/18649/stat : 18649 (minisat) R 18648 18625 18225 0 -1 4194304 96021 0 0 0 304034 90 0 0 25 0 1 0 41760415 399364096 96007 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18649/statm: 97501 96007 76 150 0 97348 0
Current children cumulated CPU time (s) 3441.87
Current children cumulated vsize (KiB) 408960

[startup+3522.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 18731
/proc/meminfo: memFree=1321608/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=400.63
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 1054 75583 0 2 4 1 39905 153 16 0 1 0 41719934 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 803 374 3 0 500 0
[pid=18648] ppid=18625 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18625 18625 18225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41760414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 232 193 169 0 50 0
[pid=18649] ppid=18648 vsize=391908 CPUtime=3101.2
/proc/18649/stat : 18649 (minisat) R 18648 18625 18225 0 -1 4194304 96511 0 0 0 310029 91 0 0 25 0 1 0 41760415 401313792 96497 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18649/statm: 97977 96497 76 150 0 97824 0
Current children cumulated CPU time (s) 3501.83
Current children cumulated vsize (KiB) 410864

[startup+3582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 18731
/proc/meminfo: memFree=1319624/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=400.63
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 1054 75583 0 2 4 1 39905 153 16 0 1 0 41719934 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 803 374 3 0 500 0
[pid=18648] ppid=18625 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18625 18625 18225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41760414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 232 193 169 0 50 0
[pid=18649] ppid=18648 vsize=393808 CPUtime=3161.18
/proc/18649/stat : 18649 (minisat) R 18648 18625 18225 0 -1 4194304 96997 0 0 0 316026 92 0 0 25 0 1 0 41760415 403259392 96983 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/18649/statm: 98452 96983 76 150 0 98299 0
Current children cumulated CPU time (s) 3561.81
Current children cumulated vsize (KiB) 412764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18731
/proc/meminfo: memFree=1318280/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=400.63
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 1054 75583 0 2 4 1 39905 153 16 0 1 0 41719934 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 803 374 3 0 500 0
[pid=18648] ppid=18625 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18625 18625 18225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41760414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 232 193 169 0 50 0
[pid=18649] ppid=18648 vsize=395132 CPUtime=3199.46
/proc/18649/stat : 18649 (minisat) R 18648 18625 18225 0 -1 4194304 97330 0 0 0 319854 92 0 0 25 0 1 0 41760415 404615168 97316 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/18649/statm: 98783 97316 76 150 0 98630 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 414088

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

[startup+3620.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18731
/proc/meminfo: memFree=1318280/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=400.63
/proc/18625/stat : 18625 (sugar) S 18623 18625 18225 0 -1 4194304 1054 75583 0 2 4 1 39905 153 16 0 1 0 41719934 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18625/statm: 3400 803 374 3 0 500 0
[pid=18648] ppid=18625 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18625 18625 18225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41760414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 232 193 169 0 50 0
[pid=18649] ppid=18648 vsize=395132 CPUtime=3199.46
/proc/18649/stat : 18649 (minisat) R 18648 18625 18225 0 -1 4194304 97330 0 0 0 319854 92 0 0 25 0 1 0 41760415 404615168 97316 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/18649/statm: 98783 97316 76 150 0 98630 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 414088

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

[startup+3620.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18731
/proc/meminfo: memFree=1318280/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=400.68
/proc/18625/stat : 18625 (sugar) R 18623 18625 18225 0 -1 4194304 1092 75860 0 2 4 6 39905 153 17 0 1 0 41719934 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18625/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 400.68
Current children cumulated vsize (KiB) 13600

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

[startup+3620.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18731
/proc/meminfo: memFree=1318280/2055920 swapFree=4180220/4192956
[pid=18625] ppid=18623 vsize=13600 CPUtime=400.68
/proc/18625/stat : 18625 (sugar) R 18623 18625 18225 0 -1 4194304 1092 75860 0 2 4 6 39905 153 17 0 1 0 41719934 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18625/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 400.68
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): 3199.41
#  lost CPU user time (s): 3198.54
#  lost CPU system time (s): 0.87

Real time (s): 3620.75
CPU time (s): 3600.14
CPU user time (s): 3597.64
CPU system time (s): 2.50275
CPU usage (%): 99.4308
Max. virtual memory (cumulated for all children) (KiB): 896660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 399.097
system time used= 1.63275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76983
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= 19514
involuntary context switches= 27470

runsolver used 4.16637 second user time and 10.9133 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-12 10:09:38
IDJOB=1111616
IDBENCH=61301
IDSOLVER=368
FILE ID=node21/1111616-1215850178
PBS_JOBID= 7903419
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg16-18_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-1111616-1215850178/watcher-1111616-1215850178 -o /tmp/evaluation-result-1111616-1215850178/solver-1111616-1215850178 -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-1111616-1215850178.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7eefbe4525d9a139e0a7a3d10b5fd38d
RANDOM SEED=628080089

node21.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.257
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.257
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:       1948776 kB
Buffers:          4560 kB
Cached:          37032 kB
SwapCached:       6484 kB
Active:          55452 kB
Inactive:         7856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1948776 kB
SwapTotal:     4192956 kB
SwapFree:      4180220 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:          37816 kB
Slab:            28992 kB
Committed_AS:   185996 kB
PageTables:       1900 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= 66480 MiB
End job on node21 at 2008-07-12 11:10:01