Trace number 1066595

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+picosatUNSAT 78.1271 83.6246

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg13-16_ext.xml
MD5SUMe5944fe7c1fd6c3c32381a9f4eaddce5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.033994
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:17:33 2008
0.00/0.04	c 0	PID 5369
0.00/0.05	c 0	HOST node28.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066595-1215148653.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066595-1215148653.xml' 'HOME/temp.csp'
0.04/0.40	c 1	1 domains, 208 variables, 0 predicates, 2 relations, 29 constraints
0.04/0.43	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.43	c 1	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.41/0.51	c 1	Parsing HOME/temp.csp
0.41/0.64	c 1	parsed 240 expressions
0.41/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.65	c 1	Converting to clausal form CSP
0.41/0.67	c 1	converted 24 (10%) expressions
0.41/0.67	c 1	converted 48 (20%) expressions
0.41/0.67	c 1	converted 72 (30%) expressions
0.41/0.67	c 1	converted 96 (40%) expressions
0.41/0.67	c 1	converted 120 (50%) expressions
0.41/0.67	c 1	converted 144 (60%) expressions
0.41/0.67	c 1	converted 168 (70%) expressions
0.41/0.67	c 1	converted 192 (80%) expressions
0.41/0.83	c 1	converted 216 (90%) expressions
1.05/1.18	c 2	converted 240 (100%) expressions
1.05/1.18	c 2	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
1.05/1.18	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.18	c 2	Propagation in CSP
1.05/1.18	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.18	c 2	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
1.05/1.18	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.18	c 2	Simplifing CSP by introducing new Boolean variables
1.05/1.18	c 2	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
1.05/1.18	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.15/1.29	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.31	c 2	21 (10%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.24/1.32	c 2	42 (20%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
1.24/1.32	c 2	63 (30%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
1.24/1.32	c 2	84 (40%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
1.24/1.32	c 2	104 (50%) CSP integer variables are encoded (2496 clauses, 30385 bytes)
1.24/1.32	c 2	125 (60%) CSP integer variables are encoded (3000 clauses, 36937 bytes)
1.24/1.32	c 2	146 (70%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
1.24/1.32	c 2	167 (80%) CSP integer variables are encoded (4008 clauses, 50041 bytes)
1.24/1.32	c 2	188 (90%) CSP integer variables are encoded (4512 clauses, 56593 bytes)
1.24/1.32	c 2	208 (100%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
9.55/9.84	c 10	3 (10%) CSP clauses are encoded (77343 clauses, 6002472 bytes)
17.85/18.63	c 19	6 (20%) CSP clauses are encoded (149694 clauses, 12056674 bytes)
26.49/27.81	c 28	9 (30%) CSP clauses are encoded (222045 clauses, 18202813 bytes)
34.73/36.80	c 37	12 (40%) CSP clauses are encoded (294396 clauses, 24440110 bytes)
43.16/46.63	c 47	15 (50%) CSP clauses are encoded (366747 clauses, 30677407 bytes)
46.57/49.64	c 50	18 (60%) CSP clauses are encoded (397842 clauses, 33300265 bytes)
47.06/50.14	c 51	21 (70%) CSP clauses are encoded (408309 clauses, 34298928 bytes)
47.56/50.64	c 51	24 (80%) CSP clauses are encoded (418776 clauses, 35343807 bytes)
48.06/51.14	c 52	27 (90%) CSP clauses are encoded (429243 clauses, 36388686 bytes)
48.78/54.19	c 55	29 (100%) CSP clauses are encoded (436221 clauses, 37085272 bytes)
48.78/54.19	c 55	29 CSP clauses encoded
48.78/54.19	c 55	Writing map file : HOME/temp.map
48.78/54.19	c 55	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.78/54.19	c 55	SAT : 5200 SAT variables, 436221 SAT clauses, 37085272 bytes
48.78/54.19	c 55	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.87/54.21	c 55	SOLVING HOME/temp.cnf
48.87/54.21	c 55	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
77.91/83.44	c 84	DECODING HOME/temp.out WITH HOME/temp.map
77.91/83.44	c 84	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
77.96/83.52	c 84	Decoding HOME/temp.out
77.96/83.56	s UNSATISFIABLE
77.96/83.57	c 84	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
77.96/83.60	c 84	CPU 67.98 (0.03 0.01 67.95 10.09)
77.96/83.61	c 84	END Fri Jul  4 07:18:57 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1066595-1215148653/watcher-1066595-1215148653 -o /tmp/evaluation-result-1066595-1215148653/solver-1066595-1215148653 -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/picosat -tmp=HOME/temp HOME/instance-1066595-1215148653.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: 2.00 1.99 2.00 4/81 5369
/proc/meminfo: memFree=1866832/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=18572 CPUtime=0
/proc/5369/stat : 5369 (runsolver) R 5367 5369 4288 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 142250662 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5369/statm: 4643 292 257 25 0 2626 0

[startup+0.09944 s]
/proc/loadavg: 2.00 1.99 2.00 4/81 5369
/proc/meminfo: memFree=1866832/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=0.04
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 142250662 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101439 s]
/proc/loadavg: 2.00 1.99 2.00 4/81 5369
/proc/meminfo: memFree=1866832/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=0.04
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 142250662 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301462 s]
/proc/loadavg: 2.00 1.99 2.00 4/81 5369
/proc/meminfo: memFree=1866832/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=0.04
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 142250662 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701514 s]
/proc/loadavg: 2.00 1.99 2.00 4/81 5369
/proc/meminfo: memFree=1866832/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=0.41
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 973 4421 0 1 3 1 34 3 15 0 1 0 142250662 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50261 s]
/proc/loadavg: 2.00 1.99 2.00 4/92 5391
/proc/meminfo: memFree=1845496/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=0.41
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 974 4421 0 1 3 1 34 3 15 0 1 0 142250662 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 797 370 3 0 500 0
[pid=5382] ppid=5369 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5369 5369 4288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142250705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 233 193 169 0 50 0
[pid=5383] ppid=5382 vsize=864288 CPUtime=1.04
/proc/5383/stat : 5383 (java) S 5382 5369 4288 0 -1 0 10266 0 1 0 98 6 0 0 18 0 9 0 142250706 885030912 9507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5383/statm: 216072 9507 2564 9 0 210619 0
[pid=5383/tid=5384] ppid=5382 vsize=864288 CPUtime=0.48
/proc/5383/task/5384/stat : 5384 (java) R 5382 5369 4288 0 -1 64 2916 0 1 0 47 1 0 0 23 0 9 0 142250706 885030912 9507 996147200 134512640 134550740 4294955952 18446744073709551615 4126550981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5385] ppid=5382 vsize=864288 CPUtime=0.43
/proc/5383/task/5385/stat : 5385 (java) S 5382 5369 4288 0 -1 64 6306 0 0 0 40 3 0 0 16 0 9 0 142250708 885030912 9507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5386] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5386/stat : 5386 (java) S 5382 5369 4288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142250708 885030912 9507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5387] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5387/stat : 5387 (java) S 5382 5369 4288 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 142250708 885030912 9507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5388] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5388/stat : 5388 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 142250710 885030912 9507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5389] ppid=5382 vsize=864288 CPUtime=0.1
/proc/5383/task/5389/stat : 5389 (java) S 5382 5369 4288 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 142250710 885030912 9507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5390] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5390/stat : 5390 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 142250710 885030912 9507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5391] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5391/stat : 5391 (java) S 5382 5369 4288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 142250710 885030912 9507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883244

