Trace number 2073722

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 1703.28 1707.77

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle18.xml
MD5SUMf76b06d3e661ce14a41ae7a39637bc55
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.433933
Satisfiable
(Un)Satisfiability was proved
Number of variables177
Number of constraints1277
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension86
Number of constraints which are defined in intension1191
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 02:34:57 2009
0.06/0.08	c 0	PID 17934
0.06/0.08	c 0	HOST node51.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2073722-1247358897.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2073722-1247358897.xml' 'HOME/temp.csp'
1.07/1.12	c 1	1 domains, 177 variables, 6 predicates, 4 relations, 1277 constraints
1.07/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.13	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.10/1.21	c 1	Parsing HOME/temp.csp
1.10/1.76	c 2	parsed 1465 expressions
1.10/1.77	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.77	c 2	Converting to clausal form CSP
1.10/1.79	c 2	converted 147 (10%) expressions
3.75/3.84	c 4	converted 293 (20%) expressions
3.84/3.98	c 4	converted 440 (30%) expressions
3.94/4.02	c 4	converted 586 (40%) expressions
3.94/4.03	c 4	converted 733 (50%) expressions
3.94/4.05	c 4	converted 879 (60%) expressions
3.94/4.07	c 4	converted 1026 (70%) expressions
3.94/4.08	c 4	converted 1172 (80%) expressions
4.04/4.10	c 4	converted 1319 (90%) expressions
6.74/6.86	c 7	converted 1465 (100%) expressions
6.74/6.86	c 7	CSP : 177 integers, 0 booleans, 1277 clauses, largest domain size 26
6.74/6.86	c 7	Heap : 128 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.74/6.86	c 7	Propagation in CSP
6.74/6.87	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.74/6.87	c 7	CSP : 177 integers, 0 booleans, 1277 clauses, largest domain size 26
6.74/6.87	c 7	Heap : 128 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.74/6.88	c 7	Simplifing CSP by introducing new Boolean variables
6.84/6.99	c 7	CSP : 177 integers, 8832 booleans, 10109 clauses, largest domain size 26
6.84/6.99	c 7	Heap : 126 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.74/7.88	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.83/7.90	c 8	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
7.83/7.90	c 8	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
7.83/7.90	c 8	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
7.83/7.91	c 8	71 (40%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
7.83/7.91	c 8	89 (50%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
7.83/7.91	c 8	107 (60%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
7.83/7.91	c 8	124 (70%) CSP integer variables are encoded (2976 clauses, 36625 bytes)
7.83/7.91	c 8	142 (80%) CSP integer variables are encoded (3408 clauses, 42241 bytes)
7.83/7.91	c 8	160 (90%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
7.83/7.91	c 8	177 (100%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
54.38/54.58	c 55	1011 (10%) CSP clauses are encoded (763723 clauses, 30136791 bytes)
54.48/54.64	c 55	2022 (20%) CSP clauses are encoded (786384 clauses, 30559709 bytes)
54.48/54.69	c 55	3033 (30%) CSP clauses are encoded (809070 clauses, 30983078 bytes)
54.59/54.73	c 55	4044 (40%) CSP clauses are encoded (832231 clauses, 31388492 bytes)
54.59/54.79	c 55	5055 (50%) CSP clauses are encoded (855717 clauses, 31801123 bytes)
54.68/54.83	c 55	6066 (60%) CSP clauses are encoded (879178 clauses, 32217653 bytes)
54.68/54.88	c 55	7077 (70%) CSP clauses are encoded (902664 clauses, 32649812 bytes)
54.79/54.93	c 55	8088 (80%) CSP clauses are encoded (926150 clauses, 33113003 bytes)
457.56/457.81	c 458	9099 (90%) CSP clauses are encoded (1277265 clauses, 57787498 bytes)
1648.74/1652.97	c 1653	10109 (100%) CSP clauses are encoded (2283637 clauses, 136516345 bytes)
1648.74/1652.98	c 1653	10109 CSP clauses encoded
1648.74/1652.98	c 1653	Writing map file : HOME/temp.map
1648.74/1652.98	c 1653	Heap : 231 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1648.74/1652.98	c 1653	SAT : 13257 SAT variables, 2283637 SAT clauses, 136516345 bytes
1648.74/1652.98	c 1653	Heap : 231 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1648.84/1653.04	c 1653	SOLVING HOME/temp.cnf
1648.84/1653.04	c 1653	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1648.84/1653.05	c 1653	This is MiniSat 2.0 beta
1648.84/1653.05	c 1653	WARNING: for repeatability, setting FPU to use double precision
1648.84/1653.05	c 1653	============================[ Problem Statistics ]=============================
1648.84/1653.05	c 1653	|                                                                             |
1648.84/1653.05	c 1653	|  Number of variables:  13257                                                |
1648.84/1653.05	c 1653	|  Number of clauses:    2283637                                              |
1651.60/1655.84	c 1656	|  Parsing time:         2.50         s                                       |
1651.81/1656.01	c 1656	============================[ Search Statistics ]==============================
1651.81/1656.01	c 1656	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1651.81/1656.01	c 1656	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1651.81/1656.01	c 1656	===============================================================================
1651.81/1656.01	c 1656	|         0 |   13257  2283637 24517306 |   761212        0    nan |  0.000 % |
1651.90/1656.16	c 1656	|       100 |   13257  2283637 24517306 |   837333      100     11 |  0.000 % |
1652.00/1656.22	c 1656	|       250 |   13257  2283637 24517306 |   921066      250      9 |  0.000 % |
1652.10/1656.31	c 1656	|       477 |   13257  2283637 24517306 |  1013173      477      9 |  0.000 % |
1652.20/1656.45	c 1657	|       814 |   13257  2283637 24517306 |  1114490      814     10 |  0.000 % |
1652.30/1656.57	c 1657	|      1321 |   13257  2283637 24517306 |  1225940     1321     10 |  0.000 % |
1652.50/1656.74	c 1657	|      2082 |   13257  2283637 24517306 |  1348534     2082     11 |  0.000 % |
1652.90/1657.14	c 1657	|      3222 |   13257  2283637 24517306 |  1483387     3222     10 |  0.000 % |
1653.20/1657.44	c 1658	|      4930 |   13257  2283637 24517306 |  1631726     4930     10 |  0.000 % |
1653.89/1658.12	c 1658	|      7494 |   13257  2283637 24517306 |  1794898     7494     10 |  0.000 % |
1655.59/1659.88	c 1660	|     11338 |   13257  2283637 24517306 |  1974388    11338     11 |  0.000 % |
1658.77/1663.02	c 1663	|     17104 |   13257  2283637 24517306 |  2171827    17104     11 |  0.000 % |
1667.43/1671.78	c 1672	|     25755 |   13257  2283637 24517306 |  2389010    25755     12 |  0.000 % |
1680.06/1684.50	c 1685	|     38730 |   13257  2283637 24517306 |  2627911    38730     13 |  0.000 % |
1695.08/1699.54	c 1700	|     58192 |   13257  2283637 24517306 |  2890702    58192     12 |  0.000 % |
1702.83/1707.33	c 1707	===============================================================================
1702.83/1707.33	c 1707	restarts              : 15
1702.83/1707.33	c 1707	conflicts             : 73037          (1362 /sec)
1702.83/1707.33	c 1707	decisions             : 140055         (1.66 % random) (2611 /sec)
1702.83/1707.33	c 1707	propagations          : 3950598        (73646 /sec)
1702.83/1707.33	c 1707	conflict literals     : 909188         (21.12 % deleted)
1702.83/1707.33	c 1707	Memory used           : 191.98 MB
1702.83/1707.33	c 1707	CPU time              : 53.6428 s
1702.83/1707.33	c 1707	
1702.83/1707.34	c 1707	SATISFIABLE
1702.83/1707.38	c 1708	DECODING HOME/temp.out WITH HOME/temp.map
1702.83/1707.38	c 1708	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1702.93/1707.46	c 1708	Decoding HOME/temp.out
1702.93/1707.60	s SATISFIABLE
1702.93/1707.61	v 19 24 6 18 5 11 14 20 19 20 17 20 18 25 14 20 10 11 20 1 17 0 13 0 25 8 0 22 17 24 14 23 8 3 4 18 22 8 25 17 4 13 4 22 20 19 20 4 18 18 4 0 24 17 14 22 19 20 15 18 19 0 8 18 22 24 2 8 19 19 14 15 8 12 0 17 24 11 4 1 14 13 4 8 22 8 18 13 20 13 14 13 4 18 11 24 19 7 17 0 2 4 0 4 7 22 24 11 4 18 18 14 24 4 18 0 19 24 4 0 18 14 20 19 20 8 18 11 20 4 22 0 17 4 23 15 14 18 2 24 18 19 18 0 24 8 3 24 20 17 19 14 11 4 0 0 20 17 4 8 18 10 4 14 19 24 17 4 22 17 4 18 19 19 4 18 19
1702.93/1707.64	c 1708	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1703.18/1707.70	c 1708	CPU 1703.18 (0.06 0.01 1701.23 1.88)
1703.18/1707.70	c 1708	END Sun Jul 12 03:03:25 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2073722-1247358897/watcher-2073722-1247358897 -o /tmp/evaluation-result-2073722-1247358897/solver-2073722-1247358897 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2073722-1247358897.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.09 2.43 4/74 17934
/proc/meminfo: memFree=1907024/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=18576 CPUtime=0
/proc/17934/stat : 17934 (runsolver) R 17932 17934 15277 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22953213 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17934/statm: 4644 284 249 26 0 2626 0

[startup+0.0715299 s]
/proc/loadavg: 1.93 2.09 2.43 4/74 17934
/proc/meminfo: memFree=1907024/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16476 CPUtime=0.06
/proc/17934/stat : 17934 (sugar) R 17932 17934 15277 0 -1 4194304 1022 0 0 0 5 1 0 0 18 0 1 0 22953213 16871424 990 996147200 4194304 4206940 548682068608 18446744073709551615 235371166904 0 0 4224 0 0 0 0 17 1 0 0
/proc/17934/statm: 4119 990 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.101619 s]
/proc/loadavg: 1.93 2.09 2.43 4/74 17934
/proc/meminfo: memFree=1907024/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=0.07
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22953213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301549 s]
/proc/loadavg: 1.93 2.09 2.43 4/74 17934
/proc/meminfo: memFree=1907024/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=0.07
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22953213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701588 s]
/proc/loadavg: 1.93 2.09 2.43 4/74 17934
/proc/meminfo: memFree=1907024/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=0.07
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22953213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50166 s]
/proc/loadavg: 1.93 2.09 2.43 4/85 17946
/proc/meminfo: memFree=1881464/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1.1
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1309 9958 0 1 6 1 98 5 16 0 1 0 22953213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 16868

[startup+3.1028 s]
/proc/loadavg: 1.93 2.09 2.43 4/85 17956
/proc/meminfo: memFree=1876536/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1.1
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1309 9958 0 1 6 1 98 5 15 0 1 0 22953213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1111 409 3 0 796 0
[pid=17947] ppid=17934 vsize=5356 CPUtime=0
/proc/17947/stat : 17947 (sh) S 17934 17934 15277 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22953326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17947/statm: 1339 233 193 169 0 50 0
[pid=17948] ppid=17947 vsize=864400 CPUtime=1.95
/proc/17948/stat : 17948 (java) S 17947 17934 15277 0 -1 0 15793 0 1 0 188 7 0 0 18 0 9 0 22953326 885145600 14731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17948/statm: 216100 14731 2566 9 0 210605 0
[pid=17948/tid=17949] ppid=17947 vsize=864400 CPUtime=0.94
/proc/17948/task/17949/stat : 17949 (java) R 17947 17934 15277 0 -1 64 2890 0 1 0 92 2 0 0 23 0 9 0 22953327 885145600 14731 996147200 134512640 134550932 4294955936 18446744073709551615 4126539707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17950] ppid=17947 vsize=864400 CPUtime=0.93
/proc/17948/task/17950/stat : 17950 (java) S 17947 17934 15277 0 -1 64 11885 0 0 0 89 4 0 0 18 0 9 0 22953328 885145600 14731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17951] ppid=17947 vsize=864400 CPUtime=0
/proc/17948/task/17951/stat : 17951 (java) S 17947 17934 15277 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22953329 885145600 14731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17952] ppid=17947 vsize=864400 CPUtime=0
/proc/17948/task/17952/stat : 17952 (java) S 17947 17934 15277 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22953329 885145600 14731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17953] ppid=17947 vsize=864400 CPUtime=0
/proc/17948/task/17953/stat : 17953 (java) S 17947 17934 15277 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22953331 885145600 14731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17954] ppid=17947 vsize=864400 CPUtime=0.05
/proc/17948/task/17954/stat : 17954 (java) S 17947 17934 15277 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 22953331 885145600 14731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17955] ppid=17947 vsize=864400 CPUtime=0
/proc/17948/task/17955/stat : 17955 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22953331 885145600 14731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17956] ppid=17947 vsize=864400 CPUtime=0
/proc/17948/task/17956/stat : 17956 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22953331 885145600 14731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 886624

