Trace number 1080230

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 377.648 378.074

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-44_ext.xml
MD5SUMde807c80f8f5ecdb550bc5040d40fc98
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 benchmark16.4215
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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 Sat Jul  5 00:59:33 2008
0.00/0.04	c 0	PID 8578
0.03/0.05	c 0	HOST node40.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1080230-1215212373.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080230-1215212373.xml' 'HOME/temp.csp'
0.03/0.69	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.03/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.74	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.66/0.81	c 1	Parsing HOME/temp.csp
1.61/1.77	c 2	parsed 137 expressions
1.61/1.77	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.61/1.77	c 2	Converting to clausal form CSP
1.71/1.80	c 2	converted 14 (10%) expressions
1.71/1.81	c 2	converted 28 (20%) expressions
1.71/1.82	c 2	converted 42 (30%) expressions
1.71/1.83	c 2	converted 55 (40%) expressions
1.80/1.98	c 2	converted 69 (50%) expressions
1.90/2.03	c 2	converted 83 (60%) expressions
2.01/2.13	c 2	converted 96 (70%) expressions
2.11/2.23	c 2	converted 110 (80%) expressions
2.20/2.33	c 2	converted 124 (90%) expressions
2.50/2.61	c 3	converted 137 (100%) expressions
2.50/2.61	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.50/2.61	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.50/2.61	c 3	Propagation in CSP
2.50/2.61	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.61	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.50/2.61	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.50/2.61	c 3	Simplifing CSP by introducing new Boolean variables
2.50/2.61	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.50/2.61	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.60/2.72	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.60/2.73	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.60/2.73	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.60/2.73	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.60/2.73	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.60/2.73	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.60/2.73	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.60/2.73	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.60/2.73	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.60/2.74	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.60/2.74	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.80/2.92	c 3	6 (10%) CSP clauses are encoded (11121 clauses, 254583 bytes)
2.91/3.04	c 3	12 (20%) CSP clauses are encoded (22014 clauses, 515977 bytes)
3.01/3.16	c 3	18 (30%) CSP clauses are encoded (32873 clauses, 781289 bytes)
3.12/3.28	c 3	24 (40%) CSP clauses are encoded (43722 clauses, 1047486 bytes)
3.22/3.38	c 3	29 (50%) CSP clauses are encoded (52137 clauses, 1254692 bytes)
3.31/3.49	c 4	35 (60%) CSP clauses are encoded (62372 clauses, 1507787 bytes)
3.51/3.61	c 4	41 (70%) CSP clauses are encoded (73252 clauses, 1791194 bytes)
3.62/3.74	c 4	47 (80%) CSP clauses are encoded (84007 clauses, 2079045 bytes)
3.71/3.86	c 4	53 (90%) CSP clauses are encoded (94889 clauses, 2370222 bytes)
3.81/3.97	c 4	58 (100%) CSP clauses are encoded (103886 clauses, 2610974 bytes)
3.81/3.97	c 4	58 CSP clauses encoded
3.81/3.97	c 4	Writing map file : HOME/temp.map
3.81/3.97	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.81/3.97	c 4	SAT : 380 SAT variables, 103886 SAT clauses, 2610974 bytes
3.81/3.97	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.88/4.03	c 4	SOLVING HOME/temp.cnf
3.88/4.03	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
377.46/377.96	c 378	DECODING HOME/temp.out WITH HOME/temp.map
377.46/377.96	c 378	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
377.53/378.04	c 378	Decoding HOME/temp.out
377.53/378.06	s UNSATISFIABLE
377.53/378.06	c 378	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
377.53/378.07	c 378	CPU 376.64 (0.04 0 376.6 0.98)
377.53/378.07	c 378	END Sat Jul  5 01:05:51 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-1080230-1215212373/watcher-1080230-1215212373 -o /tmp/evaluation-result-1080230-1215212373/solver-1080230-1215212373 -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-1080230-1215212373.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.02 2.00 2.00 4/81 8578
/proc/meminfo: memFree=1535640/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=12268 CPUtime=0
/proc/8578/stat : 8578 (sugar) R 8576 8578 7095 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1550904981 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8578/statm: 3067 316 241 3 0 167 0

