Trace number 2077341

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 368.018 371.634

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg5-7_ext.xml
MD5SUM53a44a515ed4385252828520ba63c148
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.242962
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.09	c 0	BEGIN Sun Jul 12 04:05:07 2009
0.06/0.09	c 0	PID 24083
0.06/0.09	c 0	HOST node17.alineos.net
0.06/0.09	c 0	CONVERTING HOME/instance-2077341-1247364307.xml TO HOME/temp.csp
0.06/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077341-1247364307.xml' 'HOME/temp.csp'
0.07/0.81	c 1	1 domains, 35 variables, 0 predicates, 2 relations, 12 constraints
0.07/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.83	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'
0.79/0.91	c 1	Parsing HOME/temp.csp
1.23/1.31	c 2	parsed 50 expressions
1.23/1.32	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.32	c 2	Converting to clausal form CSP
1.23/1.40	c 2	converted 5 (10%) expressions
1.34/1.40	c 2	converted 10 (20%) expressions
1.34/1.40	c 2	converted 15 (30%) expressions
1.34/1.40	c 2	converted 20 (40%) expressions
1.34/1.40	c 2	converted 25 (50%) expressions
1.34/1.40	c 2	converted 30 (60%) expressions
1.34/1.40	c 2	converted 35 (70%) expressions
1.43/1.52	c 2	converted 40 (80%) expressions
1.62/1.78	c 2	converted 45 (90%) expressions
3.11/3.29	c 4	converted 50 (100%) expressions
3.11/3.29	c 4	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
3.11/3.29	c 4	Heap : 51 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.29	c 4	Propagation in CSP
3.11/3.29	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.11/3.29	c 4	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
3.11/3.29	c 4	Heap : 51 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.29	c 4	Simplifing CSP by introducing new Boolean variables
3.11/3.29	c 4	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
3.11/3.29	c 4	Heap : 51 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.51/3.61	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.51/3.61	c 4	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.51/3.62	c 4	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
3.51/3.62	c 4	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.51/3.62	c 4	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
3.51/3.62	c 4	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.51/3.63	c 4	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
3.51/3.63	c 4	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
3.51/3.63	c 4	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
3.51/3.63	c 4	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.51/3.63	c 4	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
6.08/6.29	c 7	2 (10%) CSP clauses are encoded (38170 clauses, 1308366 bytes)
7.38/7.57	c 8	3 (20%) CSP clauses are encoded (56835 clauses, 1966467 bytes)
8.66/8.87	c 9	4 (30%) CSP clauses are encoded (75500 clauses, 2624838 bytes)
9.94/10.17	c 10	5 (40%) CSP clauses are encoded (94165 clauses, 3318266 bytes)
11.23/11.47	c 12	6 (50%) CSP clauses are encoded (112830 clauses, 4011694 bytes)
72.74/73.51	c 74	8 (60%) CSP clauses are encoded (263847 clauses, 10161703 bytes)
131.47/132.88	c 133	9 (70%) CSP clauses are encoded (396199 clauses, 16730538 bytes)
192.49/194.42	c 195	10 (80%) CSP clauses are encoded (528551 clauses, 23299373 bytes)
252.41/254.98	c 255	11 (90%) CSP clauses are encoded (660903 clauses, 29868208 bytes)
313.73/316.84	c 317	12 (100%) CSP clauses are encoded (793255 clauses, 36437043 bytes)
313.73/316.84	c 317	12 CSP clauses encoded
313.73/316.84	c 317	Writing map file : HOME/temp.map
313.73/316.85	c 317	Heap : 67 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
313.73/316.85	c 317	SAT : 875 SAT variables, 793255 SAT clauses, 36437043 bytes
313.73/316.85	c 317	Heap : 67 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
313.73/316.87	c 317	SOLVING HOME/temp.cnf
313.73/316.87	c 317	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
313.73/316.88	c 317	This is MiniSat 2.0 beta
313.73/316.88	c 317	WARNING: for repeatability, setting FPU to use double precision
313.73/316.88	c 317	============================[ Problem Statistics ]=============================
313.73/316.88	c 317	|                                                                             |
313.73/316.88	c 317	|  Number of variables:  875                                                  |
313.73/316.88	c 317	|  Number of clauses:    793255                                               |
313.79/317.77	c 318	|  Parsing time:         0.79         s                                       |
314.70/317.83	c 318	============================[ Search Statistics ]==============================
314.70/317.83	c 318	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
314.70/317.83	c 318	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
314.70/317.83	c 318	===============================================================================
314.70/317.83	c 318	|         0 |     875   793255  7977855 |   264418        0    nan |  0.000 % |
314.80/317.92	c 318	|       100 |     875   793255  7977855 |   290860      100      5 |  0.000 % |
314.89/318.00	c 318	|       251 |     875   793255  7977855 |   319946      251      7 |  0.003 % |
315.09/318.22	c 318	|       476 |     875   793255  7977855 |   351940      476      7 |  0.002 % |
315.59/318.74	c 319	|       814 |     875   793255  7977855 |   387134      814      9 |  0.003 % |
316.38/319.54	c 320	|      1320 |     875   793255  7977855 |   425848     1320     12 |  0.003 % |
317.77/320.92	c 321	|      2079 |     875   793255  7977855 |   468433     2079     12 |  0.000 % |
319.35/322.58	c 323	|      3219 |     875   793255  7977855 |   515276     3219     14 |  0.003 % |
322.81/326.09	c 326	|      4928 |     875   793255  7977855 |   566804     4928     15 |  0.002 % |
327.07/330.39	c 331	|      7490 |     875   793255  7977855 |   623484     7490     17 |  0.002 % |
333.50/336.80	c 337	|     11335 |     875   793255  7977855 |   685833    11335     19 |  0.003 % |
347.49/350.95	c 351	|     17102 |     875   793255  7977855 |   754416    17102     18 |  0.003 % |
367.79/371.42	c 372	===============================================================================
367.79/371.42	c 372	restarts              : 12
367.79/371.42	c 372	conflicts             : 25467          (473 /sec)
367.79/371.42	c 372	decisions             : 35700          (1.27 % random) (662 /sec)
367.79/371.42	c 372	propagations          : 1827502        (33907 /sec)
367.79/371.42	c 372	conflict literals     : 482203         (23.53 % deleted)
367.79/371.42	c 372	Memory used           : 67.27 MB
367.79/371.42	c 372	CPU time              : 53.8968 s
367.79/371.42	c 372	
367.79/371.42	c 372	SATISFIABLE
367.79/371.44	c 372	DECODING HOME/temp.out WITH HOME/temp.map
367.79/371.44	c 372	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'
367.83/371.52	c 372	Decoding HOME/temp.out
367.83/371.55	s SATISFIABLE
367.83/371.55	v 25 4 1 17 4 4 18 4 11 20 4 17 0 8 11 24 18 8 14 13 18 4 12 14 13 3 4 4 18 4 13 18 0 18 18
367.83/371.56	c 372	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
367.83/371.62	c 372	CPU 367.97 (0.06 0.01 367.17 0.73)
367.83/371.62	c 372	END Sun Jul 12 04:11:19 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-2077341-1247364307/watcher-2077341-1247364307 -o /tmp/evaluation-result-2077341-1247364307/solver-2077341-1247364307 -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-2077341-1247364307.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: 2.02 2.05 2.03 4/82 24083
/proc/meminfo: memFree=1363648/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=18576 CPUtime=0
/proc/24083/stat : 24083 (runsolver) R 24081 24083 22877 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 23497968 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24083/statm: 4644 284 249 26 0 2626 0