[startup+6.3029 s]
/proc/loadavg: 1.93 2.09 2.43 4/85 17956
/proc/meminfo: memFree=1784632/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1.1
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1309 9958 0 1 6 1 98 5 15 0 1 0 22953213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1111 409 3 0 796 0
[pid=17947] ppid=17934 vsize=5356 CPUtime=0
/proc/17947/stat : 17947 (sh) S 17934 17934 15277 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22953326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17947/statm: 1339 233 193 169 0 50 0
[pid=17948] ppid=17947 vsize=890096 CPUtime=5.15
/proc/17948/stat : 17948 (java) S 17947 17934 15277 0 -1 0 47601 0 1 0 493 22 0 0 18 0 9 0 22953326 911458304 41180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17948/statm: 222524 41180 2567 9 0 217029 0
[pid=17948/tid=17949] ppid=17947 vsize=890096 CPUtime=2.04
/proc/17948/task/17949/stat : 17949 (java) S 17947 17934 15277 0 -1 64 3702 0 1 0 201 3 0 0 25 0 9 0 22953327 911458304 41180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17950] ppid=17947 vsize=890096 CPUtime=2.92
/proc/17948/task/17950/stat : 17950 (java) R 17947 17934 15277 0 -1 64 41760 0 0 0 275 17 0 0 20 0 9 0 22953328 911458304 41180 996147200 134512640 134550932 4294955936 18446744073709551615 102768130 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17951] ppid=17947 vsize=890096 CPUtime=0
/proc/17948/task/17951/stat : 17951 (java) S 17947 17934 15277 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22953329 911458304 41180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17952] ppid=17947 vsize=890096 CPUtime=0
/proc/17948/task/17952/stat : 17952 (java) S 17947 17934 15277 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22953329 911458304 41180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17953] ppid=17947 vsize=890096 CPUtime=0
/proc/17948/task/17953/stat : 17953 (java) S 17947 17934 15277 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22953331 911458304 41180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17954] ppid=17947 vsize=890096 CPUtime=0.15
/proc/17948/task/17954/stat : 17954 (java) S 17947 17934 15277 0 -1 64 1437 0 0 0 15 0 0 0 16 0 9 0 22953331 911458304 41180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17955] ppid=17947 vsize=890096 CPUtime=0
/proc/17948/task/17955/stat : 17955 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22953331 911458304 41180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17956] ppid=17947 vsize=890096 CPUtime=0
/proc/17948/task/17956/stat : 17956 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22953331 911458304 41180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 912320

