Trace number 1101747

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 684.203 689.996

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-44_ext.xml
MD5SUMc17cb85d777563826a59d241a33c8981
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 benchmark11.4893
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 23:44:07 2008
0.00/0.04	c 0	PID 23272
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1101747-1215294247.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-1101747-1215294247.xml' 'HOME/temp.csp'
0.03/0.68	c 1	1 domains, 40 variables, 0 predicates, 340 relations, 340 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.65/0.81	c 1	Parsing HOME/temp.csp
1.10/1.23	c 1	parsed 721 expressions
1.10/1.24	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.24	c 1	Converting to clausal form CSP
1.10/1.26	c 1	converted 73 (10%) expressions
1.10/1.27	c 1	converted 145 (20%) expressions
1.10/1.27	c 1	converted 217 (30%) expressions
1.10/1.27	c 1	converted 289 (40%) expressions
1.10/1.27	c 1	converted 361 (50%) expressions
1.19/1.35	c 1	converted 433 (60%) expressions
1.19/1.37	c 1	converted 505 (70%) expressions
1.19/1.39	c 1	converted 577 (80%) expressions
1.29/1.41	c 1	converted 649 (90%) expressions
1.29/1.42	c 1	converted 721 (100%) expressions
1.29/1.43	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.29/1.43	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.43	c 1	Propagation in CSP
1.29/1.43	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.43	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.29/1.43	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.43	c 1	Simplifing CSP by introducing new Boolean variables
1.29/1.43	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.29/1.43	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.47	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.29/1.48	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.29/1.48	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.29/1.49	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.29/1.49	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.29/1.49	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.29/1.49	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.29/1.49	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.29/1.49	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.29/1.49	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.29/1.49	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.39/1.54	c 1	34 (10%) CSP clauses are encoded (2700 clauses, 39968 bytes)
1.39/1.56	c 1	68 (20%) CSP clauses are encoded (4770 clauses, 74692 bytes)
1.39/1.58	c 1	102 (30%) CSP clauses are encoded (6960 clauses, 112559 bytes)
1.39/1.59	c 1	136 (40%) CSP clauses are encoded (9171 clauses, 153739 bytes)
1.49/1.61	c 2	170 (50%) CSP clauses are encoded (11391 clauses, 195408 bytes)
1.49/1.62	c 2	204 (60%) CSP clauses are encoded (13604 clauses, 236832 bytes)
1.49/1.64	c 2	238 (70%) CSP clauses are encoded (15715 clauses, 276571 bytes)
1.49/1.65	c 2	272 (80%) CSP clauses are encoded (17866 clauses, 316824 bytes)
1.49/1.67	c 2	306 (90%) CSP clauses are encoded (20072 clauses, 358158 bytes)
1.49/1.68	c 2	340 (100%) CSP clauses are encoded (22272 clauses, 399202 bytes)
1.49/1.68	c 2	340 CSP clauses encoded
1.49/1.68	c 2	Writing map file : HOME/temp.map
1.49/1.68	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.68	c 2	SAT : 720 SAT variables, 22272 SAT clauses, 399202 bytes
1.49/1.68	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.57/1.71	c 2	SOLVING HOME/temp.cnf
1.57/1.71	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
684.02/689.83	c 690	DECODING HOME/temp.out WITH HOME/temp.map
684.02/689.83	c 690	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
684.06/689.91	c 690	Decoding HOME/temp.out
684.06/689.94	s SATISFIABLE
684.06/689.94	v 11 7 16 14 12 3 3 17 11 16 18 7 15 8 12 16 13 18 15 10 9 5 6 8 7 17 14 18 12 15 16 1 13 6 12 8 9 12 6 1
684.06/689.95	c 690	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
684.06/689.99	c 690	CPU 683.89 (0.03 0 683.86 0.29)
684.06/689.99	c 690	END Sat Jul  5 23:55:37 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-1101747-1215294247/watcher-1101747-1215294247 -o /tmp/evaluation-result-1101747-1215294247/solver-1101747-1215294247 -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-1101747-1215294247.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: 1.98 1.97 1.99 4/72 23272
/proc/meminfo: memFree=1717736/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=12268 CPUtime=0
/proc/23272/stat : 23272 (sugar) R 23270 23272 19683 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2008398181 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 0 4224 0 0 0 0 17 1 0 0
/proc/23272/statm: 3067 316 241 3 0 167 0

