Trace number 1103155

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 996.379 999.477

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-19_ext.xml
MD5SUM4d3852b36cec68b7c5ca2d3d3c6ce7a7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.578911
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:29:19 2008
0.00/0.04	c 0	PID 25911
0.00/0.05	c 0	HOST node34.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1103155-1215300558.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1103155-1215300558.xml' 'HOME/temp.csp'
0.04/0.70	c 0	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.04/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	c 0	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.68/0.81	c 0	Parsing HOME/temp.csp
1.53/1.64	c 1	parsed 247 expressions
1.53/1.64	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.53/1.64	c 1	Converting to clausal form CSP
1.53/1.66	c 1	converted 25 (10%) expressions
1.53/1.67	c 1	converted 50 (20%) expressions
1.53/1.68	c 1	converted 75 (30%) expressions
1.53/1.68	c 1	converted 99 (40%) expressions
1.53/1.70	c 1	converted 124 (50%) expressions
1.62/1.73	c 1	converted 149 (60%) expressions
1.72/1.80	c 1	converted 173 (70%) expressions
1.92/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.11/2.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.11/2.29	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.11/2.29	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.11/2.30	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.11/2.30	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.21/2.30	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.21/2.30	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.21/2.30	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.21/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.43	c 2	11 (10%) CSP clauses are encoded (14582 clauses, 259285 bytes)
2.41/2.50	c 2	21 (20%) CSP clauses are encoded (24995 clauses, 470468 bytes)
2.41/2.58	c 2	31 (30%) CSP clauses are encoded (35435 clauses, 690245 bytes)
2.51/2.66	c 2	42 (40%) CSP clauses are encoded (46926 clauses, 930207 bytes)
2.61/2.73	c 2	52 (50%) CSP clauses are encoded (57356 clauses, 1158646 bytes)
2.71/2.81	c 2	62 (60%) CSP clauses are encoded (67746 clauses, 1399651 bytes)
2.71/2.89	c 2	73 (70%) CSP clauses are encoded (79249 clauses, 1666354 bytes)
2.81/2.97	c 3	83 (80%) CSP clauses are encoded (89537 clauses, 1905000 bytes)
2.90/3.04	c 3	93 (90%) CSP clauses are encoded (100109 clauses, 2150341 bytes)
3.00/3.12	c 3	103 (100%) CSP clauses are encoded (110449 clauses, 2390137 bytes)
3.00/3.12	c 3	103 CSP clauses encoded
3.00/3.13	c 3	Writing map file : HOME/temp.map
3.00/3.13	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.13	c 3	SAT : 3160 SAT variables, 110449 SAT clauses, 2390137 bytes
3.00/3.13	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.14	c 3	SOLVING HOME/temp.cnf
3.00/3.14	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
996.20/999.30	c 999	DECODING HOME/temp.out WITH HOME/temp.map
996.20/999.30	c 999	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
996.20/999.39	c 999	Decoding HOME/temp.out
996.24/999.43	s SATISFIABLE
996.24/999.43	v 4 35 70 29 47 10 60 22 11 2 16 55 25 44 6 75 38 66 47 33 59 68 37 79 15 11 77 57 66 24 23 79 36 46 13 67 65 47 61 42
996.24/999.44	c 999	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
996.24/999.47	c 999	CPU 995.36 (0.03 0.01 995.33 0.99)
996.24/999.47	c 999	END Sun Jul  6 01:45:58 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-1103155-1215300558/watcher-1103155-1215300558 -o /tmp/evaluation-result-1103155-1215300558/solver-1103155-1215300558 -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-1103155-1215300558.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.00 2.00 2.00 4/72 25911
/proc/meminfo: memFree=1718552/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=18572 CPUtime=0
/proc/25911/stat : 25911 (runsolver) R 25909 25911 23139 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 2009029341 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25911/statm: 4643 292 257 25 0 2626 0

