Trace number 1064861

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 109.246 110.5

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-elf-rf9.xml
MD5SUM6fea805b38dfb180ddb73a033dd0e468
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.6417
Satisfiable
(Un)Satisfiability was proved
Number of variables20445
Number of constraints58443
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension58443
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 06:06:05 2008
0.00/0.04	c 0	PID 26343
0.04/0.05	c 0	HOST node9.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1064861-1215144365.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064861-1215144365.xml' 'HOME/temp.csp'
3.64/3.77	c 4	2 domains, 20445 variables, 11 predicates, 0 relations, 58443 constraints
3.71/3.82	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.71/3.82	c 4	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'
3.73/3.91	c 4	Parsing HOME/temp.csp
3.73/4.22	c 5	parsed 10000 expressions
4.29/4.42	c 5	parsed 20000 expressions
4.48/4.66	c 5	parsed 30000 expressions
4.69/4.85	c 5	parsed 40000 expressions
4.98/5.14	c 6	parsed 50000 expressions
5.18/5.34	c 6	parsed 60000 expressions
5.57/5.74	c 6	parsed 70000 expressions
5.87/6.03	c 6	parsed 78901 expressions
5.87/6.04	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.87/6.04	c 6	Converting to clausal form CSP
5.97/6.10	c 7	converted 7891 (10%) expressions
5.97/6.12	c 7	converted 15781 (20%) expressions
6.17/6.37	c 7	converted 23671 (30%) expressions
6.36/6.54	c 7	converted 31561 (40%) expressions
6.75/6.94	c 7	converted 39451 (50%) expressions
6.96/7.10	c 8	converted 47341 (60%) expressions
7.05/7.27	c 8	converted 55231 (70%) expressions
7.25/7.46	c 8	converted 63121 (80%) expressions
7.45/7.67	c 8	converted 71011 (90%) expressions
9.42/9.63	c 10	converted 78901 (100%) expressions
9.42/9.64	c 10	CSP : 39173 integers, 0 booleans, 95898 clauses, largest domain size 150
9.42/9.64	c 10	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.42/9.64	c 10	Propagation in CSP
10.51/10.76	c 11	10628 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.51/10.77	c 11	CSP : 39173 integers, 0 booleans, 95898 clauses, largest domain size 128
10.51/10.77	c 11	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.61/10.80	c 11	Simplifing CSP by introducing new Boolean variables
10.61/10.85	c 11	CSP : 39173 integers, 0 booleans, 95898 clauses, largest domain size 128
10.61/10.85	c 11	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.00/11.25	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.00/11.29	c 12	3918 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.00/11.29	c 12	7835 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.10/11.30	c 12	11752 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.10/11.30	c 12	15670 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.10/11.31	c 12	19587 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.10/11.39	c 12	23504 (60%) CSP integer variables are encoded (64100 clauses, 961564 bytes)
11.30/11.50	c 12	27422 (70%) CSP integer variables are encoded (146854 clauses, 2344717 bytes)
11.39/11.66	c 12	31339 (80%) CSP integer variables are encoded (265988 clauses, 4369995 bytes)
11.59/11.83	c 12	35256 (90%) CSP integer variables are encoded (392340 clauses, 6517979 bytes)
11.70/12.00	c 12	39173 (100%) CSP integer variables are encoded (518977 clauses, 8670808 bytes)
11.89/12.11	c 13	9590 (10%) CSP clauses are encoded (528567 clauses, 8797067 bytes)
11.89/12.17	c 13	19180 (20%) CSP clauses are encoded (538157 clauses, 8924212 bytes)
11.98/12.23	c 13	28770 (30%) CSP clauses are encoded (547747 clauses, 9061803 bytes)
11.98/12.29	c 13	38360 (40%) CSP clauses are encoded (557278 clauses, 9205094 bytes)
12.08/12.38	c 13	47949 (50%) CSP clauses are encoded (566867 clauses, 9384998 bytes)
12.48/12.73	c 13	57539 (60%) CSP clauses are encoded (645098 clauses, 10975173 bytes)
13.96/14.28	c 15	67129 (70%) CSP clauses are encoded (1494645 clauses, 28900322 bytes)
16.91/17.27	c 18	76719 (80%) CSP clauses are encoded (3070505 clauses, 66150731 bytes)
22.31/22.72	c 23	86309 (90%) CSP clauses are encoded (5926376 clauses, 134471952 bytes)
27.73/28.21	c 29	95898 (100%) CSP clauses are encoded (8822330 clauses, 203770338 bytes)
27.73/28.21	c 29	95898 CSP clauses encoded
27.73/28.21	c 29	Writing map file : HOME/temp.map
27.84/28.31	c 29	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.84/28.31	c 29	SAT : 558120 SAT variables, 8822330 SAT clauses, 203770338 bytes
27.84/28.31	c 29	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.84/28.35	c 29	SOLVING HOME/temp.cnf
27.84/28.35	c 29	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
108.57/109.85	c 110	DECODING HOME/temp.out WITH HOME/temp.map
108.57/109.85	c 110	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
108.65/109.94	c 110	Decoding HOME/temp.out
109.05/110.36	s UNSATISFIABLE
109.05/110.36	c 111	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
109.05/110.40	c 111	CPU 65.49 (0.05 0.01 65.44 43.63)
109.05/110.40	c 111	END Fri Jul  4 06:07:56 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-1064861-1215144365/watcher-1064861-1215144365 -o /tmp/evaluation-result-1064861-1215144365/solver-1064861-1215144365 -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-1064861-1215144365.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.99 2.00 2.03 4/72 26343
/proc/meminfo: memFree=1746600/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=18572 CPUtime=0
/proc/26343/stat : 26343 (runsolver) R 26341 26343 24384 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1544112784 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26343/statm: 4643 292 257 25 0 2626 0

