Trace number 1071842

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.13+minisatSAT 36.1775 36.509

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.066988
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 13:12:20 2008
0.00/0.04	c 0	PID 5482
0.02/0.05	c 0	HOST node61.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1071842-1215169940.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071842-1215169940.xml' 'HOME/temp.csp'
0.02/0.39	c 0	1 domains, 65 variables, 4 predicates, 4 relations, 259 constraints
0.02/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.41	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.02/0.49	c 0	Parsing HOME/temp.csp
0.36/0.90	c 1	parsed 333 expressions
0.36/0.90	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.90	c 1	Converting to clausal form CSP
0.36/0.92	c 1	converted 34 (10%) expressions
0.36/0.92	c 1	converted 67 (20%) expressions
0.94/1.08	c 1	converted 100 (30%) expressions
1.13/1.24	c 1	converted 134 (40%) expressions
1.13/1.27	c 1	converted 167 (50%) expressions
1.23/1.35	c 1	converted 200 (60%) expressions
1.23/1.37	c 1	converted 234 (70%) expressions
1.23/1.38	c 1	converted 267 (80%) expressions
1.23/1.38	c 1	converted 300 (90%) expressions
1.43/1.59	c 1	converted 333 (100%) expressions
1.43/1.59	c 1	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
1.43/1.59	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.59	c 1	Propagation in CSP
1.43/1.60	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.60	c 1	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
1.43/1.60	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.60	c 1	Simplifing CSP by introducing new Boolean variables
1.54/1.63	c 1	CSP : 65 integers, 1676 booleans, 1935 clauses, largest domain size 26
1.54/1.63	c 1	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.73	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.63/1.74	c 1	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.63/1.74	c 1	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.63/1.74	c 1	20 (30%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.63/1.74	c 1	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.63/1.74	c 1	33 (50%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.63/1.74	c 1	39 (60%) CSP integer variables are encoded (936 clauses, 10152 bytes)
1.63/1.74	c 1	46 (70%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
1.63/1.75	c 1	52 (80%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
1.63/1.75	c 1	59 (90%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
1.63/1.75	c 1	65 (100%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
3.65/3.74	c 3	194 (10%) CSP clauses are encoded (94343 clauses, 2983877 bytes)
3.65/3.76	c 3	387 (20%) CSP clauses are encoded (98661 clauses, 3060228 bytes)
3.65/3.78	c 3	581 (30%) CSP clauses are encoded (103155 clauses, 3135136 bytes)
3.65/3.79	c 4	774 (40%) CSP clauses are encoded (107623 clauses, 3210558 bytes)
3.75/3.80	c 4	968 (50%) CSP clauses are encoded (112142 clauses, 3288374 bytes)
3.75/3.81	c 4	1161 (60%) CSP clauses are encoded (116610 clauses, 3366166 bytes)
3.75/3.83	c 4	1355 (70%) CSP clauses are encoded (121129 clauses, 3445432 bytes)
3.75/3.84	c 4	1548 (80%) CSP clauses are encoded (125597 clauses, 3524124 bytes)
3.75/3.85	c 4	1742 (90%) CSP clauses are encoded (130116 clauses, 3606190 bytes)
34.31/34.68	c 34	1935 (100%) CSP clauses are encoded (268495 clauses, 11497892 bytes)
34.31/34.68	c 34	1935 CSP clauses encoded
34.31/34.68	c 34	Writing map file : HOME/temp.map
34.31/34.68	c 34	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.31/34.68	c 34	SAT : 3301 SAT variables, 268495 SAT clauses, 11497892 bytes
34.31/34.68	c 34	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.40/34.70	c 34	SOLVING HOME/temp.cnf
34.40/34.70	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.40/34.71	c 34	This is MiniSat 2.0 beta
34.40/34.71	c 34	WARNING: for repeatability, setting FPU to use double precision
34.40/34.71	c 34	============================[ Problem Statistics ]=============================
34.40/34.71	c 34	|                                                                             |
34.40/34.71	c 34	|  Number of variables:  3301                                                 |
34.40/34.71	c 34	|  Number of clauses:    268495                                               |
34.41/34.97	c 35	|  Parsing time:         0.24         s                                       |
34.41/34.99	c 35	============================[ Search Statistics ]==============================
34.41/34.99	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.41/34.99	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.41/34.99	c 35	===============================================================================
34.41/34.99	c 35	|         0 |    3289   267739  2329424 |    89246        0    nan |  0.000 % |
34.41/35.05	c 35	|       102 |    3289   267739  2329424 |    98170      102     11 |  0.364 % |
34.79/35.12	c 35	|       255 |    3289   267739  2329424 |   107988      254     10 |  0.394 % |
34.79/35.19	c 35	|       480 |    3288   267739  2329424 |   118786      479     10 |  0.394 % |
34.89/35.24	c 35	|       817 |    3288   267739  2329424 |   130665      816      9 |  0.394 % |
34.98/35.38	c 35	|      1323 |    3288   267739  2329424 |   143732     1322      9 |  0.394 % |
35.18/35.53	c 35	|      2083 |    3287   267739  2329424 |   158105     2081      9 |  0.424 % |
35.39/35.77	c 35	|      3223 |    3287   267739  2329424 |   173915     3221      9 |  0.424 % |
35.69/36.08	c 36	|      4931 |    3287   267739  2329424 |   191307     4929     10 |  0.424 % |
35.99/36.31	c 36	===============================================================================
35.99/36.31	c 36	restarts              : 9
35.99/36.31	c 36	conflicts             : 5681           (3640 /sec)
35.99/36.31	c 36	decisions             : 11605          (1.61 % random) (7435 /sec)
35.99/36.31	c 36	propagations          : 244643         (156746 /sec)
35.99/36.31	c 36	conflict literals     : 55543          (21.75 % deleted)
35.99/36.31	c 36	Memory used           : 21.26 MB
35.99/36.31	c 36	CPU time              : 1.56076 s
35.99/36.31	c 36	
35.99/36.31	c 36	SATISFIABLE
35.99/36.31	c 36	DECODING HOME/temp.out WITH HOME/temp.map
35.99/36.31	c 36	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
35.99/36.39	c 36	Decoding HOME/temp.out
36.01/36.44	s SATISFIABLE
36.01/36.44	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
36.01/36.46	c 36	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
36.15/36.50	c 36	CPU 35.83 (0.03 0.01 35.8 0.31)
36.15/36.50	c 36	END Fri Jul  4 13:12:56 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071842-1215169940/watcher-1071842-1215169940 -o /tmp/evaluation-result-1071842-1215169940/solver-1071842-1215169940 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1071842-1215169940.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.64 1.69 1.74 4/83 5482
/proc/meminfo: memFree=1590672/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=18572 CPUtime=0
/proc/5482/stat : 5482 (runsolver) R 5480 5482 5298 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1995965295 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5482/statm: 4643 292 257 25 0 2626 0

[startup+0.0468279 s]
/proc/loadavg: 1.64 1.69 1.74 4/83 5482
/proc/meminfo: memFree=1590672/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=0.02
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 837 0 0 0 2 0 0 0 18 0 1 0 1995965295 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5482/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101734 s]
/proc/loadavg: 1.64 1.69 1.74 4/83 5482
/proc/meminfo: memFree=1590672/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=0.02
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 900 127 0 0 2 0 0 0 19 0 1 0 1995965295 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5482/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301768 s]
/proc/loadavg: 1.64 1.69 1.74 4/83 5482
/proc/meminfo: memFree=1590672/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=0.02
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 900 127 0 0 2 0 0 0 19 0 1 0 1995965295 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5482/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701838 s]
/proc/loadavg: 1.64 1.69 1.74 4/83 5482
/proc/meminfo: memFree=1590672/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=0.36
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 973 5336 0 1 2 0 31 3 16 0 1 0 1995965295 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5482/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+1.50297 s]
/proc/loadavg: 1.64 1.69 1.74 3/94 5504
/proc/meminfo: memFree=1578360/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=0.36
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 973 5336 0 1 2 0 31 3 15 0 1 0 1995965295 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5482/statm: 3400 797 370 3 0 500 0
[pid=5495] ppid=5482 vsize=5356 CPUtime=0
/proc/5495/stat : 5495 (sh) S 5482 5482 5298 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995965336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5495/statm: 1339 233 193 169 0 50 0
[pid=5496] ppid=5495 vsize=868524 CPUtime=1.07
/proc/5496/stat : 5496 (java) S 5495 5482 5298 0 -1 0 9494 0 1 0 102 5 0 0 18 0 9 0 1995965336 889368576 8738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5496/statm: 217131 8738 2540 9 0 211706 0
[pid=5496/tid=5497] ppid=5495 vsize=868524 CPUtime=0.62
/proc/5496/task/5497/stat : 5497 (java) R 5495 5482 5298 0 -1 64 2663 0 1 0 59 3 0 0 22 0 9 0 1995965337 889368576 8738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5498] ppid=5495 vsize=868524 CPUtime=0.25
/proc/5496/task/5498/stat : 5498 (java) R 5495 5482 5298 0 -1 64 4695 0 0 0 24 1 0 0 16 0 9 0 1995965338 889368576 8738 996147200 134512640 134550740 4294955952 18446744073709551615 102721847 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5499] ppid=5495 vsize=868524 CPUtime=0
/proc/5496/task/5499/stat : 5499 (java) S 5495 5482 5298 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995965338 889368576 8738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5500] ppid=5495 vsize=868524 CPUtime=0
/proc/5496/task/5500/stat : 5500 (java) S 5495 5482 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995965338 889368576 8738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5501] ppid=5495 vsize=868524 CPUtime=0
/proc/5496/task/5501/stat : 5501 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995965340 889368576 8738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5502] ppid=5495 vsize=868524 CPUtime=0.17
/proc/5496/task/5502/stat : 5502 (java) S 5495 5482 5298 0 -1 64 1442 0 0 0 17 0 0 0 16 0 9 0 1995965340 889368576 8738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5503] ppid=5495 vsize=868524 CPUtime=0
/proc/5496/task/5503/stat : 5503 (java) S 5495 5482 5298 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995965340 889368576 8738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5504] ppid=5495 vsize=868524 CPUtime=0
/proc/5496/task/5504/stat : 5504 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995965340 889368576 8738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887480

