Trace number 1094930

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+picosatUNSAT 145.995 147.088

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-6.xml
MD5SUM78f33be6cc0faf5bde59c1fce35f8c02
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.970851
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
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 19:51:56 2008
0.00/0.04	c 0	PID 960
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1094930-1215280315.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-1094930-1215280315.xml' 'HOME/temp.csp'
0.03/0.61	c 0	11 domains, 350 variables, 8 predicates, 0 relations, 3812 constraints
0.03/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	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.59/0.70	c 0	Parsing HOME/temp.csp
1.05/1.15	c 1	parsed 4181 expressions
1.05/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.15	c 1	Converting to clausal form CSP
1.25/1.34	c 1	converted 419 (10%) expressions
1.95/2.06	c 2	converted 837 (20%) expressions
2.44/2.58	c 2	converted 1255 (30%) expressions
2.93/3.01	c 3	converted 1673 (40%) expressions
3.23/3.35	c 3	converted 2091 (50%) expressions
3.63/3.74	c 3	converted 2509 (60%) expressions
4.13/4.22	c 4	converted 2927 (70%) expressions
4.42/4.53	c 4	converted 3345 (80%) expressions
4.72/4.85	c 4	converted 3763 (90%) expressions
5.02/5.17	c 5	converted 4181 (100%) expressions
5.02/5.17	c 5	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
5.02/5.17	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.02/5.18	c 5	Propagation in CSP
5.33/5.46	c 5	8720 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.33/5.46	c 5	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
5.33/5.46	c 5	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.33/5.47	c 5	Simplifing CSP by introducing new Boolean variables
5.43/5.52	c 5	CSP : 696 integers, 18187 booleans, 30989 clauses, largest domain size 2821
5.43/5.52	c 5	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.72/5.83	c 5	Encoding CSP to SAT : HOME/temp.cnf
6.12/6.21	c 6	70 (10%) CSP integer variables are encoded (14729 clauses, 198907 bytes)
6.32/6.49	c 6	140 (20%) CSP integer variables are encoded (27966 clauses, 397462 bytes)
6.71/6.80	c 6	209 (30%) CSP integer variables are encoded (42271 clauses, 612037 bytes)
7.01/7.11	c 7	279 (40%) CSP integer variables are encoded (56756 clauses, 829312 bytes)
7.31/7.44	c 7	348 (50%) CSP integer variables are encoded (72056 clauses, 1058812 bytes)
7.41/7.57	c 7	418 (60%) CSP integer variables are encoded (173898 clauses, 2734983 bytes)
7.62/7.76	c 7	488 (70%) CSP integer variables are encoded (317418 clauses, 5174823 bytes)
7.81/7.94	c 7	557 (80%) CSP integer variables are encoded (449877 clauses, 7426626 bytes)
7.99/8.12	c 8	627 (90%) CSP integer variables are encoded (587741 clauses, 9770314 bytes)
8.09/8.28	c 8	696 (100%) CSP integer variables are encoded (711338 clauses, 11871463 bytes)
18.14/18.34	c 18	3099 (10%) CSP clauses are encoded (2126000 clauses, 41288040 bytes)
24.58/24.81	c 24	6198 (20%) CSP clauses are encoded (3250385 clauses, 65570601 bytes)
30.65/31.00	c 31	9297 (30%) CSP clauses are encoded (4616273 clauses, 96140120 bytes)
34.21/34.57	c 34	12396 (40%) CSP clauses are encoded (5603258 clauses, 119140889 bytes)
36.50/36.81	c 36	15495 (50%) CSP clauses are encoded (6316773 clauses, 136025674 bytes)
39.06/39.47	c 39	18594 (60%) CSP clauses are encoded (7187355 clauses, 156726277 bytes)
41.14/41.50	c 41	21693 (70%) CSP clauses are encoded (7938423 clauses, 174929359 bytes)
43.43/43.89	c 43	24792 (80%) CSP clauses are encoded (8874653 clauses, 197451668 bytes)
45.39/45.89	c 45	27891 (90%) CSP clauses are encoded (9658652 clauses, 216321515 bytes)
47.57/48.08	c 48	30989 (100%) CSP clauses are encoded (10468062 clauses, 235762476 bytes)
47.57/48.08	c 48	30989 CSP clauses encoded
47.57/48.08	c 48	Writing map file : HOME/temp.map
47.67/48.11	c 48	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.67/48.11	c 48	SAT : 730221 SAT variables, 10468062 SAT clauses, 235762476 bytes
47.67/48.11	c 48	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.67/48.13	c 48	SOLVING HOME/temp.cnf
47.67/48.13	c 48	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
145.21/146.38	c 146	DECODING HOME/temp.out WITH HOME/temp.map
145.21/146.38	c 146	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
145.29/146.46	c 146	Decoding HOME/temp.out
145.29/146.94	s UNSATISFIABLE
145.29/146.94	c 147	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
145.29/146.97	c 147	CPU 95.68 (0.03 0.01 95.65 50.17)
145.29/146.97	c 147	END Sat Jul  5 19:54:23 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1094930-1215280315/watcher-1094930-1215280315 -o /tmp/evaluation-result-1094930-1215280315/solver-1094930-1215280315 -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-1094930-1215280315.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: 2.02 2.01 2.00 4/72 960
/proc/meminfo: memFree=1675144/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=18572 CPUtime=0
/proc/960/stat : 960 (runsolver) R 958 960 31687 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1316277461 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/960/statm: 4643 292 257 25 0 2626 0

