Trace number 2070136

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 42.1486 42.8183

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg4-7_ext.xml
MD5SUMc6be0ad05a6c02753bf6b7b875d46fb1
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.047992
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints11
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension11
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.26	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.26	c 0	BEGIN Sun Jul 12 00:25:14 2009
0.04/0.26	c 0	PID 16341
0.04/0.27	c 0	HOST node30.alineos.net
0.04/0.27	c 0	CONVERTING HOME/instance-2070136-1247351114.xml TO HOME/temp.csp
0.04/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070136-1247351114.xml' 'HOME/temp.csp'
0.07/0.51	c 1	1 domains, 28 variables, 0 predicates, 2 relations, 11 constraints
0.07/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.54	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.30/0.62	c 1	Parsing HOME/temp.csp
0.30/0.75	c 1	parsed 42 expressions
0.30/0.76	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.76	c 1	Converting to clausal form CSP
0.30/0.78	c 1	converted 5 (10%) expressions
0.30/0.78	c 1	converted 9 (20%) expressions
0.30/0.78	c 1	converted 13 (30%) expressions
0.30/0.78	c 1	converted 17 (40%) expressions
0.30/0.78	c 1	converted 21 (50%) expressions
0.30/0.78	c 1	converted 26 (60%) expressions
0.30/0.80	c 1	converted 30 (70%) expressions
0.30/0.84	c 1	converted 34 (80%) expressions
0.30/0.88	c 1	converted 38 (90%) expressions
0.94/1.27	c 1	converted 42 (100%) expressions
0.94/1.27	c 1	CSP : 28 integers, 0 booleans, 11 clauses, largest domain size 26
0.94/1.27	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.27	c 1	Propagation in CSP
0.94/1.27	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.27	c 1	CSP : 28 integers, 0 booleans, 11 clauses, largest domain size 26
0.94/1.28	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.28	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.28	c 1	CSP : 28 integers, 0 booleans, 11 clauses, largest domain size 26
0.94/1.28	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.38	c 1	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.04/1.38	c 1	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.04/1.38	c 1	9 (30%) CSP integer variables are encoded (216 clauses, 2232 bytes)
1.04/1.39	c 1	12 (40%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.04/1.39	c 1	14 (50%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.04/1.39	c 1	17 (60%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.04/1.39	c 1	20 (70%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.04/1.39	c 1	23 (80%) CSP integer variables are encoded (552 clauses, 5928 bytes)
1.04/1.39	c 1	26 (90%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.04/1.39	c 1	28 (100%) CSP integer variables are encoded (672 clauses, 7248 bytes)
1.33/1.67	c 2	2 (10%) CSP clauses are encoded (9030 clauses, 245733 bytes)
1.43/1.77	c 2	3 (20%) CSP clauses are encoded (13209 clauses, 366721 bytes)
1.53/1.87	c 2	4 (30%) CSP clauses are encoded (17388 clauses, 487793 bytes)
1.63/1.97	c 2	5 (40%) CSP clauses are encoded (21567 clauses, 616760 bytes)
1.72/2.08	c 2	6 (50%) CSP clauses are encoded (25746 clauses, 745727 bytes)
1.82/2.18	c 2	7 (60%) CSP clauses are encoded (29925 clauses, 874694 bytes)
11.03/11.43	c 11	8 (70%) CSP clauses are encoded (80535 clauses, 2851323 bytes)
20.35/20.82	c 21	9 (80%) CSP clauses are encoded (131145 clauses, 5250031 bytes)
29.55/30.19	c 30	10 (90%) CSP clauses are encoded (181755 clauses, 7648739 bytes)
38.75/39.47	c 40	11 (100%) CSP clauses are encoded (232365 clauses, 10047447 bytes)
38.75/39.47	c 40	11 CSP clauses encoded
38.75/39.47	c 40	Writing map file : HOME/temp.map
38.75/39.47	c 40	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
38.75/39.47	c 40	SAT : 700 SAT variables, 232365 SAT clauses, 10047447 bytes
38.75/39.47	c 40	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
38.75/39.49	c 40	SOLVING HOME/temp.cnf
38.75/39.49	c 40	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.75/39.49	c 40	This is MiniSat 2.0 beta
38.75/39.49	c 40	WARNING: for repeatability, setting FPU to use double precision
38.75/39.49	c 40	============================[ Problem Statistics ]=============================
38.75/39.49	c 40	|                                                                             |
38.75/39.50	c 40	|  Number of variables:  700                                                  |
38.75/39.50	c 40	|  Number of clauses:    232365                                               |
39.04/39.76	c 40	|  Parsing time:         0.22         s                                       |
39.04/39.77	c 40	============================[ Search Statistics ]==============================
39.04/39.77	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.04/39.77	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.04/39.77	c 40	===============================================================================
39.04/39.77	c 40	|         0 |     700   232365  2218587 |    77455        0    nan |  0.000 % |
39.14/39.80	c 40	|       100 |     700   232365  2218587 |    85200      100      5 |  0.000 % |
39.14/39.84	c 40	|       252 |     700   232365  2218587 |    93720      252      6 |  0.006 % |
39.14/39.90	c 40	|       477 |     700   232365  2218587 |   103092      477      7 |  0.004 % |
39.43/40.14	c 40	|       815 |     700   232365  2218587 |   113401      815      9 |  0.000 % |
39.73/40.42	c 40	|      1321 |     700   232365  2218587 |   124742     1321     11 |  0.001 % |
40.22/40.99	c 41	|      2083 |     700   232365  2218587 |   137216     2083     11 |  0.003 % |
41.12/41.87	c 42	|      3222 |     700   232365  2218587 |   150937     3222     12 |  0.004 % |
41.90/42.68	c 43	===============================================================================
41.90/42.68	c 43	restarts              : 8
41.90/42.68	c 43	conflicts             : 4136           (1329 /sec)
41.90/42.68	c 43	decisions             : 6074           (1.35 % random) (1952 /sec)
41.90/42.68	c 43	propagations          : 228541         (73450 /sec)
41.90/42.68	c 43	conflict literals     : 51395          (25.82 % deleted)
41.90/42.68	c 43	Memory used           : 19.88 MB
41.90/42.68	c 43	CPU time              : 3.11153 s
41.90/42.68	c 43	
41.90/42.68	c 43	SATISFIABLE
41.90/42.69	c 43	DECODING HOME/temp.out WITH HOME/temp.map
41.90/42.69	c 43	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'
42.01/42.77	c 43	Decoding HOME/temp.out
42.01/42.79	s SATISFIABLE
42.01/42.79	v 21 14 24 0 6 4 17 0 21 14 2 0 3 14 19 0 10 8 13 6 18 18 11 4 3 6 4 18
42.01/42.80	c 43	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
42.11/42.81	c 43	CPU 42.12 (0.06 0.02 41.72 0.32)
42.11/42.81	c 43	END Sun Jul 12 00:25:57 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-2070136-1247351114/watcher-2070136-1247351114 -o /tmp/evaluation-result-2070136-1247351114/solver-2070136-1247351114 -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-2070136-1247351114.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.13 2.16 2.10 4/80 16341
/proc/meminfo: memFree=1410000/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=18576 CPUtime=0
/proc/16341/stat : 16341 (runsolver) D 16339 16341 15314 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22177517 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264907582759 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16341/statm: 4644 284 249 26 0 2626 0

[startup+0.05867 s]
/proc/loadavg: 2.13 2.16 2.10 4/80 16341
/proc/meminfo: memFree=1410000/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=8540 CPUtime=0
/proc/16341/stat : 16341 (sugar) D 16339 16341 15314 0 -1 4194304 64 0 3 0 0 0 0 0 18 0 1 0 22177517 8744960 52 996147200 4194304 4206940 548682068608 18446744073709551615 264904966916 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/16341/statm: 2135 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8540

[startup+0.10168 s]
/proc/loadavg: 2.13 2.16 2.10 4/80 16341
/proc/meminfo: memFree=1410000/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=12272 CPUtime=0
/proc/16341/stat : 16341 (sugar) D 16339 16341 15314 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 22177517 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16341/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301714 s]
/proc/loadavg: 2.13 2.16 2.10 4/80 16341
/proc/meminfo: memFree=1410000/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=0.07
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 22177517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701772 s]
/proc/loadavg: 2.13 2.16 2.10 4/80 16341
/proc/meminfo: memFree=1410000/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=0.3
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1303 5189 6 1 6 2 19 3 16 0 1 0 22177517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50289 s]
/proc/loadavg: 2.13 2.16 2.10 4/91 16363
/proc/meminfo: memFree=1391480/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=0.3
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1304 5189 6 1 6 2 19 3 15 0 1 0 22177517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1111 409 3 0 796 0
[pid=16354] ppid=16341 vsize=5356 CPUtime=0
/proc/16354/stat : 16354 (sh) S 16341 16341 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22177572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16354/statm: 1339 233 193 169 0 50 0
[pid=16355] ppid=16354 vsize=864352 CPUtime=0.93
/proc/16355/stat : 16355 (java) S 16354 16341 15314 0 -1 0 8755 0 2 0 89 4 0 0 18 0 9 0 22177572 885096448 7916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16355/statm: 216088 7916 2590 9 0 210565 0
[pid=16355/tid=16356] ppid=16354 vsize=864352 CPUtime=0.44
/proc/16355/task/16356/stat : 16356 (java) R 16354 16341 15314 0 -1 64 2844 0 2 0 43 1 0 0 23 0 9 0 22177573 885096448 7916 996147200 134512640 134550932 4294955936 18446744073709551615 4126456355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16357] ppid=16354 vsize=864352 CPUtime=0.4
/proc/16355/task/16357/stat : 16357 (java) S 16354 16341 15314 0 -1 64 4878 0 0 0 38 2 0 0 16 0 9 0 22177574 885096448 7916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16358] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16358/stat : 16358 (java) S 16354 16341 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22177574 885096448 7916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16359] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16359/stat : 16359 (java) S 16354 16341 15314 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22177574 885096448 7916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16360] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16360/stat : 16360 (java) S 16354 16341 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22177577 885096448 7916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16361] ppid=16354 vsize=864352 CPUtime=0.07
/proc/16355/task/16361/stat : 16361 (java) S 16354 16341 15314 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22177577 885096448 7916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16362] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16362/stat : 16362 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22177577 885096448 7916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16363] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16363/stat : 16363 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22177577 885096448 7916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 886576