[startup+3.1028 s]
/proc/loadavg: 2.00 1.99 2.00 3/92 5391
/proc/meminfo: memFree=1835576/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=0.41
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 974 4421 0 1 3 1 34 3 15 0 1 0 142250662 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 797 370 3 0 500 0
[pid=5382] ppid=5369 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5369 5369 4288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142250705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 233 193 169 0 50 0
[pid=5383] ppid=5382 vsize=864288 CPUtime=2.61
/proc/5383/stat : 5383 (java) S 5382 5369 4288 0 -1 0 10968 0 1 0 255 6 0 0 18 0 9 0 142250706 885030912 10177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5383/statm: 216072 10177 2564 9 0 210619 0
[pid=5383/tid=5384] ppid=5382 vsize=864288 CPUtime=2.02
/proc/5383/task/5384/stat : 5384 (java) R 5382 5369 4288 0 -1 64 2948 0 1 0 201 1 0 0 25 0 9 0 142250706 885030912 10177 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5385] ppid=5382 vsize=864288 CPUtime=0.47
/proc/5383/task/5385/stat : 5385 (java) S 5382 5369 4288 0 -1 64 6976 0 0 0 43 4 0 0 16 0 9 0 142250708 885030912 10177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5386] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5386/stat : 5386 (java) S 5382 5369 4288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142250708 885030912 10177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5387] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5387/stat : 5387 (java) S 5382 5369 4288 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 142250708 885030912 10177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5388] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5388/stat : 5388 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 142250710 885030912 10177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5389] ppid=5382 vsize=864288 CPUtime=0.1
/proc/5383/task/5389/stat : 5389 (java) S 5382 5369 4288 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 142250710 885030912 10177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5390] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5390/stat : 5390 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 142250710 885030912 10177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5391] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5391/stat : 5391 (java) S 5382 5369 4288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 142250710 885030912 10177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883244