[startup+12.7015 s]
/proc/loadavg: 2.02 2.10 2.43 3/85 17956
/proc/meminfo: memFree=1744248/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1.1
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1310 9958 0 1 6 1 98 5 16 0 1 0 22953213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1111 409 3 0 796 0
[pid=17947] ppid=17934 vsize=5356 CPUtime=0
/proc/17947/stat : 17947 (sh) S 17934 17934 15277 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22953326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17947/statm: 1339 233 193 169 0 50 0
[pid=17948] ppid=17947 vsize=868716 CPUtime=11.53
/proc/17948/stat : 17948 (java) S 17947 17934 15277 0 -1 0 61782 0 2 0 1120 33 0 0 18 0 9 0 22953326 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17948/statm: 217179 40647 2592 9 0 211656 0
[pid=17948/tid=17949] ppid=17947 vsize=868716 CPUtime=6.88
/proc/17948/task/17949/stat : 17949 (java) R 17947 17934 15277 0 -1 64 4669 0 2 0 681 7 0 0 25 0 9 0 22953327 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4126922817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17950] ppid=17947 vsize=868716 CPUtime=4.41
/proc/17948/task/17950/stat : 17950 (java) S 17947 17934 15277 0 -1 64 54940 0 0 0 418 23 0 0 16 0 9 0 22953328 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17951] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17951/stat : 17951 (java) S 17947 17934 15277 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22953329 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17952] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17952/stat : 17952 (java) S 17947 17934 15277 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22953329 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17953] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17953/stat : 17953 (java) S 17947 17934 15277 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22953331 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17954] ppid=17947 vsize=868716 CPUtime=0.21
/proc/17948/task/17954/stat : 17954 (java) S 17947 17934 15277 0 -1 64 1471 0 0 0 20 1 0 0 16 0 9 0 22953331 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17955] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17955/stat : 17955 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22953331 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17956] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17956/stat : 17956 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22953331 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 890940

