Trace number 1080138

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+picosatSAT 1320.7 1326.35

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-1_ext.xml
MD5SUMfc3ea51f147b1da003c7c6dfcba76e43
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.72113
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
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:53:42 2008
0.00/0.04	c 0	PID 29009
0.03/0.05	c 0	HOST node71.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1080138-1215212022.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-1080138-1215212022.xml' 'HOME/temp.csp'
0.03/0.96	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.93/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.93/1.00	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.93/1.08	c 2	Parsing HOME/temp.csp
2.00/2.19	c 3	parsed 141 expressions
2.00/2.19	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.00/2.19	c 3	Converting to clausal form CSP
2.09/2.22	c 3	converted 15 (10%) expressions
2.20/2.39	c 3	converted 29 (20%) expressions
2.20/2.39	c 3	converted 43 (30%) expressions
2.20/2.39	c 3	converted 57 (40%) expressions
2.30/2.41	c 3	converted 71 (50%) expressions
2.30/2.47	c 3	converted 85 (60%) expressions
2.40/2.58	c 3	converted 99 (70%) expressions
2.59/2.71	c 3	converted 113 (80%) expressions
2.90/3.02	c 3	converted 127 (90%) expressions
2.99/3.19	c 4	converted 141 (100%) expressions
2.99/3.19	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.99/3.19	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.99/3.19	c 4	Propagation in CSP
2.99/3.19	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.99/3.19	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.99/3.19	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.99/3.19	c 4	Simplifing CSP by introducing new Boolean variables
2.99/3.19	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.99/3.19	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.18/3.32	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.18/3.33	c 4	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.18/3.33	c 4	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.18/3.33	c 4	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.18/3.33	c 4	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.18/3.34	c 4	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.18/3.34	c 4	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.18/3.34	c 4	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.18/3.34	c 4	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.18/3.34	c 4	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.18/3.34	c 4	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.38/3.54	c 4	6 (10%) CSP clauses are encoded (11175 clauses, 256071 bytes)
3.48/3.67	c 4	12 (20%) CSP clauses are encoded (22022 clauses, 516057 bytes)
3.68/3.81	c 4	18 (30%) CSP clauses are encoded (32722 clauses, 775049 bytes)
3.78/3.94	c 4	24 (40%) CSP clauses are encoded (43588 clauses, 1045643 bytes)
3.88/4.08	c 5	30 (50%) CSP clauses are encoded (54359 clauses, 1314026 bytes)
4.07/4.22	c 5	36 (60%) CSP clauses are encoded (65157 clauses, 1588132 bytes)
4.17/4.36	c 5	42 (70%) CSP clauses are encoded (75887 clauses, 1872443 bytes)
4.27/4.49	c 5	48 (80%) CSP clauses are encoded (86687 clauses, 2161789 bytes)
4.47/4.63	c 5	54 (90%) CSP clauses are encoded (97549 clauses, 2452379 bytes)
4.57/4.77	c 5	60 (100%) CSP clauses are encoded (108343 clauses, 2741206 bytes)
4.57/4.77	c 5	60 CSP clauses encoded
4.57/4.77	c 5	Writing map file : HOME/temp.map
4.57/4.77	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.57/4.77	c 5	SAT : 380 SAT variables, 108343 SAT clauses, 2741206 bytes
4.57/4.77	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.64/4.82	c 5	SOLVING HOME/temp.cnf
4.64/4.82	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1320.46/1326.17	c 1327	DECODING HOME/temp.out WITH HOME/temp.map
1320.46/1326.17	c 1327	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1320.54/1326.27	c 1327	Decoding HOME/temp.out
1320.54/1326.30	s SATISFIABLE
1320.54/1326.30	v 1 18 15 19 13 15 8 9 11 10 11 6 8 0 1 3 10 3 6 0
1320.54/1326.30	c 1327	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1320.54/1326.35	c 1327	CPU 1319.51 (0.03 0 1319.48 1.16)
1320.54/1326.35	c 1327	END Sat Jul  5 01:15:49 2008

Verifier Data (download as text)

