Trace number 1094972

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 143.989 146.059

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-1.xml
MD5SUM73dece1b19758e876aa500d620069f40
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.01284
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
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 Sat Jul  5 19:53:10 2008
0.00/0.04	c 0	PID 11451
0.03/0.05	c 0	HOST node64.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1094972-1215280390.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1094972-1215280390.xml' 'HOME/temp.csp'
0.03/0.63	c 1	12 domains, 300 variables, 6 predicates, 0 relations, 3865 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.61/0.76	c 1	Parsing HOME/temp.csp
1.00/1.14	c 1	parsed 4183 expressions
1.00/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.14	c 1	Converting to clausal form CSP
1.30/1.46	c 1	converted 419 (10%) expressions
1.89/2.06	c 2	converted 837 (20%) expressions
2.38/2.53	c 2	converted 1255 (30%) expressions
2.78/2.91	c 3	converted 1674 (40%) expressions
3.18/3.36	c 3	converted 2092 (50%) expressions
3.47/3.67	c 4	converted 2510 (60%) expressions
3.87/4.03	c 4	converted 2929 (70%) expressions
4.16/4.35	c 4	converted 3347 (80%) expressions
4.65/4.81	c 5	converted 3765 (90%) expressions
4.96/5.13	c 5	converted 4183 (100%) expressions
4.96/5.14	c 5	CSP : 598 integers, 11136 booleans, 23617 clauses, largest domain size 2721
4.96/5.14	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.96/5.14	c 5	Propagation in CSP
5.15/5.38	c 5	4160 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.15/5.38	c 5	CSP : 598 integers, 11136 booleans, 23617 clauses, largest domain size 2721
5.15/5.38	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.25/5.40	c 5	Simplifing CSP by introducing new Boolean variables
5.25/5.45	c 5	CSP : 598 integers, 19114 booleans, 31595 clauses, largest domain size 2721
5.25/5.45	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.54/5.73	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.84/6.04	c 6	60 (10%) CSP integer variables are encoded (12366 clauses, 163454 bytes)
6.04/6.29	c 6	120 (20%) CSP integer variables are encoded (24590 clauses, 346814 bytes)
6.33/6.55	c 6	180 (30%) CSP integer variables are encoded (37050 clauses, 533714 bytes)
6.63/6.82	c 7	240 (40%) CSP integer variables are encoded (49854 clauses, 725774 bytes)
6.93/7.11	c 7	299 (50%) CSP integer variables are encoded (63358 clauses, 928334 bytes)
7.03/7.30	c 7	359 (60%) CSP integer variables are encoded (214177 clauses, 3419604 bytes)
7.22/7.45	c 7	419 (70%) CSP integer variables are encoded (332609 clauses, 5432948 bytes)
7.42/7.61	c 8	479 (80%) CSP integer variables are encoded (441815 clauses, 7289450 bytes)
7.52/7.76	c 8	539 (90%) CSP integer variables are encoded (559905 clauses, 9296980 bytes)
7.62/7.89	c 8	598 (100%) CSP integer variables are encoded (668300 clauses, 11139695 bytes)
19.94/20.44	c 20	3160 (10%) CSP clauses are encoded (2705906 clauses, 54366155 bytes)
25.87/26.43	c 26	6319 (20%) CSP clauses are encoded (3967364 clauses, 81992627 bytes)
30.21/30.81	c 31	9479 (30%) CSP clauses are encoded (5083667 clauses, 107584512 bytes)
33.27/33.97	c 34	12638 (40%) CSP clauses are encoded (5921801 clauses, 127038667 bytes)
35.83/36.56	c 37	15798 (50%) CSP clauses are encoded (6741881 clauses, 146403238 bytes)
38.10/38.82	c 39	18957 (60%) CSP clauses are encoded (7545330 clauses, 165721487 bytes)
40.44/41.23	c 41	22117 (70%) CSP clauses are encoded (8405098 clauses, 186617266 bytes)
42.72/43.53	c 43	25276 (80%) CSP clauses are encoded (9241018 clauses, 206788800 bytes)
44.77/45.64	c 46	28436 (90%) CSP clauses are encoded (10002089 clauses, 225181366 bytes)
47.23/48.14	c 48	31595 (100%) CSP clauses are encoded (10877565 clauses, 246269428 bytes)
47.23/48.14	c 48	31595 CSP clauses encoded
47.23/48.14	c 48	Writing map file : HOME/temp.map
47.23/48.17	c 48	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.23/48.17	c 48	SAT : 688012 SAT variables, 10877565 SAT clauses, 246269428 bytes
47.23/48.17	c 48	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.30/48.23	c 48	SOLVING HOME/temp.cnf
47.30/48.23	c 48	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
143.45/145.54	c 145	DECODING HOME/temp.out WITH HOME/temp.map
143.45/145.54	c 145	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
143.51/145.63	c 146	Decoding HOME/temp.out
143.51/145.87	s UNSATISFIABLE
143.51/145.88	c 146	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
143.51/145.93	c 146	CPU 91.65 (0.03 0.01 91.62 52.18)
143.51/145.93	c 146	END Sat Jul  5 19:55:36 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-1094972-1215280390/watcher-1094972-1215280390 -o /tmp/evaluation-result-1094972-1215280390/solver-1094972-1215280390 -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-1094972-1215280390.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.01 2.02 1.97 4/87 11451
/proc/meminfo: memFree=1677464/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=18572 CPUtime=0
/proc/11451/stat : 11451 (runsolver) R 11449 11451 9305 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2007009349 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11451/statm: 4643 292 257 25 0 2626 0