[startup+0.097752 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 23272
/proc/meminfo: memFree=1717736/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=0.03
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008398181 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101738 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 23272
/proc/meminfo: memFree=1717736/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=0.03
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008398181 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301761 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 23272
/proc/meminfo: memFree=1717736/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=0.03
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008398181 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701811 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 23272
/proc/meminfo: memFree=1717736/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=0.03
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 2008398181 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 1.98 1.97 1.99 4/83 23294
/proc/meminfo: memFree=1710160/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=0.65
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 974 4747 0 1 3 0 58 4 15 0 1 0 2008398181 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 797 370 3 0 500 0
[pid=23285] ppid=23272 vsize=5356 CPUtime=0
/proc/23285/stat : 23285 (sh) S 23272 23272 19683 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008398255 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23285/statm: 1339 233 193 169 0 50 0
[pid=23286] ppid=23285 vsize=864260 CPUtime=0.74
/proc/23286/stat : 23286 (java) S 23285 23272 19683 0 -1 0 6741 0 1 0 71 3 0 0 18 0 9 0 2008398255 885002240 5987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23286/statm: 216065 5987 2563 9 0 210612 0
[pid=23286/tid=23287] ppid=23285 vsize=864260 CPUtime=0.47
/proc/23286/task/23287/stat : 23287 (java) R 23285 23272 19683 0 -1 64 2692 0 1 0 46 1 0 0 18 0 9 0 2008398256 885002240 5987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23286/tid=23288] ppid=23285 vsize=864260 CPUtime=0.15
/proc/23286/task/23288/stat : 23288 (java) S 23285 23272 19683 0 -1 64 3010 0 0 0 15 0 0 0 16 0 9 0 2008398257 885002240 5987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23286/tid=23289] ppid=23285 vsize=864260 CPUtime=0
/proc/23286/task/23289/stat : 23289 (java) S 23285 23272 19683 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008398257 885002240 5987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23286/tid=23290] ppid=23285 vsize=864260 CPUtime=0
/proc/23286/task/23290/stat : 23290 (java) S 23285 23272 19683 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2008398257 885002240 5987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23286/tid=23291] ppid=23285 vsize=864260 CPUtime=0
/proc/23286/task/23291/stat : 23291 (java) S 23285 23272 19683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008398259 885002240 5987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23286/tid=23292] ppid=23285 vsize=864260 CPUtime=0.09
/proc/23286/task/23292/stat : 23292 (java) R 23285 23272 19683 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 2008398259 885002240 5987 996147200 134512640 134550740 4294955952 18446744073709551615 101998990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23286/tid=23293] ppid=23285 vsize=864260 CPUtime=0
/proc/23286/task/23293/stat : 23293 (java) S 23285 23272 19683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008398260 885002240 5987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23286/tid=23294] ppid=23285 vsize=864260 CPUtime=0
/proc/23286/task/23294/stat : 23294 (java) S 23285 23272 19683 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008398260 885002240 5987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883216