[startup+6.30311 s]
/proc/loadavg: 2.00 1.99 2.00 3/92 5391
/proc/meminfo: memFree=1828856/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=0.41
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 974 4421 0 1 3 1 34 3 15 0 1 0 142250662 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 797 370 3 0 500 0
[pid=5382] ppid=5369 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5369 5369 4288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142250705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 233 193 169 0 50 0
[pid=5383] ppid=5382 vsize=864288 CPUtime=5.79
/proc/5383/stat : 5383 (java) S 5382 5369 4288 0 -1 0 12165 0 1 0 570 9 0 0 18 0 9 0 142250706 885030912 11289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5383/statm: 216072 11289 2564 9 0 210619 0
[pid=5383/tid=5384] ppid=5382 vsize=864288 CPUtime=5.09
/proc/5383/task/5384/stat : 5384 (java) R 5382 5369 4288 0 -1 64 3033 0 1 0 507 2 0 0 25 0 9 0 142250706 885030912 11289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5385] ppid=5382 vsize=864288 CPUtime=0.56
/proc/5383/task/5385/stat : 5385 (java) S 5382 5369 4288 0 -1 64 8085 0 0 0 51 5 0 0 15 0 9 0 142250708 885030912 11289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5386] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5386/stat : 5386 (java) S 5382 5369 4288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142250708 885030912 11289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5387] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5387/stat : 5387 (java) S 5382 5369 4288 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 142250708 885030912 11289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5388] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5388/stat : 5388 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 142250710 885030912 11289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5389] ppid=5382 vsize=864288 CPUtime=0.11
/proc/5383/task/5389/stat : 5389 (java) S 5382 5369 4288 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 142250710 885030912 11289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5390] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5390/stat : 5390 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 142250710 885030912 11289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5391] ppid=5382 vsize=864288 CPUtime=0
/proc/5383/task/5391/stat : 5391 (java) S 5382 5369 4288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 142250710 885030912 11289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883244

[startup+12.703 s]
/proc/loadavg: 2.08 2.01 2.01 3/92 5391
/proc/meminfo: memFree=1817272/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=0.41
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 974 4421 0 1 3 1 34 3 16 0 1 0 142250662 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5369/statm: 3400 797 370 3 0 500 0
[pid=5382] ppid=5369 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5369 5369 4288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142250705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 233 193 169 0 50 0
[pid=5383] ppid=5382 vsize=864376 CPUtime=12.04
/proc/5383/stat : 5383 (java) S 5382 5369 4288 0 -1 0 15031 0 1 0 1189 15 0 0 18 0 9 0 142250706 885121024 12742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5383/statm: 216094 12742 2564 9 0 210641 0
[pid=5383/tid=5384] ppid=5382 vsize=864376 CPUtime=11.04
/proc/5383/task/5384/stat : 5384 (java) R 5382 5369 4288 0 -1 64 3229 0 1 0 1098 6 0 0 25 0 9 0 142250706 885121024 12742 996147200 134512640 134550740 4294955952 18446744073709551615 4126591714 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5385] ppid=5382 vsize=864376 CPUtime=0.85
/proc/5383/task/5385/stat : 5385 (java) S 5382 5369 4288 0 -1 64 10751 0 0 0 78 7 0 0 16 0 9 0 142250708 885121024 12742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5386] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5386/stat : 5386 (java) S 5382 5369 4288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142250708 885121024 12742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5387] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5387/stat : 5387 (java) S 5382 5369 4288 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 142250708 885121024 12742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5388] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5388/stat : 5388 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 142250710 885121024 12742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5389] ppid=5382 vsize=864376 CPUtime=0.12
/proc/5383/task/5389/stat : 5389 (java) S 5382 5369 4288 0 -1 64 359 0 0 0 12 0 0 0 16 0 9 0 142250710 885121024 12742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5390] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5390/stat : 5390 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 142250710 885121024 12742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5391] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5391/stat : 5391 (java) S 5382 5369 4288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 142250710 885121024 12742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 883332

