Trace number 1059737

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 130.539 131.75

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-40-2-3.xml
MD5SUM3a0f347527e88127cec1ed569eb11f1d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.57746
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity5
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
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 00:39:17 2008
0.00/0.04	c 0	PID 1662
0.04/0.05	c 0	HOST node54.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1059737-1215124757.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059737-1215124757.xml' 'HOME/temp.csp'
0.04/0.29	c 1	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.04/0.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.31	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.04/0.39	c 1	Parsing HOME/temp.csp
0.29/0.48	c 1	parsed 181 expressions
0.29/0.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.49	c 1	Converting to clausal form CSP
0.29/0.51	c 1	converted 19 (10%) expressions
0.29/0.51	c 1	converted 37 (20%) expressions
0.29/0.51	c 1	converted 55 (30%) expressions
0.29/0.51	c 1	converted 73 (40%) expressions
0.29/0.51	c 1	converted 91 (50%) expressions
0.29/0.52	c 1	converted 109 (60%) expressions
0.29/0.52	c 1	converted 127 (70%) expressions
0.29/0.53	c 1	converted 145 (80%) expressions
0.29/0.55	c 1	converted 163 (90%) expressions
0.29/0.61	c 1	converted 181 (100%) expressions
0.29/0.61	c 1	CSP : 210 integers, 0 booleans, 300 clauses, largest domain size 23311
0.29/0.61	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.61	c 1	Propagation in CSP
0.29/0.70	c 1	721956 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.70	c 1	CSP : 210 integers, 0 booleans, 300 clauses, largest domain size 13850
0.29/0.70	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.70	c 1	Simplifing CSP by introducing new Boolean variables
0.29/0.70	c 1	CSP : 210 integers, 0 booleans, 300 clauses, largest domain size 13850
0.29/0.70	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.72	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.74	c 1	21 (10%) CSP integer variables are encoded (1211 clauses, 13622 bytes)
0.29/0.74	c 1	42 (20%) CSP integer variables are encoded (2467 clauses, 29950 bytes)
0.29/0.75	c 1	63 (30%) CSP integer variables are encoded (4111 clauses, 51322 bytes)
0.29/0.75	c 1	84 (40%) CSP integer variables are encoded (6130 clauses, 77569 bytes)
0.29/0.77	c 1	105 (50%) CSP integer variables are encoded (23736 clauses, 334104 bytes)
0.29/0.83	c 1	126 (60%) CSP integer variables are encoded (75278 clauses, 1107234 bytes)
0.95/1.05	c 1	147 (70%) CSP integer variables are encoded (238123 clauses, 3826390 bytes)
1.05/1.18	c 2	168 (80%) CSP integer variables are encoded (333821 clauses, 5453256 bytes)
1.25/1.30	c 2	189 (90%) CSP integer variables are encoded (418347 clauses, 6890198 bytes)
1.35/1.42	c 2	210 (100%) CSP integer variables are encoded (515941 clauses, 8549296 bytes)
1.35/1.48	c 2	30 (10%) CSP clauses are encoded (540546 clauses, 8980875 bytes)
1.45/1.58	c 2	60 (20%) CSP clauses are encoded (598617 clauses, 9950440 bytes)
1.55/1.65	c 2	90 (30%) CSP clauses are encoded (640486 clauses, 10691088 bytes)
1.85/1.94	c 2	120 (40%) CSP clauses are encoded (813812 clauses, 13979768 bytes)
2.05/2.17	c 3	150 (50%) CSP clauses are encoded (951165 clauses, 16564785 bytes)
2.24/2.33	c 3	180 (60%) CSP clauses are encoded (1044881 clauses, 18381280 bytes)
2.74/2.82	c 3	210 (70%) CSP clauses are encoded (1317450 clauses, 24145018 bytes)
5.20/5.34	c 6	240 (80%) CSP clauses are encoded (2650606 clauses, 53758847 bytes)
10.74/10.93	c 11	270 (90%) CSP clauses are encoded (5616512 clauses, 119999947 bytes)
15.47/15.93	c 16	300 (100%) CSP clauses are encoded (8143981 clauses, 176457380 bytes)
15.47/15.93	c 16	300 CSP clauses encoded
15.47/15.93	c 16	Writing map file : HOME/temp.map
15.47/15.94	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.47/15.94	c 16	SAT : 516138 SAT variables, 8143981 SAT clauses, 176457380 bytes
15.47/15.94	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.47/15.98	c 16	SOLVING HOME/temp.cnf
15.47/15.98	c 16	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
129.51/130.75	c 131	DECODING HOME/temp.out WITH HOME/temp.map
129.51/130.75	c 131	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
129.60/130.84	c 131	Decoding HOME/temp.out
130.29/131.60	s SATISFIABLE
130.39/131.60	v 43 59 112 101 100 101 59 112 29 3 5 19 73 112 89 104 112 10 83 59 37 23 107 112 66 77 5 43 19 101 112 41 41 67 113 107 43 59 3 83 112 7 6 113 47 112 23 47 13 43 112 59 3 73 103 7 5 73 59 3 53 53 112 107 103 13 59 112 43 112 97 112 41 53 2 107 2 47 112 30 112 67 112 112 70 112 7 37 18 71 41 112 103 63 71 100 59 17 74 113
130.39/131.61	c 132	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
130.39/131.66	c 132	CPU 90.13 (0.03 0.01 90.1 40.28)
130.39/131.66	c 132	END Fri Jul  4 00:41:29 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-1059737-1215124757/watcher-1059737-1215124757 -o /tmp/evaluation-result-1059737-1215124757/solver-1059737-1215124757 -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-1059737-1215124757.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.52 1.11 1.11 4/73 1662
/proc/meminfo: memFree=1510256/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=18572 CPUtime=0
/proc/1662/stat : 1662 (runsolver) R 1660 1662 1480 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991448387 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1662/statm: 4643 292 257 25 0 2626 0

