Trace number 1099965

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 635.025 641.16

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-96_ext.xml
MD5SUMff4c256ffaefeeb565cbd9f33baee369
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 benchmark9.2286
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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 21:27:40 2008
0.00/0.04	c 0	PID 2948
0.00/0.05	c 0	HOST node46.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1099965-1215286060.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-1099965-1215286060.xml' 'HOME/temp.csp'
0.03/0.49	c 0	1 domains, 40 variables, 0 predicates, 135 relations, 135 constraints
0.03/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.46/0.61	c 0	Parsing HOME/temp.csp
1.21/1.35	c 1	parsed 311 expressions
1.21/1.36	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.36	c 1	Converting to clausal form CSP
1.21/1.38	c 1	converted 32 (10%) expressions
1.21/1.39	c 1	converted 63 (20%) expressions
1.21/1.39	c 1	converted 94 (30%) expressions
1.30/1.40	c 1	converted 125 (40%) expressions
1.30/1.40	c 1	converted 156 (50%) expressions
1.30/1.43	c 1	converted 187 (60%) expressions
1.30/1.47	c 1	converted 218 (70%) expressions
1.40/1.59	c 1	converted 249 (80%) expressions
1.50/1.62	c 1	converted 280 (90%) expressions
1.50/1.66	c 2	converted 311 (100%) expressions
1.50/1.66	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.50/1.66	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.66	c 2	Propagation in CSP
1.50/1.66	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.66	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.50/1.66	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.66	c 2	Simplifing CSP by introducing new Boolean variables
1.50/1.66	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.50/1.67	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.72	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.60/1.74	c 2	4 (10%) CSP integer variables are encoded (152 clauses, 1526 bytes)
1.60/1.74	c 2	8 (20%) CSP integer variables are encoded (304 clauses, 3198 bytes)
1.60/1.74	c 2	12 (30%) CSP integer variables are encoded (456 clauses, 4870 bytes)
1.60/1.75	c 2	16 (40%) CSP integer variables are encoded (608 clauses, 6542 bytes)
1.60/1.75	c 2	20 (50%) CSP integer variables are encoded (760 clauses, 8214 bytes)
1.60/1.75	c 2	24 (60%) CSP integer variables are encoded (912 clauses, 9886 bytes)
1.60/1.75	c 2	28 (70%) CSP integer variables are encoded (1064 clauses, 11739 bytes)
1.60/1.75	c 2	32 (80%) CSP integer variables are encoded (1216 clauses, 13715 bytes)
1.60/1.75	c 2	36 (90%) CSP integer variables are encoded (1368 clauses, 15691 bytes)
1.60/1.75	c 2	40 (100%) CSP integer variables are encoded (1520 clauses, 17667 bytes)
1.70/1.82	c 2	14 (10%) CSP clauses are encoded (6474 clauses, 105072 bytes)
1.70/1.86	c 2	27 (20%) CSP clauses are encoded (11093 clauses, 194921 bytes)
1.70/1.89	c 2	41 (30%) CSP clauses are encoded (16038 clauses, 291556 bytes)
1.80/1.92	c 2	54 (40%) CSP clauses are encoded (20626 clauses, 381339 bytes)
1.80/1.95	c 2	68 (50%) CSP clauses are encoded (25637 clauses, 483787 bytes)
1.80/1.98	c 2	81 (60%) CSP clauses are encoded (30286 clauses, 577929 bytes)
1.89/2.02	c 2	95 (70%) CSP clauses are encoded (35288 clauses, 680478 bytes)
1.89/2.05	c 2	108 (80%) CSP clauses are encoded (39834 clauses, 774555 bytes)
1.89/2.08	c 2	122 (90%) CSP clauses are encoded (44810 clauses, 886112 bytes)
2.00/2.12	c 2	135 (100%) CSP clauses are encoded (49427 clauses, 991773 bytes)
2.00/2.12	c 2	135 CSP clauses encoded
2.00/2.12	c 2	Writing map file : HOME/temp.map
2.00/2.12	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.12	c 2	SAT : 1560 SAT variables, 49427 SAT clauses, 991773 bytes
2.00/2.12	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.15	c 2	SOLVING HOME/temp.cnf
2.00/2.15	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
634.78/640.98	c 641	DECODING HOME/temp.out WITH HOME/temp.map
634.78/640.98	c 641	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
634.88/641.07	c 641	Decoding HOME/temp.out
634.88/641.10	s SATISFIABLE
634.88/641.10	v 17 13 39 39 7 17 25 2 18 1 21 21 12 5 9 33 29 23 1 6 0 9 4 36 7 4 36 13 33 33 31 1 25 28 14 8 21 30 24 8
634.88/641.10	c 641	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
634.88/641.16	c 641	CPU 634.55 (0.03 0.01 634.52 0.44)
634.88/641.16	c 641	END Sat Jul  5 21:38:21 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-1099965-1215286060/watcher-1099965-1215286060 -o /tmp/evaluation-result-1099965-1215286060/solver-1099965-1215286060 -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-1099965-1215286060.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/81 2948
/proc/meminfo: memFree=1602664/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=18572 CPUtime=0
/proc/2948/stat : 2948 (runsolver) R 2946 2948 30825 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 166417349 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 212218735911 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2948/statm: 4643 292 257 25 0 2626 0