[startup+25.5026 s]
/proc/loadavg: 2.02 2.10 2.42 3/85 17956
/proc/meminfo: memFree=1735096/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1.1
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1310 9958 0 1 6 1 98 5 16 0 1 0 22953213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1111 409 3 0 796 0
[pid=17947] ppid=17934 vsize=5356 CPUtime=0
/proc/17947/stat : 17947 (sh) S 17934 17934 15277 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22953326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17947/statm: 1339 233 193 169 0 50 0
[pid=17948] ppid=17947 vsize=868716 CPUtime=24.32
/proc/17948/stat : 17948 (java) S 17947 17934 15277 0 -1 0 61828 0 2 0 2394 38 0 0 18 0 9 0 22953326 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17948/statm: 217179 40647 2592 9 0 211656 0
[pid=17948/tid=17949] ppid=17947 vsize=868716 CPUtime=19.46
/proc/17948/task/17949/stat : 17949 (java) R 17947 17934 15277 0 -1 64 4715 0 2 0 1933 13 0 0 25 0 9 0 22953327 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4126564656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17950] ppid=17947 vsize=868716 CPUtime=4.63
/proc/17948/task/17950/stat : 17950 (java) S 17947 17934 15277 0 -1 64 54940 0 0 0 440 23 0 0 16 0 9 0 22953328 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17951] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17951/stat : 17951 (java) S 17947 17934 15277 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22953329 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17952] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17952/stat : 17952 (java) S 17947 17934 15277 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22953329 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17953] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17953/stat : 17953 (java) S 17947 17934 15277 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22953331 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17954] ppid=17947 vsize=868716 CPUtime=0.21
/proc/17948/task/17954/stat : 17954 (java) S 17947 17934 15277 0 -1 64 1471 0 0 0 20 1 0 0 16 0 9 0 22953331 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17955] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17955/stat : 17955 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22953331 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17956] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17956/stat : 17956 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22953331 889565184 40647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 890940

