Trace number 2074844

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 38.0542 38.4568

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle13.xml
MD5SUMbeb45b78395f6159303d082b4358ee4d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.064989
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints259
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension225
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:42:14 2009
0.00/0.08	c 0	PID 20904
0.00/0.08	c 0	HOST node37.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2074844-1247359334.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2074844-1247359334.xml' 'HOME/temp.csp'
0.07/0.47	c 0	1 domains, 65 variables, 4 predicates, 4 relations, 259 constraints
0.07/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.51	c 0	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.07/0.59	c 0	Parsing HOME/temp.csp
0.44/0.73	c 1	parsed 333 expressions
0.44/0.74	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.74	c 1	Converting to clausal form CSP
0.44/0.76	c 1	converted 34 (10%) expressions
0.44/0.77	c 1	converted 67 (20%) expressions
0.44/0.93	c 1	converted 100 (30%) expressions
0.44/1.08	c 1	converted 134 (40%) expressions
1.01/1.12	c 1	converted 167 (50%) expressions
1.01/1.14	c 1	converted 200 (60%) expressions
1.11/1.22	c 1	converted 234 (70%) expressions
1.11/1.23	c 1	converted 267 (80%) expressions
1.11/1.24	c 1	converted 300 (90%) expressions
1.29/1.46	c 1	converted 333 (100%) expressions
1.29/1.46	c 1	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
1.29/1.46	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.46	c 1	Propagation in CSP
1.29/1.46	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.46	c 1	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
1.29/1.46	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.47	c 1	Simplifing CSP by introducing new Boolean variables
1.29/1.50	c 1	CSP : 65 integers, 1676 booleans, 1935 clauses, largest domain size 26
1.29/1.50	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.60	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.50/1.61	c 2	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.50/1.61	c 2	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.50/1.61	c 2	20 (30%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.50/1.61	c 2	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.50/1.62	c 2	33 (50%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.50/1.62	c 2	39 (60%) CSP integer variables are encoded (936 clauses, 10152 bytes)
1.50/1.62	c 2	46 (70%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
1.50/1.62	c 2	52 (80%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
1.50/1.62	c 2	59 (90%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
1.50/1.62	c 2	65 (100%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
3.48/3.65	c 4	194 (10%) CSP clauses are encoded (94343 clauses, 2983877 bytes)
3.48/3.66	c 4	387 (20%) CSP clauses are encoded (98661 clauses, 3060228 bytes)
3.48/3.68	c 4	581 (30%) CSP clauses are encoded (103155 clauses, 3135136 bytes)
3.48/3.70	c 4	774 (40%) CSP clauses are encoded (107623 clauses, 3210558 bytes)
3.58/3.71	c 4	968 (50%) CSP clauses are encoded (112142 clauses, 3288374 bytes)
3.58/3.72	c 4	1161 (60%) CSP clauses are encoded (116610 clauses, 3366166 bytes)
3.58/3.73	c 4	1355 (70%) CSP clauses are encoded (121129 clauses, 3445432 bytes)
3.58/3.75	c 4	1548 (80%) CSP clauses are encoded (125597 clauses, 3524124 bytes)
3.58/3.76	c 4	1742 (90%) CSP clauses are encoded (130116 clauses, 3606190 bytes)
36.05/36.41	c 36	1935 (100%) CSP clauses are encoded (268495 clauses, 11497892 bytes)
36.05/36.41	c 36	1935 CSP clauses encoded
36.05/36.41	c 36	Writing map file : HOME/temp.map
36.05/36.41	c 36	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.05/36.41	c 36	SAT : 3301 SAT variables, 268495 SAT clauses, 11497892 bytes
36.05/36.41	c 36	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.05/36.45	c 36	SOLVING HOME/temp.cnf
36.05/36.45	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.05/36.46	c 36	This is MiniSat 2.0 beta
36.05/36.46	c 36	WARNING: for repeatability, setting FPU to use double precision
36.05/36.46	c 36	============================[ Problem Statistics ]=============================
36.05/36.46	c 36	|                                                                             |
36.05/36.46	c 36	|  Number of variables:  3301                                                 |
36.05/36.46	c 36	|  Number of clauses:    268495                                               |
36.09/36.73	c 37	|  Parsing time:         0.24         s                                       |
36.09/36.75	c 37	============================[ Search Statistics ]==============================
36.09/36.75	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.09/36.75	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.09/36.75	c 37	===============================================================================
36.09/36.75	c 37	|         0 |    3289   267739  2329424 |    89246        0    nan |  0.000 % |
36.09/36.82	c 37	|       102 |    3289   267739  2329424 |    98170      102     11 |  0.364 % |
36.09/36.89	c 37	|       255 |    3289   267739  2329424 |   107988      254     10 |  0.394 % |
36.09/36.97	c 37	|       480 |    3288   267739  2329424 |   118786      479     10 |  0.394 % |
36.09/37.03	c 37	|       817 |    3288   267739  2329424 |   130665      816      9 |  0.394 % |
36.09/37.18	c 37	|      1323 |    3288   267739  2329424 |   143732     1322      9 |  0.394 % |
36.09/37.36	c 37	|      2083 |    3287   267739  2329424 |   158105     2081      9 |  0.424 % |
37.21/37.65	c 38	|      3223 |    3287   267739  2329424 |   173915     3221      9 |  0.424 % |
37.62/38.02	c 38	|      4931 |    3287   267739  2329424 |   191307     4929     10 |  0.424 % |
37.80/38.27	c 38	===============================================================================
37.80/38.27	c 38	restarts              : 9
37.80/38.27	c 38	conflicts             : 5681           (3275 /sec)
37.80/38.27	c 38	decisions             : 11605          (1.61 % random) (6690 /sec)
37.80/38.27	c 38	propagations          : 244643         (141026 /sec)
37.80/38.27	c 38	conflict literals     : 55543          (21.75 % deleted)
37.80/38.27	c 38	Memory used           : 21.26 MB
37.80/38.27	c 38	CPU time              : 1.73474 s
37.80/38.27	c 38	
37.80/38.27	c 38	SATISFIABLE
37.80/38.28	c 38	DECODING HOME/temp.out WITH HOME/temp.map
37.80/38.28	c 38	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'
37.89/38.36	c 38	Decoding HOME/temp.out
37.89/38.41	s SATISFIABLE
37.89/38.41	v 22 8 18 7 0 1 11 4 8 14 22 0 11 24 14 13 18 19 20 19 14 14 15 0 12 15 7 11 4 19 18 17 0 4 20 15 7 14 11 3 4 17 18 17 24 4 3 14 19 8 17 12 0 18 4 23 24 18 4 15 19 14 13 24 23
37.89/38.42	c 38	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
37.89/38.45	c 38	CPU 38.02 (0.05 0.02 37.54 0.41)
37.89/38.45	c 38	END Sun Jul 12 02:42:52 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-2074844-1247359334/watcher-2074844-1247359334 -o /tmp/evaluation-result-2074844-1247359334/solver-2074844-1247359334 -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-2074844-1247359334.xml 

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


[startup+0 s]
/proc/loadavg: 1.11 1.39 1.74 4/82 20904
/proc/meminfo: memFree=1586080/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=18576 CPUtime=0
/proc/20904/stat : 20904 (runsolver) R 20902 20904 18008 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22997562 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20904/statm: 4644 284 249 26 0 2626 0

[startup+0.128268 s]
/proc/loadavg: 1.11 1.39 1.74 4/82 20904
/proc/meminfo: memFree=1586080/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.07
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202033 s]
/proc/loadavg: 1.11 1.39 1.74 4/82 20904
/proc/meminfo: memFree=1586080/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.07
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302056 s]
/proc/loadavg: 1.11 1.39 1.74 4/82 20904
/proc/meminfo: memFree=1586080/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.07
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701374 s]
/proc/loadavg: 1.11 1.39 1.74 4/82 20904
/proc/meminfo: memFree=1586080/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.44
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1309 5401 0 1 5 2 33 4 16 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 1.11 1.39 1.74 4/93 20926
/proc/meminfo: memFree=1551688/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.44
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1310 5401 0 1 5 2 33 4 15 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
[pid=20917] ppid=20904 vsize=5356 CPUtime=0
/proc/20917/stat : 20917 (sh) S 20904 20904 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22997613 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20917/statm: 1339 233 193 169 0 50 0
[pid=20918] ppid=20917 vsize=868568 CPUtime=0.96
/proc/20918/stat : 20918 (java) S 20917 20904 18008 0 -1 0 10088 0 1 0 91 5 0 0 19 0 9 0 22997614 889413632 9299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20918/statm: 217142 9299 2566 9 0 211647 0
[pid=20918/tid=20919] ppid=20917 vsize=868568 CPUtime=0.45
/proc/20918/task/20919/stat : 20919 (java) R 20917 20904 18008 0 -1 64 2787 0 1 0 44 1 0 0 23 0 9 0 22997615 889413632 9299 996147200 134512640 134550932 4294955936 18446744073709551615 4160642496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20920] ppid=20917 vsize=868568 CPUtime=0.32
/proc/20918/task/20920/stat : 20920 (java) S 20917 20904 18008 0 -1 64 5128 0 0 0 31 1 0 0 16 0 9 0 22997616 889413632 9299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20921] ppid=20917 vsize=868568 CPUtime=0
/proc/20918/task/20921/stat : 20921 (java) S 20917 20904 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22997616 889413632 9299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20922] ppid=20917 vsize=868568 CPUtime=0
/proc/20918/task/20922/stat : 20922 (java) S 20917 20904 18008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22997616 889413632 9299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20923] ppid=20917 vsize=868568 CPUtime=0
/proc/20918/task/20923/stat : 20923 (java) S 20917 20904 18008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22997618 889413632 9299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20924] ppid=20917 vsize=868568 CPUtime=0.16
/proc/20918/task/20924/stat : 20924 (java) S 20917 20904 18008 0 -1 64 1475 0 0 0 15 1 0 0 16 0 9 0 22997618 889413632 9299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20925] ppid=20917 vsize=868568 CPUtime=0
/proc/20918/task/20925/stat : 20925 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22997618 889413632 9299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20926] ppid=20917 vsize=868568 CPUtime=0
/proc/20918/task/20926/stat : 20926 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22997618 889413632 9299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890792