[startup+3.10125 s]
/proc/loadavg: 1.67 1.69 1.74 3/94 5504
/proc/meminfo: memFree=1560184/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=0.38
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 974 5336 0 1 3 1 31 3 15 0 1 0 1995965295 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5482/statm: 3400 797 370 3 0 500 0
[pid=5495] ppid=5482 vsize=5356 CPUtime=0
/proc/5495/stat : 5495 (sh) S 5482 5482 5298 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995965336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5495/statm: 1339 233 193 169 0 50 0
[pid=5496] ppid=5495 vsize=868512 CPUtime=2.66
/proc/5496/stat : 5496 (java) S 5495 5482 5298 0 -1 0 10857 0 1 0 258 8 0 0 18 0 9 0 1995965336 889356288 9969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5496/statm: 217128 9969 2565 9 0 211675 0
[pid=5496/tid=5497] ppid=5495 vsize=868512 CPUtime=1.89
/proc/5496/task/5497/stat : 5497 (java) R 5495 5482 5298 0 -1 64 2928 0 1 0 185 4 0 0 25 0 9 0 1995965337 889356288 9969 996147200 134512640 134550740 4294955952 18446744073709551615 4126934407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5498] ppid=5495 vsize=868512 CPUtime=0.52
/proc/5496/task/5498/stat : 5498 (java) S 5495 5482 5298 0 -1 64 5765 0 0 0 50 2 0 0 16 0 9 0 1995965338 889356288 9969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5499] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5499/stat : 5499 (java) S 5495 5482 5298 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995965338 889356288 9969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5500] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5500/stat : 5500 (java) S 5495 5482 5298 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995965338 889356288 9969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5501] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5501/stat : 5501 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995965340 889356288 9969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5502] ppid=5495 vsize=868512 CPUtime=0.22
/proc/5496/task/5502/stat : 5502 (java) S 5495 5482 5298 0 -1 64 1470 0 0 0 22 0 0 0 16 0 9 0 1995965340 889356288 9969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5503] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5503/stat : 5503 (java) S 5495 5482 5298 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995965340 889356288 9969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5504] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5504/stat : 5504 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995965340 889356288 9969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887468

