Trace number 1064819

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 253.6 257.332

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-cache-ibm-q-unbounded-Icl2arity-ucl.xml
MD5SUM9d4795f9e32ba7017720fe7b897ab8b7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark140.591
Satisfiable
(Un)Satisfiability was proved
Number of variables23837
Number of constraints67567
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67567
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/picosat
0.00/0.14	c 0	BEGIN Fri Jul  4 06:03:21 2008
0.00/0.14	c 0	PID 3281
0.00/0.14	c 0	HOST node34.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1064819-1215144200.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064819-1215144200.xml' 'HOME/temp.csp'
4.02/4.29	c 4	3 domains, 23837 variables, 11 predicates, 0 relations, 67567 constraints
4.12/4.33	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
4.12/4.33	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
4.16/4.42	c 4	Parsing HOME/temp.csp
4.16/4.91	c 5	parsed 10000 expressions
4.16/5.11	c 5	parsed 20000 expressions
4.16/5.34	c 5	parsed 30000 expressions
5.30/5.53	c 5	parsed 40000 expressions
5.58/5.80	c 6	parsed 50000 expressions
5.69/5.99	c 6	parsed 60000 expressions
6.09/6.35	c 6	parsed 70000 expressions
6.28/6.59	c 7	parsed 80000 expressions
6.67/6.91	c 7	parsed 90000 expressions
6.77/7.01	c 7	parsed 91418 expressions
6.77/7.02	c 7	Heap : 32 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.77/7.02	c 7	Converting to clausal form CSP
6.77/7.08	c 7	converted 9142 (10%) expressions
6.77/7.10	c 7	converted 18284 (20%) expressions
7.36/7.60	c 8	converted 27426 (30%) expressions
7.47/7.78	c 8	converted 36568 (40%) expressions
7.66/7.96	c 8	converted 45709 (50%) expressions
7.85/8.15	c 8	converted 54851 (60%) expressions
8.06/8.33	c 8	converted 63993 (70%) expressions
8.26/8.55	c 8	converted 73135 (80%) expressions
8.46/8.78	c 9	converted 82277 (90%) expressions
11.42/11.71	c 12	converted 91418 (100%) expressions
11.42/11.73	c 12	CSP : 54493 integers, 0 booleans, 125766 clauses, largest domain size 150
11.42/11.73	c 12	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.42/11.73	c 12	Propagation in CSP
12.10/12.49	c 12	13837 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.20/12.51	c 12	CSP : 54493 integers, 0 booleans, 125766 clauses, largest domain size 128
12.20/12.51	c 12	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.20/12.55	c 12	Simplifing CSP by introducing new Boolean variables
12.30/12.60	c 13	CSP : 54493 integers, 0 booleans, 125766 clauses, largest domain size 128
12.30/12.60	c 13	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.89/13.23	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.89/13.27	c 13	5450 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.89/13.28	c 13	10899 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.89/13.29	c 13	16348 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.89/13.30	c 13	21798 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.99/13.40	c 13	27247 (50%) CSP integer variables are encoded (72221 clauses, 1083379 bytes)
13.29/13.63	c 14	32696 (60%) CSP integer variables are encoded (245029 clauses, 4017784 bytes)
13.48/13.87	c 14	38146 (70%) CSP integer variables are encoded (420918 clauses, 7007897 bytes)
13.78/14.10	c 14	43595 (80%) CSP integer variables are encoded (597660 clauses, 10012511 bytes)
13.98/14.33	c 14	49044 (90%) CSP integer variables are encoded (773820 clauses, 13007231 bytes)
14.18/14.56	c 14	54493 (100%) CSP integer variables are encoded (952216 clauses, 16050612 bytes)
14.37/14.70	c 15	12577 (10%) CSP clauses are encoded (964793 clauses, 16217253 bytes)
14.37/14.78	c 15	25154 (20%) CSP clauses are encoded (977370 clauses, 16387641 bytes)
14.47/14.87	c 15	37730 (30%) CSP clauses are encoded (989946 clauses, 16576281 bytes)
14.57/14.99	c 15	50307 (40%) CSP clauses are encoded (1002523 clauses, 16797856 bytes)
15.16/15.55	c 15	62883 (50%) CSP clauses are encoded (1132612 clauses, 19463950 bytes)
18.80/19.26	c 19	75460 (60%) CSP clauses are encoded (3032396 clauses, 62801975 bytes)
25.45/26.19	c 26	88037 (70%) CSP clauses are encoded (6478880 clauses, 145007124 bytes)
32.10/32.95	c 33	100613 (80%) CSP clauses are encoded (9937796 clauses, 227684318 bytes)
39.01/40.26	c 40	113190 (90%) CSP clauses are encoded (13498286 clauses, 312782807 bytes)
46.01/47.48	c 47	125766 (100%) CSP clauses are encoded (17117228 clauses, 399661078 bytes)
46.01/47.48	c 47	125766 CSP clauses encoded
46.01/47.48	c 47	Writing map file : HOME/temp.map
46.10/47.60	c 48	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.20/47.60	c 48	SAT : 1005487 SAT variables, 17117228 SAT clauses, 399661078 bytes
46.20/47.60	c 48	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.23/47.71	c 48	SOLVING HOME/temp.cnf
46.23/47.71	c 48	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
252.85/256.63	c 257	DECODING HOME/temp.out WITH HOME/temp.map
252.85/256.63	c 257	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
252.90/256.72	c 257	Decoding HOME/temp.out
252.90/257.10	s UNSATISFIABLE
252.90/257.10	c 257	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
252.90/257.12	c 257	CPU 167.86 (0.06 0.01 167.8 85.5)
252.90/257.12	c 257	END Fri Jul  4 06:07:38 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-1064819-1215144200/watcher-1064819-1215144200 -o /tmp/evaluation-result-1064819-1215144200/solver-1064819-1215144200 -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-1064819-1215144200.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.13 2.10 2.10 4/82 3281
/proc/meminfo: memFree=1068160/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=18572 CPUtime=0
/proc/3281/stat : 3281 (runsolver) R 3279 3281 870 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993393578 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3281/statm: 4643 292 257 25 0 2626 0