[startup+3.10112 s]
/proc/loadavg: 2.13 2.16 2.10 3/91 16363
/proc/meminfo: memFree=1383224/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=0.3
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1304 5189 6 1 6 2 19 3 15 0 1 0 22177517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1111 409 3 0 796 0
[pid=16354] ppid=16341 vsize=5356 CPUtime=0
/proc/16354/stat : 16354 (sh) S 16341 16341 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22177572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16354/statm: 1339 233 193 169 0 50 0
[pid=16355] ppid=16354 vsize=864352 CPUtime=2.51
/proc/16355/stat : 16355 (java) S 16354 16341 15314 0 -1 0 9444 0 2 0 245 6 0 0 18 0 9 0 22177572 885096448 8538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16355/statm: 216088 8538 2590 9 0 210565 0
[pid=16355/tid=16356] ppid=16354 vsize=864352 CPUtime=1.94
/proc/16355/task/16356/stat : 16356 (java) R 16354 16341 15314 0 -1 64 2911 0 2 0 192 2 0 0 25 0 9 0 22177573 885096448 8538 996147200 134512640 134550932 4294955936 18446744073709551615 4126562512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16357] ppid=16354 vsize=864352 CPUtime=0.47
/proc/16355/task/16357/stat : 16357 (java) S 16354 16341 15314 0 -1 64 5495 0 0 0 44 3 0 0 16 0 9 0 22177574 885096448 8538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16358] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16358/stat : 16358 (java) S 16354 16341 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22177574 885096448 8538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16359] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16359/stat : 16359 (java) S 16354 16341 15314 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22177574 885096448 8538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16360] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16360/stat : 16360 (java) S 16354 16341 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22177577 885096448 8538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16361] ppid=16354 vsize=864352 CPUtime=0.08
/proc/16355/task/16361/stat : 16361 (java) S 16354 16341 15314 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 22177577 885096448 8538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16362] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16362/stat : 16362 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22177577 885096448 8538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16363] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16363/stat : 16363 (java) R 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22177577 885096448 8538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 886576