[startup+6.30281 s]
/proc/loadavg: 1.67 1.69 1.74 3/94 5504
/proc/meminfo: memFree=1548856/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=0.38
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 974 5336 0 1 3 1 31 3 16 0 1 0 1995965295 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5482/statm: 3400 797 370 3 0 500 0
[pid=5495] ppid=5482 vsize=5356 CPUtime=0
/proc/5495/stat : 5495 (sh) S 5482 5482 5298 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995965336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5495/statm: 1339 233 193 169 0 50 0
[pid=5496] ppid=5495 vsize=868512 CPUtime=5.87
/proc/5496/stat : 5496 (java) S 5495 5482 5298 0 -1 0 12402 0 1 0 574 13 0 0 18 0 9 0 1995965336 889356288 11389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5496/statm: 217128 11389 2565 9 0 211675 0
[pid=5496/tid=5497] ppid=5495 vsize=868512 CPUtime=4.89
/proc/5496/task/5497/stat : 5497 (java) R 5495 5482 5298 0 -1 64 3028 0 1 0 483 6 0 0 25 0 9 0 1995965337 889356288 11389 996147200 134512640 134550740 4294955952 18446744073709551615 4126934426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5498] ppid=5495 vsize=868512 CPUtime=0.7
/proc/5496/task/5498/stat : 5498 (java) S 5495 5482 5298 0 -1 64 7201 0 0 0 66 4 0 0 16 0 9 0 1995965338 889356288 11389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5499] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5499/stat : 5499 (java) S 5495 5482 5298 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995965338 889356288 11389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5500] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5500/stat : 5500 (java) S 5495 5482 5298 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995965338 889356288 11389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5501] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5501/stat : 5501 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995965340 889356288 11389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5502] ppid=5495 vsize=868512 CPUtime=0.23
/proc/5496/task/5502/stat : 5502 (java) S 5495 5482 5298 0 -1 64 1479 0 0 0 23 0 0 0 16 0 9 0 1995965340 889356288 11389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5503] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5503/stat : 5503 (java) S 5495 5482 5298 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995965340 889356288 11389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5504] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5504/stat : 5504 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995965340 889356288 11389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 887468