[startup+0.036473 s]
/proc/loadavg: 2.13 2.10 2.10 4/82 3281
/proc/meminfo: memFree=1068160/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=12268 CPUtime=0
/proc/3281/stat : 3281 (sugar) D 3279 3281 870 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1993393578 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254195497573 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/3281/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102456 s]
/proc/loadavg: 2.13 2.10 2.10 4/82 3281
/proc/meminfo: memFree=1068160/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=12412 CPUtime=0
/proc/3281/stat : 3281 (sugar) D 3279 3281 870 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 1993393578 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/3281/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301487 s]
/proc/loadavg: 2.13 2.10 2.10 4/82 3281
/proc/meminfo: memFree=1068160/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=0.03
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993393578 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702558 s]
/proc/loadavg: 2.13 2.10 2.10 4/82 3281
/proc/meminfo: memFree=1068160/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=0.03
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993393578 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50168 s]
/proc/loadavg: 2.13 2.10 2.10 4/93 3293
/proc/meminfo: memFree=1038184/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=0.03
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993393578 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 796 370 3 0 500 0
[pid=3284] ppid=3281 vsize=5356 CPUtime=0
/proc/3284/stat : 3284 (sh) S 3281 3281 870 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1993393592 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3284/statm: 1339 233 193 169 0 50 0
[pid=3285] ppid=3284 vsize=864656 CPUtime=1.32
/proc/3285/stat : 3285 (java) S 3284 3281 870 0 -1 0 16145 0 1 0 121 11 0 0 18 0 9 0 1993393593 885407744 13694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3285/statm: 216164 13694 2529 9 0 210746 0
[pid=3285/tid=3286] ppid=3284 vsize=864656 CPUtime=0.65
/proc/3285/task/3286/stat : 3286 (java) R 3284 3281 870 0 -1 64 3019 0 1 0 63 2 0 0 25 0 9 0 1993393594 885407744 13694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3287] ppid=3284 vsize=864656 CPUtime=0.55
/proc/3285/task/3287/stat : 3287 (java) R 3284 3281 870 0 -1 64 11940 0 0 0 47 8 0 0 16 0 9 0 1993393595 885407744 13694 996147200 134512640 134550740 4294956016 18446744073709551615 104457093 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3288] ppid=3284 vsize=864656 CPUtime=0
/proc/3285/task/3288/stat : 3288 (java) S 3284 3281 870 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993393595 885407744 13694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3289] ppid=3284 vsize=864656 CPUtime=0
/proc/3285/task/3289/stat : 3289 (java) S 3284 3281 870 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1993393595 885407744 13694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3290] ppid=3284 vsize=864656 CPUtime=0
/proc/3285/task/3290/stat : 3290 (java) S 3284 3281 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993393598 885407744 13694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3291] ppid=3284 vsize=864656 CPUtime=0.1
/proc/3285/task/3291/stat : 3291 (java) S 3284 3281 870 0 -1 64 486 0 0 0 10 0 0 0 16 0 9 0 1993393598 885407744 13694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3292] ppid=3284 vsize=864656 CPUtime=0
/proc/3285/task/3292/stat : 3292 (java) S 3284 3281 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993393598 885407744 13694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3293] ppid=3284 vsize=864656 CPUtime=0
/proc/3285/task/3293/stat : 3293 (java) S 3284 3281 870 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993393598 885407744 13694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 883612