[startup+0.0514919 s]
/proc/loadavg: 2.01 2.02 1.97 4/87 11451
/proc/meminfo: memFree=1677464/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=0.03
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 845 0 0 0 3 0 0 0 18 0 1 0 2007009349 13926400 793 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101874 s]
/proc/loadavg: 2.01 2.02 1.97 4/87 11451
/proc/meminfo: memFree=1677464/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=0.03
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007009349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301898 s]
/proc/loadavg: 2.01 2.02 1.97 4/87 11451
/proc/meminfo: memFree=1677464/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=0.03
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007009349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701943 s]
/proc/loadavg: 2.01 2.02 1.97 4/87 11451
/proc/meminfo: memFree=1677464/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=0.61
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 956 6932 0 1 3 0 54 4 16 0 1 0 2007009349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50203 s]
/proc/loadavg: 2.01 2.02 1.97 4/98 11473
/proc/meminfo: memFree=1669504/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=0.61
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 974 6932 0 1 3 0 54 4 15 0 1 0 2007009349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 797 370 3 0 500 0
[pid=11464] ppid=11451 vsize=5356 CPUtime=0
/proc/11464/stat : 11464 (sh) S 11451 11451 9305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007009417 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11464/statm: 1339 233 193 169 0 50 0
[pid=11465] ppid=11464 vsize=868260 CPUtime=0.78
/proc/11465/stat : 11465 (java) S 11464 11451 9305 0 -1 0 5493 0 1 0 75 3 0 0 18 0 9 0 2007009418 889098240 4876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11465/statm: 217065 4876 1732 9 0 211640 0
[pid=11465/tid=11466] ppid=11464 vsize=868260 CPUtime=0.54
/proc/11465/task/11466/stat : 11466 (java) R 11464 11451 9305 0 -1 64 2671 0 1 0 53 1 0 0 22 0 9 0 2007009419 889098240 4876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11467] ppid=11464 vsize=868260 CPUtime=0.05
/proc/11465/task/11467/stat : 11467 (java) S 11464 11451 9305 0 -1 64 668 0 0 0 5 0 0 0 16 0 9 0 2007009420 889098240 4876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11468] ppid=11464 vsize=868260 CPUtime=0
/proc/11465/task/11468/stat : 11468 (java) S 11464 11451 9305 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2007009420 889098240 4876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11469] ppid=11464 vsize=868260 CPUtime=0
/proc/11465/task/11469/stat : 11469 (java) S 11464 11451 9305 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007009420 889098240 4876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11470] ppid=11464 vsize=868260 CPUtime=0
/proc/11465/task/11470/stat : 11470 (java) S 11464 11451 9305 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007009422 889098240 4876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11471] ppid=11464 vsize=868260 CPUtime=0.17
/proc/11465/task/11471/stat : 11471 (java) R 11464 11451 9305 0 -1 64 1462 0 0 0 16 1 0 0 16 0 9 0 2007009422 889098240 4876 996147200 134512640 134550740 4294955952 18446744073709551615 102138296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11472] ppid=11464 vsize=868260 CPUtime=0
/proc/11465/task/11472/stat : 11472 (java) S 11464 11451 9305 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007009422 889098240 4876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11473] ppid=11464 vsize=868260 CPUtime=0
/proc/11465/task/11473/stat : 11473 (java) S 11464 11451 9305 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007009422 889098240 4876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887216