[startup+25.5066 s]
/proc/loadavg: 2.29 2.06 2.02 3/92 5391
/proc/meminfo: memFree=1805112/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=0.41
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 974 4421 0 1 3 1 34 3 16 0 1 0 142250662 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 797 370 3 0 500 0
[pid=5382] ppid=5369 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5369 5369 4288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142250705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 233 193 169 0 50 0
[pid=5383] ppid=5382 vsize=864376 CPUtime=24.26
/proc/5383/stat : 5383 (java) S 5382 5369 4288 0 -1 0 17087 0 1 0 2391 35 0 0 18 0 9 0 142250706 885121024 13301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5383/statm: 216094 13301 2564 9 0 210641 0
[pid=5383/tid=5384] ppid=5382 vsize=864376 CPUtime=22.72
/proc/5383/task/5384/stat : 5384 (java) R 5382 5369 4288 0 -1 64 3518 0 1 0 2257 15 0 0 25 0 9 0 142250706 885121024 13301 996147200 134512640 134550740 4294955952 18446744073709551615 4126551552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5385] ppid=5382 vsize=864376 CPUtime=1.3
/proc/5383/task/5385/stat : 5385 (java) S 5382 5369 4288 0 -1 64 12517 0 0 0 118 12 0 0 16 0 9 0 142250708 885121024 13301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5386] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5386/stat : 5386 (java) S 5382 5369 4288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142250708 885121024 13301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5387] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5387/stat : 5387 (java) S 5382 5369 4288 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 142250708 885121024 13301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/5383/task/5389/stat : 5389 (java) S 5382 5369 4288 0 -1 64 360 0 0 0 12 0 0 0 17 0 9 0 142250710 885121024 13301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5390] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5390/stat : 5390 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 142250710 885121024 13301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5391] ppid=5382 vsize=864376 CPUtime=0.09
/proc/5383/task/5391/stat : 5391 (java) S 5382 5369 4288 0 -1 64 0 0 0 0 3 6 0 0 15 0 9 0 142250710 885121024 13301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 883332

[startup+51.1025 s]
/proc/loadavg: 2.18 2.05 2.02 3/83 5448
/proc/meminfo: memFree=1779136/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=0.41
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 974 4421 0 1 3 1 34 3 15 0 1 0 142250662 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5369/statm: 3400 797 370 3 0 500 0
[pid=5382] ppid=5369 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5369 5369 4288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142250705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 233 193 169 0 50 0
[pid=5383] ppid=5382 vsize=864376 CPUtime=47.65
/proc/5383/stat : 5383 (java) S 5382 5369 4288 0 -1 0 20862 0 1 0 4682 83 0 0 18 0 9 0 142250706 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5383/statm: 216094 14025 2564 9 0 210641 0
[pid=5383/tid=5384] ppid=5382 vsize=864376 CPUtime=44.74
/proc/5383/task/5384/stat : 5384 (java) R 5382 5369 4288 0 -1 64 4133 0 1 0 4438 36 0 0 25 0 9 0 142250706 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4126619176 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5385] ppid=5382 vsize=864376 CPUtime=2.41
/proc/5383/task/5385/stat : 5385 (java) S 5382 5369 4288 0 -1 64 15677 0 0 0 219 22 0 0 16 0 9 0 142250708 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5386] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5386/stat : 5386 (java) S 5382 5369 4288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142250708 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5387] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5387/stat : 5387 (java) S 5382 5369 4288 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 142250708 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5388] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5388/stat : 5388 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 142250710 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5389] ppid=5382 vsize=864376 CPUtime=0.12
/proc/5383/task/5389/stat : 5389 (java) S 5382 5369 4288 0 -1 64 360 0 0 0 12 0 0 0 17 0 9 0 142250710 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5390] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5390/stat : 5390 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 142250710 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5391] ppid=5382 vsize=864376 CPUtime=0.34
/proc/5383/task/5391/stat : 5391 (java) S 5382 5369 4288 0 -1 64 0 0 0 0 11 23 0 0 15 0 9 0 142250710 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.06
Current children cumulated vsize (KiB) 883332

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