[startup+12.7019 s]
/proc/loadavg: 1.72 1.70 1.74 3/94 5504
/proc/meminfo: memFree=1548600/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=0.38
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 974 5336 0 1 3 1 31 3 16 0 1 0 1995965295 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5482/statm: 3400 797 370 3 0 500 0
[pid=5495] ppid=5482 vsize=5356 CPUtime=0
/proc/5495/stat : 5495 (sh) S 5482 5482 5298 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995965336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5495/statm: 1339 233 193 169 0 50 0
[pid=5496] ppid=5495 vsize=868512 CPUtime=12.24
/proc/5496/stat : 5496 (java) S 5495 5482 5298 0 -1 0 12460 0 1 0 1211 13 0 0 18 0 9 0 1995965336 889356288 11400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5496/statm: 217128 11400 2565 9 0 211675 0
[pid=5496/tid=5497] ppid=5495 vsize=868512 CPUtime=11.22
/proc/5496/task/5497/stat : 5497 (java) R 5495 5482 5298 0 -1 64 3075 0 1 0 1115 7 0 0 25 0 9 0 1995965337 889356288 11400 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5496/tid=5498] ppid=5495 vsize=868512 CPUtime=0.75
/proc/5496/task/5498/stat : 5498 (java) S 5495 5482 5298 0 -1 64 7212 0 0 0 71 4 0 0 16 0 9 0 1995965338 889356288 11400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5496/tid=5499] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5499/stat : 5499 (java) S 5495 5482 5298 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995965338 889356288 11400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5500] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5500/stat : 5500 (java) S 5495 5482 5298 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995965338 889356288 11400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5501] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5501/stat : 5501 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995965340 889356288 11400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5502] ppid=5495 vsize=868512 CPUtime=0.23
/proc/5496/task/5502/stat : 5502 (java) S 5495 5482 5298 0 -1 64 1479 0 0 0 23 0 0 0 16 0 9 0 1995965340 889356288 11400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5503] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5503/stat : 5503 (java) S 5495 5482 5298 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995965340 889356288 11400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5504] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5504/stat : 5504 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995965340 889356288 11400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 887468