[startup+3.10221 s]
/proc/loadavg: 2.01 2.02 1.97 3/98 11473
/proc/meminfo: memFree=1658368/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=0.61
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 974 6932 0 1 3 0 54 4 15 0 1 0 2007009349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 797 370 3 0 500 0
[pid=11464] ppid=11451 vsize=5356 CPUtime=0
/proc/11464/stat : 11464 (sh) S 11451 11451 9305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007009417 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11464/statm: 1339 233 193 169 0 50 0
[pid=11465] ppid=11464 vsize=868376 CPUtime=2.37
/proc/11465/stat : 11465 (java) S 11464 11451 9305 0 -1 0 9124 0 1 0 231 6 0 0 18 0 9 0 2007009418 889217024 8187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11465/statm: 217094 8187 2540 9 0 211669 0
[pid=11465/tid=11466] ppid=11464 vsize=868376 CPUtime=1.82
/proc/11465/task/11466/stat : 11466 (java) R 11464 11451 9305 0 -1 64 2821 0 1 0 180 2 0 0 25 0 9 0 2007009419 889217024 8187 996147200 134512640 134550740 4294955952 18446744073709551615 4126576202 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11467] ppid=11464 vsize=868376 CPUtime=0.31
/proc/11465/task/11467/stat : 11467 (java) S 11464 11451 9305 0 -1 64 4130 0 0 0 29 2 0 0 16 0 9 0 2007009420 889217024 8187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11468] ppid=11464 vsize=868376 CPUtime=0
/proc/11465/task/11468/stat : 11468 (java) S 11464 11451 9305 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007009420 889217024 8187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11469] ppid=11464 vsize=868376 CPUtime=0
/proc/11465/task/11469/stat : 11469 (java) S 11464 11451 9305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007009420 889217024 8187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11470] ppid=11464 vsize=868376 CPUtime=0
/proc/11465/task/11470/stat : 11470 (java) S 11464 11451 9305 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007009422 889217024 8187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11471] ppid=11464 vsize=868376 CPUtime=0.21
/proc/11465/task/11471/stat : 11471 (java) S 11464 11451 9305 0 -1 64 1480 0 0 0 20 1 0 0 15 0 9 0 2007009422 889217024 8187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11472] ppid=11464 vsize=868376 CPUtime=0
/proc/11465/task/11472/stat : 11472 (java) S 11464 11451 9305 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007009422 889217024 8187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11473] ppid=11464 vsize=868376 CPUtime=0
/proc/11465/task/11473/stat : 11473 (java) S 11464 11451 9305 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007009422 889217024 8187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887332

