Trace number 1048273

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 795.736 796.913

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-14_ext.xml
MD5SUM5610cc036ea79adfae60e963b5762b73
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.542917
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 01:50:35 2008
0.00/0.05	c 0	PID 9776
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048273-1215042635.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-1048273-1215042635.xml' 'HOME/temp.csp'
0.03/0.85	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.03/0.90	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.90	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.03/0.98	c 1	Parsing HOME/temp.csp
1.47/1.60	c 2	parsed 31 expressions
1.47/1.60	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.47/1.60	c 2	Converting to clausal form CSP
1.47/1.62	c 2	converted 4 (10%) expressions
1.47/1.62	c 2	converted 7 (20%) expressions
1.47/1.62	c 2	converted 10 (30%) expressions
1.47/1.62	c 2	converted 13 (40%) expressions
1.47/1.63	c 2	converted 16 (50%) expressions
1.47/1.63	c 2	converted 19 (60%) expressions
1.47/1.64	c 2	converted 22 (70%) expressions
1.57/1.74	c 2	converted 25 (80%) expressions
2.07/2.24	c 2	converted 28 (90%) expressions
2.76/2.94	c 3	converted 31 (100%) expressions
2.76/2.94	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.76/2.94	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.76/2.94	c 3	Propagation in CSP
2.76/2.94	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.76/2.94	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.76/2.94	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.76/2.94	c 3	Simplifing CSP by introducing new Boolean variables
2.76/2.94	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.76/2.94	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.96/3.18	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.96/3.19	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.96/3.19	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.96/3.19	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.96/3.19	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.96/3.19	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.96/3.19	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.96/3.19	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.96/3.19	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.96/3.19	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.96/3.19	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
147.75/148.19	c 148	1 (10%) CSP clauses are encoded (140697 clauses, 6544235 bytes)
293.18/293.63	c 294	2 (20%) CSP clauses are encoded (281295 clauses, 13300228 bytes)
443.30/443.87	c 444	3 (30%) CSP clauses are encoded (421987 clauses, 20306834 bytes)
596.33/597.09	c 597	4 (40%) CSP clauses are encoded (562862 clauses, 27326556 bytes)
755.73/756.53	c 757	5 (50%) CSP clauses are encoded (703716 clauses, 34148545 bytes)
755.73/756.53	c 757	5 CSP clauses encoded
755.73/756.53	c 757	Writing map file : HOME/temp.map
755.73/756.53	c 757	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
755.73/756.53	c 757	SAT : 180 SAT variables, 703716 SAT clauses, 34148545 bytes
755.73/756.53	c 757	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
755.78/756.60	c 757	SOLVING HOME/temp.cnf
755.78/756.60	c 757	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
795.50/796.77	c 797	DECODING HOME/temp.out WITH HOME/temp.map
795.50/796.77	c 797	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
795.58/796.86	c 797	Decoding HOME/temp.out
795.58/796.87	s UNSATISFIABLE
795.58/796.88	c 797	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
795.58/796.89	c 797	CPU 783.26 (0.03 0 783.23 12.43)
795.70/796.90	c 797	END Thu Jul  3 02:03:52 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-1048273-1215042635/watcher-1048273-1215042635 -o /tmp/evaluation-result-1048273-1215042635/solver-1048273-1215042635 -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-1048273-1215042635.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 2.01 1.93 4/72 9776
/proc/meminfo: memFree=1789280/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=18572 CPUtime=0
/proc/9776/stat : 9776 (runsolver) R 9774 9776 8890 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1983232377 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9776/statm: 4643 292 257 25 0 2626 0