[startup+0.0625351 s]
/proc/loadavg: 2.02 2.01 2.00 4/72 960
/proc/meminfo: memFree=1675144/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=0.03
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1316277461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101642 s]
/proc/loadavg: 2.02 2.01 2.00 4/72 960
/proc/meminfo: memFree=1675144/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=0.03
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1316277461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30168 s]
/proc/loadavg: 2.02 2.01 2.00 4/72 960
/proc/meminfo: memFree=1675144/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=0.03
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1316277461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701762 s]
/proc/loadavg: 2.02 2.01 2.00 4/72 960
/proc/meminfo: memFree=1675144/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=0.59
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 956 6920 0 1 3 0 51 5 16 0 1 0 1316277461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 2.02 2.01 2.00 4/83 982
/proc/meminfo: memFree=1667120/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=0.59
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 974 6920 0 1 3 0 51 5 15 0 1 0 1316277461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 797 370 3 0 500 0
[pid=973] ppid=960 vsize=5356 CPUtime=0
/proc/973/stat : 973 (sh) S 960 960 31687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1316277523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 1339 233 193 169 0 50 0
[pid=974] ppid=973 vsize=868292 CPUtime=0.85
/proc/974/stat : 974 (java) S 973 960 31687 0 -1 0 5594 0 1 0 82 3 0 0 18 0 9 0 1316277524 889131008 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/974/statm: 217073 5004 1732 9 0 211648 0
[pid=974/tid=975] ppid=973 vsize=868292 CPUtime=0.61
/proc/974/task/975/stat : 975 (java) R 973 960 31687 0 -1 64 2665 0 1 0 60 1 0 0 22 0 9 0 1316277525 889131008 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4126521198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=976] ppid=973 vsize=868292 CPUtime=0.04
/proc/974/task/976/stat : 976 (java) S 973 960 31687 0 -1 64 796 0 0 0 4 0 0 0 16 0 9 0 1316277526 889131008 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=977] ppid=973 vsize=868292 CPUtime=0
/proc/974/task/977/stat : 977 (java) S 973 960 31687 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1316277526 889131008 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=978] ppid=973 vsize=868292 CPUtime=0
/proc/974/task/978/stat : 978 (java) S 973 960 31687 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1316277526 889131008 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=979] ppid=973 vsize=868292 CPUtime=0
/proc/974/task/979/stat : 979 (java) S 973 960 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316277528 889131008 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=980] ppid=973 vsize=868292 CPUtime=0.17
/proc/974/task/980/stat : 980 (java) S 973 960 31687 0 -1 64 1442 0 0 0 16 1 0 0 16 0 9 0 1316277528 889131008 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=981] ppid=973 vsize=868292 CPUtime=0
/proc/974/task/981/stat : 981 (java) S 973 960 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316277528 889131008 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=982] ppid=973 vsize=868292 CPUtime=0
/proc/974/task/982/stat : 982 (java) S 973 960 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316277528 889131008 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887248