[startup+0.0838789 s]
/proc/loadavg: 2.02 2.05 2.03 4/82 24083
/proc/meminfo: memFree=1363648/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16608 CPUtime=0.06
/proc/24083/stat : 24083 (sugar) R 24081 24083 22877 0 -1 4194304 1057 0 0 0 5 1 0 0 18 0 1 0 23497968 17006592 1025 996147200 4194304 4206940 548682068608 18446744073709551615 245500702056 0 0 4224 0 0 0 0 17 1 0 0
/proc/24083/statm: 4152 1025 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.102864 s]
/proc/loadavg: 2.02 2.05 2.03 4/82 24083
/proc/meminfo: memFree=1363648/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.07
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23497968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301886 s]
/proc/loadavg: 2.02 2.05 2.03 4/82 24083
/proc/meminfo: memFree=1363648/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.07
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23497968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701929 s]
/proc/loadavg: 2.02 2.05 2.03 4/82 24083
/proc/meminfo: memFree=1363648/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.07
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23497968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50201 s]
/proc/loadavg: 2.02 2.05 2.03 3/93 24105
/proc/meminfo: memFree=1354728/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1310 8458 0 1 6 1 67 5 15 0 1 0 23497968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
[pid=24096] ppid=24083 vsize=5356 CPUtime=0
/proc/24096/stat : 24096 (sh) S 24083 24083 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23498051 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24096/statm: 1339 233 193 169 0 50 0
[pid=24097] ppid=24096 vsize=864256 CPUtime=0.64
/proc/24097/stat : 24097 (java) S 24096 24083 22877 0 -1 0 7869 0 1 0 61 3 0 0 18 0 9 0 23498051 884998144 6834 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24097/statm: 216064 6834 2567 9 0 210569 0
[pid=24097/tid=24098] ppid=24096 vsize=864256 CPUtime=0.39
/proc/24097/task/24098/stat : 24098 (java) R 24096 24083 22877 0 -1 64 2569 0 1 0 38 1 0 0 18 0 9 0 23498052 884998144 6834 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24099] ppid=24096 vsize=864256 CPUtime=0.18
/proc/24097/task/24099/stat : 24099 (java) R 24096 24083 22877 0 -1 64 4281 0 0 0 17 1 0 0 16 0 9 0 23498054 884998144 6834 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24100] ppid=24096 vsize=864256 CPUtime=0
/proc/24097/task/24100/stat : 24100 (java) S 24096 24083 22877 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23498054 884998144 6834 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24101] ppid=24096 vsize=864256 CPUtime=0
/proc/24097/task/24101/stat : 24101 (java) S 24096 24083 22877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23498054 884998144 6834 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24102] ppid=24096 vsize=864256 CPUtime=0
/proc/24097/task/24102/stat : 24102 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23498056 884998144 6834 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24103] ppid=24096 vsize=864256 CPUtime=0.04
/proc/24097/task/24103/stat : 24103 (java) S 24096 24083 22877 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 23498056 884998144 6834 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24104] ppid=24096 vsize=864256 CPUtime=0
/proc/24097/task/24104/stat : 24104 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23498056 884998144 6834 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24105] ppid=24096 vsize=864256 CPUtime=0
/proc/24097/task/24105/stat : 24105 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23498056 884998144 6834 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886480