[startup+52.8016 s]
/proc/loadavg: 2.18 2.05 2.02 4/83 5448
/proc/meminfo: memFree=1769600/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=0.41
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 974 4421 0 1 3 1 34 3 15 0 1 0 142250662 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5369/statm: 3400 797 370 3 0 500 0
[pid=5382] ppid=5369 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5369 5369 4288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142250705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 233 193 169 0 50 0
[pid=5383] ppid=5382 vsize=864376 CPUtime=47.92
/proc/5383/stat : 5383 (java) S 5382 5369 4288 0 -1 0 20873 0 1 0 4701 91 0 0 18 0 9 0 142250706 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5383/statm: 216094 14025 2564 9 0 210641 0
[pid=5383/tid=5384] ppid=5382 vsize=864376 CPUtime=44.91
/proc/5383/task/5384/stat : 5384 (java) R 5382 5369 4288 0 -1 64 4144 0 1 0 4454 37 0 0 24 0 9 0 142250706 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5385] ppid=5382 vsize=864376 CPUtime=2.42
/proc/5383/task/5385/stat : 5385 (java) S 5382 5369 4288 0 -1 64 15677 0 0 0 220 22 0 0 16 0 9 0 142250708 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5386] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5386/stat : 5386 (java) S 5382 5369 4288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142250708 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5387] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5387/stat : 5387 (java) S 5382 5369 4288 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 142250708 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5383/tid=5388] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5388/stat : 5388 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 142250710 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5389] ppid=5382 vsize=864376 CPUtime=0.12
/proc/5383/task/5389/stat : 5389 (java) S 5382 5369 4288 0 -1 64 360 0 0 0 12 0 0 0 17 0 9 0 142250710 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5390] ppid=5382 vsize=864376 CPUtime=0
/proc/5383/task/5390/stat : 5390 (java) S 5382 5369 4288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 142250710 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5383/tid=5391] ppid=5382 vsize=864376 CPUtime=0.43
/proc/5383/task/5391/stat : 5391 (java) S 5382 5369 4288 0 -1 64 0 0 0 0 13 30 0 0 15 0 9 0 142250710 885121024 14025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.33
Current children cumulated vsize (KiB) 883332

[startup+65.6012 s]
/proc/loadavg: 2.15 2.05 2.02 3/76 5451
/proc/meminfo: memFree=1676152/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=48.9
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 1022 25609 0 2 3 1 4779 107 16 0 1 0 142250662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 799 370 3 0 500 0
[pid=5449] ppid=5369 vsize=5356 CPUtime=0
/proc/5449/stat : 5449 (sh) S 5369 5369 4288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142256083 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5449/statm: 1339 232 193 169 0 50 0
[pid=5450] ppid=5449 vsize=25672 CPUtime=11.22
/proc/5450/stat : 5450 (picosat) R 5449 5369 4288 0 -1 4194304 6075 0 0 0 540 582 0 0 25 0 1 0 142256083 26288128 6061 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5450/statm: 6418 6061 40 102 0 6313 0
Current children cumulated CPU time (s) 60.12
Current children cumulated vsize (KiB) 44628

[startup+72.002 s]
/proc/loadavg: 2.13 2.05 2.02 3/76 5451
/proc/meminfo: memFree=1662712/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=48.9
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 1022 25609 0 2 3 1 4779 107 16 0 1 0 142250662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 799 370 3 0 500 0
[pid=5449] ppid=5369 vsize=5356 CPUtime=0
/proc/5449/stat : 5449 (sh) S 5369 5369 4288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142256083 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5449/statm: 1339 232 193 169 0 50 0
[pid=5450] ppid=5449 vsize=37948 CPUtime=17.63
/proc/5450/stat : 5450 (picosat) R 5449 5369 4288 0 -1 4194304 9320 0 0 0 865 898 0 0 25 0 1 0 142256083 38858752 9306 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5450/statm: 9487 9306 42 102 0 9382 0
Current children cumulated CPU time (s) 66.53
Current children cumulated vsize (KiB) 56904

[startup+78.4017 s]
/proc/loadavg: 2.12 2.05 2.02 3/76 5451
/proc/meminfo: memFree=1662136/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=48.9
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 1022 25609 0 2 3 1 4779 107 16 0 1 0 142250662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 799 370 3 0 500 0
[pid=5449] ppid=5369 vsize=5356 CPUtime=0
/proc/5449/stat : 5449 (sh) S 5369 5369 4288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142256083 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5449/statm: 1339 232 193 169 0 50 0
[pid=5450] ppid=5449 vsize=38752 CPUtime=24.02
/proc/5450/stat : 5450 (picosat) R 5449 5369 4288 0 -1 4194304 9500 0 0 0 1504 898 0 0 25 0 1 0 142256083 39682048 9485 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5450/statm: 9688 9485 42 102 0 9583 0
Current children cumulated CPU time (s) 72.92
Current children cumulated vsize (KiB) 57708