[startup+3.10264 s]
/proc/loadavg: 1.11 1.39 1.74 5/93 20926
/proc/meminfo: memFree=1524680/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.44
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1310 5401 0 1 5 2 33 4 15 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
[pid=20917] ppid=20904 vsize=5356 CPUtime=0
/proc/20917/stat : 20917 (sh) S 20904 20904 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22997613 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20917/statm: 1339 233 193 169 0 50 0
[pid=20918] ppid=20917 vsize=868680 CPUtime=2.55
/proc/20918/stat : 20918 (java) S 20917 20904 18008 0 -1 0 11083 0 1 0 247 8 0 0 19 0 9 0 22997614 889528320 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20918/statm: 217170 10164 2591 9 0 211647 0
[pid=20918/tid=20919] ppid=20917 vsize=868680 CPUtime=1.82
/proc/20918/task/20919/stat : 20919 (java) R 20917 20904 18008 0 -1 64 2944 0 1 0 178 4 0 0 25 0 9 0 22997615 889528320 10164 996147200 134512640 134550932 4294955936 18446744073709551615 102523992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20920] ppid=20917 vsize=868680 CPUtime=0.51
/proc/20918/task/20920/stat : 20920 (java) S 20917 20904 18008 0 -1 64 5942 0 0 0 49 2 0 0 15 0 9 0 22997616 889528320 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20921] ppid=20917 vsize=868680 CPUtime=0
/proc/20918/task/20921/stat : 20921 (java) S 20917 20904 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22997616 889528320 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20922] ppid=20917 vsize=868680 CPUtime=0
/proc/20918/task/20922/stat : 20922 (java) S 20917 20904 18008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22997616 889528320 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20923] ppid=20917 vsize=868680 CPUtime=0
/proc/20918/task/20923/stat : 20923 (java) S 20917 20904 18008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22997618 889528320 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20924] ppid=20917 vsize=868680 CPUtime=0.19
/proc/20918/task/20924/stat : 20924 (java) S 20917 20904 18008 0 -1 64 1499 0 0 0 18 1 0 0 16 0 9 0 22997618 889528320 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20925] ppid=20917 vsize=868680 CPUtime=0
/proc/20918/task/20925/stat : 20925 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22997618 889528320 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20926] ppid=20917 vsize=868680 CPUtime=0
/proc/20918/task/20926/stat : 20926 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22997618 889528320 10164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890904