[startup+3.10218 s]
/proc/loadavg: 2.10 2.06 2.04 3/93 24105
/proc/meminfo: memFree=1329384/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1310 8458 0 1 6 1 67 5 15 0 1 0 23497968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
[pid=24096] ppid=24083 vsize=5356 CPUtime=0
/proc/24096/stat : 24096 (sh) S 24083 24083 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23498051 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24096/statm: 1339 233 193 169 0 50 0
[pid=24097] ppid=24096 vsize=864256 CPUtime=2.23
/proc/24097/stat : 24097 (java) S 24096 24083 22877 0 -1 0 18252 0 1 0 215 8 0 0 18 0 9 0 23498051 884998144 16556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24097/statm: 216064 16556 2566 9 0 210569 0
[pid=24097/tid=24098] ppid=24096 vsize=864256 CPUtime=1.03
/proc/24097/task/24098/stat : 24098 (java) R 24096 24083 22877 0 -1 64 3152 0 1 0 102 1 0 0 24 0 9 0 23498052 884998144 16556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24099] ppid=24096 vsize=864256 CPUtime=1.12
/proc/24097/task/24099/stat : 24099 (java) R 24096 24083 22877 0 -1 64 14081 0 0 0 107 5 0 0 16 0 9 0 23498054 884998144 16556 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24100] ppid=24096 vsize=864256 CPUtime=0
/proc/24097/task/24100/stat : 24100 (java) S 24096 24083 22877 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23498054 884998144 16556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24101] ppid=24096 vsize=864256 CPUtime=0
/proc/24097/task/24101/stat : 24101 (java) S 24096 24083 22877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23498054 884998144 16556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24102] ppid=24096 vsize=864256 CPUtime=0
/proc/24097/task/24102/stat : 24102 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23498056 884998144 16556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24103] ppid=24096 vsize=864256 CPUtime=0.04
/proc/24097/task/24103/stat : 24103 (java) S 24096 24083 22877 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 23498056 884998144 16556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24104] ppid=24096 vsize=864256 CPUtime=0
/proc/24097/task/24104/stat : 24104 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23498056 884998144 16556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24105] ppid=24096 vsize=864256 CPUtime=0
/proc/24097/task/24105/stat : 24105 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23498056 884998144 16556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886480