[startup+3.10293 s]
/proc/loadavg: 2.13 2.10 2.10 4/93 3293
/proc/meminfo: memFree=999336/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=0.03
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993393578 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 796 370 3 0 500 0
[pid=3284] ppid=3281 vsize=5356 CPUtime=0
/proc/3284/stat : 3284 (sh) S 3281 3281 870 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1993393592 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3284/statm: 1339 233 193 169 0 50 0
[pid=3285] ppid=3284 vsize=864676 CPUtime=2.9
/proc/3285/stat : 3285 (java) S 3284 3281 870 0 -1 0 32495 0 1 0 268 22 0 0 18 0 9 0 1993393593 885428224 27095 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3285/statm: 216169 27095 2529 9 0 210751 0
[pid=3285/tid=3286] ppid=3284 vsize=864676 CPUtime=1.3
/proc/3285/task/3286/stat : 3286 (java) R 3284 3281 870 0 -1 64 3863 0 1 0 127 3 0 0 25 0 9 0 1993393594 885428224 27095 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3287] ppid=3284 vsize=864676 CPUtime=1.45
/proc/3285/task/3287/stat : 3287 (java) R 3284 3281 870 0 -1 64 27429 0 0 0 128 17 0 0 16 0 9 0 1993393595 885428224 27095 996147200 134512640 134550740 4294956016 18446744073709551615 102723250 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3288] ppid=3284 vsize=864676 CPUtime=0
/proc/3285/task/3288/stat : 3288 (java) S 3284 3281 870 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993393595 885428224 27095 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3289] ppid=3284 vsize=864676 CPUtime=0
/proc/3285/task/3289/stat : 3289 (java) S 3284 3281 870 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993393595 885428224 27095 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3290] ppid=3284 vsize=864676 CPUtime=0
/proc/3285/task/3290/stat : 3290 (java) S 3284 3281 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993393598 885428224 27095 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3291] ppid=3284 vsize=864676 CPUtime=0.13
/proc/3285/task/3291/stat : 3291 (java) S 3284 3281 870 0 -1 64 503 0 0 0 13 0 0 0 16 0 9 0 1993393598 885428224 27095 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3292] ppid=3284 vsize=864676 CPUtime=0
/proc/3285/task/3292/stat : 3292 (java) S 3284 3281 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993393598 885428224 27095 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3285/tid=3293] ppid=3284 vsize=864676 CPUtime=0
/proc/3285/task/3293/stat : 3293 (java) S 3284 3281 870 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993393598 885428224 27095 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 883632