[startup+6.30124 s]
/proc/loadavg: 1.26 1.42 1.74 4/93 20926
/proc/meminfo: memFree=1471240/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.44
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1310 5401 0 1 5 2 33 4 15 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
[pid=20917] ppid=20904 vsize=5356 CPUtime=0
/proc/20917/stat : 20917 (sh) S 20904 20904 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22997613 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20917/statm: 1339 233 193 169 0 50 0
[pid=20918] ppid=20917 vsize=868712 CPUtime=5.72
/proc/20918/stat : 20918 (java) S 20917 20904 18008 0 -1 0 12143 0 1 0 562 10 0 0 19 0 9 0 22997614 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20918/statm: 217178 11104 2590 9 0 211655 0
[pid=20918/tid=20919] ppid=20917 vsize=868712 CPUtime=4.82
/proc/20918/task/20919/stat : 20919 (java) R 20917 20904 18008 0 -1 64 3035 0 1 0 477 5 0 0 25 0 9 0 22997615 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4126571943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20920] ppid=20917 vsize=868712 CPUtime=0.68
/proc/20918/task/20920/stat : 20920 (java) S 20917 20904 18008 0 -1 64 6901 0 0 0 65 3 0 0 16 0 9 0 22997616 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20921] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20921/stat : 20921 (java) S 20917 20904 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20922] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20922/stat : 20922 (java) S 20917 20904 18008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20923] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20923/stat : 20923 (java) S 20917 20904 18008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22997618 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20924] ppid=20917 vsize=868712 CPUtime=0.2
/proc/20918/task/20924/stat : 20924 (java) S 20917 20904 18008 0 -1 64 1509 0 0 0 19 1 0 0 16 0 9 0 22997618 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20925] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20925/stat : 20925 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22997618 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20926] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20926/stat : 20926 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22997618 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890936

