Trace number 1102957

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 1083.25 1094.91

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-94_ext.xml
MD5SUMff582e16aee3eb55b2d45d7d6abdcec0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.81066
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
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 Sun Jul  6 01:22:04 2008
0.00/0.04	c 0	PID 25629
0.03/0.05	c 0	HOST node59.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1102957-1215300124.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-1102957-1215300124.xml' 'HOME/temp.csp'
0.03/0.71	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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.67/0.81	c 1	Parsing HOME/temp.csp
1.51/1.63	c 2	parsed 247 expressions
1.51/1.64	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.51/1.64	c 2	Converting to clausal form CSP
1.51/1.66	c 2	converted 25 (10%) expressions
1.51/1.66	c 2	converted 50 (20%) expressions
1.51/1.68	c 2	converted 75 (30%) expressions
1.51/1.68	c 2	converted 99 (40%) expressions
1.51/1.69	c 2	converted 124 (50%) expressions
1.62/1.73	c 2	converted 149 (60%) expressions
1.71/1.80	c 2	converted 173 (70%) expressions
1.81/2.00	c 2	converted 198 (80%) expressions
2.01/2.11	c 2	converted 223 (90%) expressions
2.01/2.18	c 2	converted 247 (100%) expressions
2.01/2.18	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.01/2.18	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.01/2.18	c 2	Propagation in CSP
2.01/2.18	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.18	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.01/2.18	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.01/2.18	c 2	Simplifing CSP by introducing new Boolean variables
2.01/2.18	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.01/2.18	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.10/2.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.10/2.29	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.10/2.29	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.10/2.29	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.10/2.29	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.10/2.30	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.10/2.30	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.10/2.30	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.10/2.30	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.21/2.30	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.21/2.30	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.31/2.42	c 2	11 (10%) CSP clauses are encoded (14615 clauses, 262024 bytes)
2.41/2.50	c 3	21 (20%) CSP clauses are encoded (24999 clauses, 478755 bytes)
2.41/2.57	c 3	31 (30%) CSP clauses are encoded (35414 clauses, 692821 bytes)
2.50/2.66	c 3	42 (40%) CSP clauses are encoded (46846 clauses, 930005 bytes)
2.60/2.73	c 3	52 (50%) CSP clauses are encoded (57319 clauses, 1149139 bytes)
2.70/2.80	c 3	62 (60%) CSP clauses are encoded (67648 clauses, 1368401 bytes)
2.70/2.89	c 3	73 (70%) CSP clauses are encoded (79226 clauses, 1634281 bytes)
2.80/2.97	c 3	83 (80%) CSP clauses are encoded (89657 clauses, 1876163 bytes)
2.90/3.04	c 3	93 (90%) CSP clauses are encoded (100058 clauses, 2117467 bytes)
3.00/3.12	c 3	103 (100%) CSP clauses are encoded (110401 clauses, 2357382 bytes)
3.00/3.12	c 3	103 CSP clauses encoded
3.00/3.12	c 3	Writing map file : HOME/temp.map
3.00/3.12	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.12	c 3	SAT : 3160 SAT variables, 110401 SAT clauses, 2357382 bytes
3.00/3.12	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.13	c 3	SOLVING HOME/temp.cnf
3.00/3.13	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1083.01/1094.80	c 1095	DECODING HOME/temp.out WITH HOME/temp.map
1083.01/1094.80	c 1095	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1083.12/1094.87	c 1095	Decoding HOME/temp.out
1083.12/1094.89	s UNSATISFIABLE
1083.12/1094.89	c 1095	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1083.12/1094.90	c 1095	CPU 1082.19 (0.03 0 1082.16 1.03)
1083.12/1094.90	c 1095	END Sun Jul  6 01:40:19 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-1102957-1215300124/watcher-1102957-1215300124 -o /tmp/evaluation-result-1102957-1215300124/solver-1102957-1215300124 -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-1102957-1215300124.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.10 2.03 2.01 4/72 25629
/proc/meminfo: memFree=1748168/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=12000 CPUtime=0
/proc/25629/stat : 25629 (sugar) R 25627 25629 22186 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 2008983782 12288000 176 996147200 4194304 4206940 548682068608 18446744073709551615 217071498824 0 0 4224 0 0 0 0 17 1 0 0
/proc/25629/statm: 3000 176 137 3 0 100 0