[startup+3.1011 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 23296
/proc/meminfo: memFree=1713808/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=1920 CPUtime=1.36
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 405 0 0 0 124 12 0 0 25 0 1 0 2008398353 1966080 389 996147200 134512640 134931368 4294956256 18446744073709551615 134524200 0 0 4096 0 0 0 0 17 1 0 0
/proc/23296/statm: 480 389 48 102 0 375 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 20876

[startup+6.30248 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 23296
/proc/meminfo: memFree=1713232/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=2160 CPUtime=4.54
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 470 0 0 0 441 13 0 0 25 0 1 0 2008398353 2211840 454 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23296/statm: 540 454 48 102 0 435 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 21116

[startup+12.7043 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 23296
/proc/meminfo: memFree=1712848/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=2360 CPUtime=10.88
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 522 0 0 0 1075 13 0 0 25 0 1 0 2008398353 2416640 506 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/23296/statm: 590 506 48 102 0 485 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 21316

[startup+25.5018 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 23297
/proc/meminfo: memFree=1712528/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=2828 CPUtime=23.55
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 625 0 0 0 2342 13 0 0 25 0 1 0 2008398353 2895872 609 996147200 134512640 134931368 4294956256 18446744073709551615 134525825 0 0 4096 0 0 0 0 17 1 0 0
/proc/23296/statm: 707 609 48 102 0 602 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 21784

[startup+51.1019 s]
/proc/loadavg: 2.05 1.99 1.99 3/75 23298
/proc/meminfo: memFree=1712016/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=3328 CPUtime=48.91
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 739 0 0 0 4878 13 0 0 25 0 1 0 2008398353 3407872 723 996147200 134512640 134931368 4294956256 18446744073709551615 134525907 0 0 4096 0 0 0 0 17 1 0 0
/proc/23296/statm: 832 723 48 102 0 727 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 22284

[startup+102.307 s]
/proc/loadavg: 2.02 1.99 1.99 3/75 23298
/proc/meminfo: memFree=1711312/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=3792 CPUtime=99.63
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 901 0 0 0 9950 13 0 0 25 0 1 0 2008398353 3883008 854 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/23296/statm: 948 854 48 102 0 843 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 22748

[startup+162.304 s]
/proc/loadavg: 2.06 2.00 2.00 3/75 23298
/proc/meminfo: memFree=1710800/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=4392 CPUtime=159.07
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 1091 0 0 0 15894 13 0 0 25 0 1 0 2008398353 4497408 1020 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23296/statm: 1098 1020 48 102 0 993 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 23348

[startup+222.301 s]
/proc/loadavg: 2.07 2.01 2.00 3/75 23298
/proc/meminfo: memFree=1710416/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=5428 CPUtime=396.82
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 2228 0 0 0 39667 15 0 0 25 0 1 0 2008398353 5558272 1268 996147200 134512640 134931368 4294956256 18446744073709551615 134530094 0 0 4096 0 0 0 0 17 1 0 0
/proc/23296/statm: 1357 1268 48 102 0 1252 0
Current children cumulated CPU time (s) 398.41
Current children cumulated vsize (KiB) 24384

[startup+462.301 s]
/proc/loadavg: 2.27 2.15 2.05 3/75 23298
/proc/meminfo: memFree=1709328/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=6036 CPUtime=456.25
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 2564 0 0 0 45610 15 0 0 25 0 1 0 2008398353 6180864 1349 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/23296/statm: 1509 1349 48 102 0 1404 0
Current children cumulated CPU time (s) 457.84
Current children cumulated vsize (KiB) 24992

[startup+522.301 s]
/proc/loadavg: 2.13 2.13 2.05 3/75 23298
/proc/meminfo: memFree=1709200/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=6100 CPUtime=515.69
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 2918 0 0 0 51554 15 0 0 25 0 1 0 2008398353 6246400 1374 996147200 134512640 134931368 4294956256 18446744073709551615 134531123 0 0 4096 0 0 0 0 17 1 0 0
/proc/23296/statm: 1525 1374 48 102 0 1420 0
Current children cumulated CPU time (s) 517.28
Current children cumulated vsize (KiB) 25056

[startup+582.302 s]
/proc/loadavg: 2.23 2.15 2.06 3/75 23298
/proc/meminfo: memFree=1709008/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=6100 CPUtime=575.14
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 3104 0 0 0 57498 16 0 0 25 0 1 0 2008398353 6246400 1378 996147200 134512640 134931368 4294956256 18446744073709551615 134525610 0 0 4096 0 0 0 0 17 1 0 0
/proc/23296/statm: 1525 1378 48 102 0 1420 0
Current children cumulated CPU time (s) 576.73
Current children cumulated vsize (KiB) 25056

[startup+642.302 s]
/proc/loadavg: 2.14 2.14 2.06 3/83 23334
/proc/meminfo: memFree=1650512/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=6396 CPUtime=634.95
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 3441 0 0 0 63478 17 0 0 25 0 1 0 2008398353 6549504 1442 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23296/statm: 1599 1442 48 102 0 1494 0
Current children cumulated CPU time (s) 636.54
Current children cumulated vsize (KiB) 25352

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

[startup+665.507 s]
/proc/loadavg: 2.09 2.13 2.06 3/83 23334
/proc/meminfo: memFree=1650256/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=6724 CPUtime=658.14
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 3571 0 0 0 65797 17 0 0 25 0 1 0 2008398353 6885376 1523 996147200 134512640 134931368 4294956256 18446744073709551615 134531757 0 0 4096 0 0 0 0 17 0 0 0
/proc/23296/statm: 1681 1523 48 102 0 1576 0
Current children cumulated CPU time (s) 659.73
Current children cumulated vsize (KiB) 25680

[startup+678.301 s]
/proc/loadavg: 2.08 2.12 2.06 3/83 23334
/proc/meminfo: memFree=1650256/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=6528 CPUtime=670.93
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 3595 0 0 0 67076 17 0 0 25 0 1 0 2008398353 6684672 1498 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23296/statm: 1632 1498 48 102 0 1527 0
Current children cumulated CPU time (s) 672.52
Current children cumulated vsize (KiB) 25484

[startup+684.702 s]
/proc/loadavg: 2.07 2.12 2.05 3/83 23334
/proc/meminfo: memFree=1650128/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=6528 CPUtime=677.33
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 3644 0 0 0 67716 17 0 0 25 0 1 0 2008398353 6684672 1498 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23296/statm: 1632 1498 48 102 0 1527 0
Current children cumulated CPU time (s) 678.92
Current children cumulated vsize (KiB) 25484

[startup+687.901 s]
/proc/loadavg: 2.06 2.12 2.05 3/83 23334
/proc/meminfo: memFree=1650192/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=6528 CPUtime=680.53
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 3644 0 0 0 68036 17 0 0 25 0 1 0 2008398353 6684672 1498 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23296/statm: 1632 1498 48 102 0 1527 0
Current children cumulated CPU time (s) 682.12
Current children cumulated vsize (KiB) 25484

[startup+688.701 s]
/proc/loadavg: 2.06 2.12 2.05 3/83 23334
/proc/meminfo: memFree=1650192/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=6528 CPUtime=681.33
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 3644 0 0 0 68116 17 0 0 25 0 1 0 2008398353 6684672 1498 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23296/statm: 1632 1498 48 102 0 1527 0
Current children cumulated CPU time (s) 682.92
Current children cumulated vsize (KiB) 25484

[startup+689.503 s]
/proc/loadavg: 2.06 2.12 2.05 3/83 23334
/proc/meminfo: memFree=1650192/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=1.59
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1022 11839 0 2 3 0 148 8 16 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
[pid=23295] ppid=23272 vsize=5356 CPUtime=0
/proc/23295/stat : 23295 (sh) S 23272 23272 19683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23295/statm: 1339 232 193 169 0 50 0
[pid=23296] ppid=23295 vsize=6528 CPUtime=682.13
/proc/23296/stat : 23296 (picosat) R 23295 23272 19683 0 -1 4194304 3644 0 0 0 68196 17 0 0 25 0 1 0 2008398353 6684672 1498 996147200 134512640 134931368 4294956256 18446744073709551615 134521604 0 0 4096 0 0 0 0 17 0 0 0
/proc/23296/statm: 1632 1498 48 102 0 1527 0
Current children cumulated CPU time (s) 683.72
Current children cumulated vsize (KiB) 25484

[startup+689.903 s]
/proc/loadavg: 2.06 2.11 2.05 3/83 23334
/proc/meminfo: memFree=1650192/2055920 swapFree=4180424/4192956
[pid=23272] ppid=23270 vsize=13600 CPUtime=684.06
/proc/23272/stat : 23272 (sugar) S 23270 23272 19683 0 -1 4194304 1070 15774 0 2 3 0 68377 26 17 0 1 0 2008398181 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23272/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 684.06
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 689.996
CPU time (s): 684.203
CPU user time (s): 683.901
CPU system time (s): 0.301954
CPU usage (%): 99.1604
Max. virtual memory (cumulated for all children) (KiB): 883216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 683.901
system time used= 0.301954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20612
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= 14218

runsolver used 0.831873 second user time and 2.24966 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 23:44:07
IDJOB=1101747
IDBENCH=60063
IDSOLVER=345
FILE ID=node33/1101747-1215294247
PBS_JOBID= 7882188
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-44_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-1101747-1215294247/watcher-1101747-1215294247 -o /tmp/evaluation-result-1101747-1215294247/solver-1101747-1215294247 -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-1101747-1215294247.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c17cb85d777563826a59d241a33c8981
RANDOM SEED=222915268

node33.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.231
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.231
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:       1718216 kB
Buffers:         59008 kB
Cached:         205940 kB
SwapCached:       6236 kB
Active:         190928 kB
Inactive:        91192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718216 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          25196 kB
Slab:            40832 kB
Committed_AS:  3739904 kB
PageTables:       1796 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= 66468 MiB
End job on node33 at 2008-07-05 23:55:37