Trace number 1048135

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 885.68 887.459

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-1_ext.xml
MD5SUMc4fcf9157ac7aa9473df5899165401ff
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.730888
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.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 01:42:49 2008
0.00/0.04	c 0	PID 8828
0.04/0.05	c 0	HOST node15.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1048135-1215042169.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-1048135-1215042169.xml' 'HOME/temp.csp'
0.04/0.75	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.04/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.79	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.72/0.87	c 1	Parsing HOME/temp.csp
1.31/1.47	c 1	parsed 31 expressions
1.31/1.48	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.48	c 1	Converting to clausal form CSP
1.31/1.50	c 1	converted 4 (10%) expressions
1.31/1.50	c 1	converted 7 (20%) expressions
1.31/1.50	c 1	converted 10 (30%) expressions
1.31/1.50	c 1	converted 13 (40%) expressions
1.31/1.50	c 1	converted 16 (50%) expressions
1.31/1.50	c 1	converted 19 (60%) expressions
1.41/1.51	c 1	converted 22 (70%) expressions
1.51/1.60	c 1	converted 25 (80%) expressions
1.91/2.07	c 2	converted 28 (90%) expressions
2.61/2.74	c 3	converted 31 (100%) expressions
2.61/2.74	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.61/2.74	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.61/2.74	c 3	Propagation in CSP
2.61/2.74	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.74	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.61/2.74	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.61/2.74	c 3	Simplifing CSP by introducing new Boolean variables
2.61/2.74	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.61/2.74	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.96	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.81/2.97	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.81/2.97	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.81/2.97	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.81/2.97	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.81/2.97	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.81/2.97	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.81/2.98	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.81/2.98	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.81/2.98	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.81/2.98	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
145.46/145.66	c 145	1 (10%) CSP clauses are encoded (140843 clauses, 6554417 bytes)
289.20/289.43	c 289	2 (20%) CSP clauses are encoded (282206 clauses, 13141827 bytes)
438.04/438.35	c 438	3 (30%) CSP clauses are encoded (423189 clauses, 20152340 bytes)
581.09/581.48	c 581	4 (40%) CSP clauses are encoded (563637 clauses, 27380201 bytes)
735.43/735.81	c 736	5 (50%) CSP clauses are encoded (704597 clauses, 34200341 bytes)
735.43/735.81	c 736	5 CSP clauses encoded
735.43/735.81	c 736	Writing map file : HOME/temp.map
735.43/735.81	c 736	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
735.43/735.81	c 736	SAT : 180 SAT variables, 704597 SAT clauses, 34200341 bytes
735.43/735.81	c 736	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
735.43/735.83	c 736	SOLVING HOME/temp.cnf
735.43/735.83	c 736	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
885.51/887.32	c 887	DECODING HOME/temp.out WITH HOME/temp.map
885.51/887.32	c 887	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
885.54/887.40	c 887	Decoding HOME/temp.out
885.54/887.42	s UNSATISFIABLE
885.54/887.42	c 887	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
885.54/887.43	c 887	CPU 873.55 (0.03 0.01 873.52 12.08)
885.54/887.44	c 887	END Thu Jul  3 01:57: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-1048135-1215042169/watcher-1048135-1215042169 -o /tmp/evaluation-result-1048135-1215042169/solver-1048135-1215042169 -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-1048135-1215042169.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.07 2.02 1.86 4/81 8828
/proc/meminfo: memFree=1790136/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=18572 CPUtime=0
/proc/8828/stat : 8828 (runsolver) R 8826 8828 8165 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1983191510 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8828/statm: 4643 292 257 25 0 2626 0