[startup+0.0505271 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 8578
/proc/meminfo: memFree=1535640/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=0.03
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1550904981 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8578/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101684 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 8578
/proc/meminfo: memFree=1535640/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=0.03
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550904981 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8578/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302709 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 8578
/proc/meminfo: memFree=1535640/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=0.03
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550904981 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8578/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702756 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 8578
/proc/meminfo: memFree=1535640/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=0.03
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1550904981 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8578/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50186 s]
/proc/loadavg: 2.02 2.00 2.00 4/92 8600
/proc/meminfo: memFree=1523384/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=0.66
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 973 6927 0 1 3 0 58 5 16 0 1 0 1550904981 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 797 370 3 0 500 0
[pid=8591] ppid=8578 vsize=5356 CPUtime=0
/proc/8591/stat : 8591 (sh) S 8578 8578 7095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550905055 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8591/statm: 1339 233 193 169 0 50 0
[pid=8592] ppid=8591 vsize=865044 CPUtime=0.75
/proc/8592/stat : 8592 (java) S 8591 8578 7095 0 -1 0 7829 0 1 0 71 4 0 0 18 0 9 0 1550905056 885805056 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 216261 7109 2532 9 0 210843 0
[pid=8592/tid=8593] ppid=8591 vsize=865044 CPUtime=0.42
/proc/8592/task/8593/stat : 8593 (java) R 8591 8578 7095 0 -1 64 2471 0 1 0 41 1 0 0 21 0 9 0 1550905057 885805056 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8594] ppid=8591 vsize=865044 CPUtime=0.27
/proc/8592/task/8594/stat : 8594 (java) R 8591 8578 7095 0 -1 64 4344 0 0 0 26 1 0 0 16 0 9 0 1550905058 885805056 7109 996147200 134512640 134550740 4294955952 18446744073709551615 103834257 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8595] ppid=8591 vsize=865044 CPUtime=0
/proc/8592/task/8595/stat : 8595 (java) S 8591 8578 7095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550905058 885805056 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8596] ppid=8591 vsize=865044 CPUtime=0
/proc/8592/task/8596/stat : 8596 (java) S 8591 8578 7095 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550905058 885805056 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8597] ppid=8591 vsize=865044 CPUtime=0
/proc/8592/task/8597/stat : 8597 (java) S 8591 8578 7095 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550905060 885805056 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8598] ppid=8591 vsize=865044 CPUtime=0.03
/proc/8592/task/8598/stat : 8598 (java) S 8591 8578 7095 0 -1 64 315 0 0 0 3 0 0 0 16 0 9 0 1550905060 885805056 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8599] ppid=8591 vsize=865044 CPUtime=0
/proc/8592/task/8599/stat : 8599 (java) S 8591 8578 7095 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1550905060 885805056 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8600] ppid=8591 vsize=865044 CPUtime=0
/proc/8592/task/8600/stat : 8600 (java) S 8591 8578 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550905060 885805056 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884000