[startup+0.073647 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25911
/proc/meminfo: memFree=1718552/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=0.04
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009029341 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102345 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25911
/proc/meminfo: memFree=1718552/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=0.04
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009029341 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301372 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25911
/proc/meminfo: memFree=1718552/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=0.04
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009029341 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701437 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25911
/proc/meminfo: memFree=1718552/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=0.04
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009029341 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25933
/proc/meminfo: memFree=1707776/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=0.68
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 973 5145 0 1 3 1 59 5 16 0 1 0 2009029341 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 797 370 3 0 500 0
[pid=25924] ppid=25911 vsize=5356 CPUtime=0
/proc/25924/stat : 25924 (sh) S 25911 25911 23139 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2009029415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25924/statm: 1339 233 193 169 0 50 0
[pid=25925] ppid=25924 vsize=864012 CPUtime=0.75
/proc/25925/stat : 25925 (java) S 25924 25911 23139 0 -1 0 7733 0 1 0 71 4 0 0 18 0 9 0 2009029415 884748288 7012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25925/statm: 216003 7012 2532 9 0 210585 0
[pid=25925/tid=25926] ppid=25924 vsize=864012 CPUtime=0.47
/proc/25925/task/25926/stat : 25926 (java) R 25924 25911 23139 0 -1 64 2468 0 1 0 46 1 0 0 23 0 9 0 2009029416 884748288 7012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25927] ppid=25924 vsize=864012 CPUtime=0.21
/proc/25925/task/25927/stat : 25927 (java) R 25924 25911 23139 0 -1 64 4254 0 0 0 20 1 0 0 16 0 9 0 2009029417 884748288 7012 996147200 134512640 134550740 4294955952 18446744073709551615 104187948 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25928] ppid=25924 vsize=864012 CPUtime=0
/proc/25925/task/25928/stat : 25928 (java) S 25924 25911 23139 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2009029417 884748288 7012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25929] ppid=25924 vsize=864012 CPUtime=0
/proc/25925/task/25929/stat : 25929 (java) S 25924 25911 23139 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2009029417 884748288 7012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25930] ppid=25924 vsize=864012 CPUtime=0
/proc/25925/task/25930/stat : 25930 (java) S 25924 25911 23139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2009029419 884748288 7012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25931] ppid=25924 vsize=864012 CPUtime=0.04
/proc/25925/task/25931/stat : 25931 (java) S 25924 25911 23139 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 2009029419 884748288 7012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25932] ppid=25924 vsize=864012 CPUtime=0
/proc/25925/task/25932/stat : 25932 (java) S 25924 25911 23139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009029419 884748288 7012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25933] ppid=25924 vsize=864012 CPUtime=0
/proc/25925/task/25933/stat : 25933 (java) S 25924 25911 23139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009029419 884748288 7012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 882968

[startup+3.10181 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25933
/proc/meminfo: memFree=1683456/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=0.68
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 974 5145 0 1 3 1 59 5 15 0 1 0 2009029341 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 797 370 3 0 500 0
[pid=25924] ppid=25911 vsize=5356 CPUtime=0
/proc/25924/stat : 25924 (sh) S 25911 25911 23139 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2009029415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25924/statm: 1339 233 193 169 0 50 0
[pid=25925] ppid=25924 vsize=864284 CPUtime=2.32
/proc/25925/stat : 25925 (java) S 25924 25911 23139 0 -1 0 11966 0 1 0 225 7 0 0 18 0 9 0 2009029415 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25925/statm: 216071 11129 2564 9 0 210618 0
[pid=25925/tid=25926] ppid=25924 vsize=864284 CPUtime=1.46
/proc/25925/task/25926/stat : 25926 (java) R 25924 25911 23139 0 -1 64 3006 0 1 0 143 3 0 0 24 0 9 0 2009029416 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 103215090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25927] ppid=25924 vsize=864284 CPUtime=0.73
/proc/25925/task/25927/stat : 25927 (java) S 25924 25911 23139 0 -1 64 7916 0 0 0 71 2 0 0 16 0 9 0 2009029417 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25928] ppid=25924 vsize=864284 CPUtime=0
/proc/25925/task/25928/stat : 25928 (java) S 25924 25911 23139 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2009029417 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25929] ppid=25924 vsize=864284 CPUtime=0
/proc/25925/task/25929/stat : 25929 (java) S 25924 25911 23139 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2009029417 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25930] ppid=25924 vsize=864284 CPUtime=0
/proc/25925/task/25930/stat : 25930 (java) S 25924 25911 23139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2009029419 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25931] ppid=25924 vsize=864284 CPUtime=0.09
/proc/25925/task/25931/stat : 25931 (java) S 25924 25911 23139 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 2009029419 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25932] ppid=25924 vsize=864284 CPUtime=0
/proc/25925/task/25932/stat : 25932 (java) S 25924 25911 23139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009029419 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25925/tid=25933] ppid=25924 vsize=864284 CPUtime=0
/proc/25925/task/25933/stat : 25933 (java) S 25924 25911 23139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009029419 885026816 11129 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) 883240