[startup+6.30242 s]
/proc/loadavg: 2.20 2.12 2.11 3/93 3303
/proc/meminfo: memFree=1047208/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=4.16
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 973 36495 0 1 3 1 384 28 15 0 1 0 1993393578 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993394012 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=865124 CPUtime=1.93
/proc/3295/stat : 3295 (java) S 3294 3281 870 0 -1 0 10940 0 1 0 186 7 0 0 18 0 9 0 1993394012 885886976 9482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3295/statm: 216281 9482 2532 9 0 210863 0
[pid=3295/tid=3296] ppid=3294 vsize=865124 CPUtime=1.22
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 870 0 -1 64 2755 0 1 0 120 2 0 0 25 0 9 0 1993394013 885886976 9482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3297] ppid=3294 vsize=865124 CPUtime=0.61
/proc/3295/task/3297/stat : 3297 (java) R 3294 3281 870 0 -1 64 7152 0 0 0 57 4 0 0 16 0 9 0 1993394014 885886976 9482 996147200 134512640 134550740 4294955952 18446744073709551615 104182133 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3298] ppid=3294 vsize=865124 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 870 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993394014 885886976 9482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=865124 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 870 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993394014 885886976 9482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3300] ppid=3294 vsize=865124 CPUtime=0
/proc/3295/task/3300/stat : 3300 (java) S 3294 3281 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993394016 885886976 9482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3301] ppid=3294 vsize=865124 CPUtime=0.07
/proc/3295/task/3301/stat : 3301 (java) S 3294 3281 870 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1993394016 885886976 9482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3302] ppid=3294 vsize=865124 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993394016 885886976 9482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=865124 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) S 3294 3281 870 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993394016 885886976 9482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 884080

[startup+12.7014 s]
/proc/loadavg: 2.19 2.12 2.11 3/93 3303
/proc/meminfo: memFree=953832/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=4.17
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 974 36495 0 1 4 1 384 28 15 0 1 0 1993393578 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993394012 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=871688 CPUtime=8.23
/proc/3295/stat : 3295 (java) S 3294 3281 870 0 -1 0 43433 0 1 0 794 29 0 0 18 0 9 0 1993394012 892608512 30409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3295/statm: 217922 30409 2541 9 0 212497 0
[pid=3295/tid=3296] ppid=3294 vsize=871688 CPUtime=5.26
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 870 0 -1 64 3787 0 1 0 522 4 0 0 25 0 9 0 1993394013 892608512 30409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3297] ppid=3294 vsize=871688 CPUtime=2.71
/proc/3295/task/3297/stat : 3297 (java) R 3294 3281 870 0 -1 64 37463 0 0 0 248 23 0 0 16 0 9 0 1993394014 892608512 30409 996147200 134512640 134550740 4294955952 18446744073709551615 102721955 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3298] ppid=3294 vsize=871688 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 870 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 1993394014 892608512 30409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=871688 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 870 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 1993394014 892608512 30409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3300] ppid=3294 vsize=871688 CPUtime=0
/proc/3295/task/3300/stat : 3300 (java) S 3294 3281 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993394016 892608512 30409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3301] ppid=3294 vsize=871688 CPUtime=0.23
/proc/3295/task/3301/stat : 3301 (java) S 3294 3281 870 0 -1 64 1487 0 0 0 23 0 0 0 16 0 9 0 1993394016 892608512 30409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3302] ppid=3294 vsize=871688 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993394016 892608512 30409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=871688 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) S 3294 3281 870 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993394016 892608512 30409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 890644

