Trace number 1078259

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 555.301 559.198

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-37_ext.xml
MD5SUM9c07a26c3915f8e4fb3dd975de327ea6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.2772
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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 Fri Jul  4 23:16:03 2008
0.00/0.04	c 0	PID 11525
0.03/0.05	c 0	HOST node33.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1078259-1215206163.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078259-1215206163.xml' 'HOME/temp.csp'
0.04/0.91	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.04/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.94	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.93/1.02	c 1	Parsing HOME/temp.csp
1.93/2.08	c 2	parsed 137 expressions
1.93/2.08	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.93/2.08	c 2	Converting to clausal form CSP
2.02/2.11	c 2	converted 14 (10%) expressions
2.02/2.13	c 2	converted 28 (20%) expressions
2.02/2.14	c 2	converted 42 (30%) expressions
2.02/2.14	c 2	converted 55 (40%) expressions
2.21/2.31	c 3	converted 69 (50%) expressions
2.21/2.37	c 3	converted 83 (60%) expressions
2.32/2.48	c 3	converted 96 (70%) expressions
2.41/2.59	c 3	converted 110 (80%) expressions
2.61/2.70	c 3	converted 124 (90%) expressions
2.91/3.01	c 3	converted 137 (100%) expressions
2.91/3.01	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.91/3.01	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.91/3.01	c 3	Propagation in CSP
2.91/3.01	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.91/3.01	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.91/3.01	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.91/3.01	c 3	Simplifing CSP by introducing new Boolean variables
2.91/3.01	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.91/3.01	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.01/3.13	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.14	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.01/3.14	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.01/3.14	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.01/3.15	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.01/3.15	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.01/3.15	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.01/3.15	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.01/3.15	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.01/3.15	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.01/3.15	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.20/3.36	c 4	6 (10%) CSP clauses are encoded (11128 clauses, 252445 bytes)
3.30/3.49	c 4	12 (20%) CSP clauses are encoded (21857 clauses, 503019 bytes)
3.50/3.62	c 4	18 (30%) CSP clauses are encoded (32091 clauses, 756161 bytes)
3.60/3.75	c 4	24 (40%) CSP clauses are encoded (42963 clauses, 1026516 bytes)
3.70/3.86	c 4	29 (50%) CSP clauses are encoded (51982 clauses, 1249960 bytes)
3.90/4.00	c 4	35 (60%) CSP clauses are encoded (62769 clauses, 1518280 bytes)
4.00/4.14	c 4	41 (70%) CSP clauses are encoded (73641 clauses, 1802361 bytes)
4.10/4.28	c 4	47 (80%) CSP clauses are encoded (84459 clauses, 2091084 bytes)
4.29/4.41	c 5	53 (90%) CSP clauses are encoded (94594 clauses, 2360592 bytes)
4.38/4.52	c 5	58 (100%) CSP clauses are encoded (103681 clauses, 2603600 bytes)
4.38/4.52	c 5	58 CSP clauses encoded
4.38/4.52	c 5	Writing map file : HOME/temp.map
4.38/4.52	c 5	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.38/4.52	c 5	SAT : 380 SAT variables, 103681 SAT clauses, 2603600 bytes
4.38/4.52	c 5	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.38/4.55	c 5	SOLVING HOME/temp.cnf
4.38/4.55	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
555.13/559.03	c 559	DECODING HOME/temp.out WITH HOME/temp.map
555.13/559.03	c 559	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
555.17/559.11	c 559	Decoding HOME/temp.out
555.17/559.14	s SATISFIABLE
555.17/559.14	v 5 3 10 18 10 6 2 13 19 0 3 6 1 11 9 14 8 11 8 0
555.17/559.15	c 559	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
555.17/559.19	c 559	CPU 553.95 (0.03 0.01 553.92 1.31)
555.17/559.19	c 559	END Fri Jul  4 23:25:22 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-1078259-1215206163/watcher-1078259-1215206163 -o /tmp/evaluation-result-1078259-1215206163/solver-1078259-1215206163 -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-1078259-1215206163.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.99 1.98 1.99 4/73 11525
/proc/meminfo: memFree=1791184/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=4708 CPUtime=0
/proc/11525/stat : 11525 (sugar) R 11523 11525 11070 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1999589814 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 210821510537 0 0 4096 0 0 0 0 17 1 0 0
/proc/11525/statm: 1177 43 33 3 0 8 0