[startup+6.30231 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25935
/proc/meminfo: memFree=1708160/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=5268 CPUtime=3.12
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 1237 0 0 0 249 63 0 0 25 0 1 0 2009029656 5394432 1223 996147200 134512640 134931368 4294956256 18446744073709551615 134530094 0 0 4096 0 0 0 0 17 1 0 0
/proc/25935/statm: 1317 1223 42 102 0 1212 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 24224

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25935
/proc/meminfo: memFree=1706560/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=7232 CPUtime=9.46
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 1625 0 0 0 882 64 0 0 25 0 1 0 2009029656 7405568 1611 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/25935/statm: 1808 1611 42 102 0 1703 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 26188

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25935
/proc/meminfo: memFree=1706048/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=7716 CPUtime=22.14
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 1751 0 0 0 2150 64 0 0 25 0 1 0 2009029656 7901184 1735 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25935/statm: 1929 1735 48 102 0 1824 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 26672

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25936
/proc/meminfo: memFree=1705728/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=8180 CPUtime=47.5
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 1844 0 0 0 4686 64 0 0 25 0 1 0 2009029656 8376320 1828 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25935/statm: 2045 1828 48 102 0 1940 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 27136

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25937
/proc/meminfo: memFree=1704576/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=8972 CPUtime=98.22
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 2240 0 0 0 9758 64 0 0 25 0 1 0 2009029656 9187328 2038 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25935/statm: 2243 2038 48 102 0 2138 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 27928

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25937
/proc/meminfo: memFree=1703744/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0

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

/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=14464 CPUtime=816.24
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 5128 0 0 0 81543 81 0 0 25 0 1 0 2009029656 14811136 3440 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/25935/statm: 3616 3440 48 102 0 3511 0
Current children cumulated CPU time (s) 819.29
Current children cumulated vsize (KiB) 33420

[startup+882.301 s]
/proc/loadavg: 2.06 2.04 2.01 3/84 26783
/proc/meminfo: memFree=1687720/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=14596 CPUtime=876.21
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 5266 0 0 0 87540 81 0 0 25 0 1 0 2009029656 14946304 3480 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25935/statm: 3649 3480 48 102 0 3544 0
Current children cumulated CPU time (s) 879.26
Current children cumulated vsize (KiB) 33552

[startup+942.302 s]
/proc/loadavg: 2.08 2.05 2.00 3/84 26783
/proc/meminfo: memFree=1687720/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=14524 CPUtime=936.18
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 5364 0 0 0 93537 81 0 0 25 0 1 0 2009029656 14872576 3480 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25935/statm: 3631 3480 48 102 0 3526 0
Current children cumulated CPU time (s) 939.23
Current children cumulated vsize (KiB) 33480

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

[startup+972.702 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 26783
/proc/meminfo: memFree=1687720/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=14524 CPUtime=966.57
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 5364 0 0 0 96576 81 0 0 25 0 1 0 2009029656 14872576 3480 996147200 134512640 134931368 4294956256 18446744073709551615 134597644 0 0 4096 0 0 0 0 17 0 0 0
/proc/25935/statm: 3631 3480 48 102 0 3526 0
Current children cumulated CPU time (s) 969.62
Current children cumulated vsize (KiB) 33480

[startup+985.501 s]
/proc/loadavg: 2.04 2.04 2.00 3/84 26783
/proc/meminfo: memFree=1687720/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=14656 CPUtime=979.37
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 5393 0 0 0 97856 81 0 0 25 0 1 0 2009029656 15007744 3509 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25935/statm: 3664 3509 48 102 0 3559 0
Current children cumulated CPU time (s) 982.42
Current children cumulated vsize (KiB) 33612

[startup+991.901 s]
/proc/loadavg: 2.03 2.04 2.00 3/84 26783
/proc/meminfo: memFree=1687464/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=14788 CPUtime=985.76
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 5530 0 0 0 98495 81 0 0 25 0 1 0 2009029656 15142912 3543 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25935/statm: 3697 3543 48 102 0 3592 0
Current children cumulated CPU time (s) 988.81
Current children cumulated vsize (KiB) 33744

[startup+995.102 s]
/proc/loadavg: 2.03 2.04 2.00 3/84 26783
/proc/meminfo: memFree=1687464/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=14788 CPUtime=988.96
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 5530 0 0 0 98815 81 0 0 25 0 1 0 2009029656 15142912 3543 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25935/statm: 3697 3543 48 102 0 3592 0
Current children cumulated CPU time (s) 992.01
Current children cumulated vsize (KiB) 33744

[startup+996.702 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 26783
/proc/meminfo: memFree=1687464/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=14788 CPUtime=990.56
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 5530 0 0 0 98975 81 0 0 25 0 1 0 2009029656 15142912 3543 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25935/statm: 3697 3543 48 102 0 3592 0
Current children cumulated CPU time (s) 993.61
Current children cumulated vsize (KiB) 33744

[startup+998.302 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 26783
/proc/meminfo: memFree=1687464/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=14788 CPUtime=992.16
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 5530 0 0 0 99135 81 0 0 25 0 1 0 2009029656 15142912 3543 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/25935/statm: 3697 3543 48 102 0 3592 0
Current children cumulated CPU time (s) 995.21
Current children cumulated vsize (KiB) 33744

[startup+999.101 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 26783
/proc/meminfo: memFree=1687464/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=14788 CPUtime=992.96
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 5530 0 0 0 99215 81 0 0 25 0 1 0 2009029656 15142912 3543 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/25935/statm: 3697 3543 48 102 0 3592 0
Current children cumulated CPU time (s) 996.01
Current children cumulated vsize (KiB) 33744

[startup+999.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 26783
/proc/meminfo: memFree=1687464/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=3.05
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1021 17416 0 2 3 1 287 14 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
[pid=25934] ppid=25911 vsize=5356 CPUtime=0
/proc/25934/stat : 25934 (sh) S 25911 25911 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009029655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25934/statm: 1339 232 193 169 0 50 0
[pid=25935] ppid=25934 vsize=13764 CPUtime=993.15
/proc/25935/stat : 25935 (picosat) R 25934 25911 23139 0 -1 4194304 5535 0 0 0 99234 81 0 0 25 0 1 0 2009029656 14094336 3339 996147200 134512640 134931368 4294956256 18446744073709551615 134579065 0 0 4096 0 0 0 0 17 0 0 0
/proc/25935/statm: 3441 3339 52 102 0 3336 0
Current children cumulated CPU time (s) 996.2
Current children cumulated vsize (KiB) 32720

[startup+999.401 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 26783
/proc/meminfo: memFree=1687464/2055920 swapFree=4179828/4192956
[pid=25911] ppid=25909 vsize=13600 CPUtime=996.24
/proc/25911/stat : 25911 (sugar) S 25909 25911 23139 0 -1 4194304 1089 23237 0 2 3 1 99523 97 16 0 1 0 2009029341 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25911/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 996.24
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 999.477
CPU time (s): 996.379
CPU user time (s): 995.37
CPU system time (s): 1.00885
CPU usage (%): 99.69
Max. virtual memory (cumulated for all children) (KiB): 883240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 995.37
system time used= 1.00885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28082
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= 2470
involuntary context switches= 11089

runsolver used 1.24981 second user time and 3.2965 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-06 01:29:19
IDJOB=1103155
IDBENCH=60291
IDSOLVER=345
FILE ID=node34/1103155-1215300558
PBS_JOBID= 7882339
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d3852b36cec68b7c5ca2d3d3c6ce7a7
RANDOM SEED=1160393901

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1719032 kB
Buffers:         63460 kB
Cached:         206164 kB
SwapCached:       7272 kB
Active:         172176 kB
Inactive:       110548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719032 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:          20292 kB
Slab:            39400 kB
Committed_AS:  3596756 kB
PageTables:       1788 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= 66504 MiB
End job on node34 at 2008-07-06 01:45:58