OK

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-1080138-1215212022/watcher-1080138-1215212022 -o /tmp/evaluation-result-1080138-1215212022/solver-1080138-1215212022 -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-1080138-1215212022.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.04 1.92 3/72 29009
/proc/meminfo: memFree=1682672/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=12000 CPUtime=0
/proc/29009/stat : 29009 (sugar) R 29007 29009 28422 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 2000170979 12288000 176 996147200 4194304 4206940 548682068608 18446744073709551615 231980152392 0 0 4224 0 0 0 0 17 1 0 0
/proc/29009/statm: 3000 176 137 3 0 100 0

[startup+0.0499031 s]
/proc/loadavg: 2.07 2.04 1.92 3/72 29009
/proc/meminfo: memFree=1682672/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=0.03
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2000170979 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102486 s]
/proc/loadavg: 2.07 2.04 1.92 3/72 29009
/proc/meminfo: memFree=1682672/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=0.03
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000170979 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302505 s]
/proc/loadavg: 2.07 2.04 1.92 3/72 29009
/proc/meminfo: memFree=1682672/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=0.03
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000170979 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701566 s]
/proc/loadavg: 2.07 2.04 1.92 3/72 29009
/proc/meminfo: memFree=1682672/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=0.03
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000170979 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/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.14 2.05 1.92 3/76 29021
/proc/meminfo: memFree=1674768/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=0.93
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 973 6991 0 1 3 0 85 5 16 0 1 0 2000170979 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 13600

[startup+3.10289 s]
/proc/loadavg: 2.14 2.05 1.92 3/83 29031
/proc/meminfo: memFree=1654040/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=0.93
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 973 6991 0 1 3 0 85 5 15 0 1 0 2000170979 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 797 370 3 0 500 0
[pid=29022] ppid=29009 vsize=5356 CPUtime=0
/proc/29022/stat : 29022 (sh) S 29009 29009 28422 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000171080 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29022/statm: 1339 233 193 169 0 50 0
[pid=29023] ppid=29022 vsize=864160 CPUtime=2.06
/proc/29023/stat : 29023 (java) S 29022 29009 28422 0 -1 0 14605 0 1 0 199 7 0 0 18 0 9 0 2000171080 884899840 13836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29023/statm: 216040 13836 2540 9 0 210615 0
[pid=29023/tid=29024] ppid=29022 vsize=864160 CPUtime=1.02
/proc/29023/task/29024/stat : 29024 (java) R 29022 29009 28422 0 -1 64 3187 0 1 0 100 2 0 0 25 0 9 0 2000171081 884899840 13836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29023/tid=29025] ppid=29022 vsize=864160 CPUtime=0.97
/proc/29023/task/29025/stat : 29025 (java) R 29022 29009 28422 0 -1 64 10401 0 0 0 93 4 0 0 17 0 9 0 2000171082 884899840 13836 996147200 134512640 134550740 4294955952 18446744073709551615 103829680 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29023/tid=29026] ppid=29022 vsize=864160 CPUtime=0
/proc/29023/task/29026/stat : 29026 (java) S 29022 29009 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000171082 884899840 13836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29023/tid=29027] ppid=29022 vsize=864160 CPUtime=0
/proc/29023/task/29027/stat : 29027 (java) S 29022 29009 28422 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2000171082 884899840 13836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29023/tid=29028] ppid=29022 vsize=864160 CPUtime=0
/proc/29023/task/29028/stat : 29028 (java) S 29022 29009 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000171084 884899840 13836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29023/tid=29029] ppid=29022 vsize=864160 CPUtime=0.05
/proc/29023/task/29029/stat : 29029 (java) S 29022 29009 28422 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 2000171084 884899840 13836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29023/tid=29030] ppid=29022 vsize=864160 CPUtime=0
/proc/29023/task/29030/stat : 29030 (java) S 29022 29009 28422 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000171084 884899840 13836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29023/tid=29031] ppid=29022 vsize=864160 CPUtime=0
/proc/29023/task/29031/stat : 29031 (java) S 29022 29009 28422 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000171084 884899840 13836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883116

[startup+6.30131 s]
/proc/loadavg: 2.21 2.07 1.93 3/75 29033
/proc/meminfo: memFree=1674136/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=4836 CPUtime=1.46
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 1121 0 0 0 66 80 0 0 25 0 1 0 2000171461 4952064 1107 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29033/statm: 1209 1107 40 102 0 1104 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 23792