[startup+0.0504549 s]
/proc/loadavg: 1.99 2.00 2.03 4/72 26343
/proc/meminfo: memFree=1746600/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=0.04
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1544112784 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102388 s]
/proc/loadavg: 1.99 2.00 2.03 4/72 26343
/proc/meminfo: memFree=1746600/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=0.04
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544112784 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30242 s]
/proc/loadavg: 1.99 2.00 2.03 4/72 26343
/proc/meminfo: memFree=1746600/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=0.04
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544112784 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701506 s]
/proc/loadavg: 1.99 2.00 2.03 4/72 26343
/proc/meminfo: memFree=1746600/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=0.04
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544112784 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50166 s]
/proc/loadavg: 1.99 2.00 2.03 3/83 26355
/proc/meminfo: memFree=1719376/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=0.04
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544112784 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 796 370 3 0 500 0
[pid=26346] ppid=26343 vsize=5356 CPUtime=0
/proc/26346/stat : 26346 (sh) S 26343 26343 24384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544112789 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26346/statm: 1339 233 193 169 0 50 0
[pid=26347] ppid=26346 vsize=864676 CPUtime=1.42
/proc/26347/stat : 26347 (java) S 26346 26343 24384 0 -1 0 16247 0 1 0 134 8 0 0 18 0 9 0 1544112790 885428224 13799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26347/statm: 216169 13799 2529 9 0 210751 0
[pid=26347/tid=26348] ppid=26346 vsize=864676 CPUtime=0.82
/proc/26347/task/26348/stat : 26348 (java) R 26346 26343 24384 0 -1 64 2988 0 1 0 80 2 0 0 24 0 9 0 1544112791 885428224 13799 996147200 134512640 134550740 4294956016 18446744073709551615 4126454683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26349] ppid=26346 vsize=864676 CPUtime=0.48
/proc/26347/task/26349/stat : 26349 (java) S 26346 26343 24384 0 -1 64 12069 0 0 0 43 5 0 0 16 0 9 0 1544112792 885428224 13799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26350] ppid=26346 vsize=864676 CPUtime=0
/proc/26347/task/26350/stat : 26350 (java) S 26346 26343 24384 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1544112792 885428224 13799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26351] ppid=26346 vsize=864676 CPUtime=0
/proc/26347/task/26351/stat : 26351 (java) S 26346 26343 24384 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1544112792 885428224 13799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26352] ppid=26346 vsize=864676 CPUtime=0
/proc/26347/task/26352/stat : 26352 (java) S 26346 26343 24384 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544112794 885428224 13799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26353] ppid=26346 vsize=864676 CPUtime=0.09
/proc/26347/task/26353/stat : 26353 (java) S 26346 26343 24384 0 -1 64 490 0 0 0 9 0 0 0 16 0 9 0 1544112794 885428224 13799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26354] ppid=26346 vsize=864676 CPUtime=0
/proc/26347/task/26354/stat : 26354 (java) S 26346 26343 24384 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544112794 885428224 13799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26355] ppid=26346 vsize=864676 CPUtime=0
/proc/26347/task/26355/stat : 26355 (java) S 26346 26343 24384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544112794 885428224 13799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883632