[startup+0.0505431 s]
/proc/loadavg: 2.07 2.02 1.86 4/81 8828
/proc/meminfo: memFree=1790136/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=0.04
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1983191510 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8828/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.104783 s]
/proc/loadavg: 2.07 2.02 1.86 4/81 8828
/proc/meminfo: memFree=1790136/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=0.04
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983191510 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8828/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301474 s]
/proc/loadavg: 2.07 2.02 1.86 4/81 8828
/proc/meminfo: memFree=1790136/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=0.04
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983191510 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8828/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701513 s]
/proc/loadavg: 2.07 2.02 1.86 4/81 8828
/proc/meminfo: memFree=1790136/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=0.04
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983191510 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8828/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50158 s]
/proc/loadavg: 2.07 2.02 1.86 3/92 8850
/proc/meminfo: memFree=1780640/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=0.72
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 973 7972 0 1 3 1 63 5 15 0 1 0 1983191510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 797 370 3 0 500 0
[pid=8841] ppid=8828 vsize=5356 CPUtime=0
/proc/8841/stat : 8841 (sh) S 8828 8828 8165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983191589 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8841/statm: 1339 233 193 169 0 50 0
[pid=8842] ppid=8841 vsize=864356 CPUtime=0.69
/proc/8842/stat : 8842 (java) S 8841 8828 8165 0 -1 0 8144 0 1 0 66 3 0 0 20 0 9 0 1983191590 885100544 7385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8842/statm: 216089 7385 2540 9 0 210664 0
[pid=8842/tid=8843] ppid=8841 vsize=864356 CPUtime=0.43
/proc/8842/task/8843/stat : 8843 (java) R 8841 8828 8165 0 -1 64 2567 0 1 0 42 1 0 0 25 0 9 0 1983191591 885100544 7385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8844] ppid=8841 vsize=864356 CPUtime=0.21
/proc/8842/task/8844/stat : 8844 (java) S 8841 8828 8165 0 -1 64 4568 0 0 0 20 1 0 0 16 0 9 0 1983191592 885100544 7385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8845] ppid=8841 vsize=864356 CPUtime=0
/proc/8842/task/8845/stat : 8845 (java) S 8841 8828 8165 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983191592 885100544 7385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8846] ppid=8841 vsize=864356 CPUtime=0
/proc/8842/task/8846/stat : 8846 (java) S 8841 8828 8165 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983191592 885100544 7385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8847] ppid=8841 vsize=864356 CPUtime=0
/proc/8842/task/8847/stat : 8847 (java) S 8841 8828 8165 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1983191594 885100544 7385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8848] ppid=8841 vsize=864356 CPUtime=0.03
/proc/8842/task/8848/stat : 8848 (java) S 8841 8828 8165 0 -1 64 312 0 0 0 3 0 0 0 16 0 9 0 1983191594 885100544 7385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8849] ppid=8841 vsize=864356 CPUtime=0
/proc/8842/task/8849/stat : 8849 (java) S 8841 8828 8165 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1983191594 885100544 7385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8850] ppid=8841 vsize=864356 CPUtime=0
/proc/8842/task/8850/stat : 8850 (java) S 8841 8828 8165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983191594 885100544 7385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883312

[startup+3.10272 s]
/proc/loadavg: 2.07 2.02 1.86 4/92 8850
/proc/meminfo: memFree=1747424/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=0.72
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 974 7972 0 1 3 1 63 5 15 0 1 0 1983191510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 797 370 3 0 500 0
[pid=8841] ppid=8828 vsize=5356 CPUtime=0
/proc/8841/stat : 8841 (sh) S 8828 8828 8165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983191589 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8841/statm: 1339 233 193 169 0 50 0
[pid=8842] ppid=8841 vsize=864480 CPUtime=2.29
/proc/8842/stat : 8842 (java) S 8841 8828 8165 0 -1 0 18898 0 1 0 221 8 0 0 20 0 9 0 1983191590 885227520 17526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8842/statm: 216120 17526 2564 9 0 210667 0
[pid=8842/tid=8843] ppid=8841 vsize=864480 CPUtime=0.86
/proc/8842/task/8843/stat : 8843 (java) R 8841 8828 8165 0 -1 64 3289 0 1 0 85 1 0 0 25 0 9 0 1983191591 885227520 17526 996147200 134512640 134550740 4294955952 18446744073709551615 4126572544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8844] ppid=8841 vsize=864480 CPUtime=1.33
/proc/8842/task/8844/stat : 8844 (java) S 8841 8828 8165 0 -1 64 14576 0 0 0 127 6 0 0 16 0 9 0 1983191592 885227520 17526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8845] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8845/stat : 8845 (java) S 8841 8828 8165 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983191592 885227520 17526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8846] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8846/stat : 8846 (java) S 8841 8828 8165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983191592 885227520 17526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8847] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8847/stat : 8847 (java) S 8841 8828 8165 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1983191594 885227520 17526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8848] ppid=8841 vsize=864480 CPUtime=0.07
/proc/8842/task/8848/stat : 8848 (java) S 8841 8828 8165 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1983191594 885227520 17526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8849] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8849/stat : 8849 (java) S 8841 8828 8165 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1983191594 885227520 17526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8850] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8850/stat : 8850 (java) S 8841 8828 8165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983191594 885227520 17526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883436