[startup+25.5022 s]
/proc/loadavg: 1.76 1.71 1.75 3/94 5504
/proc/meminfo: memFree=1542072/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=0.38
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 974 5336 0 1 3 1 31 3 16 0 1 0 1995965295 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5482/statm: 3400 797 370 3 0 500 0
[pid=5495] ppid=5482 vsize=5356 CPUtime=0
/proc/5495/stat : 5495 (sh) S 5482 5482 5298 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995965336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5495/statm: 1339 233 193 169 0 50 0
[pid=5496] ppid=5495 vsize=868512 CPUtime=24.91
/proc/5496/stat : 5496 (java) S 5495 5482 5298 0 -1 0 13332 0 1 0 2474 17 0 0 18 0 9 0 1995965336 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5496/statm: 217128 12086 2565 9 0 211675 0
[pid=5496/tid=5497] ppid=5495 vsize=868512 CPUtime=23.64
/proc/5496/task/5497/stat : 5497 (java) R 5495 5482 5298 0 -1 64 3261 0 1 0 2354 10 0 0 25 0 9 0 1995965337 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5496/tid=5498] ppid=5495 vsize=868512 CPUtime=1.02
/proc/5496/task/5498/stat : 5498 (java) S 5495 5482 5298 0 -1 64 7896 0 0 0 96 6 0 0 16 0 9 0 1995965338 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5496/tid=5499] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5499/stat : 5499 (java) S 5495 5482 5298 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995965338 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5496/tid=5500] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5500/stat : 5500 (java) S 5495 5482 5298 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995965338 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5501] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5501/stat : 5501 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995965340 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5502] ppid=5495 vsize=868512 CPUtime=0.24
/proc/5496/task/5502/stat : 5502 (java) S 5495 5482 5298 0 -1 64 1481 0 0 0 24 0 0 0 16 0 9 0 1995965340 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5496/tid=5503] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5503/stat : 5503 (java) S 5495 5482 5298 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995965340 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5504] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5504/stat : 5504 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995965340 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 887468

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

[startup+31.9073 s]
/proc/loadavg: 1.80 1.72 1.75 3/94 5504
/proc/meminfo: memFree=1542072/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=0.38
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 974 5336 0 1 3 1 31 3 16 0 1 0 1995965295 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5482/statm: 3400 797 370 3 0 500 0
[pid=5495] ppid=5482 vsize=5356 CPUtime=0
/proc/5495/stat : 5495 (sh) S 5482 5482 5298 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995965336 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5495/statm: 1339 233 193 169 0 50 0
[pid=5496] ppid=5495 vsize=868512 CPUtime=31.26
/proc/5496/stat : 5496 (java) S 5495 5482 5298 0 -1 0 13410 0 1 0 3108 18 0 0 18 0 9 0 1995965336 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5496/statm: 217128 12086 2565 9 0 211675 0
[pid=5496/tid=5497] ppid=5495 vsize=868512 CPUtime=29.89
/proc/5496/task/5497/stat : 5497 (java) R 5495 5482 5298 0 -1 64 3339 0 1 0 2979 10 0 0 25 0 9 0 1995965337 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4126634639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5496/tid=5498] ppid=5495 vsize=868512 CPUtime=1.09
/proc/5496/task/5498/stat : 5498 (java) S 5495 5482 5298 0 -1 64 7896 0 0 0 103 6 0 0 16 0 9 0 1995965338 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5496/tid=5499] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5499/stat : 5499 (java) S 5495 5482 5298 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995965338 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5496/tid=5500] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5500/stat : 5500 (java) S 5495 5482 5298 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995965338 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5501] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5501/stat : 5501 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995965340 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5502] ppid=5495 vsize=868512 CPUtime=0.24
/proc/5496/task/5502/stat : 5502 (java) S 5495 5482 5298 0 -1 64 1481 0 0 0 24 0 0 0 16 0 9 0 1995965340 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5496/tid=5503] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5503/stat : 5503 (java) S 5495 5482 5298 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995965340 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5496/tid=5504] ppid=5495 vsize=868512 CPUtime=0
/proc/5496/task/5504/stat : 5504 (java) S 5495 5482 5298 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995965340 889356288 12086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.64
Current children cumulated vsize (KiB) 887468

