Trace number 2072544

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.14.6+picosatUNSAT 716.099 723.24

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-15-10.xml
MD5SUMa6023204a3b6f326b8654c5c25ce714b
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.2828
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints1065
Maximum constraint arity10
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(1065)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:56:21 2009
0.00/0.08	c 0	PID 17226
0.00/0.08	c 0	HOST node74.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072544-1247356581.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072544-1247356581.xml' 'HOME/temp.csp'
0.06/0.81	c 1	1 domains, 150 variables, 0 predicates, 0 relations, 1065 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.89	c 1	Parsing HOME/temp.csp
0.77/0.99	c 1	parsed 1216 expressions
0.94/1.01	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.01	c 1	Converting to clausal form CSP
0.94/1.04	c 1	converted 122 (10%) expressions
0.94/1.07	c 1	converted 244 (20%) expressions
0.94/1.10	c 1	converted 365 (30%) expressions
1.03/1.12	c 1	converted 487 (40%) expressions
1.03/1.14	c 1	converted 608 (50%) expressions
1.03/1.16	c 1	converted 730 (60%) expressions
1.03/1.16	c 1	converted 852 (70%) expressions
1.14/1.25	c 1	converted 973 (80%) expressions
1.14/1.25	c 1	converted 1095 (90%) expressions
1.14/1.26	c 1	converted 1216 (100%) expressions
1.14/1.26	c 1	CSP : 150 integers, 0 booleans, 1065 clauses, largest domain size 2
1.14/1.26	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.26	c 1	Propagation in CSP
1.14/1.27	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.27	c 1	CSP : 150 integers, 0 booleans, 1065 clauses, largest domain size 2
1.14/1.27	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.28	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.28	c 1	CSP : 150 integers, 0 booleans, 1065 clauses, largest domain size 2
1.14/1.28	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.30	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.31	c 2	15 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.31	c 2	30 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.31	c 2	45 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.31	c 2	60 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.31	c 2	75 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.31	c 2	90 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.31	c 2	105 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.31	c 2	120 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.31	c 2	135 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.31	c 2	150 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.32	c 2	107 (10%) CSP clauses are encoded (107 clauses, 848 bytes)
1.23/1.33	c 2	213 (20%) CSP clauses are encoded (213 clauses, 1718 bytes)
1.23/1.34	c 2	320 (30%) CSP clauses are encoded (320 clauses, 2620 bytes)
1.23/1.34	c 2	426 (40%) CSP clauses are encoded (426 clauses, 3514 bytes)
1.23/1.35	c 2	533 (50%) CSP clauses are encoded (533 clauses, 4421 bytes)
1.23/1.35	c 2	639 (60%) CSP clauses are encoded (639 clauses, 5325 bytes)
1.23/1.36	c 2	746 (70%) CSP clauses are encoded (746 clauses, 6247 bytes)
1.23/1.36	c 2	852 (80%) CSP clauses are encoded (852 clauses, 7172 bytes)
1.23/1.36	c 2	959 (90%) CSP clauses are encoded (959 clauses, 8142 bytes)
1.43/1.51	c 2	1065 (100%) CSP clauses are encoded (1065 clauses, 9724 bytes)
1.43/1.51	c 2	1065 CSP clauses encoded
1.43/1.51	c 2	Writing map file : HOME/temp.map
1.43/1.51	c 2	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.51	c 2	SAT : 150 SAT variables, 1065 SAT clauses, 9724 bytes
1.43/1.51	c 2	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.55	c 2	SOLVING HOME/temp.cnf
1.43/1.55	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
715.86/723.05	c 723	DECODING HOME/temp.out WITH HOME/temp.map
715.86/723.05	c 723	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
715.95/723.14	c 723	Decoding HOME/temp.out
715.95/723.17	s UNSATISFIABLE
715.95/723.18	c 723	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
715.95/723.23	c 723	CPU 716.09 (0.06 0.02 715.86 0.15)
715.95/723.23	c 723	END Sun Jul 12 02:08:24 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2072544-1247356581/watcher-2072544-1247356581 -o /tmp/evaluation-result-2072544-1247356581/solver-2072544-1247356581 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2072544-1247356581.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17226
/proc/meminfo: memFree=1770912/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=12268 CPUtime=0
/proc/17226/stat : 17226 (sugar) R 17224 17226 16233 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 22723912 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228774869605 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17226/statm: 3067 316 241 3 0 167 0