[startup+0.0501789 s]
/proc/loadavg: 1.52 1.11 1.11 4/73 1662
/proc/meminfo: memFree=1510256/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=0.04
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1991448387 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101369 s]
/proc/loadavg: 1.52 1.11 1.11 4/73 1662
/proc/meminfo: memFree=1510256/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=0.04
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991448387 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301409 s]
/proc/loadavg: 1.52 1.11 1.11 4/73 1662
/proc/meminfo: memFree=1510256/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=0.04
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 1991448387 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701492 s]
/proc/loadavg: 1.52 1.11 1.11 4/73 1662
/proc/meminfo: memFree=1510256/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=0.29
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 974 4292 0 1 3 1 23 2 15 0 1 0 1991448387 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 1.52 1.11 1.11 3/84 1684
/proc/meminfo: memFree=1497880/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=0.29
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 974 4292 0 1 3 1 23 2 15 0 1 0 1991448387 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 797 370 3 0 500 0
[pid=1675] ppid=1662 vsize=5356 CPUtime=0
/proc/1675/stat : 1675 (sh) S 1662 1662 1480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991448419 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1675/statm: 1339 233 193 169 0 50 0
[pid=1676] ppid=1675 vsize=864224 CPUtime=1.16
/proc/1676/stat : 1676 (java) S 1675 1662 1480 0 -1 0 5265 0 1 0 106 10 0 0 18 0 9 0 1991448419 884965376 4293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1676/statm: 216056 4293 2562 9 0 210603 0
[pid=1676/tid=1677] ppid=1675 vsize=864224 CPUtime=0.95
/proc/1676/task/1677/stat : 1677 (java) R 1675 1662 1480 0 -1 64 2916 0 1 0 88 7 0 0 24 0 9 0 1991448420 884965376 4293 996147200 134512640 134550740 4294955952 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1678] ppid=1675 vsize=864224 CPUtime=0.08
/proc/1676/task/1678/stat : 1678 (java) S 1675 1662 1480 0 -1 64 1304 0 0 0 7 1 0 0 16 0 9 0 1991448421 884965376 4293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1679] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1679/stat : 1679 (java) S 1675 1662 1480 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991448421 884965376 4293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1680] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1680/stat : 1680 (java) S 1675 1662 1480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991448421 884965376 4293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1681] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1681/stat : 1681 (java) S 1675 1662 1480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991448423 884965376 4293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1682] ppid=1675 vsize=864224 CPUtime=0.11
/proc/1676/task/1682/stat : 1682 (java) S 1675 1662 1480 0 -1 64 353 0 0 0 11 0 0 0 16 0 9 0 1991448423 884965376 4293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1683] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1683/stat : 1683 (java) S 1675 1662 1480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991448423 884965376 4293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1684] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1684/stat : 1684 (java) S 1675 1662 1480 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991448423 884965376 4293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883180