[startup+3.10297 s]
/proc/loadavg: 1.99 2.00 2.03 4/83 26355
/proc/meminfo: memFree=1675344/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=0.04
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544112784 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 796 370 3 0 500 0
[pid=26346] ppid=26343 vsize=5356 CPUtime=0
/proc/26346/stat : 26346 (sh) S 26343 26343 24384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544112789 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26346/statm: 1339 233 193 169 0 50 0
[pid=26347] ppid=26346 vsize=864692 CPUtime=3.01
/proc/26347/stat : 26347 (java) S 26346 26343 24384 0 -1 0 32511 0 1 0 285 16 0 0 18 0 9 0 1544112790 885444608 27109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26347/statm: 216173 27109 2529 9 0 210755 0
[pid=26347/tid=26348] ppid=26346 vsize=864692 CPUtime=1.47
/proc/26347/task/26348/stat : 26348 (java) R 26346 26343 24384 0 -1 64 3909 0 1 0 145 2 0 0 25 0 9 0 1544112791 885444608 27109 996147200 134512640 134550740 4294956016 18446744073709551615 4126375709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26349] ppid=26346 vsize=864692 CPUtime=1.37
/proc/26347/task/26349/stat : 26349 (java) S 26346 26343 24384 0 -1 64 27383 0 0 0 125 12 0 0 16 0 9 0 1544112792 885444608 27109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26350] ppid=26346 vsize=864692 CPUtime=0
/proc/26347/task/26350/stat : 26350 (java) S 26346 26343 24384 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1544112792 885444608 27109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26351] ppid=26346 vsize=864692 CPUtime=0
/proc/26347/task/26351/stat : 26351 (java) S 26346 26343 24384 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544112792 885444608 27109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26352] ppid=26346 vsize=864692 CPUtime=0
/proc/26347/task/26352/stat : 26352 (java) S 26346 26343 24384 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544112794 885444608 27109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26353] ppid=26346 vsize=864692 CPUtime=0.14
/proc/26347/task/26353/stat : 26353 (java) S 26346 26343 24384 0 -1 64 519 0 0 0 14 0 0 0 16 0 9 0 1544112794 885444608 27109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26354] ppid=26346 vsize=864692 CPUtime=0
/proc/26347/task/26354/stat : 26354 (java) S 26346 26343 24384 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544112794 885444608 27109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26347/tid=26355] ppid=26346 vsize=864692 CPUtime=0
/proc/26347/task/26355/stat : 26355 (java) S 26346 26343 24384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544112794 885444608 27109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883648