[startup+12.7025 s]
/proc/loadavg: 1.40 1.44 1.75 3/93 20926
/proc/meminfo: memFree=1383496/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.44
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1310 5401 0 1 5 2 33 4 15 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
[pid=20917] ppid=20904 vsize=5356 CPUtime=0
/proc/20917/stat : 20917 (sh) S 20904 20904 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22997613 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20917/statm: 1339 233 193 169 0 50 0
[pid=20918] ppid=20917 vsize=868712 CPUtime=12.09
/proc/20918/stat : 20918 (java) S 20917 20904 18008 0 -1 0 12194 0 1 0 1196 13 0 0 19 0 9 0 22997614 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20918/statm: 217178 11104 2590 9 0 211655 0
[pid=20918/tid=20919] ppid=20917 vsize=868712 CPUtime=11.12
/proc/20918/task/20919/stat : 20919 (java) R 20917 20904 18008 0 -1 64 3086 0 1 0 1105 7 0 0 25 0 9 0 22997615 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20920] ppid=20917 vsize=868712 CPUtime=0.74
/proc/20918/task/20920/stat : 20920 (java) S 20917 20904 18008 0 -1 64 6901 0 0 0 70 4 0 0 16 0 9 0 22997616 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20921] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20921/stat : 20921 (java) S 20917 20904 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20922] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20922/stat : 20922 (java) S 20917 20904 18008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20923] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20923/stat : 20923 (java) S 20917 20904 18008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22997618 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20924] ppid=20917 vsize=868712 CPUtime=0.2
/proc/20918/task/20924/stat : 20924 (java) S 20917 20904 18008 0 -1 64 1509 0 0 0 19 1 0 0 16 0 9 0 22997618 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20925] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20925/stat : 20925 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22997618 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20926] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20926/stat : 20926 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22997618 889561088 11104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890936