[startup+3.10199 s]
/proc/loadavg: 1.55 1.12 1.11 3/84 1684
/proc/meminfo: memFree=1484824/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=0.29
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 974 4292 0 1 3 1 23 2 15 0 1 0 1991448387 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 797 370 3 0 500 0
[pid=1675] ppid=1662 vsize=5356 CPUtime=0
/proc/1675/stat : 1675 (sh) S 1662 1662 1480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991448419 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1675/statm: 1339 233 193 169 0 50 0
[pid=1676] ppid=1675 vsize=864224 CPUtime=2.74
/proc/1676/stat : 1676 (java) S 1675 1662 1480 0 -1 0 5764 0 1 0 252 22 0 0 18 0 9 0 1991448419 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1676/statm: 216056 4294 2562 9 0 210603 0
[pid=1676/tid=1677] ppid=1675 vsize=864224 CPUtime=2.4
/proc/1676/task/1677/stat : 1677 (java) R 1675 1662 1480 0 -1 64 3414 0 1 0 224 16 0 0 25 0 9 0 1991448420 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4126553749 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1678] ppid=1675 vsize=864224 CPUtime=0.2
/proc/1676/task/1678/stat : 1678 (java) S 1675 1662 1480 0 -1 64 1304 0 0 0 16 4 0 0 16 0 9 0 1991448421 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1679] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1679/stat : 1679 (java) S 1675 1662 1480 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991448421 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1680] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1680/stat : 1680 (java) S 1675 1662 1480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991448421 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1681] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1681/stat : 1681 (java) S 1675 1662 1480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991448423 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1682] ppid=1675 vsize=864224 CPUtime=0.11
/proc/1676/task/1682/stat : 1682 (java) S 1675 1662 1480 0 -1 64 354 0 0 0 11 0 0 0 16 0 9 0 1991448423 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1683] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1683/stat : 1683 (java) S 1675 1662 1480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991448423 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1684] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1684/stat : 1684 (java) S 1675 1662 1480 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991448423 884965376 4294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883180

[startup+6.30265 s]
/proc/loadavg: 1.55 1.12 1.11 3/84 1684
/proc/meminfo: memFree=1446488/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=0.29
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 974 4292 0 1 3 1 23 2 16 0 1 0 1991448387 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 797 370 3 0 500 0
[pid=1675] ppid=1662 vsize=5356 CPUtime=0
/proc/1675/stat : 1675 (sh) S 1662 1662 1480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991448419 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1675/statm: 1339 233 193 169 0 50 0
[pid=1676] ppid=1675 vsize=864224 CPUtime=5.9
/proc/1676/stat : 1676 (java) S 1675 1662 1480 0 -1 0 6779 0 1 0 539 51 0 0 18 0 9 0 1991448419 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1676/statm: 216056 4296 2562 9 0 210603 0
[pid=1676/tid=1677] ppid=1675 vsize=864224 CPUtime=5.31
/proc/1676/task/1677/stat : 1677 (java) R 1675 1662 1480 0 -1 64 4427 0 1 0 491 40 0 0 25 0 9 0 1991448420 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1678] ppid=1675 vsize=864224 CPUtime=0.45
/proc/1676/task/1678/stat : 1678 (java) S 1675 1662 1480 0 -1 64 1304 0 0 0 36 9 0 0 16 0 9 0 1991448421 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1679] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1679/stat : 1679 (java) S 1675 1662 1480 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991448421 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1680] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1680/stat : 1680 (java) S 1675 1662 1480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991448421 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1681] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1681/stat : 1681 (java) S 1675 1662 1480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991448423 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1682] ppid=1675 vsize=864224 CPUtime=0.11
/proc/1676/task/1682/stat : 1682 (java) S 1675 1662 1480 0 -1 64 356 0 0 0 11 0 0 0 16 0 9 0 1991448423 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1683] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1683/stat : 1683 (java) S 1675 1662 1480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991448423 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1684] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1684/stat : 1684 (java) S 1675 1662 1480 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991448423 884965376 4296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883180