[startup+0.0500819 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 11525
/proc/meminfo: memFree=1791184/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=0.03
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1999589814 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101522 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 11525
/proc/meminfo: memFree=1791184/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=0.04
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999589814 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301054 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 11525
/proc/meminfo: memFree=1791184/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=0.04
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999589814 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701105 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 11525
/proc/meminfo: memFree=1791184/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=0.04
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999589814 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5022 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 11547
/proc/meminfo: memFree=1783928/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=0.89
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 973 6885 0 1 3 1 79 6 16 0 1 0 1999589814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 797 370 3 0 500 0
[pid=11538] ppid=11525 vsize=5356 CPUtime=0
/proc/11538/stat : 11538 (sh) S 11525 11525 11070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999589908 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11538/statm: 1339 233 193 169 0 50 0
[pid=11539] ppid=11538 vsize=864012 CPUtime=0.54
/proc/11539/stat : 11539 (java) S 11538 11525 11070 0 -1 0 6540 0 1 0 51 3 0 0 19 0 9 0 1999589908 884748288 5832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11539/statm: 216003 5832 2532 9 0 210585 0
[pid=11539/tid=11540] ppid=11538 vsize=864012 CPUtime=0.31
/proc/11539/task/11540/stat : 11540 (java) R 11538 11525 11070 0 -1 64 2455 0 1 0 30 1 0 0 21 0 9 0 1999589909 884748288 5832 996147200 134512640 134550740 4294955952 18446744073709551615 4126416077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11541] ppid=11538 vsize=864012 CPUtime=0.17
/proc/11539/task/11541/stat : 11541 (java) S 11538 11525 11070 0 -1 64 3075 0 0 0 16 1 0 0 16 0 9 0 1999589910 884748288 5832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11542] ppid=11538 vsize=864012 CPUtime=0
/proc/11539/task/11542/stat : 11542 (java) S 11538 11525 11070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999589911 884748288 5832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11543] ppid=11538 vsize=864012 CPUtime=0
/proc/11539/task/11543/stat : 11543 (java) S 11538 11525 11070 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999589911 884748288 5832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11544] ppid=11538 vsize=864012 CPUtime=0
/proc/11539/task/11544/stat : 11544 (java) S 11538 11525 11070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999589912 884748288 5832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11545] ppid=11538 vsize=864012 CPUtime=0.04
/proc/11539/task/11545/stat : 11545 (java) S 11538 11525 11070 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 1999589912 884748288 5832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11546] ppid=11538 vsize=864012 CPUtime=0
/proc/11539/task/11546/stat : 11546 (java) S 11538 11525 11070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999589913 884748288 5832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11547] ppid=11538 vsize=864012 CPUtime=0
/proc/11539/task/11547/stat : 11547 (java) S 11538 11525 11070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999589913 884748288 5832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 882968

[startup+3.10241 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 11547
/proc/meminfo: memFree=1761336/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=0.89
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 974 6885 0 1 3 1 79 6 15 0 1 0 1999589814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 797 370 3 0 500 0
[pid=11538] ppid=11525 vsize=5356 CPUtime=0
/proc/11538/stat : 11538 (sh) S 11525 11525 11070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999589908 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11538/statm: 1339 233 193 169 0 50 0
[pid=11539] ppid=11538 vsize=864212 CPUtime=2.12
/proc/11539/stat : 11539 (java) S 11538 11525 11070 0 -1 0 14756 0 1 0 204 8 0 0 19 0 9 0 1999589908 884953088 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11539/statm: 216053 13999 2540 9 0 210628 0
[pid=11539/tid=11540] ppid=11538 vsize=864212 CPUtime=1.02
/proc/11539/task/11540/stat : 11540 (java) R 11538 11525 11070 0 -1 64 2931 0 1 0 100 2 0 0 20 0 9 0 1999589909 884953088 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11541] ppid=11538 vsize=864212 CPUtime=1.03
/proc/11539/task/11541/stat : 11541 (java) R 11538 11525 11070 0 -1 64 10806 0 0 0 98 5 0 0 18 0 9 0 1999589910 884953088 13999 996147200 134512640 134550740 4294955952 18446744073709551615 102731790 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11542] ppid=11538 vsize=864212 CPUtime=0
/proc/11539/task/11542/stat : 11542 (java) S 11538 11525 11070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999589911 884953088 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11543] ppid=11538 vsize=864212 CPUtime=0
/proc/11539/task/11543/stat : 11543 (java) S 11538 11525 11070 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999589911 884953088 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11544] ppid=11538 vsize=864212 CPUtime=0
/proc/11539/task/11544/stat : 11544 (java) S 11538 11525 11070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999589912 884953088 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11545] ppid=11538 vsize=864212 CPUtime=0.05
/proc/11539/task/11545/stat : 11545 (java) S 11538 11525 11070 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 1999589912 884953088 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11546] ppid=11538 vsize=864212 CPUtime=0
/proc/11539/task/11546/stat : 11546 (java) S 11538 11525 11070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999589913 884953088 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11539/tid=11547] ppid=11538 vsize=864212 CPUtime=0
/proc/11539/task/11547/stat : 11547 (java) S 11538 11525 11070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999589913 884953088 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883168