[startup+25.5024 s]
/proc/loadavg: 2.22 2.13 2.11 3/93 3303
/proc/meminfo: memFree=820136/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=4.17
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 974 36495 0 1 4 1 384 28 16 0 1 0 1993393578 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993394012 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=868512 CPUtime=20.69
/proc/3295/stat : 3295 (java) S 3294 3281 870 0 -1 0 45251 0 1 0 1951 118 0 0 18 0 9 0 1993394012 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3295/statm: 217128 29667 2565 9 0 211675 0
[pid=3295/tid=3296] ppid=3294 vsize=868512 CPUtime=16.89
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 870 0 -1 64 4286 0 1 0 1600 89 0 0 25 0 9 0 1993394013 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4126675384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3297] ppid=3294 vsize=868512 CPUtime=3.49
/proc/3295/task/3297/stat : 3297 (java) S 3294 3281 870 0 -1 64 38755 0 0 0 322 27 0 0 16 0 9 0 1993394014 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3298] ppid=3294 vsize=868512 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 870 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 1993394014 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=868512 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 870 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 1993394014 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=3295/tid=3302] ppid=3294 vsize=868512 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993394016 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=868512 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) S 3294 3281 870 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993394016 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 887468

[startup+51.1024 s]
/proc/loadavg: 2.55 2.21 2.14 3/85 3305
/proc/meminfo: memFree=626664/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=46.24
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 1023 82887 0 3 6 1 4295 322 16 0 1 0 1993393578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 799 370 3 0 500 0
[pid=3304] ppid=3281 vsize=5356 CPUtime=0
/proc/3304/stat : 3304 (sh) S 3281 3281 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993398349 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3304/statm: 1339 232 193 169 0 50 0
[pid=3305] ppid=3304 vsize=46208 CPUtime=3.11
/proc/3305/stat : 3305 (picosat) R 3304 3281 870 0 -1 4194304 10831 0 0 0 140 171 0 0 25 0 1 0 1993398350 47316992 10806 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3305/statm: 11552 10806 40 102 0 11447 0
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (KiB) 65164

[startup+102.307 s]
/proc/loadavg: 2.24 2.18 2.13 4/85 3305
/proc/meminfo: memFree=400040/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=46.24
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 1023 82887 0 3 6 1 4295 322 16 0 1 0 1993393578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 799 370 3 0 500 0
[pid=3304] ppid=3281 vsize=5356 CPUtime=0
/proc/3304/stat : 3304 (sh) S 3281 3281 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993398349 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3304/statm: 1339 232 193 169 0 50 0
[pid=3305] ppid=3304 vsize=281040 CPUtime=53.81
/proc/3305/stat : 3305 (picosat) R 3304 3281 870 0 -1 4194304 66000 0 0 0 2467 2914 0 0 25 0 1 0 1993398350 287784960 65975 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3305/statm: 70260 65975 40 102 0 70155 0
Current children cumulated CPU time (s) 100.05
Current children cumulated vsize (KiB) 299996

[startup+162.302 s]
/proc/loadavg: 2.12 2.16 2.12 4/85 3305
/proc/meminfo: memFree=181096/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=46.24
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 1023 82887 0 3 6 1 4295 322 16 0 1 0 1993393578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 799 370 3 0 500 0
[pid=3304] ppid=3281 vsize=5356 CPUtime=0
/proc/3304/stat : 3304 (sh) S 3281 3281 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993398349 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3304/statm: 1339 232 193 169 0 50 0
[pid=3305] ppid=3304 vsize=510356 CPUtime=113.23
/proc/3305/stat : 3305 (picosat) R 3304 3281 870 0 -1 4194304 121127 0 0 0 5182 6141 0 0 25 0 1 0 1993398350 522604544 121102 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3305/statm: 127589 121102 40 102 0 127484 0
Current children cumulated CPU time (s) 159.47
Current children cumulated vsize (KiB) 529312