[startup+0.0869861 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17226
/proc/meminfo: memFree=1770912/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=0.06
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22723912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102689 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17226
/proc/meminfo: memFree=1770912/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=0.06
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22723912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301374 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17226
/proc/meminfo: memFree=1770912/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=0.06
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22723912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701427 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17226
/proc/meminfo: memFree=1770912/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=0.06
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22723912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50151 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 17248
/proc/meminfo: memFree=1761928/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=0.77
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1310 5034 0 1 5 1 67 4 15 0 1 0 22723912 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1111 409 3 0 796 0
[pid=17239] ppid=17226 vsize=5356 CPUtime=0
/proc/17239/stat : 17239 (sh) S 17226 17226 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22723993 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17239/statm: 1339 233 193 169 0 50 0
[pid=17240] ppid=17239 vsize=868612 CPUtime=0.66
/proc/17240/stat : 17240 (java) S 17239 17226 16233 0 -1 0 6432 0 1 0 63 3 0 0 19 0 9 0 22723994 889458688 5668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17240/statm: 217153 5668 2589 9 0 211630 0
[pid=17240/tid=17241] ppid=17239 vsize=868612 CPUtime=0.42
/proc/17240/task/17241/stat : 17241 (java) R 17239 17226 16233 0 -1 64 2721 0 1 0 41 1 0 0 18 0 9 0 22723995 889458688 5668 996147200 134512640 134550932 4294955936 18446744073709551615 4126518177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17240/tid=17242] ppid=17239 vsize=868612 CPUtime=0.03
/proc/17240/task/17242/stat : 17242 (java) S 17239 17226 16233 0 -1 64 1518 0 0 0 3 0 0 0 16 0 9 0 22723996 889458688 5668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17240/tid=17243] ppid=17239 vsize=868612 CPUtime=0
/proc/17240/task/17243/stat : 17243 (java) S 17239 17226 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22723996 889458688 5668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17240/tid=17244] ppid=17239 vsize=868612 CPUtime=0
/proc/17240/task/17244/stat : 17244 (java) S 17239 17226 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22723996 889458688 5668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17240/tid=17245] ppid=17239 vsize=868612 CPUtime=0
/proc/17240/task/17245/stat : 17245 (java) S 17239 17226 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22723998 889458688 5668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17240/tid=17246] ppid=17239 vsize=868612 CPUtime=0.17
/proc/17240/task/17246/stat : 17246 (java) S 17239 17226 16233 0 -1 64 1493 0 0 0 17 0 0 0 16 0 9 0 22723998 889458688 5668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17240/tid=17247] ppid=17239 vsize=868612 CPUtime=0
/proc/17240/task/17247/stat : 17247 (java) S 17239 17226 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22723998 889458688 5668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17240/tid=17248] ppid=17239 vsize=868612 CPUtime=0
/proc/17240/task/17248/stat : 17248 (java) S 17239 17226 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22723998 889458688 5668 996147200 134512640 134550932 4294955936 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) 890836

