Trace number 2090980

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 769.32 776.686

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-39_ext.xml
MD5SUMd3edc8dd09c8491babe2d19e6043ece0
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 benchmark6.30604
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 11:43:22 2009
0.00/0.08	c 0	PID 27218
0.07/0.08	c 0	HOST node56.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2090980-1247391802.xml TO HOME/temp.csp
0.07/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-2090980-1247391802.xml' 'HOME/temp.csp'
1.15/1.23	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.15/1.27	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.27	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'
1.20/1.35	c 1	Parsing HOME/temp.csp
2.80/2.96	c 3	parsed 209 expressions
2.80/2.97	c 3	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.97	c 3	Converting to clausal form CSP
2.80/2.99	c 3	converted 21 (10%) expressions
2.80/2.99	c 3	converted 42 (20%) expressions
2.89/3.02	c 3	converted 63 (30%) expressions
2.89/3.02	c 3	converted 84 (40%) expressions
2.89/3.04	c 3	converted 105 (50%) expressions
2.89/3.08	c 3	converted 126 (60%) expressions
3.29/3.48	c 3	converted 147 (70%) expressions
3.49/3.62	c 4	converted 168 (80%) expressions
3.59/3.79	c 4	converted 189 (90%) expressions
3.79/3.92	c 4	converted 209 (100%) expressions
3.79/3.92	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.79/3.92	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.79/3.92	c 4	Propagation in CSP
3.79/3.93	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.79/3.93	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.79/3.93	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.79/3.93	c 4	Simplifing CSP by introducing new Boolean variables
3.79/3.93	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.79/3.93	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.98/4.10	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.98/4.12	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.98/4.12	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.98/4.13	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.98/4.13	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.98/4.13	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.98/4.13	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
3.98/4.13	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
3.98/4.13	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
3.98/4.13	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
3.98/4.13	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.28/4.47	c 4	9 (10%) CSP clauses are encoded (34315 clauses, 651511 bytes)
4.57/4.72	c 5	17 (20%) CSP clauses are encoded (58323 clauses, 1161421 bytes)
4.77/4.99	c 5	26 (30%) CSP clauses are encoded (85670 clauses, 1742517 bytes)
5.07/5.24	c 5	34 (40%) CSP clauses are encoded (109872 clauses, 2297370 bytes)
5.37/5.51	c 5	42 (50%) CSP clauses are encoded (134258 clauses, 2867006 bytes)
5.56/5.79	c 6	51 (60%) CSP clauses are encoded (161333 clauses, 3499473 bytes)
5.86/6.05	c 6	59 (70%) CSP clauses are encoded (185446 clauses, 4062788 bytes)
6.15/6.34	c 6	68 (80%) CSP clauses are encoded (212569 clauses, 4696405 bytes)
6.35/6.60	c 7	76 (90%) CSP clauses are encoded (236938 clauses, 5265663 bytes)
6.64/6.85	c 7	84 (100%) CSP clauses are encoded (261201 clauses, 5832518 bytes)
6.64/6.85	c 7	84 CSP clauses encoded
6.64/6.85	c 7	Writing map file : HOME/temp.map
6.64/6.85	c 7	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.64/6.85	c 7	SAT : 7160 SAT variables, 261201 SAT clauses, 5832518 bytes
6.64/6.85	c 7	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.64/6.87	c 7	SOLVING HOME/temp.cnf
6.64/6.87	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
769.12/776.55	c 776	DECODING HOME/temp.out WITH HOME/temp.map
769.12/776.55	c 776	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'
769.18/776.63	c 777	Decoding HOME/temp.out
769.18/776.65	s UNSATISFIABLE
769.18/776.66	c 777	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
769.18/776.68	c 777	CPU 769.29 (0.06 0.01 767.32 1.9)
769.18/776.68	c 777	END Sun Jul 12 11:56:19 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-2090980-1247391802/watcher-2090980-1247391802 -o /tmp/evaluation-result-2090980-1247391802/solver-2090980-1247391802 -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-2090980-1247391802.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.34 2.16 2.00 4/82 27218
/proc/meminfo: memFree=1797768/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=12268 CPUtime=0
/proc/27218/stat : 27218 (sugar) R 27216 27218 25114 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26243505 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27218/statm: 3067 316 241 3 0 167 0