[startup+35.1019 s]
/proc/loadavg: 1.80 1.72 1.75 3/86 5506
/proc/meminfo: memFree=1557432/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=34.41
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 1032 19127 0 2 3 1 3412 25 16 0 1 0 1995965295 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5482/statm: 3400 798 370 3 0 500 0
[pid=5505] ppid=5482 vsize=5356 CPUtime=0
/proc/5505/stat : 5505 (sh) S 5482 5482 5298 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995968765 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5505/statm: 1339 232 193 169 0 50 0
[pid=5506] ppid=5505 vsize=19960 CPUtime=0.38
/proc/5506/stat : 5506 (minisat) R 5505 5482 5298 0 -1 4194304 4844 0 0 0 36 2 0 0 20 0 1 0 1995968766 20439040 4830 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 1 0 0
/proc/5506/statm: 4990 4830 76 150 0 4837 0
Current children cumulated CPU time (s) 34.79
Current children cumulated vsize (KiB) 38916

[startup+35.902 s]
/proc/loadavg: 1.80 1.72 1.75 3/86 5506
/proc/meminfo: memFree=1557432/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=34.41
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 1032 19127 0 2 3 1 3412 25 15 0 1 0 1995965295 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5482/statm: 3400 798 370 3 0 500 0
[pid=5505] ppid=5482 vsize=5356 CPUtime=0
/proc/5505/stat : 5505 (sh) S 5482 5482 5298 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995968765 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5505/statm: 1339 232 193 169 0 50 0
[pid=5506] ppid=5505 vsize=21488 CPUtime=1.18
/proc/5506/stat : 5506 (minisat) R 5505 5482 5298 0 -1 4194304 5196 0 0 0 115 3 0 0 25 0 1 0 1995968766 22003712 5182 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/5506/statm: 5372 5182 76 150 0 5219 0
Current children cumulated CPU time (s) 35.59
Current children cumulated vsize (KiB) 40444

[startup+36.3061 s]
/proc/loadavg: 1.80 1.72 1.75 3/86 5506
/proc/meminfo: memFree=1555704/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=34.41
/proc/5482/stat : 5482 (sugar) S 5480 5482 5298 0 -1 4194304 1032 19127 0 2 3 1 3412 25 15 0 1 0 1995965295 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5482/statm: 3400 798 370 3 0 500 0
[pid=5505] ppid=5482 vsize=5356 CPUtime=0
/proc/5505/stat : 5505 (sh) S 5482 5482 5298 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995968765 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5505/statm: 1339 232 193 169 0 50 0
[pid=5506] ppid=5505 vsize=21764 CPUtime=1.58
/proc/5506/stat : 5506 (minisat) R 5505 5482 5298 0 -1 4194304 5277 0 0 0 155 3 0 0 25 0 1 0 1995968766 22286336 5263 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/5506/statm: 5441 5263 76 150 0 5288 0
Current children cumulated CPU time (s) 35.99
Current children cumulated vsize (KiB) 40720

[startup+36.5011 s]
/proc/loadavg: 1.80 1.72 1.75 3/86 5506
/proc/meminfo: memFree=1555704/2055920 swapFree=4180700/4192956
[pid=5482] ppid=5480 vsize=13600 CPUtime=36.15
/proc/5482/stat : 5482 (sugar) R 5480 5482 5298 0 -1 4194304 1116 28409 0 3 3 1 3580 31 15 0 1 0 1995965295 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5482/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 36.15
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 36.509
CPU time (s): 36.1775
CPU user time (s): 35.8416
CPU system time (s): 0.335948
CPU usage (%): 99.0921
Max. virtual memory (cumulated for all children) (KiB): 887688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.8416
system time used= 0.335948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29555
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= 6649
involuntary context switches= 7039

runsolver used 0.052991 second user time and 0.124981 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-04 13:12:20
IDJOB=1071842
IDBENCH=56145
IDSOLVER=346
FILE ID=node61/1071842-1215169940
PBS_JOBID= 7881523
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle13.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071842-1215169940/watcher-1071842-1215169940 -o /tmp/evaluation-result-1071842-1215169940/solver-1071842-1215169940 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1071842-1215169940.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= beb45b78395f6159303d082b4358ee4d
RANDOM SEED=877190285

node61.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.269
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.269
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:       1591152 kB
Buffers:         21944 kB
Cached:         169816 kB
SwapCached:       6188 kB
Active:         314364 kB
Inactive:        97880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591152 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:         231912 kB
Slab:            37476 kB
Committed_AS:  4594736 kB
PageTables:       2156 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node61 at 2008-07-04 13:12:56