[startup+6.30155 s]
/proc/loadavg: 2.01 2.02 1.97 3/98 11473
/proc/meminfo: memFree=1636992/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=0.61
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 974 6932 0 1 3 0 54 4 15 0 1 0 2007009349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 797 370 3 0 500 0
[pid=11464] ppid=11451 vsize=5356 CPUtime=0
/proc/11464/stat : 11464 (sh) S 11451 11451 9305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007009417 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11464/statm: 1339 233 193 169 0 50 0
[pid=11465] ppid=11464 vsize=868488 CPUtime=5.52
/proc/11465/stat : 11465 (java) S 11464 11451 9305 0 -1 0 18701 0 1 0 540 12 0 0 18 0 9 0 2007009418 889331712 12418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11465/statm: 217122 12418 2566 9 0 211669 0
[pid=11465/tid=11466] ppid=11464 vsize=868488 CPUtime=4.15
/proc/11465/task/11466/stat : 11466 (java) R 11464 11451 9305 0 -1 64 3275 0 1 0 412 3 0 0 25 0 9 0 2007009419 889331712 12418 996147200 134512640 134550740 4294955952 18446744073709551615 4126598777 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11467] ppid=11464 vsize=868488 CPUtime=1.09
/proc/11465/task/11467/stat : 11467 (java) S 11464 11451 9305 0 -1 64 13220 0 0 0 102 7 0 0 16 0 9 0 2007009420 889331712 12418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11468] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11468/stat : 11468 (java) S 11464 11451 9305 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007009420 889331712 12418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11469] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11469/stat : 11469 (java) S 11464 11451 9305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007009420 889331712 12418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11470] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11470/stat : 11470 (java) S 11464 11451 9305 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007009422 889331712 12418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11471] ppid=11464 vsize=868488 CPUtime=0.26
/proc/11465/task/11471/stat : 11471 (java) S 11464 11451 9305 0 -1 64 1513 0 0 0 25 1 0 0 15 0 9 0 2007009422 889331712 12418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11472] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11472/stat : 11472 (java) S 11464 11451 9305 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007009422 889331712 12418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11473] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11473/stat : 11473 (java) S 11464 11451 9305 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007009422 889331712 12418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887444

[startup+12.7023 s]
/proc/loadavg: 2.01 2.02 1.97 3/98 11473
/proc/meminfo: memFree=1609984/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=0.61
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 974 6932 0 1 3 0 54 4 15 0 1 0 2007009349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 797 370 3 0 500 0
[pid=11464] ppid=11451 vsize=5356 CPUtime=0
/proc/11464/stat : 11464 (sh) S 11451 11451 9305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007009417 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11464/statm: 1339 233 193 169 0 50 0
[pid=11465] ppid=11464 vsize=868488 CPUtime=11.85
/proc/11465/stat : 11465 (java) S 11464 11451 9305 0 -1 0 18971 0 1 0 1153 32 0 0 18 0 9 0 2007009418 889331712 12434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11465/statm: 217122 12434 2566 9 0 211669 0
[pid=11465/tid=11466] ppid=11464 vsize=868488 CPUtime=10.34
/proc/11465/task/11466/stat : 11466 (java) R 11464 11451 9305 0 -1 64 3532 0 1 0 1014 20 0 0 25 0 9 0 2007009419 889331712 12434 996147200 134512640 134550740 4294955952 18446744073709551615 4126865127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11467] ppid=11464 vsize=868488 CPUtime=1.21
/proc/11465/task/11467/stat : 11467 (java) S 11464 11451 9305 0 -1 64 13221 0 0 0 111 10 0 0 16 0 9 0 2007009420 889331712 12434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11468] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11468/stat : 11468 (java) S 11464 11451 9305 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007009420 889331712 12434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11469] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11469/stat : 11469 (java) S 11464 11451 9305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007009420 889331712 12434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11470] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11470/stat : 11470 (java) S 11464 11451 9305 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007009422 889331712 12434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11471] ppid=11464 vsize=868488 CPUtime=0.28
/proc/11465/task/11471/stat : 11471 (java) S 11464 11451 9305 0 -1 64 1525 0 0 0 27 1 0 0 16 0 9 0 2007009422 889331712 12434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11472] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11472/stat : 11472 (java) S 11464 11451 9305 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007009422 889331712 12434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11473] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11473/stat : 11473 (java) S 11464 11451 9305 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007009422 889331712 12434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887444