[startup+3.10106 s]
/proc/loadavg: 2.02 2.00 2.00 3/92 8600
/proc/meminfo: memFree=1496952/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=0.67
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 974 6927 0 1 4 0 58 5 15 0 1 0 1550904981 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 797 370 3 0 500 0
[pid=8591] ppid=8578 vsize=5356 CPUtime=0
/proc/8591/stat : 8591 (sh) S 8578 8578 7095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550905055 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8591/statm: 1339 233 193 169 0 50 0
[pid=8592] ppid=8591 vsize=865184 CPUtime=2.34
/proc/8592/stat : 8592 (java) S 8591 8578 7095 0 -1 0 15206 0 1 0 226 8 0 0 18 0 9 0 1550905056 885948416 14407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8592/statm: 216296 14407 2564 9 0 210843 0
[pid=8592/tid=8593] ppid=8591 vsize=865184 CPUtime=1.26
/proc/8592/task/8593/stat : 8593 (java) R 8591 8578 7095 0 -1 64 3283 0 1 0 123 3 0 0 25 0 9 0 1550905057 885948416 14407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8594] ppid=8591 vsize=865184 CPUtime=0.97
/proc/8592/task/8594/stat : 8594 (java) S 8591 8578 7095 0 -1 64 10877 0 0 0 93 4 0 0 16 0 9 0 1550905058 885948416 14407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8595] ppid=8591 vsize=865184 CPUtime=0
/proc/8592/task/8595/stat : 8595 (java) S 8591 8578 7095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550905058 885948416 14407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8596] ppid=8591 vsize=865184 CPUtime=0
/proc/8592/task/8596/stat : 8596 (java) S 8591 8578 7095 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550905058 885948416 14407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8597] ppid=8591 vsize=865184 CPUtime=0
/proc/8592/task/8597/stat : 8597 (java) S 8591 8578 7095 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550905060 885948416 14407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8598] ppid=8591 vsize=865184 CPUtime=0.08
/proc/8592/task/8598/stat : 8598 (java) S 8591 8578 7095 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 1550905060 885948416 14407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8592/tid=8599] ppid=8591 vsize=865184 CPUtime=0
/proc/8592/task/8599/stat : 8599 (java) S 8591 8578 7095 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1550905060 885948416 14407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8592/tid=8600] ppid=8591 vsize=865184 CPUtime=0
/proc/8592/task/8600/stat : 8600 (java) S 8591 8578 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550905060 885948416 14407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 884140