[startup+51.1029 s]
/proc/loadavg: 2.01 2.09 2.41 4/85 17956
/proc/meminfo: memFree=1701560/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1.1
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1310 9958 0 1 6 1 98 5 16 0 1 0 22953213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1111 409 3 0 796 0
[pid=17947] ppid=17934 vsize=5356 CPUtime=0
/proc/17947/stat : 17947 (sh) S 17934 17934 15277 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22953326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17947/statm: 1339 233 193 169 0 50 0
[pid=17948] ppid=17947 vsize=868716 CPUtime=49.89
/proc/17948/stat : 17948 (java) S 17947 17934 15277 0 -1 0 67368 0 2 0 4940 49 0 0 18 0 9 0 22953326 889565184 46116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17948/statm: 217179 46116 2592 9 0 211656 0

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

[pid=17948/tid=17951] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17951/stat : 17951 (java) S 17947 17934 15277 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22953329 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17952] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17952/stat : 17952 (java) S 17947 17934 15277 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22953329 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17953] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17953/stat : 17953 (java) S 17947 17934 15277 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22953331 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17954] ppid=17947 vsize=868716 CPUtime=0.23
/proc/17948/task/17954/stat : 17954 (java) S 17947 17934 15277 0 -1 64 1485 0 0 0 22 1 0 0 16 0 9 0 22953331 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17955] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17955/stat : 17955 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22953331 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17956] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17956/stat : 17956 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22953331 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.68
Current children cumulated vsize (KiB) 890940