[startup+6.30158 s]
/proc/loadavg: 2.07 2.02 2.04 3/83 26365
/proc/meminfo: memFree=1716496/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=3.73
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 974 33172 0 1 3 1 350 19 15 0 1 0 1544112784 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 797 370 3 0 500 0
[pid=26356] ppid=26343 vsize=5356 CPUtime=0
/proc/26356/stat : 26356 (sh) S 26343 26343 24384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544113166 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26356/statm: 1339 233 193 169 0 50 0
[pid=26357] ppid=26356 vsize=868296 CPUtime=2.44
/proc/26357/stat : 26357 (java) S 26356 26343 24384 0 -1 0 14209 0 1 0 234 10 0 0 19 0 9 0 1544113167 889135104 12410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26357/statm: 217074 12410 2543 9 0 211649 0
[pid=26357/tid=26358] ppid=26356 vsize=868296 CPUtime=1.49
/proc/26357/task/26358/stat : 26358 (java) R 26356 26343 24384 0 -1 64 3037 0 1 0 146 3 0 0 25 0 9 0 1544113168 889135104 12410 996147200 134512640 134550740 4294955952 18446744073709551615 4126096991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26359] ppid=26356 vsize=868296 CPUtime=0.74
/proc/26357/task/26359/stat : 26359 (java) S 26356 26343 24384 0 -1 64 9011 0 0 0 69 5 0 0 16 0 9 0 1544113169 889135104 12410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26360] ppid=26356 vsize=868296 CPUtime=0
/proc/26357/task/26360/stat : 26360 (java) S 26356 26343 24384 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544113169 889135104 12410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26361] ppid=26356 vsize=868296 CPUtime=0
/proc/26357/task/26361/stat : 26361 (java) S 26356 26343 24384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1544113169 889135104 12410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26362] ppid=26356 vsize=868296 CPUtime=0
/proc/26357/task/26362/stat : 26362 (java) S 26356 26343 24384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544113171 889135104 12410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26363] ppid=26356 vsize=868296 CPUtime=0.18
/proc/26357/task/26363/stat : 26363 (java) S 26356 26343 24384 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 1544113171 889135104 12410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26364] ppid=26356 vsize=868296 CPUtime=0
/proc/26357/task/26364/stat : 26364 (java) S 26356 26343 24384 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544113171 889135104 12410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26365] ppid=26356 vsize=868296 CPUtime=0
/proc/26357/task/26365/stat : 26365 (java) S 26356 26343 24384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544113171 889135104 12410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887252

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.04 3/83 26365
/proc/meminfo: memFree=1643920/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=3.73
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 974 33172 0 1 3 1 350 19 15 0 1 0 1544112784 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 797 370 3 0 500 0
[pid=26356] ppid=26343 vsize=5356 CPUtime=0
/proc/26356/stat : 26356 (sh) S 26343 26343 24384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544113166 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26356/statm: 1339 233 193 169 0 50 0
[pid=26357] ppid=26356 vsize=868520 CPUtime=8.75
/proc/26357/stat : 26357 (java) S 26356 26343 24384 0 -1 0 39863 0 1 0 844 31 0 0 19 0 9 0 1544113167 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26357/statm: 217130 24660 2565 9 0 211677 0
[pid=26357/tid=26358] ppid=26356 vsize=868520 CPUtime=5.9
/proc/26357/task/26358/stat : 26358 (java) R 26356 26343 24384 0 -1 64 3860 0 1 0 580 10 0 0 25 0 9 0 1544113168 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4127040369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26359] ppid=26356 vsize=868520 CPUtime=2.52
/proc/26357/task/26359/stat : 26359 (java) S 26356 26343 24384 0 -1 64 33776 0 0 0 234 18 0 0 16 0 9 0 1544113169 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26360] ppid=26356 vsize=868520 CPUtime=0
/proc/26357/task/26360/stat : 26360 (java) S 26356 26343 24384 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544113169 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26361] ppid=26356 vsize=868520 CPUtime=0
/proc/26357/task/26361/stat : 26361 (java) S 26356 26343 24384 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1544113169 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26362] ppid=26356 vsize=868520 CPUtime=0
/proc/26357/task/26362/stat : 26362 (java) S 26356 26343 24384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544113171 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26363] ppid=26356 vsize=868520 CPUtime=0.3
/proc/26357/task/26363/stat : 26363 (java) S 26356 26343 24384 0 -1 64 1530 0 0 0 29 1 0 0 15 0 9 0 1544113171 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26364] ppid=26356 vsize=868520 CPUtime=0
/proc/26357/task/26364/stat : 26364 (java) S 26356 26343 24384 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544113171 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26365] ppid=26356 vsize=868520 CPUtime=0
/proc/26357/task/26365/stat : 26365 (java) S 26356 26343 24384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544113171 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887476