[startup+0.049765 s]
/proc/loadavg: 2.10 2.03 2.01 4/72 25629
/proc/meminfo: memFree=1748168/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=0.03
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2008983782 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101518 s]
/proc/loadavg: 2.10 2.03 2.01 4/72 25629
/proc/meminfo: memFree=1748168/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=0.03
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008983782 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301555 s]
/proc/loadavg: 2.10 2.03 2.01 4/72 25629
/proc/meminfo: memFree=1748168/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=0.03
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008983782 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701632 s]
/proc/loadavg: 2.10 2.03 2.01 4/72 25629
/proc/meminfo: memFree=1748168/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=0.03
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008983782 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50278 s]
/proc/loadavg: 2.10 2.03 2.01 4/83 25651
/proc/meminfo: memFree=1737008/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=0.67
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 973 5149 0 1 3 0 61 3 16 0 1 0 2008983782 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 797 370 3 0 500 0
[pid=25642] ppid=25629 vsize=5356 CPUtime=0
/proc/25642/stat : 25642 (sh) S 25629 25629 22186 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008983855 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25642/statm: 1339 233 193 169 0 50 0
[pid=25643] ppid=25642 vsize=864012 CPUtime=0.74
/proc/25643/stat : 25643 (java) S 25642 25629 22186 0 -1 0 7743 0 1 0 70 4 0 0 18 0 9 0 2008983855 884748288 7022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25643/statm: 216003 7022 2532 9 0 210585 0
[pid=25643/tid=25644] ppid=25642 vsize=864012 CPUtime=0.47
/proc/25643/task/25644/stat : 25644 (java) R 25642 25629 22186 0 -1 64 2467 0 1 0 46 1 0 0 23 0 9 0 2008983856 884748288 7022 996147200 134512640 134550740 4294955952 18446744073709551615 4126422563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25645] ppid=25642 vsize=864012 CPUtime=0.21
/proc/25643/task/25645/stat : 25645 (java) S 25642 25629 22186 0 -1 64 4264 0 0 0 19 2 0 0 16 0 9 0 2008983857 884748288 7022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25646] ppid=25642 vsize=864012 CPUtime=0
/proc/25643/task/25646/stat : 25646 (java) S 25642 25629 22186 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008983858 884748288 7022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25647] ppid=25642 vsize=864012 CPUtime=0
/proc/25643/task/25647/stat : 25647 (java) S 25642 25629 22186 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2008983858 884748288 7022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25648] ppid=25642 vsize=864012 CPUtime=0
/proc/25643/task/25648/stat : 25648 (java) S 25642 25629 22186 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008983860 884748288 7022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25649] ppid=25642 vsize=864012 CPUtime=0.04
/proc/25643/task/25649/stat : 25649 (java) S 25642 25629 22186 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 2008983860 884748288 7022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25650] ppid=25642 vsize=864012 CPUtime=0
/proc/25643/task/25650/stat : 25650 (java) S 25642 25629 22186 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2008983860 884748288 7022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25651] ppid=25642 vsize=864012 CPUtime=0
/proc/25643/task/25651/stat : 25651 (java) S 25642 25629 22186 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008983860 884748288 7022 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) 882968

[startup+3.1021 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 25651
/proc/meminfo: memFree=1713136/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=0.67
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 974 5149 0 1 3 0 61 3 15 0 1 0 2008983782 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 797 370 3 0 500 0
[pid=25642] ppid=25629 vsize=5356 CPUtime=0
/proc/25642/stat : 25642 (sh) S 25629 25629 22186 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008983855 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25642/statm: 1339 233 193 169 0 50 0
[pid=25643] ppid=25642 vsize=864280 CPUtime=2.33
/proc/25643/stat : 25643 (java) S 25642 25629 22186 0 -1 0 11963 0 1 0 225 8 0 0 18 0 9 0 2008983855 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25643/statm: 216070 11125 2564 9 0 210617 0
[pid=25643/tid=25644] ppid=25642 vsize=864280 CPUtime=1.46
/proc/25643/task/25644/stat : 25644 (java) R 25642 25629 22186 0 -1 64 3005 0 1 0 144 2 0 0 25 0 9 0 2008983856 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 103215322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25645] ppid=25642 vsize=864280 CPUtime=0.74
/proc/25643/task/25645/stat : 25645 (java) S 25642 25629 22186 0 -1 64 7913 0 0 0 70 4 0 0 16 0 9 0 2008983857 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25646] ppid=25642 vsize=864280 CPUtime=0
/proc/25643/task/25646/stat : 25646 (java) S 25642 25629 22186 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008983858 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25647] ppid=25642 vsize=864280 CPUtime=0
/proc/25643/task/25647/stat : 25647 (java) S 25642 25629 22186 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2008983858 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25648] ppid=25642 vsize=864280 CPUtime=0
/proc/25643/task/25648/stat : 25648 (java) S 25642 25629 22186 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008983860 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25649] ppid=25642 vsize=864280 CPUtime=0.09
/proc/25643/task/25649/stat : 25649 (java) S 25642 25629 22186 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 2008983860 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25650] ppid=25642 vsize=864280 CPUtime=0
/proc/25643/task/25650/stat : 25650 (java) S 25642 25629 22186 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2008983860 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25643/tid=25651] ppid=25642 vsize=864280 CPUtime=0
/proc/25643/task/25651/stat : 25651 (java) S 25642 25629 22186 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008983860 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883236