[startup+0.080158 s]
/proc/loadavg: 2.00 2.01 1.93 4/72 9776
/proc/meminfo: memFree=1789280/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=0.03
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983232377 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9776/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.108149 s]
/proc/loadavg: 2.00 2.01 1.93 4/72 9776
/proc/meminfo: memFree=1789280/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=0.03
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983232377 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9776/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301179 s]
/proc/loadavg: 2.00 2.01 1.93 4/72 9776
/proc/meminfo: memFree=1789280/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=0.03
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983232377 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9776/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701248 s]
/proc/loadavg: 2.00 2.01 1.93 4/72 9776
/proc/meminfo: memFree=1789280/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=0.03
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983232377 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9776/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50237 s]
/proc/loadavg: 2.00 2.01 1.93 3/83 9798
/proc/meminfo: memFree=1781576/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=0.8
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 973 7970 0 1 3 0 71 6 16 0 1 0 1983232377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9776/statm: 3400 797 370 3 0 500 0
[pid=9789] ppid=9776 vsize=5356 CPUtime=0
/proc/9789/stat : 9789 (sh) S 9776 9776 8890 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983232468 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9789/statm: 1339 233 193 169 0 50 0
[pid=9790] ppid=9789 vsize=864076 CPUtime=0.57
/proc/9790/stat : 9790 (java) S 9789 9776 8890 0 -1 0 7295 0 1 0 53 4 0 0 18 0 9 0 1983232468 884813824 6544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9790/statm: 216019 6544 2532 9 0 210601 0
[pid=9790/tid=9791] ppid=9789 vsize=864076 CPUtime=0.32
/proc/9790/task/9791/stat : 9791 (java) R 9789 9776 8890 0 -1 64 2471 0 1 0 31 1 0 0 21 0 9 0 1983232469 884813824 6544 996147200 134512640 134550740 4294955952 18446744073709551615 4126433852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9792] ppid=9789 vsize=864076 CPUtime=0.19
/proc/9790/task/9792/stat : 9792 (java) S 9789 9776 8890 0 -1 64 3821 0 0 0 18 1 0 0 16 0 9 0 1983232470 884813824 6544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9793] ppid=9789 vsize=864076 CPUtime=0
/proc/9790/task/9793/stat : 9793 (java) S 9789 9776 8890 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983232470 884813824 6544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9794] ppid=9789 vsize=864076 CPUtime=0
/proc/9790/task/9794/stat : 9794 (java) S 9789 9776 8890 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983232470 884813824 6544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9795] ppid=9789 vsize=864076 CPUtime=0
/proc/9790/task/9795/stat : 9795 (java) S 9789 9776 8890 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983232472 884813824 6544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9796] ppid=9789 vsize=864076 CPUtime=0.03
/proc/9790/task/9796/stat : 9796 (java) S 9789 9776 8890 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 1983232472 884813824 6544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9797] ppid=9789 vsize=864076 CPUtime=0
/proc/9790/task/9797/stat : 9797 (java) S 9789 9776 8890 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983232472 884813824 6544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9798] ppid=9789 vsize=864076 CPUtime=0
/proc/9790/task/9798/stat : 9798 (java) S 9789 9776 8890 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983232472 884813824 6544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 883032

[startup+3.10263 s]
/proc/loadavg: 2.00 2.01 1.93 4/83 9798
/proc/meminfo: memFree=1752328/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=0.8
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 974 7970 0 1 3 0 71 6 15 0 1 0 1983232377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9776/statm: 3400 797 370 3 0 500 0
[pid=9789] ppid=9776 vsize=5356 CPUtime=0
/proc/9789/stat : 9789 (sh) S 9776 9776 8890 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983232468 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9789/statm: 1339 233 193 169 0 50 0
[pid=9790] ppid=9789 vsize=864692 CPUtime=2.16
/proc/9790/stat : 9790 (java) S 9789 9776 8890 0 -1 0 18857 0 1 0 207 9 0 0 18 0 9 0 1983232468 885444608 17535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9790/statm: 216173 17535 2540 9 0 210748 0
[pid=9790/tid=9791] ppid=9789 vsize=864692 CPUtime=0.76
/proc/9790/task/9791/stat : 9791 (java) R 9789 9776 8890 0 -1 64 3215 0 1 0 75 1 0 0 21 0 9 0 1983232469 885444608 17535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9792] ppid=9789 vsize=864692 CPUtime=1.33
/proc/9790/task/9792/stat : 9792 (java) R 9789 9776 8890 0 -1 64 14628 0 0 0 126 7 0 0 18 0 9 0 1983232470 885444608 17535 996147200 134512640 134550740 4294955952 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9793] ppid=9789 vsize=864692 CPUtime=0
/proc/9790/task/9793/stat : 9793 (java) S 9789 9776 8890 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983232470 885444608 17535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9794] ppid=9789 vsize=864692 CPUtime=0
/proc/9790/task/9794/stat : 9794 (java) S 9789 9776 8890 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983232470 885444608 17535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9795] ppid=9789 vsize=864692 CPUtime=0
/proc/9790/task/9795/stat : 9795 (java) S 9789 9776 8890 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983232472 885444608 17535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9796] ppid=9789 vsize=864692 CPUtime=0.04
/proc/9790/task/9796/stat : 9796 (java) S 9789 9776 8890 0 -1 64 318 0 0 0 4 0 0 0 16 0 9 0 1983232472 885444608 17535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9797] ppid=9789 vsize=864692 CPUtime=0
/proc/9790/task/9797/stat : 9797 (java) S 9789 9776 8890 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983232472 885444608 17535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9798] ppid=9789 vsize=864692 CPUtime=0
/proc/9790/task/9798/stat : 9798 (java) S 9789 9776 8890 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983232472 885444608 17535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 883648