[startup+25.5029 s]
/proc/loadavg: 1.83 1.54 1.77 4/93 20926
/proc/meminfo: memFree=1205896/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.44
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1310 5401 0 1 5 2 33 4 15 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
[pid=20917] ppid=20904 vsize=5356 CPUtime=0
/proc/20917/stat : 20917 (sh) S 20904 20904 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22997613 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20917/statm: 1339 233 193 169 0 50 0
[pid=20918] ppid=20917 vsize=868712 CPUtime=24.79
/proc/20918/stat : 20918 (java) S 20917 20904 18008 0 -1 0 14273 0 1 0 2459 20 0 0 19 0 9 0 22997614 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20918/statm: 217178 12715 2591 9 0 211655 0
[pid=20918/tid=20919] ppid=20917 vsize=868712 CPUtime=23.53
/proc/20918/task/20919/stat : 20919 (java) R 20917 20904 18008 0 -1 64 3384 0 1 0 2341 12 0 0 25 0 9 0 22997615 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4126571232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20920] ppid=20917 vsize=868712 CPUtime=1.01
/proc/20918/task/20920/stat : 20920 (java) S 20917 20904 18008 0 -1 64 8677 0 0 0 96 5 0 0 16 0 9 0 22997616 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20921] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20921/stat : 20921 (java) S 20917 20904 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20922] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20922/stat : 20922 (java) S 20917 20904 18008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20923] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20923/stat : 20923 (java) S 20917 20904 18008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22997618 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20924] ppid=20917 vsize=868712 CPUtime=0.21
/proc/20918/task/20924/stat : 20924 (java) S 20917 20904 18008 0 -1 64 1514 0 0 0 20 1 0 0 16 0 9 0 22997618 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20925] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20925/stat : 20925 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22997618 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20926] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20926/stat : 20926 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22997618 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 890936

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

[startup+25.6029 s]
/proc/loadavg: 1.83 1.54 1.77 4/93 20926
/proc/meminfo: memFree=1205896/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.44
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1310 5401 0 1 5 2 33 4 15 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
[pid=20917] ppid=20904 vsize=5356 CPUtime=0
/proc/20917/stat : 20917 (sh) S 20904 20904 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22997613 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20917/statm: 1339 233 193 169 0 50 0
[pid=20918] ppid=20917 vsize=868712 CPUtime=24.89
/proc/20918/stat : 20918 (java) S 20917 20904 18008 0 -1 0 14273 0 1 0 2469 20 0 0 19 0 9 0 22997614 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20918/statm: 217178 12715 2591 9 0 211655 0
[pid=20918/tid=20919] ppid=20917 vsize=868712 CPUtime=23.63
/proc/20918/task/20919/stat : 20919 (java) R 20917 20904 18008 0 -1 64 3384 0 1 0 2351 12 0 0 25 0 9 0 22997615 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4126898559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20920] ppid=20917 vsize=868712 CPUtime=1.01
/proc/20918/task/20920/stat : 20920 (java) S 20917 20904 18008 0 -1 64 8677 0 0 0 96 5 0 0 16 0 9 0 22997616 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20921] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20921/stat : 20921 (java) S 20917 20904 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20922] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20922/stat : 20922 (java) S 20917 20904 18008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20923] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20923/stat : 20923 (java) S 20917 20904 18008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22997618 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20924] ppid=20917 vsize=868712 CPUtime=0.21
/proc/20918/task/20924/stat : 20924 (java) S 20917 20904 18008 0 -1 64 1514 0 0 0 20 1 0 0 16 0 9 0 22997618 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20925] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20925/stat : 20925 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22997618 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20926] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20926/stat : 20926 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22997618 889561088 12715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 890936