[startup+6.30171 s]
/proc/loadavg: 2.10 2.03 2.00 3/75 25653
/proc/meminfo: memFree=1737968/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=5268 CPUtime=3.12
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 1231 0 0 0 246 66 0 0 25 0 1 0 2008984096 5394432 1217 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/25653/statm: 1317 1217 42 102 0 1212 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24224

[startup+12.7029 s]
/proc/loadavg: 2.09 2.03 2.00 3/75 25653
/proc/meminfo: memFree=1736560/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=7100 CPUtime=9.47
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 1573 0 0 0 880 67 0 0 25 0 1 0 2008984096 7270400 1559 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25653/statm: 1775 1559 42 102 0 1670 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 26056

[startup+25.5014 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 25653
/proc/meminfo: memFree=1735984/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=7540 CPUtime=22.14
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 1713 0 0 0 2147 67 0 0 25 0 1 0 2008984096 7720960 1687 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25653/statm: 1885 1687 48 102 0 1780 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 26496

[startup+51.1013 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 25653
/proc/meminfo: memFree=1735600/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=7992 CPUtime=47.49
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 1805 0 0 0 4682 67 0 0 25 0 1 0 2008984096 8183808 1779 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/25653/statm: 1998 1779 48 102 0 1893 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 26948

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 25653
/proc/meminfo: memFree=1734704/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=8784 CPUtime=98.21
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 2188 0 0 0 9753 68 0 0 25 0 1 0 2008984096 8994816 1976 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25653/statm: 2196 1976 48 102 0 2091 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 27740

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 25653
/proc/meminfo: memFree=1734064/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0

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

/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=13660 CPUtime=812.01
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 4796 0 0 0 81125 76 0 0 25 0 1 0 2008984096 13987840 3227 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25653/statm: 3415 3227 48 102 0 3310 0
Current children cumulated CPU time (s) 815.05
Current children cumulated vsize (KiB) 32616

[startup+882.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/96 25747
/proc/meminfo: memFree=1639928/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=13924 CPUtime=870.81
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 4981 0 0 0 87005 76 0 0 25 0 1 0 2008984096 14258176 3314 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/25653/statm: 3481 3314 48 102 0 3376 0
Current children cumulated CPU time (s) 873.85
Current children cumulated vsize (KiB) 32880

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/96 25747
/proc/meminfo: memFree=1639160/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=14320 CPUtime=929.65
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 5207 0 0 0 92888 77 0 0 25 0 1 0 2008984096 14663680 3437 996147200 134512640 134931368 4294956256 18446744073709551615 134529762 0 0 4096 0 0 0 0 17 1 0 0
/proc/25653/statm: 3580 3437 48 102 0 3475 0
Current children cumulated CPU time (s) 932.69
Current children cumulated vsize (KiB) 33276

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/96 25747
/proc/meminfo: memFree=1638904/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=14584 CPUtime=988.48
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 5348 0 0 0 98771 77 0 0 25 0 1 0 2008984096 14934016 3479 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25653/statm: 3646 3479 48 102 0 3541 0
Current children cumulated CPU time (s) 991.52
Current children cumulated vsize (KiB) 33540

[startup+1062.3 s]
/proc/loadavg: 2.14 2.02 2.01 4/71 26357
/proc/meminfo: memFree=1731192/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=14584 CPUtime=1047.65
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 5372 0 0 0 104682 83 0 0 25 0 1 0 2008984096 14934016 3503 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25653/statm: 3646 3503 48 102 0 3541 0
Current children cumulated CPU time (s) 1050.69
Current children cumulated vsize (KiB) 33540

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

[startup+1075.1 s]
/proc/loadavg: 2.17 2.03 2.01 2/70 26678
/proc/meminfo: memFree=1730304/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=14848 CPUtime=1060.4
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 5429 0 0 0 105954 86 0 0 25 0 1 0 2008984096 15204352 3560 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25653/statm: 3712 3560 48 102 0 3607 0
Current children cumulated CPU time (s) 1063.44
Current children cumulated vsize (KiB) 33804

[startup+1087.91 s]
/proc/loadavg: 1.99 2.00 2.00 2/70 26744
/proc/meminfo: memFree=1730264/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=15112 CPUtime=1073.17
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 5595 0 0 0 107230 87 0 0 25 0 1 0 2008984096 15474688 3620 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25653/statm: 3778 3620 48 102 0 3673 0
Current children cumulated CPU time (s) 1076.21
Current children cumulated vsize (KiB) 34068

[startup+1091.1 s]
/proc/loadavg: 1.91 1.98 1.99 2/67 26748
/proc/meminfo: memFree=1731504/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=15112 CPUtime=1076.37
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 5595 0 0 0 107550 87 0 0 25 0 1 0 2008984096 15474688 3620 996147200 134512640 134931368 4294956256 18446744073709551615 134529356 0 0 4096 0 0 0 0 17 0 0 0
/proc/25653/statm: 3778 3620 48 102 0 3673 0
Current children cumulated CPU time (s) 1079.41
Current children cumulated vsize (KiB) 34068

[startup+1092.7 s]
/proc/loadavg: 1.91 1.98 1.99 2/70 26777
/proc/meminfo: memFree=1730264/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=15112 CPUtime=1077.97
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 5595 0 0 0 107710 87 0 0 25 0 1 0 2008984096 15474688 3620 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/25653/statm: 3778 3620 48 102 0 3673 0
Current children cumulated CPU time (s) 1081.01
Current children cumulated vsize (KiB) 34068

[startup+1094.3 s]
/proc/loadavg: 1.91 1.98 1.99 2/70 26777
/proc/meminfo: memFree=1730264/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=15112 CPUtime=1079.57
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 5595 0 0 0 107870 87 0 0 25 0 1 0 2008984096 15474688 3620 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25653/statm: 3778 3620 48 102 0 3673 0
Current children cumulated CPU time (s) 1082.61
Current children cumulated vsize (KiB) 34068

[startup+1094.7 s]
/proc/loadavg: 1.84 1.96 1.99 2/70 26777
/proc/meminfo: memFree=1730264/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=3.04
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1021 17416 0 2 3 0 288 13 16 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
[pid=25652] ppid=25629 vsize=5356 CPUtime=0
/proc/25652/stat : 25652 (sh) S 25629 25629 22186 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008984096 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25652/statm: 1339 232 193 169 0 50 0
[pid=25653] ppid=25652 vsize=15112 CPUtime=1079.97
/proc/25653/stat : 25653 (picosat) R 25652 25629 22186 0 -1 4194304 5595 0 0 0 107910 87 0 0 25 0 1 0 2008984096 15474688 3620 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25653/statm: 3778 3620 48 102 0 3673 0
Current children cumulated CPU time (s) 1083.01
Current children cumulated vsize (KiB) 34068

[startup+1094.9 s]
/proc/loadavg: 1.84 1.96 1.99 2/70 26777
/proc/meminfo: memFree=1730264/2055920 swapFree=4180500/4192956
[pid=25629] ppid=25627 vsize=13600 CPUtime=1083.12
/proc/25629/stat : 25629 (sugar) S 25627 25629 22186 0 -1 4194304 1089 23298 0 2 3 0 108208 101 15 0 1 0 2008983782 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25629/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1083.12
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1094.91
CPU time (s): 1083.25
CPU user time (s): 1082.21
CPU system time (s): 1.04584
CPU usage (%): 98.9355
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1082.21
system time used= 1.04584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28074
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= 2289
involuntary context switches= 28162

runsolver used 1.36479 second user time and 3.55146 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-06 01:22:04
IDJOB=1102957
IDBENCH=60256
IDSOLVER=345
FILE ID=node59/1102957-1215300124
PBS_JOBID= 7882328
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-94_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-1102957-1215300124/watcher-1102957-1215300124 -o /tmp/evaluation-result-1102957-1215300124/solver-1102957-1215300124 -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-1102957-1215300124.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ff582e16aee3eb55b2d45d7d6abdcec0
RANDOM SEED=359510553

node59.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.261
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.261
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:       1748648 kB
Buffers:         55064 kB
Cached:         183696 kB
SwapCached:       6176 kB
Active:         147628 kB
Inactive:       103424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748648 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            2532 kB
Writeback:           0 kB
Mapped:          19944 kB
Slab:            41416 kB
Committed_AS:  4136280 kB
PageTables:       1812 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= 66500 MiB
End job on node59 at 2008-07-06 01:40:19