[startup+12.702 s]
/proc/loadavg: 1.62 1.15 1.12 3/84 1684
/proc/meminfo: memFree=1367448/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=0.29
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 974 4292 0 1 3 1 23 2 16 0 1 0 1991448387 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 797 370 3 0 500 0
[pid=1675] ppid=1662 vsize=5356 CPUtime=0
/proc/1675/stat : 1675 (sh) S 1662 1662 1480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991448419 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1675/statm: 1339 233 193 169 0 50 0
[pid=1676] ppid=1675 vsize=864224 CPUtime=12.24
/proc/1676/stat : 1676 (java) S 1675 1662 1480 0 -1 0 8813 0 1 0 1110 114 0 0 18 0 9 0 1991448419 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1676/statm: 216056 4297 2562 9 0 210603 0
[pid=1676/tid=1677] ppid=1675 vsize=864224 CPUtime=11.24
/proc/1676/task/1677/stat : 1677 (java) R 1675 1662 1480 0 -1 64 6460 0 1 0 1032 92 0 0 25 0 9 0 1991448420 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4126532600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1678] ppid=1675 vsize=864224 CPUtime=0.86
/proc/1676/task/1678/stat : 1678 (java) S 1675 1662 1480 0 -1 64 1304 0 0 0 66 20 0 0 16 0 9 0 1991448421 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1679] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1679/stat : 1679 (java) S 1675 1662 1480 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991448421 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1680] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1680/stat : 1680 (java) S 1675 1662 1480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991448421 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1681] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1681/stat : 1681 (java) S 1675 1662 1480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991448423 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1682] ppid=1675 vsize=864224 CPUtime=0.11
/proc/1676/task/1682/stat : 1682 (java) S 1675 1662 1480 0 -1 64 357 0 0 0 11 0 0 0 16 0 9 0 1991448423 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1683] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1683/stat : 1683 (java) S 1675 1662 1480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991448423 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1684] ppid=1675 vsize=864224 CPUtime=0
/proc/1676/task/1684/stat : 1684 (java) S 1675 1662 1480 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991448423 884965376 4297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 883180

[startup+25.5016 s]
/proc/loadavg: 1.68 1.18 1.13 3/76 1686
/proc/meminfo: memFree=1265624/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=15.52
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 1023 14363 0 2 3 1 1400 148 16 0 1 0 1991448387 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 798 370 3 0 500 0
[pid=1685] ppid=1662 vsize=5356 CPUtime=0
/proc/1685/stat : 1685 (sh) S 1662 1662 1480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991449986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1685/statm: 1339 232 193 169 0 50 0
[pid=1686] ppid=1685 vsize=69708 CPUtime=9.44
/proc/1686/stat : 1686 (picosat) R 1685 1662 1480 0 -1 4194304 16753 0 0 0 436 508 0 0 25 0 1 0 1991449986 71380992 16739 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1686/statm: 17427 16739 40 102 0 17322 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 88664

[startup+51.1019 s]
/proc/loadavg: 1.79 1.25 1.15 3/76 1686
/proc/meminfo: memFree=1165592/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=15.52
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 1023 14363 0 2 3 1 1400 148 16 0 1 0 1991448387 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 798 370 3 0 500 0
[pid=1685] ppid=1662 vsize=5356 CPUtime=0
/proc/1685/stat : 1685 (sh) S 1662 1662 1480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991449986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1685/statm: 1339 232 193 169 0 50 0
[pid=1686] ppid=1685 vsize=168852 CPUtime=34.78
/proc/1686/stat : 1686 (picosat) R 1685 1662 1480 0 -1 4194304 41152 0 0 0 1602 1876 0 0 25 0 1 0 1991449986 172904448 41138 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1686/statm: 42213 41138 40 102 0 42108 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 187808

[startup+102.308 s]
/proc/loadavg: 1.91 1.37 1.20 3/76 1686
/proc/meminfo: memFree=1022936/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=15.52
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 1023 14363 0 2 3 1 1400 148 16 0 1 0 1991448387 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 798 370 3 0 500 0
[pid=1685] ppid=1662 vsize=5356 CPUtime=0
/proc/1685/stat : 1685 (sh) S 1662 1662 1480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991449986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1685/statm: 1339 232 193 169 0 50 0
[pid=1686] ppid=1685 vsize=319504 CPUtime=85.74
/proc/1686/stat : 1686 (picosat) R 1685 1662 1480 0 -1 4194304 77081 0 0 0 4704 3870 0 0 25 0 1 0 1991449986 327172096 77067 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/1686/statm: 79876 77067 42 102 0 79771 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 338460

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