[startup+1602.3 s]
/proc/loadavg: 2.07 2.06 2.09 3/91 18002
/proc/meminfo: memFree=1409984/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1.1
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1310 9958 0 1 6 1 98 5 16 0 1 0 22953213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1111 409 3 0 796 0
[pid=17947] ppid=17934 vsize=5356 CPUtime=0
/proc/17947/stat : 17947 (sh) S 17934 17934 15277 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22953326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17947/statm: 1339 233 193 169 0 50 0
[pid=17948] ppid=17947 vsize=868716 CPUtime=1597.29
/proc/17948/stat : 17948 (java) S 17947 17934 15277 0 -1 0 116006 0 2 0 159608 121 0 0 18 0 9 0 22953326 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17948/statm: 217179 75249 2591 9 0 211656 0
[pid=17948/tid=17949] ppid=17947 vsize=868716 CPUtime=1587.25
/proc/17948/task/17949/stat : 17949 (java) R 17947 17934 15277 0 -1 64 5603 0 2 0 158653 72 0 0 25 0 9 0 22953327 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4126920122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17950] ppid=17947 vsize=868716 CPUtime=9.78
/proc/17948/task/17950/stat : 17950 (java) S 17947 17934 15277 0 -1 64 108216 0 0 0 931 47 0 0 16 0 9 0 22953328 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17951] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17951/stat : 17951 (java) S 17947 17934 15277 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22953329 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17952] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17952/stat : 17952 (java) S 17947 17934 15277 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22953329 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17953] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17953/stat : 17953 (java) S 17947 17934 15277 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22953331 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17954] ppid=17947 vsize=868716 CPUtime=0.23
/proc/17948/task/17954/stat : 17954 (java) S 17947 17934 15277 0 -1 64 1485 0 0 0 22 1 0 0 16 0 9 0 22953331 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17955] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17955/stat : 17955 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22953331 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17948/tid=17956] ppid=17947 vsize=868716 CPUtime=0
/proc/17948/task/17956/stat : 17956 (java) S 17947 17934 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22953331 889565184 75249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.39
Current children cumulated vsize (KiB) 890940

[startup+1662.3 s]
/proc/loadavg: 2.10 2.06 2.09 3/83 18004
/proc/meminfo: memFree=1502528/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1648.89
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1376 126313 0 3 6 1 164735 147 16 0 1 0 22953213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1113 409 3 0 796 0
[pid=18003] ppid=17934 vsize=5356 CPUtime=0
/proc/18003/stat : 18003 (sh) S 17934 17934 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23118518 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18003/statm: 1339 232 193 169 0 50 0
[pid=18004] ppid=18003 vsize=175840 CPUtime=9.18
/proc/18004/stat : 18004 (minisat) R 18003 17934 15277 0 -1 4194304 43120 0 0 0 887 31 0 0 25 0 1 0 23118518 180060160 43106 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18004/statm: 43960 43106 76 150 0 43807 0
Current children cumulated CPU time (s) 1658.07
Current children cumulated vsize (KiB) 198064

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