[startup+222.302 s]
/proc/loadavg: 2.24 2.18 2.13 3/85 3305
/proc/meminfo: memFree=32232/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=46.24
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 1023 82887 0 3 6 1 4295 322 16 0 1 0 1993393578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 799 370 3 0 500 0
[pid=3304] ppid=3281 vsize=5356 CPUtime=0
/proc/3304/stat : 3304 (sh) S 3281 3281 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993398349 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3304/statm: 1339 232 193 169 0 50 0
[pid=3305] ppid=3304 vsize=653608 CPUtime=172.66
/proc/3305/stat : 3305 (picosat) R 3304 3281 870 0 -1 4194304 157627 0 0 0 9053 8213 0 0 25 0 1 0 1993398350 669294592 157602 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3305/statm: 163402 157602 42 102 0 163297 0
Current children cumulated CPU time (s) 218.9
Current children cumulated vsize (KiB) 672564

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

[startup+230.301 s]
/proc/loadavg: 2.22 2.18 2.13 3/85 3305
/proc/meminfo: memFree=32168/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=46.24
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 1023 82887 0 3 6 1 4295 322 16 0 1 0 1993393578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 799 370 3 0 500 0
[pid=3304] ppid=3281 vsize=5356 CPUtime=0
/proc/3304/stat : 3304 (sh) S 3281 3281 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993398349 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3304/statm: 1339 232 193 169 0 50 0
[pid=3305] ppid=3304 vsize=653608 CPUtime=180.58
/proc/3305/stat : 3305 (picosat) R 3304 3281 870 0 -1 4194304 157628 0 0 0 9845 8213 0 0 25 0 1 0 1993398350 669294592 157603 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3305/statm: 163402 157603 42 102 0 163297 0
Current children cumulated CPU time (s) 226.82
Current children cumulated vsize (KiB) 672564

[startup+243.107 s]
/proc/loadavg: 2.24 2.19 2.13 3/85 3305
/proc/meminfo: memFree=32168/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=46.24
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 1023 82887 0 3 6 1 4295 322 16 0 1 0 1993393578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 799 370 3 0 500 0
[pid=3304] ppid=3281 vsize=5356 CPUtime=0
/proc/3304/stat : 3304 (sh) S 3281 3281 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993398349 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3304/statm: 1339 232 193 169 0 50 0
[pid=3305] ppid=3304 vsize=653608 CPUtime=193.26
/proc/3305/stat : 3305 (picosat) R 3304 3281 870 0 -1 4194304 157637 0 0 0 11113 8213 0 0 25 0 1 0 1993398350 669294592 157612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3305/statm: 163402 157612 42 102 0 163297 0
Current children cumulated CPU time (s) 239.5
Current children cumulated vsize (KiB) 672564

[startup+249.502 s]
/proc/loadavg: 2.22 2.18 2.13 3/85 3305
/proc/meminfo: memFree=31976/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=46.24
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 1023 82887 0 3 6 1 4295 322 16 0 1 0 1993393578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 799 370 3 0 500 0
[pid=3304] ppid=3281 vsize=5356 CPUtime=0
/proc/3304/stat : 3304 (sh) S 3281 3281 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993398349 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3304/statm: 1339 232 193 169 0 50 0
[pid=3305] ppid=3304 vsize=653740 CPUtime=199.59
/proc/3305/stat : 3305 (picosat) R 3304 3281 870 0 -1 4194304 157670 0 0 0 11746 8213 0 0 25 0 1 0 1993398350 669429760 157645 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/3305/statm: 163435 157645 42 102 0 163330 0
Current children cumulated CPU time (s) 245.83
Current children cumulated vsize (KiB) 672696