[startup+3.10292 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 982
/proc/meminfo: memFree=1654768/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=0.59
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 974 6920 0 1 3 0 51 5 15 0 1 0 1316277461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 797 370 3 0 500 0
[pid=973] ppid=960 vsize=5356 CPUtime=0
/proc/973/stat : 973 (sh) S 960 960 31687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1316277523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 1339 233 193 169 0 50 0
[pid=974] ppid=973 vsize=868404 CPUtime=2.45
/proc/974/stat : 974 (java) S 973 960 31687 0 -1 0 9539 0 1 0 239 6 0 0 18 0 9 0 1316277524 889245696 8643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/974/statm: 217101 8643 2540 9 0 211676 0
[pid=974/tid=975] ppid=973 vsize=868404 CPUtime=1.83
/proc/974/task/975/stat : 975 (java) R 973 960 31687 0 -1 64 2897 0 1 0 181 2 0 0 25 0 9 0 1316277525 889245696 8643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=976] ppid=973 vsize=868404 CPUtime=0.38
/proc/974/task/976/stat : 976 (java) S 973 960 31687 0 -1 64 4492 0 0 0 37 1 0 0 15 0 9 0 1316277526 889245696 8643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=977] ppid=973 vsize=868404 CPUtime=0
/proc/974/task/977/stat : 977 (java) S 973 960 31687 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1316277526 889245696 8643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=978] ppid=973 vsize=868404 CPUtime=0
/proc/974/task/978/stat : 978 (java) S 973 960 31687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1316277526 889245696 8643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=979] ppid=973 vsize=868404 CPUtime=0
/proc/974/task/979/stat : 979 (java) S 973 960 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316277528 889245696 8643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=980] ppid=973 vsize=868404 CPUtime=0.2
/proc/974/task/980/stat : 980 (java) S 973 960 31687 0 -1 64 1458 0 0 0 19 1 0 0 15 0 9 0 1316277528 889245696 8643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=981] ppid=973 vsize=868404 CPUtime=0
/proc/974/task/981/stat : 981 (java) S 973 960 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316277528 889245696 8643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=982] ppid=973 vsize=868404 CPUtime=0
/proc/974/task/982/stat : 982 (java) S 973 960 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316277528 889245696 8643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887360

[startup+6.30286 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 982
/proc/meminfo: memFree=1631216/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=0.6
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 974 6920 0 1 3 1 51 5 15 0 1 0 1316277461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 797 370 3 0 500 0
[pid=973] ppid=960 vsize=5356 CPUtime=0
/proc/973/stat : 973 (sh) S 960 960 31687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1316277523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 1339 233 193 169 0 50 0
[pid=974] ppid=973 vsize=868516 CPUtime=5.62
/proc/974/stat : 974 (java) S 973 960 31687 0 -1 0 19854 0 1 0 550 12 0 0 18 0 9 0 1316277524 889360384 13631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/974/statm: 217129 13631 2566 9 0 211676 0
[pid=974/tid=975] ppid=973 vsize=868516 CPUtime=4.2
/proc/974/task/975/stat : 975 (java) R 973 960 31687 0 -1 64 3404 0 1 0 417 3 0 0 25 0 9 0 1316277525 889360384 13631 996147200 134512640 134550740 4294955952 18446744073709551615 4127004488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=976] ppid=973 vsize=868516 CPUtime=1.14
/proc/974/task/976/stat : 976 (java) S 973 960 31687 0 -1 64 14265 0 0 0 108 6 0 0 16 0 9 0 1316277526 889360384 13631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=977] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/977/stat : 977 (java) S 973 960 31687 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1316277526 889360384 13631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=978] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/978/stat : 978 (java) S 973 960 31687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1316277526 889360384 13631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=979] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/979/stat : 979 (java) S 973 960 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316277528 889360384 13631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=980] ppid=973 vsize=868516 CPUtime=0.26
/proc/974/task/980/stat : 980 (java) S 973 960 31687 0 -1 64 1493 0 0 0 25 1 0 0 15 0 9 0 1316277528 889360384 13631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=981] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/981/stat : 981 (java) S 973 960 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316277528 889360384 13631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=982] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/982/stat : 982 (java) S 973 960 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316277528 889360384 13631 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887472