[startup+3.10169 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 17250
/proc/meminfo: memFree=1766920/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=968 CPUtime=1.52
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 194 0 0 0 152 0 0 0 25 0 1 0 22724067 991232 178 996147200 134512640 134931368 4294956256 18446744073709551615 134530461 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 242 178 48 102 0 137 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 23192

[startup+6.30206 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 17250
/proc/meminfo: memFree=1766600/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=1220 CPUtime=4.69
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 236 0 0 0 469 0 0 0 25 0 1 0 22724067 1249280 220 996147200 134512640 134931368 4294956256 18446744073709551615 134530967 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 305 220 48 102 0 200 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 23444

[startup+12.7038 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 17250
/proc/meminfo: memFree=1766280/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=1456 CPUtime=11.03
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 307 0 0 0 1103 0 0 0 25 0 1 0 22724067 1490944 291 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 364 291 48 102 0 259 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 23680

[startup+25.5013 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 17250
/proc/meminfo: memFree=1766152/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=1796 CPUtime=23.7
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 384 0 0 0 2370 0 0 0 25 0 1 0 22724067 1839104 368 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 449 368 48 102 0 344 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 24020

[startup+51.1012 s]
/proc/loadavg: 2.11 2.03 2.01 3/84 17250
/proc/meminfo: memFree=1765640/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=2296 CPUtime=49.06
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 509 0 0 0 4906 0 0 0 25 0 1 0 22724067 2351104 493 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 574 493 48 102 0 469 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 24520

[startup+102.306 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 17250
/proc/meminfo: memFree=1765000/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=2808 CPUtime=99.77
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 628 0 0 0 9977 0 0 0 25 0 1 0 22724067 2875392 611 996147200 134512640 134931368 4294956256 18446744073709551615 134520125 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 702 611 48 102 0 597 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 25032

[startup+162.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 17250
/proc/meminfo: memFree=1764552/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=3088 CPUtime=159.19
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 735 0 0 0 15919 0 0 0 25 0 1 0 22724067 3162112 688 996147200 134512640 134931368 4294956256 18446744073709551615 134525855 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 772 688 48 102 0 667 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 25312

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 17250
/proc/meminfo: memFree=1764232/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0

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


[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762944/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=4468 CPUtime=515.66
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 1076 0 0 0 51564 2 0 0 25 0 1 0 22724067 4575232 1016 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 1117 1016 48 102 0 1012 0
Current children cumulated CPU time (s) 517.13
Current children cumulated vsize (KiB) 26692

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762688/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=4600 CPUtime=575.07
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 1119 0 0 0 57505 2 0 0 25 0 1 0 22724067 4710400 1059 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 1150 1059 48 102 0 1045 0
Current children cumulated CPU time (s) 576.54
Current children cumulated vsize (KiB) 26824

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762696/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=4732 CPUtime=634.49
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 1153 0 0 0 63447 2 0 0 25 0 1 0 22724067 4845568 1093 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 1183 1093 48 102 0 1078 0
Current children cumulated CPU time (s) 635.96
Current children cumulated vsize (KiB) 26956

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762632/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=4620 CPUtime=693.89
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 1155 0 0 0 69387 2 0 0 25 0 1 0 22724067 4730880 1074 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 1155 1074 48 102 0 1050 0
Current children cumulated CPU time (s) 695.36
Current children cumulated vsize (KiB) 26844

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

[startup+703.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762632/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=4620 CPUtime=695.48
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 1155 0 0 0 69546 2 0 0 25 0 1 0 22724067 4730880 1074 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 1155 1074 48 102 0 1050 0
Current children cumulated CPU time (s) 696.95
Current children cumulated vsize (KiB) 26844

[startup+716.706 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762504/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=4620 CPUtime=708.15
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 1155 0 0 0 70813 2 0 0 25 0 1 0 22724067 4730880 1074 996147200 134512640 134931368 4294956256 18446744073709551615 134529635 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 1155 1074 48 102 0 1050 0
Current children cumulated CPU time (s) 709.62
Current children cumulated vsize (KiB) 26844

[startup+719.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762504/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=4620 CPUtime=711.32
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 1155 0 0 0 71130 2 0 0 25 0 1 0 22724067 4730880 1074 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 1155 1074 48 102 0 1050 0
Current children cumulated CPU time (s) 712.79
Current children cumulated vsize (KiB) 26844

[startup+721.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762504/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=4620 CPUtime=712.9
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 1155 0 0 0 71288 2 0 0 25 0 1 0 22724067 4730880 1074 996147200 134512640 134931368 4294956256 18446744073709551615 134531364 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 1155 1074 48 102 0 1050 0
Current children cumulated CPU time (s) 714.37
Current children cumulated vsize (KiB) 26844

[startup+722.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762504/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=4620 CPUtime=713.69
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 1155 0 0 0 71367 2 0 0 25 0 1 0 22724067 4730880 1074 996147200 134512640 134931368 4294956256 18446744073709551615 134524068 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 1155 1074 48 102 0 1050 0
Current children cumulated CPU time (s) 715.16
Current children cumulated vsize (KiB) 26844

[startup+722.707 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762504/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=1.47
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1365 11773 0 2 6 1 132 8 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
[pid=17249] ppid=17226 vsize=5356 CPUtime=0
/proc/17249/stat : 17249 (sh) S 17226 17226 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724067 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17249/statm: 1339 232 193 169 0 50 0
[pid=17250] ppid=17249 vsize=4620 CPUtime=714.09
/proc/17250/stat : 17250 (picosat) R 17249 17226 16233 0 -1 4194304 1155 0 0 0 71407 2 0 0 25 0 1 0 22724067 4730880 1074 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17250/statm: 1155 1074 48 102 0 1050 0
Current children cumulated CPU time (s) 715.56
Current children cumulated vsize (KiB) 26844

[startup+723.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762504/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=715.95
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1428 13215 0 2 6 2 71575 12 17 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 715.95
Current children cumulated vsize (KiB) 16868

[startup+723.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17256
/proc/meminfo: memFree=1762504/2055920 swapFree=4192812/4192956
[pid=17226] ppid=17224 vsize=16868 CPUtime=715.95
/proc/17226/stat : 17226 (sugar) S 17224 17226 16233 0 -1 4194304 1448 13215 0 2 6 2 71575 12 16 0 1 0 22723912 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17226/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 715.95
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 723.24
CPU time (s): 716.099
CPU user time (s): 715.923
CPU system time (s): 0.175973
CPU usage (%): 99.0127
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 715.923
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18510
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= 1720
involuntary context switches= 29301

runsolver used 0.903862 second user time and 2.56461 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 01:56:21
IDJOB=2072544
IDBENCH=55754
IDSOLVER=738
FILE ID=node74/2072544-1247356581
PBS_JOBID= 9506925
Free space on /tmp= 103080 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-15-10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2072544-1247356581/watcher-2072544-1247356581 -o /tmp/evaluation-result-2072544-1247356581/solver-2072544-1247356581 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2072544-1247356581.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a6023204a3b6f326b8654c5c25ce714b
RANDOM SEED=1880842906

node74.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.234
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.234
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:       1771392 kB
Buffers:          9580 kB
Cached:          87252 kB
SwapCached:          0 kB
Active:         199732 kB
Inactive:        40524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:         161216 kB
Slab:            29032 kB
Committed_AS:   925412 kB
PageTables:       2104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103076 MiB
End job on node74 at 2009-07-12 02:08:25