[startup+1663.9 s]
/proc/loadavg: 2.10 2.06 2.09 3/83 18004
/proc/meminfo: memFree=1502016/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1648.89
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1376 126313 0 3 6 1 164735 147 16 0 1 0 22953213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1113 409 3 0 796 0
[pid=18003] ppid=17934 vsize=5356 CPUtime=0
/proc/18003/stat : 18003 (sh) S 17934 17934 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23118518 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18003/statm: 1339 232 193 169 0 50 0
[pid=18004] ppid=18003 vsize=177772 CPUtime=10.77
/proc/18004/stat : 18004 (minisat) R 18003 17934 15277 0 -1 4194304 43587 0 0 0 1046 31 0 0 25 0 1 0 23118518 182038528 43573 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/18004/statm: 44443 43573 76 150 0 44290 0
Current children cumulated CPU time (s) 1659.66
Current children cumulated vsize (KiB) 199996

[startup+1689.5 s]
/proc/loadavg: 2.06 2.06 2.08 3/83 18004
/proc/meminfo: memFree=1487744/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1648.89
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1376 126313 0 3 6 1 164735 147 16 0 1 0 22953213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1113 409 3 0 796 0
[pid=18003] ppid=17934 vsize=5356 CPUtime=0
/proc/18003/stat : 18003 (sh) S 17934 17934 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23118518 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18003/statm: 1339 232 193 169 0 50 0
[pid=18004] ppid=18003 vsize=192228 CPUtime=36.25
/proc/18004/stat : 18004 (minisat) R 18003 17934 15277 0 -1 4194304 46839 0 0 0 3591 34 0 0 25 0 1 0 23118518 196841472 46825 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18004/statm: 48057 46825 76 150 0 47904 0
Current children cumulated CPU time (s) 1685.14
Current children cumulated vsize (KiB) 214452

[startup+1695.9 s]
/proc/loadavg: 2.06 2.05 2.08 3/83 18004
/proc/meminfo: memFree=1486848/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1648.89
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1376 126313 0 3 6 1 164735 147 16 0 1 0 22953213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1113 409 3 0 796 0
[pid=18003] ppid=17934 vsize=5356 CPUtime=0
/proc/18003/stat : 18003 (sh) S 17934 17934 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23118518 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18003/statm: 1339 232 193 169 0 50 0
[pid=18004] ppid=18003 vsize=193380 CPUtime=42.62
/proc/18004/stat : 18004 (minisat) R 18003 17934 15277 0 -1 4194304 47136 0 0 0 4228 34 0 0 25 0 1 0 23118518 198021120 47122 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18004/statm: 48345 47122 76 150 0 48192 0
Current children cumulated CPU time (s) 1691.51
Current children cumulated vsize (KiB) 215604

[startup+1702.3 s]
/proc/loadavg: 2.13 2.07 2.09 3/83 18004
/proc/meminfo: memFree=1485376/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1648.89
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1376 126313 0 3 6 1 164735 147 16 0 1 0 22953213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1113 409 3 0 796 0
[pid=18003] ppid=17934 vsize=5356 CPUtime=0
/proc/18003/stat : 18003 (sh) S 17934 17934 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23118518 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18003/statm: 1339 232 193 169 0 50 0
[pid=18004] ppid=18003 vsize=194896 CPUtime=48.97
/proc/18004/stat : 18004 (minisat) R 18003 17934 15277 0 -1 4194304 47482 0 0 0 4863 34 0 0 25 0 1 0 23118518 199573504 47468 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18004/statm: 48724 47468 76 150 0 48571 0
Current children cumulated CPU time (s) 1697.86
Current children cumulated vsize (KiB) 217120