[startup+12.7021 s]
/proc/loadavg: 2.09 2.03 2.00 3/83 982
/proc/meminfo: memFree=1604528/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=0.6
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 974 6920 0 1 3 1 51 5 15 0 1 0 1316277461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 797 370 3 0 500 0
[pid=973] ppid=960 vsize=5356 CPUtime=0
/proc/973/stat : 973 (sh) S 960 960 31687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1316277523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 1339 233 193 169 0 50 0
[pid=974] ppid=973 vsize=868516 CPUtime=11.97
/proc/974/stat : 974 (java) S 973 960 31687 0 -1 0 20061 0 1 0 1170 27 0 0 18 0 9 0 1316277524 889360384 13647 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/974/statm: 217129 13647 2566 9 0 211676 0
[pid=974/tid=975] ppid=973 vsize=868516 CPUtime=10.42
/proc/974/task/975/stat : 975 (java) R 973 960 31687 0 -1 64 3598 0 1 0 1025 17 0 0 25 0 9 0 1316277525 889360384 13647 996147200 134512640 134550740 4294955952 18446744073709551615 4127010852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=976] ppid=973 vsize=868516 CPUtime=1.23
/proc/974/task/976/stat : 976 (java) S 973 960 31687 0 -1 64 14265 0 0 0 116 7 0 0 16 0 9 0 1316277526 889360384 13647 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=977] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/977/stat : 977 (java) S 973 960 31687 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1316277526 889360384 13647 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=978] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/978/stat : 978 (java) S 973 960 31687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1316277526 889360384 13647 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=979] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/979/stat : 979 (java) S 973 960 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316277528 889360384 13647 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=980] ppid=973 vsize=868516 CPUtime=0.29
/proc/974/task/980/stat : 980 (java) S 973 960 31687 0 -1 64 1506 0 0 0 28 1 0 0 16 0 9 0 1316277528 889360384 13647 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=981] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/981/stat : 981 (java) S 973 960 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316277528 889360384 13647 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=982] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/982/stat : 982 (java) S 973 960 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316277528 889360384 13647 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887472

[startup+25.5016 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 982
/proc/meminfo: memFree=1560368/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=0.6
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 974 6920 0 1 3 1 51 5 16 0 1 0 1316277461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 797 370 3 0 500 0
[pid=973] ppid=960 vsize=5356 CPUtime=0
/proc/973/stat : 973 (sh) S 960 960 31687 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1316277523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/973/statm: 1339 233 193 169 0 50 0
[pid=974] ppid=973 vsize=868516 CPUtime=24.68
/proc/974/stat : 974 (java) S 973 960 31687 0 -1 0 20410 0 1 0 2412 56 0 0 18 0 9 0 1316277524 889360384 13651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/974/statm: 217129 13651 2566 9 0 211676 0
[pid=974/tid=975] ppid=973 vsize=868516 CPUtime=22.96
/proc/974/task/975/stat : 975 (java) R 973 960 31687 0 -1 64 3944 0 1 0 2253 43 0 0 25 0 9 0 1316277525 889360384 13651 996147200 134512640 134550740 4294955952 18446744073709551615 4127003859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=976] ppid=973 vsize=868516 CPUtime=1.39
/proc/974/task/976/stat : 976 (java) S 973 960 31687 0 -1 64 14265 0 0 0 129 10 0 0 16 0 9 0 1316277526 889360384 13651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=977] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/977/stat : 977 (java) S 973 960 31687 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1316277526 889360384 13651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=978] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/978/stat : 978 (java) S 973 960 31687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1316277526 889360384 13651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=979] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/979/stat : 979 (java) S 973 960 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316277528 889360384 13651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=980] ppid=973 vsize=868516 CPUtime=0.29
/proc/974/task/980/stat : 980 (java) S 973 960 31687 0 -1 64 1509 0 0 0 28 1 0 0 16 0 9 0 1316277528 889360384 13651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=981] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/981/stat : 981 (java) S 973 960 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316277528 889360384 13651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=974/tid=982] ppid=973 vsize=868516 CPUtime=0
/proc/974/task/982/stat : 982 (java) S 973 960 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316277528 889360384 13651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 887472