[startup+6.3025 s]
/proc/loadavg: 2.10 2.06 2.04 3/93 24105
/proc/meminfo: memFree=1295464/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1310 8458 0 1 6 1 67 5 16 0 1 0 23497968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
[pid=24096] ppid=24083 vsize=5356 CPUtime=0
/proc/24096/stat : 24096 (sh) S 24083 24083 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23498051 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24096/statm: 1339 233 193 169 0 50 0
[pid=24097] ppid=24096 vsize=864368 CPUtime=5.4
/proc/24097/stat : 24097 (java) S 24096 24083 22877 0 -1 0 20460 0 1 0 529 11 0 0 18 0 9 0 23498051 885112832 18502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24097/statm: 216092 18502 2590 9 0 210569 0
[pid=24097/tid=24098] ppid=24096 vsize=864368 CPUtime=3.7
/proc/24097/task/24098/stat : 24098 (java) R 24096 24083 22877 0 -1 64 3243 0 1 0 368 2 0 0 25 0 9 0 23498052 885112832 18502 996147200 134512640 134550932 4294955936 18446744073709551615 4126545967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24099] ppid=24096 vsize=864368 CPUtime=1.59
/proc/24097/task/24099/stat : 24099 (java) S 24096 24083 22877 0 -1 64 16171 0 0 0 152 7 0 0 16 0 9 0 23498054 885112832 18502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24100] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24100/stat : 24100 (java) S 24096 24083 22877 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23498054 885112832 18502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24101] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24101/stat : 24101 (java) S 24096 24083 22877 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23498054 885112832 18502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24102] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24102/stat : 24102 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23498056 885112832 18502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24103] ppid=24096 vsize=864368 CPUtime=0.08
/proc/24097/task/24103/stat : 24103 (java) S 24096 24083 22877 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 23498056 885112832 18502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24104] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24104/stat : 24104 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23498056 885112832 18502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24105] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24105/stat : 24105 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23498056 885112832 18502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886592