[startup+0.073945 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 2948
/proc/meminfo: memFree=1602664/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=0.03
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 166417349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103047 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 2948
/proc/meminfo: memFree=1602664/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=0.03
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 166417349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302079 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 2948
/proc/meminfo: memFree=1602664/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=0.03
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 166417349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70111 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 2948
/proc/meminfo: memFree=1602664/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=0.46
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 973 4692 0 1 3 1 40 2 16 0 1 0 166417349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50119 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 2970
/proc/meminfo: memFree=1592400/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=0.46
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 973 4692 0 1 3 1 40 2 15 0 1 0 166417349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 797 370 3 0 500 0
[pid=2961] ppid=2948 vsize=5356 CPUtime=0
/proc/2961/stat : 2961 (sh) S 2948 2948 30825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 166417403 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2961/statm: 1339 233 193 169 0 50 0
[pid=2962] ppid=2961 vsize=864236 CPUtime=0.94
/proc/2962/stat : 2962 (java) S 2961 2948 30825 0 -1 0 7894 0 1 0 90 4 0 0 18 0 9 0 166417403 884977664 7164 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 216059 7164 2540 9 0 210634 0
[pid=2962/tid=2963] ppid=2961 vsize=864236 CPUtime=0.63
/proc/2962/task/2963/stat : 2963 (java) R 2961 2948 30825 0 -1 64 2589 0 1 0 62 1 0 0 23 0 9 0 166417404 884977664 7164 996147200 134512640 134550740 4294955952 18446744073709551615 103215263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2964] ppid=2961 vsize=864236 CPUtime=0.21
/proc/2962/task/2964/stat : 2964 (java) S 2961 2948 30825 0 -1 64 4281 0 0 0 20 1 0 0 16 0 9 0 166417405 884977664 7164 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2965] ppid=2961 vsize=864236 CPUtime=0
/proc/2962/task/2965/stat : 2965 (java) S 2961 2948 30825 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 166417405 884977664 7164 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2966] ppid=2961 vsize=864236 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2961 2948 30825 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 166417405 884977664 7164 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2967] ppid=2961 vsize=864236 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2961 2948 30825 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 166417407 884977664 7164 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2961 vsize=864236 CPUtime=0.07
/proc/2962/task/2968/stat : 2968 (java) S 2961 2948 30825 0 -1 64 327 0 0 0 7 0 0 0 16 0 9 0 166417407 884977664 7164 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2969] ppid=2961 vsize=864236 CPUtime=0
/proc/2962/task/2969/stat : 2969 (java) S 2961 2948 30825 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 166417407 884977664 7164 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2961 vsize=864236 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2961 2948 30825 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 166417407 884977664 7164 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883192