[startup+6.30148 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 8602
/proc/meminfo: memFree=1524536/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=5232 CPUtime=2.25
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 1210 0 0 0 149 76 0 0 25 0 1 0 1550905385 5357568 1196 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 1308 1196 42 102 0 1203 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24188

[startup+12.7013 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 8602
/proc/meminfo: memFree=1523384/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=6156 CPUtime=8.65
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 1469 0 0 0 789 76 0 0 25 0 1 0 1550905385 6303744 1455 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 1539 1455 42 102 0 1434 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 25112

[startup+25.503 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 8602
/proc/meminfo: memFree=1522424/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=7056 CPUtime=21.43
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 1709 0 0 0 2067 76 0 0 25 0 1 0 1550905385 7225344 1693 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 1764 1693 48 102 0 1659 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 26012

[startup+51.1023 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 8602
/proc/meminfo: memFree=1522168/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=7888 CPUtime=47.02
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 1801 0 0 0 4625 77 0 0 25 0 1 0 1550905385 8077312 1785 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 1972 1785 48 102 0 1867 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 26844

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1521464/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=8480 CPUtime=98.18
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 2014 0 0 0 9741 77 0 0 25 0 1 0 1550905385 8683520 1895 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2120 1895 48 102 0 2015 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 27436

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1520888/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=9008 CPUtime=158.12
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 2273 0 0 0 15735 77 0 0 25 0 1 0 1550905385 9224192 2034 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2252 2034 48 102 0 2147 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 27964

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1520440/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=9404 CPUtime=218.08
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 2527 0 0 0 21730 78 0 0 25 0 1 0 1550905385 9629696 2150 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2351 2150 48 102 0 2246 0
Current children cumulated CPU time (s) 221.99
Current children cumulated vsize (KiB) 28360

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1519928/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=9932 CPUtime=278.03
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 2763 0 0 0 27725 78 0 0 25 0 1 0 1550905385 10170368 2282 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2483 2282 48 102 0 2378 0
Current children cumulated CPU time (s) 281.94
Current children cumulated vsize (KiB) 28888

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1519736/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=10064 CPUtime=337.98
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 2925 0 0 0 33720 78 0 0 25 0 1 0 1550905385 10305536 2335 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2516 2335 48 102 0 2411 0
Current children cumulated CPU time (s) 341.89
Current children cumulated vsize (KiB) 29020

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

[startup+358.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1519736/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=10064 CPUtime=353.96
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 2925 0 0 0 35318 78 0 0 25 0 1 0 1550905385 10305536 2335 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2516 2335 48 102 0 2411 0
Current children cumulated CPU time (s) 357.87
Current children cumulated vsize (KiB) 29020

[startup+371.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1519672/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=10196 CPUtime=366.75
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 3001 0 0 0 36597 78 0 0 25 0 1 0 1550905385 10440704 2358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2549 2358 48 102 0 2444 0
Current children cumulated CPU time (s) 370.66
Current children cumulated vsize (KiB) 29152

[startup+374.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1519672/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=10196 CPUtime=369.95
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 3001 0 0 0 36917 78 0 0 25 0 1 0 1550905385 10440704 2358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2549 2358 48 102 0 2444 0
Current children cumulated CPU time (s) 373.86
Current children cumulated vsize (KiB) 29152

[startup+375.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1519672/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=10196 CPUtime=371.55
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 3001 0 0 0 37077 78 0 0 25 0 1 0 1550905385 10440704 2358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2549 2358 48 102 0 2444 0
Current children cumulated CPU time (s) 375.46
Current children cumulated vsize (KiB) 29152

[startup+376.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1519672/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=10196 CPUtime=372.35
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 3001 0 0 0 37157 78 0 0 25 0 1 0 1550905385 10440704 2358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2549 2358 48 102 0 2444 0
Current children cumulated CPU time (s) 376.26
Current children cumulated vsize (KiB) 29152

[startup+377.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1519672/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=10196 CPUtime=373.15
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 3001 0 0 0 37237 78 0 0 25 0 1 0 1550905385 10440704 2358 996147200 134512640 134931368 4294956256 18446744073709551615 134529715 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2549 2358 48 102 0 2444 0
Current children cumulated CPU time (s) 377.06
Current children cumulated vsize (KiB) 29152

[startup+377.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1519672/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=3.91
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1022 22472 0 2 4 0 370 17 16 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
[pid=8601] ppid=8578 vsize=5356 CPUtime=0
/proc/8601/stat : 8601 (sh) S 8578 8578 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550905385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8601/statm: 1339 232 193 169 0 50 0
[pid=8602] ppid=8601 vsize=10196 CPUtime=373.55
/proc/8602/stat : 8602 (picosat) R 8601 8578 7095 0 -1 4194304 3001 0 0 0 37277 78 0 0 25 0 1 0 1550905385 10440704 2358 996147200 134512640 134931368 4294956256 18446744073709551615 134525870 0 0 4096 0 0 0 0 17 0 0 0
/proc/8602/statm: 2549 2358 48 102 0 2444 0
Current children cumulated CPU time (s) 377.46
Current children cumulated vsize (KiB) 29152

[startup+378.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8608
/proc/meminfo: memFree=1519672/2055920 swapFree=4095852/4192956
[pid=8578] ppid=8576 vsize=13600 CPUtime=377.53
/proc/8578/stat : 8578 (sugar) S 8576 8578 7095 0 -1 4194304 1070 25760 0 2 4 0 37653 96 17 0 1 0 1550904981 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8578/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 377.53
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 378.074
CPU time (s): 377.648
CPU user time (s): 376.65
CPU system time (s): 0.997848
CPU usage (%): 99.8873
Max. virtual memory (cumulated for all children) (KiB): 884140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 376.65
system time used= 0.997848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30524
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= 2495
involuntary context switches= 3000

runsolver used 0.444932 second user time and 1.15582 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-05 00:59:33
IDJOB=1080230
IDBENCH=56946
IDSOLVER=345
FILE ID=node40/1080230-1215212373
PBS_JOBID= 7881716
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-44_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-1080230-1215212373/watcher-1080230-1215212373 -o /tmp/evaluation-result-1080230-1215212373/solver-1080230-1215212373 -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-1080230-1215212373.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= de807c80f8f5ecdb550bc5040d40fc98
RANDOM SEED=847940697

node40.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.209
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.209
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:       1536120 kB
Buffers:         76436 kB
Cached:         281976 kB
SwapCached:      91204 kB
Active:         349576 kB
Inactive:       121416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536120 kB
SwapTotal:     4192956 kB
SwapFree:      4095852 kB
Dirty:            2740 kB
Writeback:           0 kB
Mapped:         128240 kB
Slab:            33876 kB
Committed_AS:  3108188 kB
PageTables:       2088 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 node40 at 2008-07-05 01:05:51