[startup+12.7021 s]
/proc/loadavg: 2.08 2.06 2.04 3/93 24105
/proc/meminfo: memFree=1290088/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1310 8458 0 1 6 1 67 5 16 0 1 0 23497968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
[pid=24096] ppid=24083 vsize=5356 CPUtime=0
/proc/24096/stat : 24096 (sh) S 24083 24083 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23498051 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24096/statm: 1339 233 193 169 0 50 0
[pid=24097] ppid=24096 vsize=864368 CPUtime=11.73
/proc/24097/stat : 24097 (java) S 24096 24083 22877 0 -1 0 21256 0 1 0 1159 14 0 0 18 0 9 0 23498051 885112832 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24097/statm: 216092 19241 2590 9 0 210569 0
[pid=24097/tid=24098] ppid=24096 vsize=864368 CPUtime=9.88
/proc/24097/task/24098/stat : 24098 (java) R 24096 24083 22877 0 -1 64 3300 0 1 0 984 4 0 0 25 0 9 0 23498052 885112832 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4126579392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24099] ppid=24096 vsize=864368 CPUtime=1.74
/proc/24097/task/24099/stat : 24099 (java) S 24096 24083 22877 0 -1 64 16910 0 0 0 166 8 0 0 16 0 9 0 23498054 885112832 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24100] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24100/stat : 24100 (java) S 24096 24083 22877 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23498054 885112832 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24101] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24101/stat : 24101 (java) S 24096 24083 22877 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23498054 885112832 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24102] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24102/stat : 24102 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23498056 885112832 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24103] ppid=24096 vsize=864368 CPUtime=0.08
/proc/24097/task/24103/stat : 24103 (java) S 24096 24083 22877 0 -1 64 343 0 0 0 8 0 0 0 17 0 9 0 23498056 885112832 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24104] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24104/stat : 24104 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23498056 885112832 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24105] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24105/stat : 24105 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23498056 885112832 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886592

[startup+25.5025 s]
/proc/loadavg: 2.07 2.06 2.04 3/93 24105
/proc/meminfo: memFree=1276712/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1310 8458 0 1 6 1 67 5 16 0 1 0 23497968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
[pid=24096] ppid=24083 vsize=5356 CPUtime=0
/proc/24096/stat : 24096 (sh) S 24083 24083 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23498051 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24096/statm: 1339 233 193 169 0 50 0
[pid=24097] ppid=24096 vsize=864368 CPUtime=24.4
/proc/24097/stat : 24097 (java) S 24096 24083 22877 0 -1 0 24129 0 1 0 2424 16 0 0 18 0 9 0 23498051 885112832 22084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24097/statm: 216092 22084 2590 9 0 210569 0
[pid=24097/tid=24098] ppid=24096 vsize=864368 CPUtime=22.47
/proc/24097/task/24098/stat : 24098 (java) R 24096 24083 22877 0 -1 64 3330 0 1 0 2242 5 0 0 25 0 9 0 23498052 885112832 22084 996147200 134512640 134550932 4294955936 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24099] ppid=24096 vsize=864368 CPUtime=1.82
/proc/24097/task/24099/stat : 24099 (java) S 24096 24083 22877 0 -1 64 19753 0 0 0 173 9 0 0 16 0 9 0 23498054 885112832 22084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24100] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24100/stat : 24100 (java) S 24096 24083 22877 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23498054 885112832 22084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24101] ppid=24096 vsize=864368 CPUtime=0
/proc/24097/task/24101/stat : 24101 (java) S 24096 24083 22877 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23498054 885112832 22084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24102] ppid=24096 vsize=864368 CPUtime=0

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

[pid=24097/tid=24100] ppid=24096 vsize=864380 CPUtime=0
/proc/24097/task/24100/stat : 24100 (java) S 24096 24083 22877 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23498054 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24101] ppid=24096 vsize=864380 CPUtime=0
/proc/24097/task/24101/stat : 24101 (java) S 24096 24083 22877 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23498054 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24102] ppid=24096 vsize=864380 CPUtime=0
/proc/24097/task/24102/stat : 24102 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23498056 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24103] ppid=24096 vsize=864380 CPUtime=0.09
/proc/24097/task/24103/stat : 24103 (java) S 24096 24083 22877 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 23498056 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24104] ppid=24096 vsize=864380 CPUtime=0
/proc/24097/task/24104/stat : 24104 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23498056 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24105] ppid=24096 vsize=864380 CPUtime=0
/proc/24097/task/24105/stat : 24105 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23498056 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 886604