[startup+115.101 s]
/proc/loadavg: 1.93 1.39 1.21 3/76 1686
/proc/meminfo: memFree=1022872/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=15.52
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 1023 14363 0 2 3 1 1400 148 16 0 1 0 1991448387 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 798 370 3 0 500 0
[pid=1685] ppid=1662 vsize=5356 CPUtime=0
/proc/1685/stat : 1685 (sh) S 1662 1662 1480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991449986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1685/statm: 1339 232 193 169 0 50 0
[pid=1686] ppid=1685 vsize=319636 CPUtime=98.47
/proc/1686/stat : 1686 (picosat) R 1685 1662 1480 0 -1 4194304 77097 0 0 0 5977 3870 0 0 25 0 1 0 1991449986 327307264 77083 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1686/statm: 79909 77083 42 102 0 79804 0
Current children cumulated CPU time (s) 113.99
Current children cumulated vsize (KiB) 338592

[startup+121.501 s]
/proc/loadavg: 1.93 1.40 1.21 3/76 1686
/proc/meminfo: memFree=1022488/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=15.52
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 1023 14363 0 2 3 1 1400 148 16 0 1 0 1991448387 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 798 370 3 0 500 0
[pid=1685] ppid=1662 vsize=5356 CPUtime=0
/proc/1685/stat : 1685 (sh) S 1662 1662 1480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991449986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1685/statm: 1339 232 193 169 0 50 0
[pid=1686] ppid=1685 vsize=319900 CPUtime=104.83
/proc/1686/stat : 1686 (picosat) R 1685 1662 1480 0 -1 4194304 77187 0 0 0 6613 3870 0 0 25 0 1 0 1991449986 327577600 77173 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1686/statm: 79975 77173 42 102 0 79870 0
Current children cumulated CPU time (s) 120.35
Current children cumulated vsize (KiB) 338856

[startup+127.903 s]
/proc/loadavg: 1.94 1.42 1.22 3/76 1686
/proc/meminfo: memFree=1022232/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=15.52
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 1023 14363 0 2 3 1 1400 148 16 0 1 0 1991448387 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 798 370 3 0 500 0
[pid=1685] ppid=1662 vsize=5356 CPUtime=0
/proc/1685/stat : 1685 (sh) S 1662 1662 1480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991449986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1685/statm: 1339 232 193 169 0 50 0
[pid=1686] ppid=1685 vsize=320164 CPUtime=111.2
/proc/1686/stat : 1686 (picosat) R 1685 1662 1480 0 -1 4194304 77245 0 0 0 7250 3870 0 0 25 0 1 0 1991449986 327847936 77231 996147200 134512640 134931368 4294956256 18446744073709551615 134525924 0 0 4096 0 0 0 0 17 1 0 0
/proc/1686/statm: 80041 77231 42 102 0 79936 0
Current children cumulated CPU time (s) 126.72
Current children cumulated vsize (KiB) 339120

[startup+129.501 s]
/proc/loadavg: 1.94 1.42 1.22 3/76 1686
/proc/meminfo: memFree=1022232/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=15.52
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 1023 14363 0 2 3 1 1400 148 16 0 1 0 1991448387 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 798 370 3 0 500 0
[pid=1685] ppid=1662 vsize=5356 CPUtime=0
/proc/1685/stat : 1685 (sh) S 1662 1662 1480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991449986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1685/statm: 1339 232 193 169 0 50 0
[pid=1686] ppid=1685 vsize=320164 CPUtime=112.79
/proc/1686/stat : 1686 (picosat) R 1685 1662 1480 0 -1 4194304 77246 0 0 0 7409 3870 0 0 25 0 1 0 1991449986 327847936 77232 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/1686/statm: 80041 77232 42 102 0 79936 0
Current children cumulated CPU time (s) 128.31
Current children cumulated vsize (KiB) 339120

[startup+131.101 s]
/proc/loadavg: 1.94 1.42 1.22 3/80 1692
/proc/meminfo: memFree=1324856/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=129.57
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 1089 91994 0 2 3 1 8928 4025 16 0 1 0 1991448387 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 798 370 3 0 500 0
[pid=1687] ppid=1662 vsize=5356 CPUtime=0
/proc/1687/stat : 1687 (sh) S 1662 1662 1480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991461462 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1687/statm: 1339 233 193 169 0 50 0
[pid=1688] ppid=1687 vsize=863912 CPUtime=0.32
/proc/1688/stat : 1688 (java) S 1687 1662 1480 0 -1 0 3362 0 1 0 30 2 0 0 18 0 9 0 1991461463 884645888 2837 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1688/statm: 215978 2837 1649 9 0 210560 0
[pid=1688/tid=1689] ppid=1687 vsize=863912 CPUtime=0.29
/proc/1688/task/1689/stat : 1689 (java) R 1687 1662 1480 0 -1 64 2401 0 1 0 28 1 0 0 19 0 9 0 1991461464 884645888 2837 996147200 134512640 134550740 4294956000 18446744073709551615 4125960196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1688/tid=1690] ppid=1687 vsize=863912 CPUtime=0
/proc/1688/task/1690/stat : 1690 (java) S 1687 1662 1480 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1991461465 884645888 2837 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1688/tid=1691] ppid=1687 vsize=863912 CPUtime=0
/proc/1688/task/1691/stat : 1691 (java) S 1687 1662 1480 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1991461466 884645888 2837 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1688/tid=1692] ppid=1687 vsize=863912 CPUtime=0
/proc/1688/task/1692/stat : 1692 (java) S 1687 1662 1480 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991461466 884645888 2837 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 129.89
Current children cumulated vsize (KiB) 882868