[startup+25.5027 s]
/proc/loadavg: 2.01 2.02 1.97 3/98 11473
/proc/meminfo: memFree=1560000/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=0.61
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 974 6932 0 1 3 0 54 4 16 0 1 0 2007009349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 797 370 3 0 500 0
[pid=11464] ppid=11451 vsize=5356 CPUtime=0
/proc/11464/stat : 11464 (sh) S 11451 11451 9305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007009417 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11464/statm: 1339 233 193 169 0 50 0
[pid=11465] ppid=11464 vsize=868488 CPUtime=24.36
/proc/11465/stat : 11465 (java) S 11464 11451 9305 0 -1 0 19455 0 1 0 2370 66 0 0 18 0 9 0 2007009418 889331712 12439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11465/statm: 217122 12439 2566 9 0 211669 0
[pid=11465/tid=11466] ppid=11464 vsize=868488 CPUtime=22.64
/proc/11465/task/11466/stat : 11466 (java) R 11464 11451 9305 0 -1 64 4011 0 1 0 2213 51 0 0 25 0 9 0 2007009419 889331712 12439 996147200 134512640 134550740 4294955952 18446744073709551615 4127017677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11467] ppid=11464 vsize=868488 CPUtime=1.41
/proc/11465/task/11467/stat : 11467 (java) S 11464 11451 9305 0 -1 64 13221 0 0 0 128 13 0 0 16 0 9 0 2007009420 889331712 12439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11468] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11468/stat : 11468 (java) S 11464 11451 9305 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007009420 889331712 12439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11469] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11469/stat : 11469 (java) S 11464 11451 9305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007009420 889331712 12439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11470] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11470/stat : 11470 (java) S 11464 11451 9305 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007009422 889331712 12439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11471] ppid=11464 vsize=868488 CPUtime=0.29
/proc/11465/task/11471/stat : 11471 (java) S 11464 11451 9305 0 -1 64 1530 0 0 0 28 1 0 0 17 0 9 0 2007009422 889331712 12439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11472] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11472/stat : 11472 (java) S 11464 11451 9305 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007009422 889331712 12439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11465/tid=11473] ppid=11464 vsize=868488 CPUtime=0
/proc/11465/task/11473/stat : 11473 (java) S 11464 11451 9305 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007009422 889331712 12439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 887444

[startup+51.1015 s]
/proc/loadavg: 2.34 2.09 2.00 3/90 11475
/proc/meminfo: memFree=1398784/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=47.31
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 1022 28142 0 2 3 1 4545 182 16 0 1 0 2007009349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 799 370 3 0 500 0
[pid=11474] ppid=11451 vsize=5356 CPUtime=0
/proc/11474/stat : 11474 (sh) S 11451 11451 9305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007014172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11474/statm: 1339 232 193 169 0 50 0
[pid=11475] ppid=11474 vsize=45016 CPUtime=2.8
/proc/11475/stat : 11475 (picosat) R 11474 11451 9305 0 -1 4194304 9407 0 0 0 125 155 0 0 25 0 1 0 2007014173 46096384 9393 996147200 134512640 134931368 4294956256 18446744073709551615 134589034 0 0 4096 0 0 0 0 17 1 0 0
/proc/11475/statm: 11254 9393 40 102 0 11149 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 63972

[startup+102.306 s]
/proc/loadavg: 2.15 2.08 2.00 3/90 11475
/proc/meminfo: memFree=1192576/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=47.31
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 1022 28142 0 2 3 1 4545 182 16 0 1 0 2007009349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 799 370 3 0 500 0
[pid=11474] ppid=11451 vsize=5356 CPUtime=0
/proc/11474/stat : 11474 (sh) S 11451 11451 9305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007014172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11474/statm: 1339 232 193 169 0 50 0
[pid=11475] ppid=11474 vsize=276284 CPUtime=53.36
/proc/11475/stat : 11475 (picosat) R 11474 11451 9305 0 -1 4194304 59133 0 0 0 2427 2909 0 0 25 0 1 0 2007014173 282914816 59119 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/11475/statm: 69071 59119 40 102 0 68966 0
Current children cumulated CPU time (s) 100.67
Current children cumulated vsize (KiB) 295240

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