[startup+252.702 s]
/proc/loadavg: 2.20 2.18 2.13 3/85 3305
/proc/meminfo: memFree=31976/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=46.24
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 1023 82887 0 3 6 1 4295 322 16 0 1 0 1993393578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 799 370 3 0 500 0
[pid=3304] ppid=3281 vsize=5356 CPUtime=0
/proc/3304/stat : 3304 (sh) S 3281 3281 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993398349 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3304/statm: 1339 232 193 169 0 50 0
[pid=3305] ppid=3304 vsize=653740 CPUtime=202.76
/proc/3305/stat : 3305 (picosat) R 3304 3281 870 0 -1 4194304 157679 0 0 0 12063 8213 0 0 25 0 1 0 1993398350 669429760 157654 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/3305/statm: 163435 157654 42 102 0 163330 0
Current children cumulated CPU time (s) 249
Current children cumulated vsize (KiB) 672696

[startup+255.901 s]
/proc/loadavg: 2.27 2.19 2.13 3/85 3305
/proc/meminfo: memFree=31720/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=46.24
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 1023 82887 0 3 6 1 4295 322 16 0 1 0 1993393578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 799 370 3 0 500 0
[pid=3304] ppid=3281 vsize=5356 CPUtime=0
/proc/3304/stat : 3304 (sh) S 3281 3281 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993398349 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3304/statm: 1339 232 193 169 0 50 0
[pid=3305] ppid=3304 vsize=654140 CPUtime=205.93
/proc/3305/stat : 3305 (picosat) R 3304 3281 870 0 -1 4194304 157811 0 0 0 12380 8213 0 0 25 0 1 0 1993398350 669839360 157786 996147200 134512640 134931368 4294956256 18446744073709551615 134580627 0 0 4096 0 0 0 0 17 1 0 0
/proc/3305/statm: 163535 157786 42 102 0 163430 0
Current children cumulated CPU time (s) 252.17
Current children cumulated vsize (KiB) 673096

[startup+256.701 s]
/proc/loadavg: 2.27 2.19 2.13 3/85 3305
/proc/meminfo: memFree=31464/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=252.9
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 1072 240985 0 3 6 1 16737 8546 17 0 1 0 1993393578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 252.9
Current children cumulated vsize (KiB) 13600

[startup+257.101 s]
/proc/loadavg: 2.27 2.19 2.13 3/85 3305
/proc/meminfo: memFree=31464/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=252.9
/proc/3281/stat : 3281 (sugar) S 3279 3281 870 0 -1 4194304 1090 240985 0 3 6 1 16737 8546 15 0 1 0 1993393578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 252.9
Current children cumulated vsize (KiB) 13600

[startup+257.326 s]
/proc/loadavg: 2.27 2.19 2.13 4/83 3315
/proc/meminfo: memFree=1064312/2055920 swapFree=4179812/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=253.58
/proc/3281/stat : 3281 (sugar) R 3279 3281 870 0 -1 4194304 1118 247318 0 4 6 22 16780 8550 16 0 1 0 1993393578 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3281/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 253.58
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 257.332
CPU time (s): 253.6
CPU user time (s): 167.868
CPU system time (s): 85.732
CPU usage (%): 98.55
Max. virtual memory (cumulated for all children) (KiB): 908852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.868
system time used= 85.732
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248466
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15182
involuntary context switches= 25176

runsolver used 0.303953 second user time and 0.925859 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 06:03:21
IDJOB=1064819
IDBENCH=54996
IDSOLVER=345
FILE ID=node34/1064819-1215144200
PBS_JOBID= 7877308
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-cache-ibm-q-unbounded-Icl2arity-ucl.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-1064819-1215144200/watcher-1064819-1215144200 -o /tmp/evaluation-result-1064819-1215144200/solver-1064819-1215144200 -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-1064819-1215144200.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d4795f9e32ba7017720fe7b897ab8b7
RANDOM SEED=2046905561

node34.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:       1068704 kB
Buffers:          8536 kB
Cached:         103900 kB
SwapCached:       7244 kB
Active:         871056 kB
Inactive:        59820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1068704 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:           11876 kB
Writeback:           0 kB
Mapped:         834264 kB
Slab:            39908 kB
Committed_AS:  4258456 kB
PageTables:       3484 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 node34 at 2008-07-04 06:07:38