[startup+6.30301 s]
/proc/loadavg: 2.07 2.02 1.86 3/92 8850
/proc/meminfo: memFree=1726432/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=0.72
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 974 7972 0 1 3 1 63 5 15 0 1 0 1983191510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 797 370 3 0 500 0
[pid=8841] ppid=8828 vsize=5356 CPUtime=0
/proc/8841/stat : 8841 (sh) S 8828 8828 8165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983191589 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8841/statm: 1339 233 193 169 0 50 0
[pid=8842] ppid=8841 vsize=864480 CPUtime=5.49
/proc/8842/stat : 8842 (java) S 8841 8828 8165 0 -1 0 18909 0 1 0 540 9 0 0 20 0 9 0 1983191590 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8842/statm: 216120 17527 2564 9 0 210667 0
[pid=8842/tid=8843] ppid=8841 vsize=864480 CPUtime=4.02
/proc/8842/task/8843/stat : 8843 (java) R 8841 8828 8165 0 -1 64 3299 0 1 0 401 1 0 0 25 0 9 0 1983191591 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4126553920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8844] ppid=8841 vsize=864480 CPUtime=1.36
/proc/8842/task/8844/stat : 8844 (java) S 8841 8828 8165 0 -1 64 14576 0 0 0 130 6 0 0 16 0 9 0 1983191592 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8845] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8845/stat : 8845 (java) S 8841 8828 8165 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983191592 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8846] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8846/stat : 8846 (java) S 8841 8828 8165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983191592 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8847] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8847/stat : 8847 (java) S 8841 8828 8165 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1983191594 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8848] ppid=8841 vsize=864480 CPUtime=0.08
/proc/8842/task/8848/stat : 8848 (java) S 8841 8828 8165 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 1983191594 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8849] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8849/stat : 8849 (java) S 8841 8828 8165 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1983191594 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8850] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8850/stat : 8850 (java) S 8841 8828 8165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983191594 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 883436

[startup+12.7026 s]
/proc/loadavg: 2.06 2.02 1.86 3/92 8850
/proc/meminfo: memFree=1726112/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=0.72
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 974 7972 0 1 3 1 63 5 15 0 1 0 1983191510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 797 370 3 0 500 0
[pid=8841] ppid=8828 vsize=5356 CPUtime=0
/proc/8841/stat : 8841 (sh) S 8828 8828 8165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983191589 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8841/statm: 1339 233 193 169 0 50 0
[pid=8842] ppid=8841 vsize=864480 CPUtime=11.89
/proc/8842/stat : 8842 (java) S 8841 8828 8165 0 -1 0 18909 0 1 0 1180 9 0 0 20 0 9 0 1983191590 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8842/statm: 216120 17527 2564 9 0 210667 0
[pid=8842/tid=8843] ppid=8841 vsize=864480 CPUtime=10.42
/proc/8842/task/8843/stat : 8843 (java) R 8841 8828 8165 0 -1 64 3299 0 1 0 1041 1 0 0 25 0 9 0 1983191591 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4126553898 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8844] ppid=8841 vsize=864480 CPUtime=1.36
/proc/8842/task/8844/stat : 8844 (java) S 8841 8828 8165 0 -1 64 14576 0 0 0 130 6 0 0 16 0 9 0 1983191592 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8845] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8845/stat : 8845 (java) S 8841 8828 8165 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983191592 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8846] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8846/stat : 8846 (java) S 8841 8828 8165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983191592 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8847] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8847/stat : 8847 (java) S 8841 8828 8165 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1983191594 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8848] ppid=8841 vsize=864480 CPUtime=0.08
/proc/8842/task/8848/stat : 8848 (java) S 8841 8828 8165 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 1983191594 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8849] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8849/stat : 8849 (java) S 8841 8828 8165 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1983191594 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8850] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8850/stat : 8850 (java) S 8841 8828 8165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983191594 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 883436