[startup+32.0061 s]
/proc/loadavg: 1.92 1.56 1.78 3/93 20926
/proc/meminfo: memFree=1117448/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.44
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1310 5401 0 1 5 2 33 4 15 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
[pid=20917] ppid=20904 vsize=5356 CPUtime=0
/proc/20917/stat : 20917 (sh) S 20904 20904 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22997613 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20917/statm: 1339 233 193 169 0 50 0
[pid=20918] ppid=20917 vsize=868712 CPUtime=31.26
/proc/20918/stat : 20918 (java) S 20917 20904 18008 0 -1 0 15474 0 1 0 3104 22 0 0 19 0 9 0 22997614 889561088 13871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20918/statm: 217178 13871 2591 9 0 211655 0
[pid=20918/tid=20919] ppid=20917 vsize=868712 CPUtime=29.93
/proc/20918/task/20919/stat : 20919 (java) R 20917 20904 18008 0 -1 64 3429 0 1 0 2979 14 0 0 25 0 9 0 22997615 889561088 13871 996147200 134512640 134550932 4294955936 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20920] ppid=20917 vsize=868712 CPUtime=1.1
/proc/20918/task/20920/stat : 20920 (java) S 20917 20904 18008 0 -1 64 9833 0 0 0 104 6 0 0 16 0 9 0 22997616 889561088 13871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20921] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20921/stat : 20921 (java) S 20917 20904 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 13871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20922] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20922/stat : 20922 (java) S 20917 20904 18008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 13871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20923] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20923/stat : 20923 (java) S 20917 20904 18008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22997618 889561088 13871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20924] ppid=20917 vsize=868712 CPUtime=0.21
/proc/20918/task/20924/stat : 20924 (java) S 20917 20904 18008 0 -1 64 1514 0 0 0 20 1 0 0 16 0 9 0 22997618 889561088 13871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20925] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20925/stat : 20925 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22997618 889561088 13871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20926] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20926/stat : 20926 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22997618 889561088 13871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.7
Current children cumulated vsize (KiB) 890936

[startup+35.2027 s]
/proc/loadavg: 2.01 1.58 1.79 4/93 20926
/proc/meminfo: memFree=1075464/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=0.44
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1310 5401 0 1 5 2 33 4 15 0 1 0 22997562 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1111 409 3 0 796 0
[pid=20917] ppid=20904 vsize=5356 CPUtime=0
/proc/20917/stat : 20917 (sh) S 20904 20904 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22997613 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20917/statm: 1339 233 193 169 0 50 0
[pid=20918] ppid=20917 vsize=868712 CPUtime=34.44
/proc/20918/stat : 20918 (java) S 20917 20904 18008 0 -1 0 15721 0 1 0 3421 23 0 0 19 0 9 0 22997614 889561088 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20918/statm: 217178 14109 2591 9 0 211655 0
[pid=20918/tid=20919] ppid=20917 vsize=868712 CPUtime=33.09
/proc/20918/task/20919/stat : 20919 (java) R 20917 20904 18008 0 -1 64 3438 0 1 0 3294 15 0 0 25 0 9 0 22997615 889561088 14109 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20920] ppid=20917 vsize=868712 CPUtime=1.11
/proc/20918/task/20920/stat : 20920 (java) S 20917 20904 18008 0 -1 64 10071 0 0 0 105 6 0 0 16 0 9 0 22997616 889561088 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20921] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20921/stat : 20921 (java) S 20917 20904 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20922] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20922/stat : 20922 (java) S 20917 20904 18008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22997616 889561088 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20923] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20923/stat : 20923 (java) S 20917 20904 18008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22997618 889561088 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20924] ppid=20917 vsize=868712 CPUtime=0.21
/proc/20918/task/20924/stat : 20924 (java) S 20917 20904 18008 0 -1 64 1514 0 0 0 20 1 0 0 16 0 9 0 22997618 889561088 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20925] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20925/stat : 20925 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22997618 889561088 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20918/tid=20926] ppid=20917 vsize=868712 CPUtime=0
/proc/20918/task/20926/stat : 20926 (java) S 20917 20904 18008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22997618 889561088 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.88
Current children cumulated vsize (KiB) 890936