[startup+6.30258 s]
/proc/loadavg: 2.12 2.15 2.10 3/91 16363
/proc/meminfo: memFree=1379640/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=0.3
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1304 5189 6 1 6 2 19 3 15 0 1 0 22177517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1111 409 3 0 796 0
[pid=16354] ppid=16341 vsize=5356 CPUtime=0
/proc/16354/stat : 16354 (sh) S 16341 16341 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22177572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16354/statm: 1339 233 193 169 0 50 0
[pid=16355] ppid=16354 vsize=864352 CPUtime=5.68
/proc/16355/stat : 16355 (java) S 16354 16341 15314 0 -1 0 9860 0 2 0 561 7 0 0 18 0 9 0 22177572 885096448 8930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16355/statm: 216088 8930 2590 9 0 210565 0
[pid=16355/tid=16356] ppid=16354 vsize=864352 CPUtime=5.07
/proc/16355/task/16356/stat : 16356 (java) R 16354 16341 15314 0 -1 64 2935 0 2 0 505 2 0 0 25 0 9 0 22177573 885096448 8930 996147200 134512640 134550932 4294955936 18446744073709551615 4126570708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16357] ppid=16354 vsize=864352 CPUtime=0.5
/proc/16355/task/16357/stat : 16357 (java) S 16354 16341 15314 0 -1 64 5887 0 0 0 47 3 0 0 16 0 9 0 22177574 885096448 8930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16358] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16358/stat : 16358 (java) S 16354 16341 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22177574 885096448 8930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16359] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16359/stat : 16359 (java) S 16354 16341 15314 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22177574 885096448 8930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16360] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16360/stat : 16360 (java) S 16354 16341 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22177577 885096448 8930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16361] ppid=16354 vsize=864352 CPUtime=0.08
/proc/16355/task/16361/stat : 16361 (java) S 16354 16341 15314 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 22177577 885096448 8930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16362] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16362/stat : 16362 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22177577 885096448 8930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16363] ppid=16354 vsize=864352 CPUtime=0
/proc/16355/task/16363/stat : 16363 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22177577 885096448 8930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 886576