[startup+0.082374 s]
/proc/loadavg: 2.34 2.16 2.00 4/82 27218
/proc/meminfo: memFree=1797768/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16740 CPUtime=0.07
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 26243505 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102148 s]
/proc/loadavg: 2.34 2.16 2.00 4/82 27218
/proc/meminfo: memFree=1797768/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=0.07
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26243505 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301729 s]
/proc/loadavg: 2.34 2.16 2.00 4/82 27218
/proc/meminfo: memFree=1797768/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=0.07
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26243505 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701768 s]
/proc/loadavg: 2.34 2.16 2.00 4/82 27218
/proc/meminfo: memFree=1797768/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=0.07
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26243505 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50185 s]
/proc/loadavg: 2.34 2.16 2.00 3/93 27230
/proc/meminfo: memFree=1778032/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=1.2
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1309 8035 0 1 6 1 106 7 16 0 1 0 26243505 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 16868

[startup+3.10301 s]
/proc/loadavg: 2.34 2.16 2.00 4/93 27240
/proc/meminfo: memFree=1772144/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=1.2
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1309 8035 0 1 6 1 106 7 16 0 1 0 26243505 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1111 409 3 0 796 0
[pid=27231] ppid=27218 vsize=5356 CPUtime=0
/proc/27231/stat : 27231 (sh) S 27218 27218 25114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26243632 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27231/statm: 1339 233 193 169 0 50 0
[pid=27232] ppid=27231 vsize=864376 CPUtime=1.8
/proc/27232/stat : 27232 (java) S 27231 27218 25114 0 -1 0 14413 0 1 0 172 8 0 0 18 0 9 0 26243633 885121024 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 216094 13657 2567 9 0 210599 0
[pid=27232/tid=27233] ppid=27231 vsize=864376 CPUtime=1.06
/proc/27232/task/27233/stat : 27233 (java) R 27231 27218 25114 0 -1 64 2891 0 1 0 104 2 0 0 25 0 9 0 26243634 885121024 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27234] ppid=27231 vsize=864376 CPUtime=0.67
/proc/27232/task/27234/stat : 27234 (java) R 27231 27218 25114 0 -1 64 10506 0 0 0 62 5 0 0 16 0 9 0 26243635 885121024 13657 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27235] ppid=27231 vsize=864376 CPUtime=0
/proc/27232/task/27235/stat : 27235 (java) S 27231 27218 25114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26243635 885121024 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27236] ppid=27231 vsize=864376 CPUtime=0
/proc/27232/task/27236/stat : 27236 (java) S 27231 27218 25114 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26243635 885121024 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27237] ppid=27231 vsize=864376 CPUtime=0
/proc/27232/task/27237/stat : 27237 (java) S 27231 27218 25114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26243637 885121024 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27238] ppid=27231 vsize=864376 CPUtime=0.05
/proc/27232/task/27238/stat : 27238 (java) S 27231 27218 25114 0 -1 64 312 0 0 0 5 0 0 0 16 0 9 0 26243637 885121024 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27239] ppid=27231 vsize=864376 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27231 27218 25114 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26243637 885121024 13657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27240] ppid=27231 vsize=864376 CPUtime=0
/proc/27232/task/27240/stat : 27240 (java) S 27231 27218 25114 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26243637 885121024 13657 996147200 134512640 134550932 4294955936 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) 886600