[startup+12.7012 s]
/proc/loadavg: 2.19 2.07 1.93 3/75 29033
/proc/meminfo: memFree=1670360/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=6024 CPUtime=7.79
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 1439 0 0 0 692 87 0 0 25 0 1 0 2000171461 6168576 1425 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/29033/statm: 1506 1425 42 102 0 1401 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 24980

[startup+25.5029 s]
/proc/loadavg: 2.16 2.06 1.93 3/75 29033
/proc/meminfo: memFree=1669080/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=7796 CPUtime=20.48
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 1784 0 0 0 1960 88 0 0 25 0 1 0 2000171461 7983104 1757 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/29033/statm: 1949 1757 48 102 0 1844 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 26752

[startup+51.1024 s]
/proc/loadavg: 2.10 2.06 1.93 3/75 29033
/proc/meminfo: memFree=1668888/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=7964 CPUtime=45.83
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 1834 0 0 0 4495 88 0 0 25 0 1 0 2000171461 8155136 1807 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/29033/statm: 1991 1807 48 102 0 1886 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 26920

[startup+102.307 s]
/proc/loadavg: 2.08 2.06 1.94 3/75 29033
/proc/meminfo: memFree=1668376/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=8488 CPUtime=96.54
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 1992 0 0 0 9566 88 0 0 25 0 1 0 2000171461 8691712 1898 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29033/statm: 2122 1898 48 102 0 2017 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 27444

[startup+162.303 s]
/proc/loadavg: 2.03 2.05 1.94 3/75 29033
/proc/meminfo: memFree=1667864/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=8884 CPUtime=155.99
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 2209 0 0 0 15510 89 0 0 25 0 1 0 2000171461 9097216 2002 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29033/statm: 2221 2002 48 102 0 2116 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 27840

[startup+222.303 s]
/proc/loadavg: 2.01 2.04 1.94 3/75 29033
/proc/meminfo: memFree=1667480/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=9148 CPUtime=215.42
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 2374 0 0 0 21453 89 0 0 25 0 1 0 2000171461 9367552 2083 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29033/statm: 2287 2083 48 102 0 2182 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 28104

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

/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=12440 CPUtime=1052.13
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 4236 0 0 0 105121 92 0 0 25 0 1 0 2000171461 12738560 2937 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29033/statm: 3110 2937 48 102 0 3005 0
Current children cumulated CPU time (s) 1056.79
Current children cumulated vsize (KiB) 31396

[startup+1122.3 s]
/proc/loadavg: 2.17 2.08 1.97 3/75 29066
/proc/meminfo: memFree=1663000/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=12968 CPUtime=1112.12
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 4431 0 0 0 111119 93 0 0 25 0 1 0 2000171461 13279232 3046 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29033/statm: 3242 3046 48 102 0 3137 0
Current children cumulated CPU time (s) 1116.78
Current children cumulated vsize (KiB) 31924

[startup+1182.3 s]
/proc/loadavg: 2.13 2.08 1.98 3/75 29066
/proc/meminfo: memFree=1662808/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=13100 CPUtime=1172.09
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 4567 0 0 0 117116 93 0 0 25 0 1 0 2000171461 13414400 3096 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29033/statm: 3275 3096 48 102 0 3170 0
Current children cumulated CPU time (s) 1176.75
Current children cumulated vsize (KiB) 32056

[startup+1242.3 s]
/proc/loadavg: 2.28 2.13 2.00 3/84 29210
/proc/meminfo: memFree=1418576/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=13100 CPUtime=1232.03
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 4567 0 0 0 123109 94 0 0 25 0 1 0 2000171461 13414400 3096 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29033/statm: 3275 3096 48 102 0 3170 0
Current children cumulated CPU time (s) 1236.69
Current children cumulated vsize (KiB) 32056

[startup+1302.3 s]
/proc/loadavg: 2.17 2.12 2.00 3/84 29210
/proc/meminfo: memFree=987728/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=13232 CPUtime=1292.01
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 4709 0 0 0 129107 94 0 0 25 0 1 0 2000171461 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29033/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1296.67
Current children cumulated vsize (KiB) 32188

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