[startup+12.7015 s]
/proc/loadavg: 2.11 2.15 2.09 3/91 16363
/proc/meminfo: memFree=1371448/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=0.3
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1304 5189 6 1 6 2 19 3 16 0 1 0 22177517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1111 409 3 0 796 0
[pid=16354] ppid=16341 vsize=5356 CPUtime=0
/proc/16354/stat : 16354 (sh) S 16341 16341 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22177572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16354/statm: 1339 233 193 169 0 50 0
[pid=16355] ppid=16354 vsize=864372 CPUtime=12.02
/proc/16355/stat : 16355 (java) S 16354 16341 15314 0 -1 0 12567 0 2 0 1191 11 0 0 18 0 9 0 22177572 885116928 10268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16355/statm: 216093 10268 2590 9 0 210570 0
[pid=16355/tid=16356] ppid=16354 vsize=864372 CPUtime=11.19
/proc/16355/task/16356/stat : 16356 (java) R 16354 16341 15314 0 -1 64 3060 0 2 0 1115 4 0 0 25 0 9 0 22177573 885116928 10268 996147200 134512640 134550932 4294955936 18446744073709551615 4126570772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16357] ppid=16354 vsize=864372 CPUtime=0.72
/proc/16355/task/16357/stat : 16357 (java) S 16354 16341 15314 0 -1 64 8469 0 0 0 67 5 0 0 16 0 9 0 22177574 885116928 10268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16358] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16358/stat : 16358 (java) S 16354 16341 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22177574 885116928 10268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16359] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16359/stat : 16359 (java) S 16354 16341 15314 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22177574 885116928 10268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16360] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16360/stat : 16360 (java) S 16354 16341 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22177577 885116928 10268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16361] ppid=16354 vsize=864372 CPUtime=0.08
/proc/16355/task/16361/stat : 16361 (java) S 16354 16341 15314 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 22177577 885116928 10268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16362] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16362/stat : 16362 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22177577 885116928 10268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16363] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16363/stat : 16363 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22177577 885116928 10268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 886596