[startup+131.503 s]
/proc/loadavg: 1.94 1.42 1.22 3/80 1692
/proc/meminfo: memFree=1324856/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=129.57
/proc/1662/stat : 1662 (sugar) S 1660 1662 1480 0 -1 4194304 1089 91994 0 2 3 1 8928 4025 16 0 1 0 1991448387 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1662/statm: 3400 798 370 3 0 500 0
[pid=1687] ppid=1662 vsize=5356 CPUtime=0
/proc/1687/stat : 1687 (sh) S 1662 1662 1480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991461462 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1687/statm: 1339 233 193 169 0 50 0
[pid=1688] ppid=1687 vsize=863912 CPUtime=0.72
/proc/1688/stat : 1688 (java) S 1687 1662 1480 0 -1 0 3531 0 1 0 70 2 0 0 18 0 9 0 1991461463 884645888 3004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1688/statm: 215978 3004 1663 9 0 210560 0
[pid=1688/tid=1689] ppid=1687 vsize=863912 CPUtime=0.67
/proc/1688/task/1689/stat : 1689 (java) R 1687 1662 1480 0 -1 64 2459 0 1 0 66 1 0 0 23 0 9 0 1991461464 884645888 3004 996147200 134512640 134550740 4294956000 18446744073709551615 4126437199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1688/tid=1690] ppid=1687 vsize=863912 CPUtime=0
/proc/1688/task/1690/stat : 1690 (java) S 1687 1662 1480 0 -1 64 91 0 0 0 0 0 0 0 16 0 9 0 1991461465 884645888 3004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1688/tid=1691] ppid=1687 vsize=863912 CPUtime=0
/proc/1688/task/1691/stat : 1691 (java) S 1687 1662 1480 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1991461466 884645888 3004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1688/tid=1692] ppid=1687 vsize=863912 CPUtime=0
/proc/1688/task/1692/stat : 1692 (java) S 1687 1662 1480 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991461466 884645888 3004 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 130.29
Current children cumulated vsize (KiB) 882868

[startup+131.703 s]
/proc/loadavg: 1.94 1.42 1.22 3/80 1692
/proc/meminfo: memFree=1324856/2055920 swapFree=4179680/4192956
[pid=1662] ppid=1660 vsize=13600 CPUtime=130.47
/proc/1662/stat : 1662 (sugar) R 1660 1662 1480 0 -1 4194304 1117 95881 0 3 3 6 9010 4028 16 0 1 0 1991448387 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1662/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 130.47
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 131.75
CPU time (s): 130.539
CPU user time (s): 90.1393
CPU system time (s): 40.3999
CPU usage (%): 99.0807
Max. virtual memory (cumulated for all children) (KiB): 883180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.1393
system time used= 40.3999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97028
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= 34709
involuntary context switches= 36062

runsolver used 0.156976 second user time and 0.466929 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-04 00:39:17
IDJOB=1059737
IDBENCH=54370
IDSOLVER=345
FILE ID=node54/1059737-1215124757
PBS_JOBID= 7877226
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-40-2-3.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-1059737-1215124757/watcher-1059737-1215124757 -o /tmp/evaluation-result-1059737-1215124757/solver-1059737-1215124757 -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-1059737-1215124757.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a0f347527e88127cec1ed569eb11f1d
RANDOM SEED=1888936762

node54.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.279
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.279
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:       1510736 kB
Buffers:         34940 kB
Cached:         396828 kB
SwapCached:       6628 kB
Active:         223780 kB
Inactive:       255696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1510736 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:          55180 kB
Slab:            51076 kB
Committed_AS:  3804648 kB
PageTables:       1748 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node54 at 2008-07-04 00:41:29