[startup+282.303 s]
/proc/loadavg: 2.00 2.02 2.01 3/93 24105
/proc/meminfo: memFree=1226728/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=0.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1310 8458 0 1 6 1 67 5 16 0 1 0 23497968 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1111 409 3 0 796 0
[pid=24096] ppid=24083 vsize=5356 CPUtime=0
/proc/24096/stat : 24096 (sh) S 24083 24083 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23498051 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24096/statm: 1339 233 193 169 0 50 0
[pid=24097] ppid=24096 vsize=864380 CPUtime=278.76
/proc/24097/stat : 24097 (java) S 24096 24083 22877 0 -1 0 46772 0 1 0 27833 43 0 0 18 0 9 0 23498051 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24097/statm: 216095 28309 2590 9 0 210572 0
[pid=24097/tid=24098] ppid=24096 vsize=864380 CPUtime=274.43
/proc/24097/task/24098/stat : 24098 (java) R 24096 24083 22877 0 -1 64 3762 0 1 0 27423 20 0 0 25 0 9 0 23498052 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4126579392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24099] ppid=24096 vsize=864380 CPUtime=4.21
/proc/24097/task/24099/stat : 24099 (java) S 24096 24083 22877 0 -1 64 41959 0 0 0 400 21 0 0 16 0 9 0 23498054 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24100] ppid=24096 vsize=864380 CPUtime=0
/proc/24097/task/24100/stat : 24100 (java) S 24096 24083 22877 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23498054 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24101] ppid=24096 vsize=864380 CPUtime=0
/proc/24097/task/24101/stat : 24101 (java) S 24096 24083 22877 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23498054 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24102] ppid=24096 vsize=864380 CPUtime=0
/proc/24097/task/24102/stat : 24102 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23498056 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24103] ppid=24096 vsize=864380 CPUtime=0.09
/proc/24097/task/24103/stat : 24103 (java) S 24096 24083 22877 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 23498056 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24104] ppid=24096 vsize=864380 CPUtime=0
/proc/24097/task/24104/stat : 24104 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23498056 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24097/tid=24105] ppid=24096 vsize=864380 CPUtime=0
/proc/24097/task/24105/stat : 24105 (java) S 24096 24083 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23498056 885125120 28309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 886604

[startup+342.303 s]
/proc/loadavg: 2.00 2.01 2.01 3/85 24107
/proc/meminfo: memFree=1259248/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=313.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1374 55603 0 2 6 1 31317 55 16 0 1 0 23497968 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1112 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23529655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=67216 CPUtime=25.16
/proc/24107/stat : 24107 (minisat) R 24106 24083 22877 0 -1 4194304 16165 0 0 0 2504 12 0 0 25 0 1 0 23529656 68829184 16151 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 16804 16151 75 150 0 16651 0
Current children cumulated CPU time (s) 338.95
Current children cumulated vsize (KiB) 89440

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