[startup+6.30214 s]
/proc/loadavg: 2.00 2.01 1.93 3/83 9798
/proc/meminfo: memFree=1725704/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=0.8
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 974 7970 0 1 3 0 71 6 15 0 1 0 1983232377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9776/statm: 3400 797 370 3 0 500 0
[pid=9789] ppid=9776 vsize=5356 CPUtime=0
/proc/9789/stat : 9789 (sh) S 9776 9776 8890 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983232468 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9789/statm: 1339 233 193 169 0 50 0
[pid=9790] ppid=9789 vsize=864300 CPUtime=5.34
/proc/9790/stat : 9790 (java) S 9789 9776 8890 0 -1 0 18958 0 1 0 523 11 0 0 18 0 9 0 1983232468 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9790/statm: 216075 17477 2564 9 0 210622 0
[pid=9790/tid=9791] ppid=9789 vsize=864300 CPUtime=3.79
/proc/9790/task/9791/stat : 9791 (java) R 9789 9776 8890 0 -1 64 3297 0 1 0 377 2 0 0 25 0 9 0 1983232469 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4125952101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9792] ppid=9789 vsize=864300 CPUtime=1.45
/proc/9790/task/9792/stat : 9792 (java) S 9789 9776 8890 0 -1 64 14628 0 0 0 138 7 0 0 16 0 9 0 1983232470 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9793] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9793/stat : 9793 (java) S 9789 9776 8890 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983232470 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9794] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9794/stat : 9794 (java) S 9789 9776 8890 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983232470 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9795] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9795/stat : 9795 (java) S 9789 9776 8890 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983232472 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9796] ppid=9789 vsize=864300 CPUtime=0.07
/proc/9790/task/9796/stat : 9796 (java) S 9789 9776 8890 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1983232472 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9797] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9797/stat : 9797 (java) S 9789 9776 8890 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983232472 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9798] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9798/stat : 9798 (java) S 9789 9776 8890 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983232472 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883256

[startup+12.7022 s]
/proc/loadavg: 2.00 2.01 1.93 3/83 9798
/proc/meminfo: memFree=1725512/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=0.8
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 974 7970 0 1 3 0 71 6 15 0 1 0 1983232377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9776/statm: 3400 797 370 3 0 500 0
[pid=9789] ppid=9776 vsize=5356 CPUtime=0
/proc/9789/stat : 9789 (sh) S 9776 9776 8890 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983232468 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9789/statm: 1339 233 193 169 0 50 0
[pid=9790] ppid=9789 vsize=864300 CPUtime=11.71
/proc/9790/stat : 9790 (java) S 9789 9776 8890 0 -1 0 18959 0 1 0 1160 11 0 0 18 0 9 0 1983232468 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9790/statm: 216075 17477 2564 9 0 210622 0
[pid=9790/tid=9791] ppid=9789 vsize=864300 CPUtime=10.15
/proc/9790/task/9791/stat : 9791 (java) R 9789 9776 8890 0 -1 64 3298 0 1 0 1013 2 0 0 25 0 9 0 1983232469 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4126549072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9792] ppid=9789 vsize=864300 CPUtime=1.45
/proc/9790/task/9792/stat : 9792 (java) S 9789 9776 8890 0 -1 64 14628 0 0 0 138 7 0 0 16 0 9 0 1983232470 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9793] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9793/stat : 9793 (java) S 9789 9776 8890 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983232470 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9794] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9794/stat : 9794 (java) S 9789 9776 8890 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983232470 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9795] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9795/stat : 9795 (java) S 9789 9776 8890 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983232472 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9796] ppid=9789 vsize=864300 CPUtime=0.07
/proc/9790/task/9796/stat : 9796 (java) S 9789 9776 8890 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1983232472 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9797] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9797/stat : 9797 (java) S 9789 9776 8890 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983232472 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9798] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9798/stat : 9798 (java) S 9789 9776 8890 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983232472 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883256