[startup+6.30232 s]
/proc/loadavg: 2.31 2.16 2.00 3/93 27240
/proc/meminfo: memFree=1721328/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=1.2
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1310 8035 0 1 6 1 106 7 15 0 1 0 26243505 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1111 409 3 0 796 0
[pid=27231] ppid=27218 vsize=5356 CPUtime=0
/proc/27231/stat : 27231 (sh) S 27218 27218 25114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26243632 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27231/statm: 1339 233 193 169 0 50 0
[pid=27232] ppid=27231 vsize=864488 CPUtime=4.95
/proc/27232/stat : 27232 (java) S 27231 27218 25114 0 -1 0 20309 0 1 0 481 14 0 0 18 0 9 0 26243633 885235712 19456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27232/statm: 216122 19456 2590 9 0 210599 0
[pid=27232/tid=27233] ppid=27231 vsize=864488 CPUtime=3.43
/proc/27232/task/27233/stat : 27233 (java) R 27231 27218 25114 0 -1 64 3320 0 1 0 336 7 0 0 25 0 9 0 26243634 885235712 19456 996147200 134512640 134550932 4294955936 18446744073709551615 4126532611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27234] ppid=27231 vsize=864488 CPUtime=1.41
/proc/27232/task/27234/stat : 27234 (java) S 27231 27218 25114 0 -1 64 15950 0 0 0 135 6 0 0 16 0 9 0 26243635 885235712 19456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27235] ppid=27231 vsize=864488 CPUtime=0
/proc/27232/task/27235/stat : 27235 (java) S 27231 27218 25114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26243635 885235712 19456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27236] ppid=27231 vsize=864488 CPUtime=0
/proc/27232/task/27236/stat : 27236 (java) S 27231 27218 25114 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26243635 885235712 19456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27237] ppid=27231 vsize=864488 CPUtime=0
/proc/27232/task/27237/stat : 27237 (java) S 27231 27218 25114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26243637 885235712 19456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27238] ppid=27231 vsize=864488 CPUtime=0.08
/proc/27232/task/27238/stat : 27238 (java) S 27231 27218 25114 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 26243637 885235712 19456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27239] ppid=27231 vsize=864488 CPUtime=0
/proc/27232/task/27239/stat : 27239 (java) S 27231 27218 25114 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26243637 885235712 19456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27232/tid=27240] ppid=27231 vsize=864488 CPUtime=0
/proc/27232/task/27240/stat : 27240 (java) S 27231 27218 25114 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26243637 885235712 19456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886712

[startup+12.7029 s]
/proc/loadavg: 2.29 2.16 2.00 3/85 27242
/proc/meminfo: memFree=1775856/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=10640 CPUtime=5.77
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 2577 0 0 0 422 155 0 0 25 0 1 0 26244192 10895360 2561 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 2660 2561 42 102 0 2555 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 32864

[startup+25.5012 s]
/proc/loadavg: 2.22 2.15 2.00 3/85 27242
/proc/meminfo: memFree=1774576/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=12984 CPUtime=18.44
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 2931 0 0 0 1689 155 0 0 25 0 1 0 26244192 13295616 2915 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 3246 2915 42 102 0 3141 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 35208

[startup+51.1017 s]
/proc/loadavg: 2.14 2.14 2.00 3/85 27242
/proc/meminfo: memFree=1772656/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=14964 CPUtime=43.81
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 3438 0 0 0 4225 156 0 0 25 0 1 0 26244192 15323136 3422 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 3741 3422 42 102 0 3636 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 37188

[startup+102.307 s]
/proc/loadavg: 2.06 2.11 2.00 3/85 27242
/proc/meminfo: memFree=1771056/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=16288 CPUtime=94.52
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 3867 0 0 0 9296 156 0 0 25 0 1 0 26244192 16678912 3781 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 4072 3781 48 102 0 3967 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 38512

[startup+162.302 s]
/proc/loadavg: 2.02 2.09 2.00 3/85 27242
/proc/meminfo: memFree=1770672/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=16808 CPUtime=153.97
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 4007 0 0 0 15240 157 0 0 25 0 1 0 26244192 17211392 3855 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 4202 3855 48 102 0 4097 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 39032

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

/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=18260 CPUtime=510.58
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 4768 0 0 0 50899 159 0 0 25 0 1 0 26244192 18698240 4238 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 4565 4238 48 102 0 4460 0
Current children cumulated CPU time (s) 517.31
Current children cumulated vsize (KiB) 40484

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 27244
/proc/meminfo: memFree=1768240/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=18788 CPUtime=570.02
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 5002 0 0 0 56842 160 0 0 25 0 1 0 26244192 19238912 4384 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 4697 4384 48 102 0 4592 0
Current children cumulated CPU time (s) 576.75
Current children cumulated vsize (KiB) 41012

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 27244
/proc/meminfo: memFree=1767408/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=19580 CPUtime=629.45
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 5290 0 0 0 62785 160 0 0 25 0 1 0 26244192 20049920 4580 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 4895 4580 48 102 0 4790 0
Current children cumulated CPU time (s) 636.18
Current children cumulated vsize (KiB) 41804

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27244
/proc/meminfo: memFree=1767408/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=19580 CPUtime=688.9
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 5290 0 0 0 68729 161 0 0 25 0 1 0 26244192 20049920 4580 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 4895 4580 48 102 0 4790 0
Current children cumulated CPU time (s) 695.63
Current children cumulated vsize (KiB) 41804

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27244
/proc/meminfo: memFree=1766704/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=20108 CPUtime=748.33
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 5531 0 0 0 74672 161 0 0 25 0 1 0 26244192 20590592 4730 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 5027 4730 48 102 0 4922 0
Current children cumulated CPU time (s) 755.06
Current children cumulated vsize (KiB) 42332

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