[startup+358.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 24107
/proc/meminfo: memFree=1258096/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=313.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1374 55603 0 2 6 1 31317 55 16 0 1 0 23497968 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1112 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23529655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=68348 CPUtime=41.03
/proc/24107/stat : 24107 (minisat) R 24106 24083 22877 0 -1 4194304 16439 0 0 0 4090 13 0 0 25 0 1 0 23529656 69988352 16425 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 17087 16425 75 150 0 16934 0
Current children cumulated CPU time (s) 354.82
Current children cumulated vsize (KiB) 90572

[startup+364.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 24107
/proc/meminfo: memFree=1257776/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=313.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1374 55603 0 2 6 1 31317 55 16 0 1 0 23497968 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1112 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23529655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=68612 CPUtime=47.36
/proc/24107/stat : 24107 (minisat) R 24106 24083 22877 0 -1 4194304 16510 0 0 0 4723 13 0 0 25 0 1 0 23529656 70258688 16496 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 17153 16496 75 150 0 17000 0
Current children cumulated CPU time (s) 361.15
Current children cumulated vsize (KiB) 90836

[startup+367.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 24107
/proc/meminfo: memFree=1257648/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=313.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1374 55603 0 2 6 1 31317 55 16 0 1 0 23497968 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1112 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23529655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=68744 CPUtime=50.53
/proc/24107/stat : 24107 (minisat) R 24106 24083 22877 0 -1 4194304 16550 0 0 0 5040 13 0 0 25 0 1 0 23529656 70393856 16536 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 17186 16536 75 150 0 17033 0
Current children cumulated CPU time (s) 364.32
Current children cumulated vsize (KiB) 90968

[startup+369.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 24107
/proc/meminfo: memFree=1257520/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=313.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1374 55603 0 2 6 1 31317 55 16 0 1 0 23497968 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1112 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23529655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=68876 CPUtime=52.12
/proc/24107/stat : 24107 (minisat) R 24106 24083 22877 0 -1 4194304 16572 0 0 0 5199 13 0 0 25 0 1 0 23529656 70529024 16558 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 17219 16558 75 150 0 17066 0
Current children cumulated CPU time (s) 365.91
Current children cumulated vsize (KiB) 91100

[startup+370.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 24107
/proc/meminfo: memFree=1257520/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=313.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1374 55603 0 2 6 1 31317 55 16 0 1 0 23497968 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1112 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23529655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=68876 CPUtime=52.91
/proc/24107/stat : 24107 (minisat) R 24106 24083 22877 0 -1 4194304 16583 0 0 0 5278 13 0 0 25 0 1 0 23529656 70529024 16569 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 17219 16569 75 150 0 17066 0
Current children cumulated CPU time (s) 366.7
Current children cumulated vsize (KiB) 91100

[startup+371.102 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 24107
/proc/meminfo: memFree=1257456/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=313.79
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1374 55603 0 2 6 1 31317 55 16 0 1 0 23497968 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1112 409 3 0 796 0
[pid=24106] ppid=24083 vsize=5356 CPUtime=0
/proc/24106/stat : 24106 (sh) S 24083 24083 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23529655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24106/statm: 1339 232 193 169 0 50 0
[pid=24107] ppid=24106 vsize=68876 CPUtime=53.7
/proc/24107/stat : 24107 (minisat) R 24106 24083 22877 0 -1 4194304 16593 0 0 0 5357 13 0 0 25 0 1 0 23529656 70529024 16579 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24107/statm: 17219 16579 75 150 0 17066 0
Current children cumulated CPU time (s) 367.49
Current children cumulated vsize (KiB) 91100

[startup+371.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 24107
/proc/meminfo: memFree=1257456/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=367.83
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1427 72499 0 2 6 1 36706 70 17 0 1 0 23497968 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 367.83
Current children cumulated vsize (KiB) 16868

[startup+371.602 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 24107
/proc/meminfo: memFree=1257456/2055920 swapFree=4192812/4192956
[pid=24083] ppid=24081 vsize=16868 CPUtime=367.83
/proc/24083/stat : 24083 (sugar) S 24081 24083 22877 0 -1 4194304 1447 72499 0 2 6 1 36706 70 16 0 1 0 23497968 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24083/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 367.83
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 371.634
CPU time (s): 368.018
CPU user time (s): 367.242
CPU system time (s): 0.775882
CPU usage (%): 99.0271
Max. virtual memory (cumulated for all children) (KiB): 899920

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

runsolver used 0.479927 second user time and 1.24581 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 04:05:07
IDJOB=2077341
IDBENCH=56583
IDSOLVER=739
FILE ID=node17/2077341-1247364307
PBS_JOBID= 9506985
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg5-7_ext.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-2077341-1247364307/watcher-2077341-1247364307 -o /tmp/evaluation-result-2077341-1247364307/solver-2077341-1247364307 -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-2077341-1247364307.xml

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

MD5SUM BENCH= 53a44a515ed4385252828520ba63c148
RANDOM SEED=1940238027

node17.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.213
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.213
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:       1364128 kB
Buffers:         55080 kB
Cached:         140760 kB
SwapCached:          0 kB
Active:         539300 kB
Inactive:        94660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1364128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2016 kB
Writeback:           0 kB
Mapped:         458556 kB
Slab:            42100 kB
Committed_AS:   613668 kB
PageTables:       2816 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= 66448 MiB
End job on node17 at 2009-07-12 04:11:19