[startup+25.5017 s]
/proc/loadavg: 2.05 2.02 1.86 3/92 8850
/proc/meminfo: memFree=1726112/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=0.72
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 974 7972 0 1 3 1 63 5 15 0 1 0 1983191510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 797 370 3 0 500 0
[pid=8841] ppid=8828 vsize=5356 CPUtime=0
/proc/8841/stat : 8841 (sh) S 8828 8828 8165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983191589 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8841/statm: 1339 233 193 169 0 50 0
[pid=8842] ppid=8841 vsize=864480 CPUtime=24.68
/proc/8842/stat : 8842 (java) S 8841 8828 8165 0 -1 0 18924 0 1 0 2459 9 0 0 20 0 9 0 1983191590 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8842/statm: 216120 17527 2564 9 0 210667 0
[pid=8842/tid=8843] ppid=8841 vsize=864480 CPUtime=23.15
/proc/8842/task/8843/stat : 8843 (java) R 8841 8828 8165 0 -1 64 3314 0 1 0 2314 1 0 0 25 0 9 0 1983191591 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4126553920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8844] ppid=8841 vsize=864480 CPUtime=1.43
/proc/8842/task/8844/stat : 8844 (java) S 8841 8828 8165 0 -1 64 14576 0 0 0 137 6 0 0 16 0 9 0 1983191592 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8845] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8845/stat : 8845 (java) S 8841 8828 8165 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983191592 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8846] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8846/stat : 8846 (java) S 8841 8828 8165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983191592 885227520 17527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=8842/tid=8848] ppid=8841 vsize=864480 CPUtime=0.09
/proc/8842/task/8848/stat : 8848 (java) S 8841 8828 8165 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 1983191594 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8849] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8849/stat : 8849 (java) S 8841 8828 8165 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1983191594 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8850] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8850/stat : 8850 (java) S 8841 8828 8165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983191594 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 883436

[startup+702.302 s]
/proc/loadavg: 2.07 2.02 1.91 3/92 8850
/proc/meminfo: memFree=1659808/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=0.72
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 974 7972 0 1 3 1 63 5 16 0 1 0 1983191510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 797 370 3 0 500 0
[pid=8841] ppid=8828 vsize=5356 CPUtime=0
/proc/8841/stat : 8841 (sh) S 8828 8828 8165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983191589 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8841/statm: 1339 233 193 169 0 50 0
[pid=8842] ppid=8841 vsize=864480 CPUtime=701.23
/proc/8842/stat : 8842 (java) S 8841 8828 8165 0 -1 0 37621 0 1 0 70085 38 0 0 20 0 9 0 1983191590 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8842/statm: 216120 27194 2564 9 0 210667 0
[pid=8842/tid=8843] ppid=8841 vsize=864480 CPUtime=697.52
/proc/8842/task/8843/stat : 8843 (java) R 8841 8828 8165 0 -1 64 3742 0 1 0 69732 20 0 0 25 0 9 0 1983191591 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4126553926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8844] ppid=8841 vsize=864480 CPUtime=3.58
/proc/8842/task/8844/stat : 8844 (java) S 8841 8828 8165 0 -1 64 32834 0 0 0 342 16 0 0 16 0 9 0 1983191592 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8845] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8845/stat : 8845 (java) S 8841 8828 8165 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983191592 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8846] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8846/stat : 8846 (java) S 8841 8828 8165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983191592 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8847] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8847/stat : 8847 (java) S 8841 8828 8165 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1983191594 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8848] ppid=8841 vsize=864480 CPUtime=0.09
/proc/8842/task/8848/stat : 8848 (java) S 8841 8828 8165 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 1983191594 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8849] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8849/stat : 8849 (java) S 8841 8828 8165 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1983191594 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8842/tid=8850] ppid=8841 vsize=864480 CPUtime=0
/proc/8842/task/8850/stat : 8850 (java) S 8841 8828 8165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983191594 885227520 27194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 883436