[startup+25.5023 s]
/proc/loadavg: 2.05 2.01 2.04 3/83 26365
/proc/meminfo: memFree=1486992/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=3.73
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 974 33172 0 1 3 1 350 19 16 0 1 0 1544112784 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 797 370 3 0 500 0
[pid=26356] ppid=26343 vsize=5356 CPUtime=0
/proc/26356/stat : 26356 (sh) S 26343 26343 24384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544113166 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26356/statm: 1339 233 193 169 0 50 0
[pid=26357] ppid=26356 vsize=868520 CPUtime=21.36
/proc/26357/stat : 26357 (java) S 26356 26343 24384 0 -1 0 40444 0 1 0 2003 133 0 0 19 0 9 0 1544113167 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26357/statm: 217130 24660 2565 9 0 211677 0
[pid=26357/tid=26358] ppid=26356 vsize=868520 CPUtime=18.19
/proc/26357/task/26358/stat : 26358 (java) R 26356 26343 24384 0 -1 64 4441 0 1 0 1710 109 0 0 25 0 9 0 1544113168 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26359] ppid=26356 vsize=868520 CPUtime=2.85
/proc/26357/task/26359/stat : 26359 (java) S 26356 26343 24384 0 -1 64 33776 0 0 0 263 22 0 0 16 0 9 0 1544113169 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26360] ppid=26356 vsize=868520 CPUtime=0
/proc/26357/task/26360/stat : 26360 (java) S 26356 26343 24384 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544113169 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26361] ppid=26356 vsize=868520 CPUtime=0
/proc/26357/task/26361/stat : 26361 (java) S 26356 26343 24384 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1544113169 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26362] ppid=26356 vsize=868520 CPUtime=0
/proc/26357/task/26362/stat : 26362 (java) S 26356 26343 24384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544113171 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26363] ppid=26356 vsize=868520 CPUtime=0.3
/proc/26357/task/26363/stat : 26363 (java) S 26356 26343 24384 0 -1 64 1530 0 0 0 29 1 0 0 15 0 9 0 1544113171 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26364] ppid=26356 vsize=868520 CPUtime=0
/proc/26357/task/26364/stat : 26364 (java) S 26356 26343 24384 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544113171 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26365] ppid=26356 vsize=868520 CPUtime=0
/proc/26357/task/26365/stat : 26365 (java) S 26356 26343 24384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544113171 889364480 24660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 887476

[startup+51.1022 s]
/proc/loadavg: 2.03 2.01 2.03 3/75 26367
/proc/meminfo: memFree=1421648/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=27.91
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 1023 74058 0 2 5 1 2607 178 16 0 1 0 1544112784 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 799 370 3 0 500 0
[pid=26366] ppid=26343 vsize=5356 CPUtime=0
/proc/26366/stat : 26366 (sh) S 26343 26343 24384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544115619 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26366/statm: 1339 232 193 169 0 50 0
[pid=26367] ppid=26366 vsize=149808 CPUtime=22.5
/proc/26367/stat : 26367 (picosat) R 26366 26343 24384 0 -1 4194304 29733 0 0 0 1021 1229 0 0 25 0 1 0 1544115620 153403392 29708 996147200 134512640 134931368 4294956256 18446744073709551615 134545849 0 0 4096 0 0 0 0 17 1 0 0
/proc/26367/statm: 37452 29708 40 102 0 37347 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 168764

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.03 3/75 26367
/proc/meminfo: memFree=1225616/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=27.91
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 1023 74058 0 2 5 1 2607 178 16 0 1 0 1544112784 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 799 370 3 0 500 0
[pid=26366] ppid=26343 vsize=5356 CPUtime=0
/proc/26366/stat : 26366 (sh) S 26343 26343 24384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544115619 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26366/statm: 1339 232 193 169 0 50 0
[pid=26367] ppid=26366 vsize=343608 CPUtime=73.23
/proc/26367/stat : 26367 (picosat) R 26366 26343 24384 0 -1 4194304 77203 0 0 0 3361 3962 0 0 25 0 1 0 1544115620 351854592 77178 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26367/statm: 85902 77178 40 102 0 85797 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 362564

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