[startup+25.5012 s]
/proc/loadavg: 2.00 2.01 1.93 3/83 9798
/proc/meminfo: memFree=1725448/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=0.8
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 974 7970 0 1 3 0 71 6 15 0 1 0 1983232377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9776/statm: 3400 797 370 3 0 500 0
[pid=9789] ppid=9776 vsize=5356 CPUtime=0
/proc/9789/stat : 9789 (sh) S 9776 9776 8890 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983232468 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9789/statm: 1339 233 193 169 0 50 0
[pid=9790] ppid=9789 vsize=864300 CPUtime=24.44
/proc/9790/stat : 9790 (java) S 9789 9776 8890 0 -1 0 18973 0 1 0 2433 11 0 0 18 0 9 0 1983232468 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9790/statm: 216075 17477 2564 9 0 210622 0
[pid=9790/tid=9791] ppid=9789 vsize=864300 CPUtime=22.83
/proc/9790/task/9791/stat : 9791 (java) R 9789 9776 8890 0 -1 64 3312 0 1 0 2281 2 0 0 25 0 9 0 1983232469 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4126547782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9792] ppid=9789 vsize=864300 CPUtime=1.51
/proc/9790/task/9792/stat : 9792 (java) S 9789 9776 8890 0 -1 64 14628 0 0 0 144 7 0 0 16 0 9 0 1983232470 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9793] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9793/stat : 9793 (java) S 9789 9776 8890 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983232470 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9794] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9794/stat : 9794 (java) S 9789 9776 8890 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983232470 885043200 17477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=9790/tid=9796] ppid=9789 vsize=864300 CPUtime=0.09
/proc/9790/task/9796/stat : 9796 (java) S 9789 9776 8890 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 1983232472 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9790/tid=9797] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9797/stat : 9797 (java) S 9789 9776 8890 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983232472 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9798] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9798/stat : 9798 (java) S 9789 9776 8890 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983232472 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.58
Current children cumulated vsize (KiB) 883256

[startup+702.302 s]
/proc/loadavg: 2.05 2.01 1.94 3/84 10104
/proc/meminfo: memFree=1615600/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=0.8
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 974 7970 0 1 3 0 71 6 16 0 1 0 1983232377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9776/statm: 3400 797 370 3 0 500 0
[pid=9789] ppid=9776 vsize=5356 CPUtime=0
/proc/9789/stat : 9789 (sh) S 9776 9776 8890 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983232468 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9789/statm: 1339 233 193 169 0 50 0
[pid=9790] ppid=9789 vsize=864300 CPUtime=700.75
/proc/9790/stat : 9790 (java) S 9789 9776 8890 0 -1 0 37351 0 1 0 70026 49 0 0 18 0 9 0 1983232468 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9790/statm: 216075 26828 2564 9 0 210622 0
[pid=9790/tid=9791] ppid=9789 vsize=864300 CPUtime=696.75
/proc/9790/task/9791/stat : 9791 (java) R 9789 9776 8890 0 -1 64 3746 0 1 0 69646 29 0 0 25 0 9 0 1983232469 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4126547813 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9790/tid=9792] ppid=9789 vsize=864300 CPUtime=3.87
/proc/9790/task/9792/stat : 9792 (java) S 9789 9776 8890 0 -1 64 32563 0 0 0 369 18 0 0 16 0 9 0 1983232470 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9790/tid=9793] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9793/stat : 9793 (java) S 9789 9776 8890 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983232470 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9790/tid=9794] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9794/stat : 9794 (java) S 9789 9776 8890 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983232470 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9795] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9795/stat : 9795 (java) S 9789 9776 8890 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983232472 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9796] ppid=9789 vsize=864300 CPUtime=0.09
/proc/9790/task/9796/stat : 9796 (java) S 9789 9776 8890 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 1983232472 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9790/tid=9797] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9797/stat : 9797 (java) S 9789 9776 8890 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983232472 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9790/tid=9798] ppid=9789 vsize=864300 CPUtime=0
/proc/9790/task/9798/stat : 9798 (java) S 9789 9776 8890 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983232472 885043200 26828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 701.55
Current children cumulated vsize (KiB) 883256

[startup+762.307 s]
/proc/loadavg: 2.02 2.01 1.94 3/76 10106
/proc/meminfo: memFree=1693616/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=755.79
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 1022 45675 0 2 3 0 75515 61 16 0 1 0 1983232377 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9776/statm: 3400 798 370 3 0 500 0
[pid=10105] ppid=9776 vsize=5356 CPUtime=0
/proc/10105/stat : 10105 (sh) S 9776 9776 8890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983308037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10105/statm: 1339 232 193 169 0 50 0
[pid=10106] ppid=10105 vsize=13608 CPUtime=5.63
/proc/10106/stat : 10106 (picosat) R 10105 9776 8890 0 -1 4194304 3248 0 0 0 270 293 0 0 25 0 1 0 1983308038 13934592 3234 996147200 134512640 134931368 4294956256 18446744073709551615 134546147 0 0 4096 0 0 0 0 17 1 0 0
/proc/10106/statm: 3402 3234 40 102 0 3297 0
Current children cumulated CPU time (s) 761.42
Current children cumulated vsize (KiB) 32564

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