[startup+762.307 s]
/proc/loadavg: 2.02 2.01 1.91 3/84 8852
/proc/meminfo: memFree=1702048/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=735.48
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 1022 45946 0 2 3 1 73495 49 16 0 1 0 1983191510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 798 370 3 0 500 0
[pid=8851] ppid=8828 vsize=5356 CPUtime=0
/proc/8851/stat : 8851 (sh) S 8828 8828 8165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983265093 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8851/statm: 1339 232 193 169 0 50 0
[pid=8852] ppid=8851 vsize=51660 CPUtime=26.21
/proc/8852/stat : 8852 (picosat) R 8851 8828 8165 0 -1 4194304 12507 0 0 0 1466 1155 0 0 25 0 1 0 1983265094 52899840 12493 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8852/statm: 12915 12493 42 102 0 12810 0
Current children cumulated CPU time (s) 761.69
Current children cumulated vsize (KiB) 70616

[startup+822.301 s]
/proc/loadavg: 2.01 2.00 1.91 3/84 8852
/proc/meminfo: memFree=1701920/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=735.48
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 1022 45946 0 2 3 1 73495 49 16 0 1 0 1983191510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 798 370 3 0 500 0
[pid=8851] ppid=8828 vsize=5356 CPUtime=0
/proc/8851/stat : 8851 (sh) S 8828 8828 8165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983265093 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8851/statm: 1339 232 193 169 0 50 0
[pid=8852] ppid=8851 vsize=51792 CPUtime=85.64
/proc/8852/stat : 8852 (picosat) R 8851 8828 8165 0 -1 4194304 12547 0 0 0 7409 1155 0 0 25 0 1 0 1983265094 53035008 12533 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/8852/statm: 12948 12533 42 102 0 12843 0
Current children cumulated CPU time (s) 821.12
Current children cumulated vsize (KiB) 70748

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 8852
/proc/meminfo: memFree=1701920/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=735.48
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 1022 45946 0 2 3 1 73495 49 16 0 1 0 1983191510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 798 370 3 0 500 0
[pid=8851] ppid=8828 vsize=5356 CPUtime=0
/proc/8851/stat : 8851 (sh) S 8828 8828 8165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983265093 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8851/statm: 1339 232 193 169 0 50 0
[pid=8852] ppid=8851 vsize=51792 CPUtime=145.07
/proc/8852/stat : 8852 (picosat) R 8851 8828 8165 0 -1 4194304 12547 0 0 0 13352 1155 0 0 25 0 1 0 1983265094 53035008 12533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8852/statm: 12948 12533 42 102 0 12843 0
Current children cumulated CPU time (s) 880.55
Current children cumulated vsize (KiB) 70748

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