[startup+6.30179 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11549
/proc/meminfo: memFree=1782072/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=5100 CPUtime=1.72
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 1179 0 0 0 90 82 0 0 25 0 1 0 1999590269 5222400 1165 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11549/statm: 1275 1165 42 102 0 1170 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 24056

[startup+12.7026 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11549
/proc/meminfo: memFree=1779256/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=5892 CPUtime=8.06
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 1409 0 0 0 723 83 0 0 25 0 1 0 1999590269 6033408 1395 996147200 134512640 134931368 4294956256 18446744073709551615 134525818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11549/statm: 1473 1395 42 102 0 1368 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 24848

[startup+25.5011 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11549
/proc/meminfo: memFree=1778040/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=7132 CPUtime=20.73
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 1738 0 0 0 1990 83 0 0 25 0 1 0 1999590269 7303168 1711 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11549/statm: 1783 1711 48 102 0 1678 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 26088

[startup+51.1013 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11549
/proc/meminfo: memFree=1777784/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=7872 CPUtime=46.1
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 1802 0 0 0 4526 84 0 0 25 0 1 0 1999590269 8060928 1775 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11549/statm: 1968 1775 48 102 0 1863 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 26828

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11549
/proc/meminfo: memFree=1777208/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=8348 CPUtime=96.82
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 1915 0 0 0 9598 84 0 0 25 0 1 0 1999590269 8548352 1855 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11549/statm: 2087 1855 48 102 0 1982 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 27304

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11549
/proc/meminfo: memFree=1776632/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0

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

/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=9536 CPUtime=275.14
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 2540 0 0 0 27429 85 0 0 25 0 1 0 1999590269 9764864 2200 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11549/statm: 2384 2200 48 102 0 2279 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 28492

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11549
/proc/meminfo: memFree=1775480/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=9800 CPUtime=334.57
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 2707 0 0 0 33372 85 0 0 25 0 1 0 1999590269 10035200 2269 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11549/statm: 2450 2269 48 102 0 2345 0
Current children cumulated CPU time (s) 339
Current children cumulated vsize (KiB) 28756

[startup+402.302 s]
/proc/loadavg: 1.91 1.97 1.99 4/84 11592
/proc/meminfo: memFree=1802672/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=10196 CPUtime=394.05
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 2850 0 0 0 39299 106 0 0 25 0 1 0 1999590269 10440704 2359 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11549/statm: 2549 2359 48 102 0 2444 0
Current children cumulated CPU time (s) 398.48
Current children cumulated vsize (KiB) 29152

[startup+462.301 s]
/proc/loadavg: 1.97 1.97 1.99 3/83 11657
/proc/meminfo: memFree=1753976/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=10460 CPUtime=454.03
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 3035 0 0 0 45295 108 0 0 25 0 1 0 1999590269 10711040 2430 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11549/statm: 2615 2430 48 102 0 2510 0
Current children cumulated CPU time (s) 458.46
Current children cumulated vsize (KiB) 29416

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 11657
/proc/meminfo: memFree=1747640/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=10724 CPUtime=514
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 3193 0 0 0 51292 108 0 0 25 0 1 0 1999590269 10981376 2527 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11549/statm: 2681 2527 48 102 0 2576 0
Current children cumulated CPU time (s) 518.43
Current children cumulated vsize (KiB) 29680

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

[startup+537.501 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 11657
/proc/meminfo: memFree=1747512/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=10724 CPUtime=529.19
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 3193 0 0 0 52811 108 0 0 25 0 1 0 1999590269 10981376 2527 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11549/statm: 2681 2527 48 102 0 2576 0
Current children cumulated CPU time (s) 533.62
Current children cumulated vsize (KiB) 29680

[startup+550.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 11657
/proc/meminfo: memFree=1747512/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=10988 CPUtime=541.99
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 3229 0 0 0 54091 108 0 0 25 0 1 0 1999590269 11251712 2563 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11549/statm: 2747 2563 48 102 0 2642 0
Current children cumulated CPU time (s) 546.42
Current children cumulated vsize (KiB) 29944

[startup+553.501 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 11657
/proc/meminfo: memFree=1747320/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=11244 CPUtime=545.2
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 3312 0 0 0 54411 109 0 0 25 0 1 0 1999590269 11513856 2582 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/11549/statm: 2811 2582 48 102 0 2706 0
Current children cumulated CPU time (s) 549.63
Current children cumulated vsize (KiB) 30200

[startup+556.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 11657
/proc/meminfo: memFree=1747320/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=11244 CPUtime=548.39
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 3312 0 0 0 54730 109 0 0 25 0 1 0 1999590269 11513856 2582 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/11549/statm: 2811 2582 48 102 0 2706 0
Current children cumulated CPU time (s) 552.82
Current children cumulated vsize (KiB) 30200

[startup+558.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 11657
/proc/meminfo: memFree=1747320/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=11244 CPUtime=550
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 3312 0 0 0 54891 109 0 0 25 0 1 0 1999590269 11513856 2582 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/11549/statm: 2811 2582 48 102 0 2706 0
Current children cumulated CPU time (s) 554.43
Current children cumulated vsize (KiB) 30200

[startup+558.703 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 11657
/proc/meminfo: memFree=1747320/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=4.43
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1022 22425 0 2 3 1 420 19 16 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
[pid=11548] ppid=11525 vsize=5356 CPUtime=0
/proc/11548/stat : 11548 (sh) S 11525 11525 11070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999590269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11548/statm: 1339 232 193 169 0 50 0
[pid=11549] ppid=11548 vsize=11244 CPUtime=550.4
/proc/11549/stat : 11549 (picosat) R 11548 11525 11070 0 -1 4194304 3312 0 0 0 54931 109 0 0 25 0 1 0 1999590269 11513856 2582 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11549/statm: 2811 2582 48 102 0 2706 0
Current children cumulated CPU time (s) 554.83
Current children cumulated vsize (KiB) 30200

[startup+559.103 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 11657
/proc/meminfo: memFree=1747320/2055920 swapFree=4180424/4192956
[pid=11525] ppid=11523 vsize=13600 CPUtime=555.17
/proc/11525/stat : 11525 (sugar) S 11523 11525 11070 0 -1 4194304 1070 26028 0 2 3 1 55384 129 17 0 1 0 1999589814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11525/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 555.17
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 559.198
CPU time (s): 555.301
CPU user time (s): 553.966
CPU system time (s): 1.3348
CPU usage (%): 99.303
Max. virtual memory (cumulated for all children) (KiB): 883280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 553.966
system time used= 1.3348
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30861
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= 2500
involuntary context switches= 11454

runsolver used 0.613906 second user time and 1.92071 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 23:16:03
IDJOB=1078259
IDBENCH=56774
IDSOLVER=345
FILE ID=node33/1078259-1215206163
PBS_JOBID= 7881709
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-37_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-1078259-1215206163/watcher-1078259-1215206163 -o /tmp/evaluation-result-1078259-1215206163/solver-1078259-1215206163 -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-1078259-1215206163.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9c07a26c3915f8e4fb3dd975de327ea6
RANDOM SEED=1711153072

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:       1791664 kB
Buffers:         16328 kB
Cached:         130772 kB
SwapCached:       6444 kB
Active:         174548 kB
Inactive:        31264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791664 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:          66136 kB
Slab:            43552 kB
Committed_AS:  3605388 kB
PageTables:       1928 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= 66464 MiB
End job on node33 at 2008-07-04 23:25:22