[startup+1705.5 s]
/proc/loadavg: 2.13 2.07 2.09 3/83 18004
/proc/meminfo: memFree=1484096/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1648.89
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1376 126313 0 3 6 1 164735 147 16 0 1 0 22953213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1113 409 3 0 796 0
[pid=18003] ppid=17934 vsize=5356 CPUtime=0
/proc/18003/stat : 18003 (sh) S 17934 17934 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23118518 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18003/statm: 1339 232 193 169 0 50 0
[pid=18004] ppid=18003 vsize=196264 CPUtime=52.15
/proc/18004/stat : 18004 (minisat) R 18003 17934 15277 0 -1 4194304 47801 0 0 0 5181 34 0 0 25 0 1 0 23118518 200974336 47787 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18004/statm: 49066 47787 76 150 0 48913 0
Current children cumulated CPU time (s) 1701.04
Current children cumulated vsize (KiB) 218488

[startup+1707.1 s]
/proc/loadavg: 2.12 2.07 2.09 3/83 18004
/proc/meminfo: memFree=1483712/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1648.89
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1376 126313 0 3 6 1 164735 147 16 0 1 0 22953213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1113 409 3 0 796 0
[pid=18003] ppid=17934 vsize=5356 CPUtime=0
/proc/18003/stat : 18003 (sh) S 17934 17934 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23118518 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18003/statm: 1339 232 193 169 0 50 0
[pid=18004] ppid=18003 vsize=196396 CPUtime=53.75
/proc/18004/stat : 18004 (minisat) R 18003 17934 15277 0 -1 4194304 47844 0 0 0 5341 34 0 0 25 0 1 0 23118518 201109504 47830 996147200 134512640 135127466 4294956256 18446744073709551615 134531047 0 0 4096 3 0 0 0 17 1 0 0
/proc/18004/statm: 49099 47830 76 150 0 48946 0
Current children cumulated CPU time (s) 1702.64
Current children cumulated vsize (KiB) 218620

[startup+1707.5 s]
/proc/loadavg: 2.12 2.07 2.09 3/83 18004
/proc/meminfo: memFree=1483712/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1702.93
/proc/17934/stat : 17934 (sugar) S 17932 17934 15277 0 -1 4194304 1448 174490 0 3 6 1 170100 186 16 0 1 0 22953213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17934/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1702.93
Current children cumulated vsize (KiB) 16868

[startup+1707.7 s]
/proc/loadavg: 2.12 2.07 2.09 3/83 18004
/proc/meminfo: memFree=1483712/2055920 swapFree=4192812/4192956
[pid=17934] ppid=17932 vsize=16868 CPUtime=1703.18
/proc/17934/stat : 17934 (sugar) R 17932 17934 15277 0 -1 4194304 1478 178291 0 4 6 1 170123 188 15 0 1 0 22953213 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17934/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1703.18
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1707.77
CPU time (s): 1703.28
CPU user time (s): 1701.3
CPU system time (s): 1.9777
CPU usage (%): 99.7371
Max. virtual memory (cumulated for all children) (KiB): 917444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1701.3
system time used= 1.9777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179829
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42183
involuntary context switches= 53461

runsolver used 2.22066 second user time and 5.38918 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 02:34:57
IDJOB=2073722
IDBENCH=56006
IDSOLVER=739
FILE ID=node51/2073722-1247358897
PBS_JOBID= 9506909
Free space on /tmp= 66172 MiB

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

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

MD5SUM BENCH= f76b06d3e661ce14a41ae7a39637bc55
RANDOM SEED=1250157694

node51.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.225
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.225
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:       1907504 kB
Buffers:         18828 kB
Cached:          52368 kB
SwapCached:          0 kB
Active:          73944 kB
Inactive:        27928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2688 kB
Writeback:           0 kB
Mapped:          41344 kB
Slab:            31996 kB
Committed_AS:   255076 kB
PageTables:       1792 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= 66168 MiB
End job on node51 at 2009-07-12 03:03:25