[startup+1305.5 s]
/proc/loadavg: 2.17 2.12 2.00 3/84 29210
/proc/meminfo: memFree=972496/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=13232 CPUtime=1295.21
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 4709 0 0 0 129427 94 0 0 25 0 1 0 2000171461 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/29033/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1299.87
Current children cumulated vsize (KiB) 32188

[startup+1318.3 s]
/proc/loadavg: 2.13 2.11 2.00 3/84 29210
/proc/meminfo: memFree=972432/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=13232 CPUtime=1308
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 4709 0 0 0 130706 94 0 0 25 0 1 0 2000171461 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29033/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1312.66
Current children cumulated vsize (KiB) 32188

[startup+1321.5 s]
/proc/loadavg: 2.12 2.11 2.00 3/84 29210
/proc/meminfo: memFree=972496/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=13232 CPUtime=1311.2
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 4709 0 0 0 131026 94 0 0 25 0 1 0 2000171461 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/29033/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1315.86
Current children cumulated vsize (KiB) 32188

[startup+1324.7 s]
/proc/loadavg: 2.12 2.11 2.00 3/84 29210
/proc/meminfo: memFree=956368/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=13232 CPUtime=1314.4
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 4709 0 0 0 131346 94 0 0 25 0 1 0 2000171461 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29033/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1319.06
Current children cumulated vsize (KiB) 32188

[startup+1325.51 s]
/proc/loadavg: 2.11 2.11 2.00 3/84 29210
/proc/meminfo: memFree=956368/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=13232 CPUtime=1315.2
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 4709 0 0 0 131426 94 0 0 25 0 1 0 2000171461 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29033/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1319.86
Current children cumulated vsize (KiB) 32188

[startup+1325.9 s]
/proc/loadavg: 2.11 2.11 2.00 3/84 29210
/proc/meminfo: memFree=956368/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=4.66
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1022 23070 0 2 3 0 446 17 16 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
[pid=29032] ppid=29009 vsize=5356 CPUtime=0
/proc/29032/stat : 29032 (sh) S 29009 29009 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000171461 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29032/statm: 1339 232 193 169 0 50 0
[pid=29033] ppid=29032 vsize=13232 CPUtime=1315.6
/proc/29033/stat : 29033 (picosat) R 29032 29009 28422 0 -1 4194304 4709 0 0 0 131466 94 0 0 25 0 1 0 2000171461 13549568 3148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29033/statm: 3308 3148 48 102 0 3203 0
Current children cumulated CPU time (s) 1320.26
Current children cumulated vsize (KiB) 32188

[startup+1326.3 s]
/proc/loadavg: 2.11 2.11 2.00 3/84 29210
/proc/meminfo: memFree=956368/2055920 swapFree=4180436/4192956
[pid=29009] ppid=29007 vsize=13600 CPUtime=1320.54
/proc/29009/stat : 29009 (sugar) S 29007 29009 28422 0 -1 4194304 1089 28070 0 2 3 0 131939 112 15 0 1 0 2000170979 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29009/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1320.54
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1326.35
CPU time (s): 1320.7
CPU user time (s): 1319.52
CPU system time (s): 1.17482
CPU usage (%): 99.5739
Max. virtual memory (cumulated for all children) (KiB): 883228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1319.52
system time used= 1.17482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32902
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= 2571
involuntary context switches= 17282

runsolver used 1.55776 second user time and 4.46532 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-05 00:53:42
IDJOB=1080138
IDBENCH=56938
IDSOLVER=345
FILE ID=node71/1080138-1215212022
PBS_JOBID= 7881770
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc3ea51f147b1da003c7c6dfcba76e43
RANDOM SEED=989159569

node71.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:       1683280 kB
Buffers:         63540 kB
Cached:         228612 kB
SwapCached:       6776 kB
Active:         232596 kB
Inactive:        80992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683280 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2580 kB
Writeback:           0 kB
Mapped:          28948 kB
Slab:            44308 kB
Committed_AS:  4325512 kB
PageTables:       1920 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= 66512 MiB
End job on node71 at 2008-07-05 01:15:49