[startup+127.902 s]
/proc/loadavg: 2.10 2.07 2.00 3/90 11475
/proc/meminfo: memFree=1100352/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=47.31
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 1022 28142 0 2 3 1 4545 182 16 0 1 0 2007009349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 799 370 3 0 500 0
[pid=11474] ppid=11451 vsize=5356 CPUtime=0
/proc/11474/stat : 11474 (sh) S 11451 11451 9305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007014172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11474/statm: 1339 232 193 169 0 50 0
[pid=11475] ppid=11474 vsize=359052 CPUtime=78.71
/proc/11475/stat : 11475 (picosat) R 11474 11451 9305 0 -1 4194304 82431 0 0 0 3590 4281 0 0 25 0 1 0 2007014173 367669248 82417 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/11475/statm: 89763 82417 40 102 0 89658 0
Current children cumulated CPU time (s) 126.02
Current children cumulated vsize (KiB) 378008

[startup+134.302 s]
/proc/loadavg: 2.09 2.07 2.00 3/90 11475
/proc/meminfo: memFree=1076416/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=47.31
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 1022 28142 0 2 3 1 4545 182 16 0 1 0 2007009349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 799 370 3 0 500 0
[pid=11474] ppid=11451 vsize=5356 CPUtime=0
/proc/11474/stat : 11474 (sh) S 11451 11451 9305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007014172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11474/statm: 1339 232 193 169 0 50 0
[pid=11475] ppid=11474 vsize=379512 CPUtime=85.05
/proc/11475/stat : 11475 (picosat) R 11474 11451 9305 0 -1 4194304 88200 0 0 0 3885 4620 0 0 25 0 1 0 2007014173 388620288 88186 996147200 134512640 134931368 4294956256 18446744073709551615 134560071 0 0 4096 0 0 0 0 17 1 0 0
/proc/11475/statm: 94878 88186 40 102 0 94773 0
Current children cumulated CPU time (s) 132.36
Current children cumulated vsize (KiB) 398468

[startup+140.702 s]
/proc/loadavg: 2.07 2.07 2.00 3/90 11475
/proc/meminfo: memFree=1052736/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=47.31
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 1022 28142 0 2 3 1 4545 182 16 0 1 0 2007009349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 799 370 3 0 500 0
[pid=11474] ppid=11451 vsize=5356 CPUtime=0
/proc/11474/stat : 11474 (sh) S 11451 11451 9305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007014172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11474/statm: 1339 232 193 169 0 50 0
[pid=11475] ppid=11474 vsize=399708 CPUtime=91.39
/proc/11475/stat : 11475 (picosat) R 11474 11451 9305 0 -1 4194304 93914 0 0 0 4179 4960 0 0 25 0 1 0 2007014173 409300992 93900 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/11475/statm: 99927 93900 40 102 0 99822 0
Current children cumulated CPU time (s) 138.7
Current children cumulated vsize (KiB) 418664

[startup+143.902 s]
/proc/loadavg: 2.07 2.07 2.00 3/90 11475
/proc/meminfo: memFree=1047424/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=47.31
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 1022 28142 0 2 3 1 4545 182 16 0 1 0 2007009349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 799 370 3 0 500 0
[pid=11474] ppid=11451 vsize=5356 CPUtime=0
/proc/11474/stat : 11474 (sh) S 11451 11451 9305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007014172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11474/statm: 1339 232 193 169 0 50 0
[pid=11475] ppid=11474 vsize=444576 CPUtime=94.56
/proc/11475/stat : 11475 (picosat) R 11474 11451 9305 0 -1 4194304 95367 0 0 0 4430 5026 0 0 25 0 1 0 2007014173 455245824 95336 996147200 134512640 134931368 4294956256 18446744073709551615 134524072 0 0 4096 0 0 0 0 17 1 0 0
/proc/11475/statm: 111144 95336 42 102 0 111039 0
Current children cumulated CPU time (s) 141.87
Current children cumulated vsize (KiB) 463532