[startup+25.5024 s]
/proc/loadavg: 2.09 2.14 2.09 3/91 16363
/proc/meminfo: memFree=1369272/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=0.3
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1304 5189 6 1 6 2 19 3 16 0 1 0 22177517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1111 409 3 0 796 0
[pid=16354] ppid=16341 vsize=5356 CPUtime=0
/proc/16354/stat : 16354 (sh) S 16341 16341 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22177572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16354/statm: 1339 233 193 169 0 50 0
[pid=16355] ppid=16354 vsize=864372 CPUtime=24.69
/proc/16355/stat : 16355 (java) S 16354 16341 15314 0 -1 0 12751 0 2 0 2456 13 0 0 18 0 9 0 22177572 885116928 10269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16355/statm: 216093 10269 2590 9 0 210570 0
[pid=16355/tid=16356] ppid=16354 vsize=864372 CPUtime=23.67
/proc/16355/task/16356/stat : 16356 (java) R 16354 16341 15314 0 -1 64 3243 0 2 0 2362 5 0 0 25 0 9 0 22177573 885116928 10269 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16357] ppid=16354 vsize=864372 CPUtime=0.91
/proc/16355/task/16357/stat : 16357 (java) S 16354 16341 15314 0 -1 64 8469 0 0 0 85 6 0 0 16 0 9 0 22177574 885116928 10269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16358] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16358/stat : 16358 (java) S 16354 16341 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22177574 885116928 10269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16359] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16359/stat : 16359 (java) S 16354 16341 15314 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22177574 885116928 10269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16360] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16360/stat : 16360 (java) S 16354 16341 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22177577 885116928 10269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16361] ppid=16354 vsize=864372 CPUtime=0.08
/proc/16355/task/16361/stat : 16361 (java) S 16354 16341 15314 0 -1 64 340 0 0 0 8 0 0 0 17 0 9 0 22177577 885116928 10269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16362] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16362/stat : 16362 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22177577 885116928 10269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16363] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16363/stat : 16363 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22177577 885116928 10269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 886596

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

[startup+31.9073 s]
/proc/loadavg: 2.08 2.14 2.09 3/91 16363
/proc/meminfo: memFree=1366648/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=0.3
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1304 5189 6 1 6 2 19 3 16 0 1 0 22177517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1111 409 3 0 796 0
[pid=16354] ppid=16341 vsize=5356 CPUtime=0
/proc/16354/stat : 16354 (sh) S 16341 16341 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22177572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16354/statm: 1339 233 193 169 0 50 0
[pid=16355] ppid=16354 vsize=864372 CPUtime=31.04
/proc/16355/stat : 16355 (java) S 16354 16341 15314 0 -1 0 14213 0 2 0 3087 17 0 0 18 0 9 0 22177572 885116928 10327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16355/statm: 216093 10327 2590 9 0 210570 0
[pid=16355/tid=16356] ppid=16354 vsize=864372 CPUtime=29.78
/proc/16355/task/16356/stat : 16356 (java) R 16354 16341 15314 0 -1 64 3348 0 2 0 2971 7 0 0 25 0 9 0 22177573 885116928 10327 996147200 134512640 134550932 4294955936 18446744073709551615 4126562647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16357] ppid=16354 vsize=864372 CPUtime=1.14
/proc/16355/task/16357/stat : 16357 (java) S 16354 16341 15314 0 -1 64 9824 0 0 0 106 8 0 0 16 0 9 0 22177574 885116928 10327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16358] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16358/stat : 16358 (java) S 16354 16341 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22177574 885116928 10327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16359] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16359/stat : 16359 (java) S 16354 16341 15314 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22177574 885116928 10327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16360] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16360/stat : 16360 (java) S 16354 16341 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22177577 885116928 10327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16361] ppid=16354 vsize=864372 CPUtime=0.08
/proc/16355/task/16361/stat : 16361 (java) S 16354 16341 15314 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 22177577 885116928 10327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16362] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16362/stat : 16362 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22177577 885116928 10327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16363] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16363/stat : 16363 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22177577 885116928 10327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.34
Current children cumulated vsize (KiB) 886596