[startup+105.502 s]
/proc/loadavg: 2.01 2.01 2.03 3/75 26367
/proc/meminfo: memFree=1213392/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=27.91
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 1023 74058 0 2 5 1 2607 178 16 0 1 0 1544112784 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 799 370 3 0 500 0
[pid=26366] ppid=26343 vsize=5356 CPUtime=0
/proc/26366/stat : 26366 (sh) S 26343 26343 24384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544115619 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26366/statm: 1339 232 193 169 0 50 0
[pid=26367] ppid=26366 vsize=354168 CPUtime=76.4
/proc/26367/stat : 26367 (picosat) R 26366 26343 24384 0 -1 4194304 80155 0 0 0 3508 4132 0 0 25 0 1 0 1544115620 362668032 80130 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26367/statm: 88542 80130 40 102 0 88437 0
Current children cumulated CPU time (s) 104.31
Current children cumulated vsize (KiB) 373124

[startup+108.701 s]
/proc/loadavg: 2.01 2.01 2.03 3/75 26367
/proc/meminfo: memFree=1211856/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=27.91
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 1023 74058 0 2 5 1 2607 178 16 0 1 0 1544112784 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 799 370 3 0 500 0
[pid=26366] ppid=26343 vsize=5356 CPUtime=0
/proc/26366/stat : 26366 (sh) S 26343 26343 24384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544115619 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26366/statm: 1339 232 193 169 0 50 0
[pid=26367] ppid=26366 vsize=373320 CPUtime=79.57
/proc/26367/stat : 26367 (picosat) R 26366 26343 24384 0 -1 4194304 81596 0 0 0 3782 4175 0 0 25 0 1 0 1544115620 382279680 81523 996147200 134512640 134931368 4294956256 18446744073709551615 134544827 0 0 4096 0 0 0 0 17 1 0 0
/proc/26367/statm: 93330 81523 42 102 0 93225 0
Current children cumulated CPU time (s) 107.48
Current children cumulated vsize (KiB) 392276

[startup+109.501 s]
/proc/loadavg: 2.01 2.01 2.03 3/75 26367
/proc/meminfo: memFree=1211856/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=27.91
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 1023 74058 0 2 5 1 2607 178 16 0 1 0 1544112784 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 799 370 3 0 500 0
[pid=26366] ppid=26343 vsize=5356 CPUtime=0
/proc/26366/stat : 26366 (sh) S 26343 26343 24384 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544115619 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26366/statm: 1339 232 193 169 0 50 0
[pid=26367] ppid=26366 vsize=373456 CPUtime=80.36
/proc/26367/stat : 26367 (picosat) R 26366 26343 24384 0 -1 4194304 81625 0 0 0 3861 4175 0 0 25 0 1 0 1544115620 382418944 81552 996147200 134512640 134931368 4294956256 18446744073709551615 134581953 0 0 4096 0 0 0 0 17 1 0 0
/proc/26367/statm: 93364 81552 42 102 0 93259 0
Current children cumulated CPU time (s) 108.27
Current children cumulated vsize (KiB) 392412

[startup+109.901 s]
/proc/loadavg: 2.01 2.01 2.03 3/79 26373
/proc/meminfo: memFree=1535536/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=108.62
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 1072 155970 0 2 5 1 6497 4359 17 0 1 0 1544112784 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 799 370 3 0 500 0
[pid=26368] ppid=26343 vsize=5356 CPUtime=0
/proc/26368/stat : 26368 (sh) S 26343 26343 24384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544123769 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26368/statm: 1339 233 193 169 0 50 0
[pid=26369] ppid=26368 vsize=859832 CPUtime=0.03
/proc/26369/stat : 26369 (java) S 26368 26343 24384 0 -1 0 1972 0 1 0 2 1 0 0 18 0 5 0 1544123770 880467968 1563 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 214958 1563 890 9 0 209937 0
[pid=26369/tid=26370] ppid=26368 vsize=859832 CPUtime=0.02
/proc/26369/task/26370/stat : 26370 (java) R 26368 26343 24384 0 -1 64 1281 0 1 0 2 0 0 0 17 0 5 0 1544123771 880467968 1563 996147200 134512640 134550740 4294956000 18446744073709551615 102481613 0 4 0 16800971 0 0 0 -1 1 0 0
[pid=26369/tid=26371] ppid=26368 vsize=859832 CPUtime=0
/proc/26369/task/26371/stat : 26371 (java) S 26368 26343 24384 0 -1 64 3 0 0 0 0 0 0 0 19 0 5 0 1544123772 880467968 1563 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 1 0 0
[pid=26369/tid=26372] ppid=26368 vsize=859832 CPUtime=0
/proc/26369/task/26372/stat : 26372 (java) S 26368 26343 24384 0 -1 64 9 0 0 0 0 0 0 0 19 0 5 0 1544123772 880467968 1563 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
[pid=26369/tid=26373] ppid=26368 vsize=859832 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26368 26343 24384 0 -1 64 4 0 0 0 0 0 0 0 20 0 5 0 1544123772 880467968 1563 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 108.65
Current children cumulated vsize (KiB) 878788