[startup+81.6011 s]
/proc/loadavg: 2.11 2.04 2.01 3/76 5451
/proc/meminfo: memFree=1661816/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=48.9
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 1022 25609 0 2 3 1 4779 107 16 0 1 0 142250662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 799 370 3 0 500 0
[pid=5449] ppid=5369 vsize=5356 CPUtime=0
/proc/5449/stat : 5449 (sh) S 5369 5369 4288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142256083 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5449/statm: 1339 232 193 169 0 50 0
[pid=5450] ppid=5449 vsize=39016 CPUtime=27.22
/proc/5450/stat : 5450 (picosat) R 5449 5369 4288 0 -1 4194304 9597 0 0 0 1824 898 0 0 25 0 1 0 142256083 39952384 9582 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5450/statm: 9754 9582 42 102 0 9649 0
Current children cumulated CPU time (s) 76.12
Current children cumulated vsize (KiB) 57972

[startup+82.4012 s]
/proc/loadavg: 2.11 2.04 2.01 3/76 5451
/proc/meminfo: memFree=1661688/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=48.9
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 1022 25609 0 2 3 1 4779 107 16 0 1 0 142250662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 799 370 3 0 500 0
[pid=5449] ppid=5369 vsize=5356 CPUtime=0
/proc/5449/stat : 5449 (sh) S 5369 5369 4288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142256083 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5449/statm: 1339 232 193 169 0 50 0
[pid=5450] ppid=5449 vsize=39148 CPUtime=28.02
/proc/5450/stat : 5450 (picosat) R 5449 5369 4288 0 -1 4194304 9623 0 0 0 1904 898 0 0 25 0 1 0 142256083 40087552 9608 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/5450/statm: 9787 9608 42 102 0 9682 0
Current children cumulated CPU time (s) 76.92
Current children cumulated vsize (KiB) 58104

[startup+83.2013 s]
/proc/loadavg: 2.11 2.04 2.01 3/76 5451
/proc/meminfo: memFree=1661560/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=48.9
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 1022 25609 0 2 3 1 4779 107 16 0 1 0 142250662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5369/statm: 3400 799 370 3 0 500 0
[pid=5449] ppid=5369 vsize=5356 CPUtime=0
/proc/5449/stat : 5449 (sh) S 5369 5369 4288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142256083 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5449/statm: 1339 232 193 169 0 50 0
[pid=5450] ppid=5449 vsize=39280 CPUtime=28.81
/proc/5450/stat : 5450 (picosat) R 5449 5369 4288 0 -1 4194304 9647 0 0 0 1983 898 0 0 25 0 1 0 142256083 40222720 9632 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5450/statm: 9820 9632 42 102 0 9715 0
Current children cumulated CPU time (s) 77.71
Current children cumulated vsize (KiB) 58236

[startup+83.6014 s]
/proc/loadavg: 2.11 2.04 2.01 3/76 5451
/proc/meminfo: memFree=1661560/2055920 swapFree=4192812/4192956
[pid=5369] ppid=5367 vsize=13600 CPUtime=77.96
/proc/5369/stat : 5369 (sugar) S 5367 5369 4288 0 -1 4194304 1092 35548 0 2 3 1 6786 1006 16 0 1 0 142250662 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5369/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 77.96
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 83.6246
CPU time (s): 78.1271
CPU user time (s): 67.9957
CPU system time (s): 10.1315
CPU usage (%): 93.426
Max. virtual memory (cumulated for all children) (KiB): 885900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.9957
system time used= 10.1315
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40376
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= 10789
involuntary context switches= 10843

runsolver used 0.26096 second user time and 0.517921 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-04 07:17:33
IDJOB=1066595
IDBENCH=55132
IDSOLVER=345
FILE ID=node28/1066595-1215148653
PBS_JOBID= 7877412
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg13-16_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066595-1215148653/watcher-1066595-1215148653 -o /tmp/evaluation-result-1066595-1215148653/solver-1066595-1215148653 -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/picosat" -tmp="HOME/temp" HOME/instance-1066595-1215148653.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e5944fe7c1fd6c3c32381a9f4eaddce5
RANDOM SEED=1771258013

node28.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.231
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.231
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:       1867312 kB
Buffers:         12104 kB
Cached:          95744 kB
SwapCached:          0 kB
Active:         119672 kB
Inactive:        18468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:          50436 kB
Slab:            35524 kB
Committed_AS:   330316 kB
PageTables:       1900 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node28 at 2008-07-04 07:18:57