[startup+38.3013 s]
/proc/loadavg: 2.07 2.14 2.09 3/91 16363
/proc/meminfo: memFree=1365176/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=0.3
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1304 5189 6 1 6 2 19 3 16 0 1 0 22177517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1111 409 3 0 796 0
[pid=16354] ppid=16341 vsize=5356 CPUtime=0
/proc/16354/stat : 16354 (sh) S 16341 16341 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22177572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16354/statm: 1339 233 193 169 0 50 0
[pid=16355] ppid=16354 vsize=864372 CPUtime=37.37
/proc/16355/stat : 16355 (java) S 16354 16341 15314 0 -1 0 14739 0 2 0 3719 18 0 0 18 0 9 0 22177572 885116928 10790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16355/statm: 216093 10790 2590 9 0 210570 0
[pid=16355/tid=16356] ppid=16354 vsize=864372 CPUtime=36.03
/proc/16355/task/16356/stat : 16356 (java) R 16354 16341 15314 0 -1 64 3411 0 2 0 3595 8 0 0 25 0 9 0 22177573 885116928 10790 996147200 134512640 134550932 4294955936 18446744073709551615 4126570798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16357] ppid=16354 vsize=864372 CPUtime=1.23
/proc/16355/task/16357/stat : 16357 (java) S 16354 16341 15314 0 -1 64 10287 0 0 0 114 9 0 0 16 0 9 0 22177574 885116928 10790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16358] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16358/stat : 16358 (java) S 16354 16341 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22177574 885116928 10790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16359] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16359/stat : 16359 (java) S 16354 16341 15314 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22177574 885116928 10790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16360] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16360/stat : 16360 (java) S 16354 16341 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22177577 885116928 10790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16361] ppid=16354 vsize=864372 CPUtime=0.08
/proc/16355/task/16361/stat : 16361 (java) S 16354 16341 15314 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 22177577 885116928 10790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16362] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16362/stat : 16362 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22177577 885116928 10790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16355/tid=16363] ppid=16354 vsize=864372 CPUtime=0
/proc/16355/task/16363/stat : 16363 (java) S 16354 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22177577 885116928 10790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.67
Current children cumulated vsize (KiB) 886596

[startup+39.9016 s]
/proc/loadavg: 2.07 2.13 2.09 3/83 16365
/proc/meminfo: memFree=1394232/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=38.85
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1368 20392 6 3 6 2 3853 24 15 0 1 0 22177517 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1112 409 3 0 796 0
[pid=16364] ppid=16341 vsize=5356 CPUtime=0
/proc/16364/stat : 16364 (sh) S 16341 16341 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22181467 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16364/statm: 1339 232 193 169 0 50 0
[pid=16365] ppid=16364 vsize=18992 CPUtime=0.38
/proc/16365/stat : 16365 (minisat) R 16364 16341 15314 0 -1 4194304 4552 0 0 0 35 3 0 0 22 0 1 0 22181467 19447808 4538 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 1 0 0
/proc/16365/statm: 4748 4538 75 150 0 4595 0
Current children cumulated CPU time (s) 39.23
Current children cumulated vsize (KiB) 41216

[startup+41.5028 s]
/proc/loadavg: 2.07 2.13 2.09 3/83 16365
/proc/meminfo: memFree=1376952/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=38.85
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1368 20392 6 3 6 2 3853 24 15 0 1 0 22177517 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1112 409 3 0 796 0
[pid=16364] ppid=16341 vsize=5356 CPUtime=0
/proc/16364/stat : 16364 (sh) S 16341 16341 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22181467 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16364/statm: 1339 232 193 169 0 50 0
[pid=16365] ppid=16364 vsize=19944 CPUtime=1.97
/proc/16365/stat : 16365 (minisat) R 16364 16341 15314 0 -1 4194304 4803 0 0 0 194 3 0 0 25 0 1 0 22181467 20422656 4789 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16365/statm: 4986 4789 75 150 0 4833 0
Current children cumulated CPU time (s) 40.82
Current children cumulated vsize (KiB) 42168

[startup+42.3029 s]
/proc/loadavg: 2.07 2.13 2.09 3/83 16365
/proc/meminfo: memFree=1376440/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=38.85
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1368 20392 6 3 6 2 3853 24 16 0 1 0 22177517 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1112 409 3 0 796 0
[pid=16364] ppid=16341 vsize=5356 CPUtime=0
/proc/16364/stat : 16364 (sh) S 16341 16341 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22181467 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16364/statm: 1339 232 193 169 0 50 0
[pid=16365] ppid=16364 vsize=20224 CPUtime=2.75
/proc/16365/stat : 16365 (minisat) R 16364 16341 15314 0 -1 4194304 4873 0 0 0 272 3 0 0 25 0 1 0 22181467 20709376 4859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16365/statm: 5056 4859 75 150 0 4903 0
Current children cumulated CPU time (s) 41.6
Current children cumulated vsize (KiB) 42448