[startup+51.1017 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 984
/proc/meminfo: memFree=1405360/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=47.71
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 1022 28809 0 2 3 1 4592 175 16 0 1 0 1316277461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 799 370 3 0 500 0
[pid=983] ppid=960 vsize=5356 CPUtime=0
/proc/983/stat : 983 (sh) S 960 960 31687 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1316282274 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/983/statm: 1339 232 193 169 0 50 0
[pid=984] ppid=983 vsize=45412 CPUtime=2.92
/proc/984/stat : 984 (picosat) R 983 960 31687 0 -1 4194304 9680 0 0 0 133 159 0 0 25 0 1 0 1316282274 46501888 9666 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 11353 9666 40 102 0 11248 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 64368

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 984
/proc/meminfo: memFree=1198064/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=47.71
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 1022 28809 0 2 3 1 4592 175 16 0 1 0 1316277461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 799 370 3 0 500 0
[pid=983] ppid=960 vsize=5356 CPUtime=0
/proc/983/stat : 983 (sh) S 960 960 31687 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1316282274 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/983/statm: 1339 232 193 169 0 50 0
[pid=984] ppid=983 vsize=275932 CPUtime=53.72
/proc/984/stat : 984 (picosat) R 983 960 31687 0 -1 4194304 59646 0 0 0 2451 2921 0 0 25 0 1 0 1316282274 282554368 59632 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 68983 59632 40 102 0 68878 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 294888

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

[startup+127.902 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 984
/proc/meminfo: memFree=1106992/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=47.71
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 1022 28809 0 2 3 1 4592 175 16 0 1 0 1316277461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 799 370 3 0 500 0
[pid=983] ppid=960 vsize=5356 CPUtime=0
/proc/983/stat : 983 (sh) S 960 960 31687 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1316282274 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/983/statm: 1339 232 193 169 0 50 0
[pid=984] ppid=983 vsize=357640 CPUtime=79.18
/proc/984/stat : 984 (picosat) R 983 960 31687 0 -1 4194304 82642 0 0 0 3618 4300 0 0 25 0 1 0 1316282274 366223360 82628 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 89410 82628 40 102 0 89305 0
Current children cumulated CPU time (s) 126.89
Current children cumulated vsize (KiB) 376596

[startup+140.702 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 984
/proc/meminfo: memFree=1068464/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=47.71
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 1022 28809 0 2 3 1 4592 175 16 0 1 0 1316277461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 799 370 3 0 500 0
[pid=983] ppid=960 vsize=5356 CPUtime=0
/proc/983/stat : 983 (sh) S 960 960 31687 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1316282274 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/983/statm: 1339 232 193 169 0 50 0
[pid=984] ppid=983 vsize=396868 CPUtime=91.92
/proc/984/stat : 984 (picosat) R 983 960 31687 0 -1 4194304 91896 0 0 0 4362 4830 0 0 25 0 1 0 1316282274 406392832 91882 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 99217 91882 42 102 0 99112 0
Current children cumulated CPU time (s) 139.63
Current children cumulated vsize (KiB) 415824

[startup+143.902 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 984
/proc/meminfo: memFree=1067760/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=47.71
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 1022 28809 0 2 3 1 4592 175 16 0 1 0 1316277461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 799 370 3 0 500 0
[pid=983] ppid=960 vsize=5356 CPUtime=0
/proc/983/stat : 983 (sh) S 960 960 31687 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1316282274 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/983/statm: 1339 232 193 169 0 50 0
[pid=984] ppid=983 vsize=396868 CPUtime=95.11
/proc/984/stat : 984 (picosat) R 983 960 31687 0 -1 4194304 92106 0 0 0 4680 4831 0 0 25 0 1 0 1316282274 406392832 92092 996147200 134512640 134931368 4294956256 18446744073709551615 134525520 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 99217 92092 42 102 0 99112 0
Current children cumulated CPU time (s) 142.82
Current children cumulated vsize (KiB) 415824

[startup+145.502 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 984
/proc/meminfo: memFree=1067248/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=47.71
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 1022 28809 0 2 3 1 4592 175 16 0 1 0 1316277461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 799 370 3 0 500 0
[pid=983] ppid=960 vsize=5356 CPUtime=0
/proc/983/stat : 983 (sh) S 960 960 31687 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1316282274 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/983/statm: 1339 232 193 169 0 50 0
[pid=984] ppid=983 vsize=405060 CPUtime=96.7
/proc/984/stat : 984 (picosat) R 983 960 31687 0 -1 4194304 92230 0 0 0 4839 4831 0 0 25 0 1 0 1316282274 414781440 92216 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 101265 92216 42 102 0 101160 0
Current children cumulated CPU time (s) 144.41
Current children cumulated vsize (KiB) 424016

[startup+146.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 984
/proc/meminfo: memFree=1066992/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=47.71
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 1022 28809 0 2 3 1 4592 175 16 0 1 0 1316277461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 799 370 3 0 500 0
[pid=983] ppid=960 vsize=5356 CPUtime=0
/proc/983/stat : 983 (sh) S 960 960 31687 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1316282274 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/983/statm: 1339 232 193 169 0 50 0
[pid=984] ppid=983 vsize=372292 CPUtime=97.5
/proc/984/stat : 984 (picosat) R 983 960 31687 0 -1 4194304 92252 0 0 0 4919 4831 0 0 25 0 1 0 1316282274 381227008 84335 996147200 134512640 134931368 4294956256 18446744073709551615 134580607 0 0 4096 0 0 0 0 17 1 0 0
/proc/984/statm: 93073 84335 42 102 0 92968 0
Current children cumulated CPU time (s) 145.21
Current children cumulated vsize (KiB) 391248

[startup+146.702 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 984
/proc/meminfo: memFree=1066992/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=145.29
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 1091 121348 0 2 3 1 9513 5012 16 0 1 0 1316277461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 145.29
Current children cumulated vsize (KiB) 13600

[startup+146.902 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 984
/proc/meminfo: memFree=1066992/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=145.29
/proc/960/stat : 960 (sugar) S 958 960 31687 0 -1 4194304 1091 121348 0 2 3 1 9513 5012 16 0 1 0 1316277461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/960/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 145.29
Current children cumulated vsize (KiB) 13600

[startup+147.002 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 984
/proc/meminfo: memFree=1066992/2055920 swapFree=4122232/4192956
[pid=960] ppid=958 vsize=13600 CPUtime=145.9
/proc/960/stat : 960 (sugar) R 958 960 31687 0 -1 4194304 1118 127584 0 3 3 5 9565 5017 16 0 1 0 1316277461 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 1 0 0
/proc/960/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 145.9
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 147.088
CPU time (s): 145.995
CPU user time (s): 95.6885
CPU system time (s): 50.3064
CPU usage (%): 99.2571
Max. virtual memory (cumulated for all children) (KiB): 897860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.6885
system time used= 50.3064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128732
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= 17108
involuntary context switches= 18587

runsolver used 0.210967 second user time and 0.481926 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 19:51:56
IDJOB=1094930
IDBENCH=58851
IDSOLVER=345
FILE ID=node20/1094930-1215280315
PBS_JOBID= 7882223
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-6.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-1094930-1215280315/watcher-1094930-1215280315 -o /tmp/evaluation-result-1094930-1215280315/solver-1094930-1215280315 -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-1094930-1215280315.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 78f33be6cc0faf5bde59c1fce35f8c02
RANDOM SEED=723823323

node20.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.263
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.263
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:       1675688 kB
Buffers:         45392 kB
Cached:         186444 kB
SwapCached:      64372 kB
Active:         203820 kB
Inactive:       121776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675688 kB
SwapTotal:     4192956 kB
SwapFree:      4122232 kB
Dirty:            2108 kB
Writeback:           0 kB
Mapped:         101724 kB
Slab:            39896 kB
Committed_AS:  2824276 kB
PageTables:       1940 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= 66500 MiB
End job on node20 at 2008-07-05 19:54:23