[startup+883.102 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 8852
/proc/meminfo: memFree=1701920/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=735.48
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 1022 45946 0 2 3 1 73495 49 16 0 1 0 1983191510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 798 370 3 0 500 0
[pid=8851] ppid=8828 vsize=5356 CPUtime=0
/proc/8851/stat : 8851 (sh) S 8828 8828 8165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983265093 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8851/statm: 1339 232 193 169 0 50 0
[pid=8852] ppid=8851 vsize=51792 CPUtime=145.87
/proc/8852/stat : 8852 (picosat) R 8851 8828 8165 0 -1 4194304 12547 0 0 0 13432 1155 0 0 25 0 1 0 1983265094 53035008 12533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8852/statm: 12948 12533 42 102 0 12843 0
Current children cumulated CPU time (s) 881.35
Current children cumulated vsize (KiB) 70748

[startup+884.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 8852
/proc/meminfo: memFree=1701920/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=735.48
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 1022 45946 0 2 3 1 73495 49 16 0 1 0 1983191510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 798 370 3 0 500 0
[pid=8851] ppid=8828 vsize=5356 CPUtime=0
/proc/8851/stat : 8851 (sh) S 8828 8828 8165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983265093 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8851/statm: 1339 232 193 169 0 50 0
[pid=8852] ppid=8851 vsize=51792 CPUtime=147.45
/proc/8852/stat : 8852 (picosat) R 8851 8828 8165 0 -1 4194304 12547 0 0 0 13590 1155 0 0 25 0 1 0 1983265094 53035008 12533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8852/statm: 12948 12533 42 102 0 12843 0
Current children cumulated CPU time (s) 882.93
Current children cumulated vsize (KiB) 70748

[startup+886.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 8852
/proc/meminfo: memFree=1701920/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=735.48
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 1022 45946 0 2 3 1 73495 49 16 0 1 0 1983191510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 798 370 3 0 500 0
[pid=8851] ppid=8828 vsize=5356 CPUtime=0
/proc/8851/stat : 8851 (sh) S 8828 8828 8165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983265093 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8851/statm: 1339 232 193 169 0 50 0
[pid=8852] ppid=8851 vsize=51792 CPUtime=149.04
/proc/8852/stat : 8852 (picosat) R 8851 8828 8165 0 -1 4194304 12547 0 0 0 13749 1155 0 0 25 0 1 0 1983265094 53035008 12533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8852/statm: 12948 12533 42 102 0 12843 0
Current children cumulated CPU time (s) 884.52
Current children cumulated vsize (KiB) 70748

[startup+887.102 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 8852
/proc/meminfo: memFree=1701920/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=735.48
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 1022 45946 0 2 3 1 73495 49 16 0 1 0 1983191510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 798 370 3 0 500 0
[pid=8851] ppid=8828 vsize=5356 CPUtime=0
/proc/8851/stat : 8851 (sh) S 8828 8828 8165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983265093 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8851/statm: 1339 232 193 169 0 50 0
[pid=8852] ppid=8851 vsize=51792 CPUtime=149.83
/proc/8852/stat : 8852 (picosat) R 8851 8828 8165 0 -1 4194304 12547 0 0 0 13828 1155 0 0 25 0 1 0 1983265094 53035008 12533 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/8852/statm: 12948 12533 42 102 0 12843 0
Current children cumulated CPU time (s) 885.31
Current children cumulated vsize (KiB) 70748

[startup+887.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 8852
/proc/meminfo: memFree=1701920/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=735.48
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 1022 45946 0 2 3 1 73495 49 16 0 1 0 1983191510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8828/statm: 3400 798 370 3 0 500 0
[pid=8851] ppid=8828 vsize=5356 CPUtime=0
/proc/8851/stat : 8851 (sh) S 8828 8828 8165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983265093 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8851/statm: 1339 232 193 169 0 50 0
[pid=8852] ppid=8851 vsize=51796 CPUtime=150.03
/proc/8852/stat : 8852 (picosat) R 8851 8828 8165 0 -1 4194304 12548 0 0 0 13848 1155 0 0 25 0 1 0 1983265094 53039104 12534 996147200 134512640 134931368 4294956256 18446744073709551615 134581907 0 0 4096 0 0 0 0 17 1 0 0
/proc/8852/statm: 12949 12534 42 102 0 12844 0
Current children cumulated CPU time (s) 885.51
Current children cumulated vsize (KiB) 70752

[startup+887.402 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 8852
/proc/meminfo: memFree=1701920/2055920 swapFree=4180972/4192956
[pid=8828] ppid=8826 vsize=13600 CPUtime=885.54
/proc/8828/stat : 8828 (sugar) S 8826 8828 8165 0 -1 4194304 1070 58781 0 2 3 1 87345 1205 17 0 1 0 1983191510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8828/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 885.54
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 887.459
CPU time (s): 885.68
CPU user time (s): 873.559
CPU system time (s): 12.1212
CPU usage (%): 99.7996
Max. virtual memory (cumulated for all children) (KiB): 889568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 873.559
system time used= 12.1212
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63541
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= 20021
involuntary context switches= 28380

runsolver used 1.05384 second user time and 3.00254 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-03 01:42:49
IDJOB=1048135
IDBENCH=54349
IDSOLVER=345
FILE ID=node15/1048135-1215042169
PBS_JOBID= 7875143
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c4fcf9157ac7aa9473df5899165401ff
RANDOM SEED=119078352

node15.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.229
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.229
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:       1790616 kB
Buffers:         31580 kB
Cached:         140764 kB
SwapCached:       6020 kB
Active:         130820 kB
Inactive:        64128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790616 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:          38812 kB
Slab:            55328 kB
Committed_AS:  3429984 kB
PageTables:       2012 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= 66548 MiB
End job on node15 at 2008-07-03 01:57:36