[startup+767.902 s]
/proc/loadavg: 2.02 2.01 1.94 3/76 10106
/proc/meminfo: memFree=1681328/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=755.79
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 1022 45675 0 2 3 0 75515 61 16 0 1 0 1983232377 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9776/statm: 3400 798 370 3 0 500 0
[pid=10105] ppid=9776 vsize=5356 CPUtime=0
/proc/10105/stat : 10105 (sh) S 9776 9776 8890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983308037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10105/statm: 1339 232 193 169 0 50 0
[pid=10106] ppid=10105 vsize=26380 CPUtime=11.17
/proc/10106/stat : 10106 (picosat) R 10105 9776 8890 0 -1 4194304 6363 0 0 0 525 592 0 0 25 0 1 0 1983308038 27013120 6349 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/10106/statm: 6595 6349 40 102 0 6490 0
Current children cumulated CPU time (s) 766.96
Current children cumulated vsize (KiB) 45336

[startup+780.703 s]
/proc/loadavg: 2.01 2.01 1.94 3/76 10106
/proc/meminfo: memFree=1656304/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=755.79
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 1022 45675 0 2 3 0 75515 61 16 0 1 0 1983232377 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9776/statm: 3400 798 370 3 0 500 0
[pid=10105] ppid=9776 vsize=5356 CPUtime=0
/proc/10105/stat : 10105 (sh) S 9776 9776 8890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983308037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10105/statm: 1339 232 193 169 0 50 0
[pid=10106] ppid=10105 vsize=51528 CPUtime=23.86
/proc/10106/stat : 10106 (picosat) R 10105 9776 8890 0 -1 4194304 12489 0 0 0 1208 1178 0 0 25 0 1 0 1983308038 52764672 12475 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/10106/statm: 12882 12475 42 102 0 12777 0
Current children cumulated CPU time (s) 779.65
Current children cumulated vsize (KiB) 70484

[startup+787.102 s]
/proc/loadavg: 2.01 2.01 1.94 3/76 10106
/proc/meminfo: memFree=1656176/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=755.79
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 1022 45675 0 2 3 0 75515 61 16 0 1 0 1983232377 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9776/statm: 3400 798 370 3 0 500 0
[pid=10105] ppid=9776 vsize=5356 CPUtime=0
/proc/10105/stat : 10105 (sh) S 9776 9776 8890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983308037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10105/statm: 1339 232 193 169 0 50 0
[pid=10106] ppid=10105 vsize=51528 CPUtime=30.2
/proc/10106/stat : 10106 (picosat) R 10105 9776 8890 0 -1 4194304 12496 0 0 0 1842 1178 0 0 25 0 1 0 1983308038 52764672 12482 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10106/statm: 12882 12482 42 102 0 12777 0
Current children cumulated CPU time (s) 785.99
Current children cumulated vsize (KiB) 70484

[startup+793.502 s]
/proc/loadavg: 2.01 2.01 1.94 3/76 10106
/proc/meminfo: memFree=1656048/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=755.79
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 1022 45675 0 2 3 0 75515 61 16 0 1 0 1983232377 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9776/statm: 3400 798 370 3 0 500 0
[pid=10105] ppid=9776 vsize=5356 CPUtime=0
/proc/10105/stat : 10105 (sh) S 9776 9776 8890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983308037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10105/statm: 1339 232 193 169 0 50 0
[pid=10106] ppid=10105 vsize=51528 CPUtime=36.54
/proc/10106/stat : 10106 (picosat) R 10105 9776 8890 0 -1 4194304 12496 0 0 0 2476 1178 0 0 25 0 1 0 1983308038 52764672 12482 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10106/statm: 12882 12482 42 102 0 12777 0
Current children cumulated CPU time (s) 792.33
Current children cumulated vsize (KiB) 70484