[startup+42.7029 s]
/proc/loadavg: 2.07 2.13 2.09 3/83 16365
/proc/meminfo: memFree=1376440/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=42.01
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1421 25577 6 3 6 2 4164 29 16 0 1 0 22177517 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 42.01
Current children cumulated vsize (KiB) 16868

[startup+42.8019 s]
/proc/loadavg: 2.07 2.13 2.09 5/91 16375
/proc/meminfo: memFree=1390520/2055920 swapFree=4192812/4192956
[pid=16341] ppid=16339 vsize=16868 CPUtime=42.01
/proc/16341/stat : 16341 (sugar) S 16339 16341 15314 0 -1 4194304 1441 25577 6 3 6 2 4164 29 15 0 1 0 22177517 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16341/statm: 4217 1112 409 3 0 796 0
[pid=16366] ppid=16341 vsize=5356 CPUtime=0
/proc/16366/stat : 16366 (sh) S 16341 16341 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22181787 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16366/statm: 1339 233 193 169 0 50 0
[pid=16367] ppid=16366 vsize=863848 CPUtime=0.1
/proc/16367/stat : 16367 (java) S 16366 16341 15314 0 -1 0 3365 0 1 0 8 2 0 0 18 0 9 0 22181787 884580352 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16367/statm: 215962 2834 1685 9 0 210467 0
[pid=16367/tid=16368] ppid=16366 vsize=863848 CPUtime=0.08
/proc/16367/task/16368/stat : 16368 (java) R 16366 16341 15314 0 -1 64 2462 0 1 0 7 1 0 0 18 0 9 0 22181788 884580352 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4125976376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16369] ppid=16366 vsize=863848 CPUtime=0
/proc/16367/task/16369/stat : 16369 (java) S 16366 16341 15314 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 22181789 884580352 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16370] ppid=16366 vsize=863848 CPUtime=0
/proc/16367/task/16370/stat : 16370 (java) S 16366 16341 15314 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22181789 884580352 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16371] ppid=16366 vsize=863848 CPUtime=0
/proc/16367/task/16371/stat : 16371 (java) S 16366 16341 15314 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22181789 884580352 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16372] ppid=16366 vsize=863848 CPUtime=0
/proc/16367/task/16372/stat : 16372 (java) S 16366 16341 15314 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22181791 884580352 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16373] ppid=16366 vsize=863848 CPUtime=0
/proc/16367/task/16373/stat : 16373 (java) R 16366 16341 15314 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 22181791 884580352 2834 996147200 134512640 134550932 4294955984 18446744073709551615 102597592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16374] ppid=16366 vsize=863848 CPUtime=0
/proc/16367/task/16374/stat : 16374 (java) S 16366 16341 15314 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22181791 884580352 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16375] ppid=16366 vsize=863848 CPUtime=0
/proc/16367/task/16375/stat : 16375 (java) R 16366 16341 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22181791 884580352 2834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.11
Current children cumulated vsize (KiB) 886072

Child status: 0
Real time (s): 42.8183
CPU time (s): 42.1486
CPU user time (s): 41.7946
CPU system time (s): 0.353946
CPU usage (%): 98.436
Max. virtual memory (cumulated for all children) (KiB): 889328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.7946
system time used= 0.353946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30770
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7675
involuntary context switches= 8355

runsolver used 0.06399 second user time and 0.157975 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 00:25:14
IDJOB=2070136
IDBENCH=55140
IDSOLVER=739
FILE ID=node30/2070136-1247351114
PBS_JOBID= 9506827
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg4-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-2070136-1247351114/watcher-2070136-1247351114 -o /tmp/evaluation-result-2070136-1247351114/solver-2070136-1247351114 -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-2070136-1247351114.xml

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

MD5SUM BENCH= c6be0ad05a6c02753bf6b7b875d46fb1
RANDOM SEED=1294040090

node30.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.277
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.277
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:       1410480 kB
Buffers:          5000 kB
Cached:          58036 kB
SwapCached:          0 kB
Active:         574028 kB
Inactive:        25480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1410480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:         554284 kB
Slab:            30232 kB
Committed_AS:   914360 kB
PageTables:       2752 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= 66368 MiB
End job on node30 at 2009-07-12 00:25:57