[startup+767.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27244
/proc/meminfo: memFree=1766704/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=20108 CPUtime=753.87
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 5531 0 0 0 75226 161 0 0 25 0 1 0 26244192 20590592 4730 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 5027 4730 48 102 0 4922 0
Current children cumulated CPU time (s) 760.6
Current children cumulated vsize (KiB) 42332

[startup+771.108 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27244
/proc/meminfo: memFree=1766704/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=20108 CPUtime=757.05
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 5531 0 0 0 75544 161 0 0 25 0 1 0 26244192 20590592 4730 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 5027 4730 48 102 0 4922 0
Current children cumulated CPU time (s) 763.78
Current children cumulated vsize (KiB) 42332

[startup+774.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27244
/proc/meminfo: memFree=1766704/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=20108 CPUtime=760.22
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 5531 0 0 0 75861 161 0 0 25 0 1 0 26244192 20590592 4730 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 5027 4730 48 102 0 4922 0
Current children cumulated CPU time (s) 766.95
Current children cumulated vsize (KiB) 42332

[startup+775.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27244
/proc/meminfo: memFree=1766704/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=20108 CPUtime=761.8
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 5531 0 0 0 76019 161 0 0 25 0 1 0 26244192 20590592 4730 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 5027 4730 48 102 0 4922 0
Current children cumulated CPU time (s) 768.53
Current children cumulated vsize (KiB) 42332

[startup+776.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27244
/proc/meminfo: memFree=1766704/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=20108 CPUtime=762.19
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 5531 0 0 0 76058 161 0 0 25 0 1 0 26244192 20590592 4730 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 5027 4730 48 102 0 4922 0
Current children cumulated CPU time (s) 768.92
Current children cumulated vsize (KiB) 42332

[startup+776.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27244
/proc/meminfo: memFree=1766704/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=6.73
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1365 28664 0 2 6 1 641 25 16 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
[pid=27241] ppid=27218 vsize=5356 CPUtime=0
/proc/27241/stat : 27241 (sh) S 27218 27218 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26244192 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27241/statm: 1339 232 193 169 0 50 0
[pid=27242] ppid=27241 vsize=20112 CPUtime=762.39
/proc/27242/stat : 27242 (picosat) R 27241 27218 25114 0 -1 4194304 5532 0 0 0 76078 161 0 0 25 0 1 0 26244192 20594688 4731 996147200 134512640 134931368 4294956256 18446744073709551615 134581953 0 0 4096 0 0 0 0 17 1 0 0
/proc/27242/statm: 5028 4731 48 102 0 4923 0
Current children cumulated CPU time (s) 769.12
Current children cumulated vsize (KiB) 42336

[startup+776.606 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27244
/proc/meminfo: memFree=1766704/2055920 swapFree=4192812/4192956
[pid=27218] ppid=27216 vsize=16868 CPUtime=769.18
/proc/27218/stat : 27218 (sugar) S 27216 27218 25114 0 -1 4194304 1428 34482 0 2 6 1 76724 187 17 0 1 0 26243505 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27218/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 769.18
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 776.686
CPU time (s): 769.32
CPU user time (s): 767.39
CPU system time (s): 1.92971
CPU usage (%): 99.0516
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 767.39
system time used= 1.92971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39689
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= 3624
involuntary context switches= 20140

runsolver used 0.989849 second user time and 2.55561 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 11:43:22
IDJOB=2090980
IDBENCH=59964
IDSOLVER=738
FILE ID=node56/2090980-1247391802
PBS_JOBID= 9507300
Free space on /tmp= 103024 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-39_ext.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-2090980-1247391802/watcher-2090980-1247391802 -o /tmp/evaluation-result-2090980-1247391802/solver-2090980-1247391802 -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-2090980-1247391802.xml

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

MD5SUM BENCH= d3edc8dd09c8491babe2d19e6043ece0
RANDOM SEED=411253964

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1798184 kB
Buffers:         19708 kB
Cached:         133088 kB
SwapCached:          0 kB
Active:         133884 kB
Inactive:        71672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:          64356 kB
Slab:            37208 kB
Committed_AS:   235620 kB
PageTables:       1960 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= 103024 MiB
End job on node56 at 2009-07-12 11:56:19