[startup+3.10136 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 2970
/proc/meminfo: memFree=1576336/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 13600

[startup+6.3017 s]
/proc/loadavg: 1.91 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1595664/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=3512 CPUtime=4.09
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 807 0 0 0 380 29 0 0 25 0 1 0 166417565 3596288 791 996147200 134512640 134931368 4294956256 18446744073709551615 134524021 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 878 791 48 102 0 773 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 22468

[startup+12.7014 s]
/proc/loadavg: 1.92 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1595536/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=3720 CPUtime=10.43
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 867 0 0 0 1014 29 0 0 25 0 1 0 166417565 3809280 851 996147200 134512640 134931368 4294956256 18446744073709551615 134525736 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 930 851 48 102 0 825 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 22676

[startup+25.5027 s]
/proc/loadavg: 1.94 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1595152/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=4372 CPUtime=23.11
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 961 0 0 0 2282 29 0 0 25 0 1 0 166417565 4476928 945 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 1093 945 48 102 0 988 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 23328

[startup+51.1024 s]
/proc/loadavg: 1.96 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1594576/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=4928 CPUtime=48.47
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 1123 0 0 0 4818 29 0 0 25 0 1 0 166417565 5046272 1107 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 1232 1107 48 102 0 1127 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 23884

[startup+102.308 s]
/proc/loadavg: 1.98 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1593552/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=5800 CPUtime=99.2
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 1410 0 0 0 9890 30 0 0 25 0 1 0 166417565 5939200 1294 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 1450 1294 48 102 0 1345 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 24756

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1592784/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=6460 CPUtime=158.63
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 1855 0 0 0 15833 30 0 0 25 0 1 0 166417565 6615040 1477 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 1615 1477 48 102 0 1510 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 25416

[startup+222.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1592400/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=6740 CPUtime=218.07
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 2168 0 0 0 21777 30 0 0 25 0 1 0 166417565 6901760 1572 996147200 134512640 134931368 4294956256 18446744073709551615 134529347 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 1685 1572 48 102 0 1580 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 25696

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

/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=7788 CPUtime=396.38
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 2938 0 0 0 39608 30 0 0 25 0 1 0 166417565 7974912 1827 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 1947 1827 48 102 0 1842 0
Current children cumulated CPU time (s) 398.42
Current children cumulated vsize (KiB) 26744

[startup+462.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1591056/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=7888 CPUtime=455.82
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 3166 0 0 0 45551 31 0 0 25 0 1 0 166417565 8077312 1881 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 1972 1881 48 102 0 1867 0
Current children cumulated CPU time (s) 457.86
Current children cumulated vsize (KiB) 26844

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1590672/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=8416 CPUtime=515.26
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 3424 0 0 0 51495 31 0 0 25 0 1 0 166417565 8617984 2017 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 2104 2017 48 102 0 1999 0
Current children cumulated CPU time (s) 517.3
Current children cumulated vsize (KiB) 27372

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1590480/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=8804 CPUtime=574.69
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 3595 0 0 0 57438 31 0 0 25 0 1 0 166417565 9015296 2060 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 2201 2060 48 102 0 2096 0
Current children cumulated CPU time (s) 576.73
Current children cumulated vsize (KiB) 27760

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

[startup+614.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1590224/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=9068 CPUtime=606.39
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 3712 0 0 0 60608 31 0 0 25 0 1 0 166417565 9285632 2109 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 2267 2109 48 102 0 2162 0
Current children cumulated CPU time (s) 608.43
Current children cumulated vsize (KiB) 28024

[startup+627.101 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1590224/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=9068 CPUtime=619.07
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 3712 0 0 0 61876 31 0 0 25 0 1 0 166417565 9285632 2109 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 2267 2109 48 102 0 2162 0
Current children cumulated CPU time (s) 621.11
Current children cumulated vsize (KiB) 28024

[startup+633.503 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1590224/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=9068 CPUtime=625.41
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 3712 0 0 0 62510 31 0 0 25 0 1 0 166417565 9285632 2109 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 2267 2109 48 102 0 2162 0
Current children cumulated CPU time (s) 627.45
Current children cumulated vsize (KiB) 28024

[startup+636.701 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1590224/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=9068 CPUtime=628.58
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 3712 0 0 0 62827 31 0 0 25 0 1 0 166417565 9285632 2109 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 2267 2109 48 102 0 2162 0
Current children cumulated CPU time (s) 630.62
Current children cumulated vsize (KiB) 28024

[startup+638.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1590224/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=9068 CPUtime=630.16
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 3712 0 0 0 62985 31 0 0 25 0 1 0 166417565 9285632 2109 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 2267 2109 48 102 0 2162 0
Current children cumulated CPU time (s) 632.2
Current children cumulated vsize (KiB) 28024

[startup+639.903 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1590224/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=9068 CPUtime=631.75
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 3712 0 0 0 63144 31 0 0 25 0 1 0 166417565 9285632 2109 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 2267 2109 48 102 0 2162 0
Current children cumulated CPU time (s) 633.79
Current children cumulated vsize (KiB) 28024

[startup+640.703 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1590224/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=2.04
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1021 13931 0 2 3 1 190 10 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
[pid=2971] ppid=2948 vsize=5356 CPUtime=0
/proc/2971/stat : 2971 (sh) S 2948 2948 30825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 166417565 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2971/statm: 1339 232 193 169 0 50 0
[pid=2972] ppid=2971 vsize=9068 CPUtime=632.54
/proc/2972/stat : 2972 (picosat) R 2971 2948 30825 0 -1 4194304 3712 0 0 0 63223 31 0 0 25 0 1 0 166417565 9285632 2109 996147200 134512640 134931368 4294956256 18446744073709551615 134529810 0 0 4096 0 0 0 0 17 1 0 0
/proc/2972/statm: 2267 2109 48 102 0 2162 0
Current children cumulated CPU time (s) 634.58
Current children cumulated vsize (KiB) 28024

[startup+641.103 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 2972
/proc/meminfo: memFree=1590224/2055920 swapFree=4181096/4192956
[pid=2948] ppid=2946 vsize=13600 CPUtime=634.88
/proc/2948/stat : 2948 (sugar) S 2946 2948 30825 0 -1 4194304 1090 17934 0 2 3 1 63442 42 16 0 1 0 166417349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2948/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 634.88
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 641.16
CPU time (s): 635.025
CPU user time (s): 634.562
CPU system time (s): 0.463929
CPU usage (%): 99.0432
Max. virtual memory (cumulated for all children) (KiB): 883304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 634.562
system time used= 0.463929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22769
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= 1941
involuntary context switches= 27668

runsolver used 0.614906 second user time and 2.31265 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-05 21:27:40
IDJOB=1099965
IDBENCH=59810
IDSOLVER=345
FILE ID=node46/1099965-1215286060
PBS_JOBID= 7882169
Free space on /tmp= 66208 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-96_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-1099965-1215286060/watcher-1099965-1215286060 -o /tmp/evaluation-result-1099965-1215286060/solver-1099965-1215286060 -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-1099965-1215286060.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ff4c256ffaefeeb565cbd9f33baee369
RANDOM SEED=252620664

node46.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.238
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.238
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:       1603144 kB
Buffers:         85836 kB
Cached:         286752 kB
SwapCached:       6172 kB
Active:         247592 kB
Inactive:       146616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603144 kB
SwapTotal:     4192956 kB
SwapFree:      4181096 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:          38116 kB
Slab:            43956 kB
Committed_AS:   506084 kB
PageTables:       1632 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node46 at 2008-07-05 21:38:21