[startup+144.702 s]
/proc/loadavg: 2.07 2.07 2.00 3/90 11475
/proc/meminfo: memFree=1046976/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=47.31
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 1022 28142 0 2 3 1 4545 182 16 0 1 0 2007009349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 799 370 3 0 500 0
[pid=11474] ppid=11451 vsize=5356 CPUtime=0
/proc/11474/stat : 11474 (sh) S 11451 11451 9305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007014172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11474/statm: 1339 232 193 169 0 50 0
[pid=11475] ppid=11474 vsize=444576 CPUtime=95.35
/proc/11475/stat : 11475 (picosat) R 11474 11451 9305 0 -1 4194304 95446 0 0 0 4509 5026 0 0 25 0 1 0 2007014173 455245824 95415 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/11475/statm: 111144 95415 42 102 0 111039 0
Current children cumulated CPU time (s) 142.66
Current children cumulated vsize (KiB) 463532

[startup+145.502 s]
/proc/loadavg: 2.07 2.06 2.00 3/90 11475
/proc/meminfo: memFree=1046528/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=47.31
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 1022 28142 0 2 3 1 4545 182 16 0 1 0 2007009349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 799 370 3 0 500 0
[pid=11474] ppid=11451 vsize=5356 CPUtime=0
/proc/11474/stat : 11474 (sh) S 11451 11451 9305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007014172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11474/statm: 1339 232 193 169 0 50 0
[pid=11475] ppid=11474 vsize=0 CPUtime=96.14
/proc/11475/stat : 11475 (picosat) R 11474 11451 9305 0 -1 4194308 95492 0 0 0 4586 5028 0 0 25 0 1 0 2007014173 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/11475/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 143.45
Current children cumulated vsize (KiB) 18956

[startup+145.902 s]
/proc/loadavg: 2.07 2.06 2.00 3/90 11475
/proc/meminfo: memFree=1046528/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=143.51
/proc/11451/stat : 11451 (sugar) S 11449 11451 9305 0 -1 4194304 1091 123919 0 2 3 1 9132 5215 15 0 1 0 2007009349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11451/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 143.51
Current children cumulated vsize (KiB) 13600

[startup+146.002 s]
/proc/loadavg: 2.07 2.06 2.00 3/90 11475
/proc/meminfo: memFree=1046528/2055920 swapFree=4178936/4192956
[pid=11451] ppid=11449 vsize=13600 CPUtime=143.91
/proc/11451/stat : 11451 (sugar) R 11449 11451 9305 0 -1 4194304 1118 128820 0 3 3 8 9162 5218 16 0 1 0 2007009349 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11451/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 143.91
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 146.059
CPU time (s): 143.989
CPU user time (s): 91.6631
CPU system time (s): 52.326
CPU usage (%): 98.5829
Max. virtual memory (cumulated for all children) (KiB): 897832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.6631
system time used= 52.326
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129968
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= 20621
involuntary context switches= 25641

runsolver used 0.208968 second user time and 0.514921 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-05 19:53:10
IDJOB=1094972
IDBENCH=58860
IDSOLVER=345
FILE ID=node64/1094972-1215280390
PBS_JOBID= 7882209
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-1.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-1094972-1215280390/watcher-1094972-1215280390 -o /tmp/evaluation-result-1094972-1215280390/solver-1094972-1215280390 -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-1094972-1215280390.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73dece1b19758e876aa500d620069f40
RANDOM SEED=975024428

node64.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.248
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.248
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:       1677944 kB
Buffers:         61752 kB
Cached:         224464 kB
SwapCached:       7408 kB
Active:         217096 kB
Inactive:       102076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677944 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:          50440 kB
Slab:            43092 kB
Committed_AS:  4150716 kB
PageTables:       2380 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= 66392 MiB
End job on node64 at 2008-07-05 19:55:36