[startup+36.802 s]
/proc/loadavg: 2.01 1.58 1.79 4/93 20926
/proc/meminfo: memFree=1056712/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=36.09
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1376 21613 0 2 5 2 3570 32 15 0 1 0 22997562 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 36.09
Current children cumulated vsize (KiB) 16868

[startup+37.6012 s]
/proc/loadavg: 2.17 1.62 1.80 3/85 20928
/proc/meminfo: memFree=1069448/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=36.09
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1376 21613 0 2 5 2 3570 32 15 0 1 0 22997562 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1113 409 3 0 796 0
[pid=20927] ppid=20904 vsize=5356 CPUtime=0
/proc/20927/stat : 20927 (sh) S 20904 20904 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23001207 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20927/statm: 1339 232 193 169 0 50 0
[pid=20928] ppid=20927 vsize=21220 CPUtime=1.12
/proc/20928/stat : 20928 (minisat) R 20927 20904 18008 0 -1 4194304 5139 0 0 0 107 5 0 0 25 0 1 0 23001208 21729280 5125 996147200 134512640 135127466 4294956256 18446744073709551615 134530831 0 0 4096 3 0 0 0 17 1 0 0
/proc/20928/statm: 5305 5125 76 150 0 5152 0
Current children cumulated CPU time (s) 37.21
Current children cumulated vsize (KiB) 43444

[startup+38.0012 s]
/proc/loadavg: 2.17 1.62 1.80 3/85 20928
/proc/meminfo: memFree=1069448/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=36.09
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1376 21613 0 2 5 2 3570 32 15 0 1 0 22997562 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1113 409 3 0 796 0
[pid=20927] ppid=20904 vsize=5356 CPUtime=0
/proc/20927/stat : 20927 (sh) S 20904 20904 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23001207 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20927/statm: 1339 232 193 169 0 50 0
[pid=20928] ppid=20927 vsize=21488 CPUtime=1.53
/proc/20928/stat : 20928 (minisat) R 20927 20904 18008 0 -1 4194304 5222 0 0 0 147 6 0 0 25 0 1 0 23001208 22003712 5208 996147200 134512640 135127466 4294956256 18446744073709551615 134521536 0 0 4096 3 0 0 0 17 1 0 0
/proc/20928/statm: 5372 5208 76 150 0 5219 0
Current children cumulated CPU time (s) 37.62
Current children cumulated vsize (KiB) 43712

[startup+38.4013 s]
/proc/loadavg: 2.17 1.62 1.80 3/85 20928
/proc/meminfo: memFree=1069448/2055920 swapFree=4192812/4192956
[pid=20904] ppid=20902 vsize=16868 CPUtime=37.89
/proc/20904/stat : 20904 (sugar) S 20902 20904 18008 0 -1 4194304 1448 27186 0 2 5 2 3744 38 16 0 1 0 22997562 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20904/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 37.89
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 38.4568
CPU time (s): 38.0542
CPU user time (s): 37.6033
CPU system time (s): 0.450931
CPU usage (%): 98.9532
Max. virtual memory (cumulated for all children) (KiB): 892220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.6033
system time used= 0.450931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32479
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= 7165
involuntary context switches= 7448

runsolver used 0.047992 second user time and 0.150977 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 02:42:14
IDJOB=2074844
IDBENCH=56145
IDSOLVER=739
FILE ID=node37/2074844-1247359334
PBS_JOBID= 9506908
Free space on /tmp= 66120 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle13.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-2074844-1247359334/watcher-2074844-1247359334 -o /tmp/evaluation-result-2074844-1247359334/solver-2074844-1247359334 -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-2074844-1247359334.xml

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

MD5SUM BENCH= beb45b78395f6159303d082b4358ee4d
RANDOM SEED=351506632

node37.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.260
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.260
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:       1586752 kB
Buffers:         22460 kB
Cached:         365004 kB
SwapCached:          0 kB
Active:         383844 kB
Inactive:        29896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207876 kB
Writeback:           0 kB
Mapped:          47564 kB
Slab:            40760 kB
Committed_AS:   213564 kB
PageTables:       1896 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= 65648 MiB
End job on node37 at 2009-07-12 02:42:52