[startup+110.303 s]
/proc/loadavg: 2.01 2.01 2.03 3/79 26373
/proc/meminfo: memFree=1535536/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=108.62
/proc/26343/stat : 26343 (sugar) S 26341 26343 24384 0 -1 4194304 1090 155970 0 2 5 1 6497 4359 16 0 1 0 1544112784 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 799 370 3 0 500 0
[pid=26368] ppid=26343 vsize=5356 CPUtime=0
/proc/26368/stat : 26368 (sh) S 26343 26343 24384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544123769 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26368/statm: 1339 233 193 169 0 50 0
[pid=26369] ppid=26368 vsize=864012 CPUtime=0.43
/proc/26369/stat : 26369 (java) S 26368 26343 24384 0 -1 0 4175 0 1 0 40 3 0 0 18 0 9 0 1544123770 884748288 3635 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 216003 3635 1652 9 0 210585 0
[pid=26369/tid=26370] ppid=26368 vsize=864012 CPUtime=0.32
/proc/26369/task/26370/stat : 26370 (java) R 26368 26343 24384 0 -1 64 2451 0 1 0 31 1 0 0 19 0 9 0 1544123771 884748288 3635 996147200 134512640 134550740 4294956000 18446744073709551615 4126504306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26369/tid=26371] ppid=26368 vsize=864012 CPUtime=0.02
/proc/26369/task/26371/stat : 26371 (java) S 26368 26343 24384 0 -1 64 712 0 0 0 2 0 0 0 16 0 9 0 1544123772 884748288 3635 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26369/tid=26372] ppid=26368 vsize=864012 CPUtime=0
/proc/26369/task/26372/stat : 26372 (java) S 26368 26343 24384 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1544123772 884748288 3635 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26369/tid=26373] ppid=26368 vsize=864012 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26368 26343 24384 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1544123772 884748288 3635 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 109.05
Current children cumulated vsize (KiB) 882968

[startup+110.403 s]
/proc/loadavg: 2.01 2.01 2.03 3/79 26373
/proc/meminfo: memFree=1535536/2055920 swapFree=4113964/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=109.14
/proc/26343/stat : 26343 (sugar) R 26341 26343 24384 0 -1 4194304 1118 160881 0 3 5 2 6544 4363 16 0 1 0 1544112784 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26343/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 109.14
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 110.5
CPU time (s): 109.246
CPU user time (s): 65.493
CPU system time (s): 43.7533
CPU usage (%): 98.8657
Max. virtual memory (cumulated for all children) (KiB): 908856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.493
system time used= 43.7533
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162029
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= 10863
involuntary context switches= 13088

runsolver used 0.148977 second user time and 0.386941 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 06:06:05
IDJOB=1064861
IDBENCH=54999
IDSOLVER=345
FILE ID=node9/1064861-1215144365
PBS_JOBID= 7877324
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-elf-rf9.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-1064861-1215144365/watcher-1064861-1215144365 -o /tmp/evaluation-result-1064861-1215144365/solver-1064861-1215144365 -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-1064861-1215144365.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fea805b38dfb180ddb73a033dd0e468
RANDOM SEED=934339950

node9.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.265
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	: 5931.00
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.265
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:       1747080 kB
Buffers:          8316 kB
Cached:         112364 kB
SwapCached:      72780 kB
Active:         200972 kB
Inactive:        51252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747080 kB
SwapTotal:     4192956 kB
SwapFree:      4113964 kB
Dirty:           10200 kB
Writeback:           0 kB
Mapped:         139344 kB
Slab:            41624 kB
Committed_AS:  3058572 kB
PageTables:       2080 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= 66540 MiB
End job on node9 at 2008-07-04 06:07:56