[startup+795.102 s]
/proc/loadavg: 2.01 2.01 1.94 3/76 10106
/proc/meminfo: memFree=1656048/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=755.79
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 1022 45675 0 2 3 0 75515 61 16 0 1 0 1983232377 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9776/statm: 3400 798 370 3 0 500 0
[pid=10105] ppid=9776 vsize=5356 CPUtime=0
/proc/10105/stat : 10105 (sh) S 9776 9776 8890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983308037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10105/statm: 1339 232 193 169 0 50 0
[pid=10106] ppid=10105 vsize=51528 CPUtime=38.12
/proc/10106/stat : 10106 (picosat) R 10105 9776 8890 0 -1 4194304 12496 0 0 0 2634 1178 0 0 25 0 1 0 1983308038 52764672 12482 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10106/statm: 12882 12482 42 102 0 12777 0
Current children cumulated CPU time (s) 793.91
Current children cumulated vsize (KiB) 70484

[startup+795.902 s]
/proc/loadavg: 2.01 2.00 1.94 3/76 10106
/proc/meminfo: memFree=1656048/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=755.79
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 1022 45675 0 2 3 0 75515 61 16 0 1 0 1983232377 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9776/statm: 3400 798 370 3 0 500 0
[pid=10105] ppid=9776 vsize=5356 CPUtime=0
/proc/10105/stat : 10105 (sh) S 9776 9776 8890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983308037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10105/statm: 1339 232 193 169 0 50 0
[pid=10106] ppid=10105 vsize=51528 CPUtime=38.92
/proc/10106/stat : 10106 (picosat) R 10105 9776 8890 0 -1 4194304 12496 0 0 0 2714 1178 0 0 25 0 1 0 1983308038 52764672 12482 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10106/statm: 12882 12482 42 102 0 12777 0
Current children cumulated CPU time (s) 794.71
Current children cumulated vsize (KiB) 70484

[startup+796.701 s]
/proc/loadavg: 2.01 2.00 1.94 3/76 10106
/proc/meminfo: memFree=1656048/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=755.79
/proc/9776/stat : 9776 (sugar) S 9774 9776 8890 0 -1 4194304 1022 45675 0 2 3 0 75515 61 16 0 1 0 1983232377 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9776/statm: 3400 798 370 3 0 500 0
[pid=10105] ppid=9776 vsize=5356 CPUtime=0
/proc/10105/stat : 10105 (sh) S 9776 9776 8890 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983308037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10105/statm: 1339 232 193 169 0 50 0
[pid=10106] ppid=10105 vsize=51528 CPUtime=39.71
/proc/10106/stat : 10106 (picosat) R 10105 9776 8890 0 -1 4194304 12496 0 0 0 2793 1178 0 0 25 0 1 0 1983308038 52764672 12482 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/10106/statm: 12882 12482 42 102 0 12777 0
Current children cumulated CPU time (s) 795.5
Current children cumulated vsize (KiB) 70484

[startup+796.901 s]
/proc/loadavg: 2.01 2.00 1.94 3/76 10106
/proc/meminfo: memFree=1656048/2055920 swapFree=4179732/4192956
[pid=9776] ppid=9774 vsize=13600 CPUtime=795.7
/proc/9776/stat : 9776 (sugar) R 9774 9776 8890 0 -1 4194304 1116 62073 0 3 3 1 78323 1243 16 0 1 0 1983232377 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9776/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 795.7
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 796.913
CPU time (s): 795.736
CPU user time (s): 783.272
CPU system time (s): 12.4641
CPU usage (%): 99.8523
Max. virtual memory (cumulated for all children) (KiB): 889388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 783.272
system time used= 12.4641
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63219
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= 20435
involuntary context switches= 10882

runsolver used 0.969852 second user time and 2.69159 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-03 01:50:35
IDJOB=1048273
IDBENCH=54355
IDSOLVER=345
FILE ID=node69/1048273-1215042635
PBS_JOBID= 7875037
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-14_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-1048273-1215042635/watcher-1048273-1215042635 -o /tmp/evaluation-result-1048273-1215042635/solver-1048273-1215042635 -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-1048273-1215042635.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5610cc036ea79adfae60e963b5762b73
RANDOM SEED=608547312

node69.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.259
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.259
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:       1789760 kB
Buffers:         36124 kB
Cached:         158776 kB
SwapCached:       6788 kB
Active:         134688 kB
Inactive:        76400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789760 kB
SwapTotal:     4192956 kB
SwapFree:      4179732 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:          24116 kB
Slab:            40428 kB
Committed_AS:  3871084 kB
PageTables:       1912 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= 66520 MiB
End job on node69 at 2008-07-03 02:03:52