Trace number 1086401

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+picosat? 1032.15 1053.47

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-1.xml
MD5SUM45601ae44b6d0b6d8dd8e225136d73eb
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 benchmark41.1497
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
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 08:26:11 2008
0.00/0.04	c 0	PID 25015
0.03/0.04	c 0	HOST node85.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1086401-1215239170.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086401-1215239170.xml' 'HOME/temp.csp'
2.26/2.34	c 2	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.26/2.39	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.26/2.39	c 3	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'
2.33/2.47	c 3	Parsing HOME/temp.csp
2.33/2.88	c 3	parsed 10000 expressions
2.33/3.16	c 3	parsed 20000 expressions
3.32/3.47	c 4	parsed 30000 expressions
3.62/3.72	c 4	parsed 40000 expressions
3.72/3.84	c 4	parsed 44979 expressions
3.72/3.84	c 4	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.72/3.84	c 4	Converting to clausal form CSP
10.01/10.14	c 10	converted 4498 (10%) expressions
21.00/21.17	c 21	converted 8996 (20%) expressions
31.60/31.78	c 32	converted 13494 (30%) expressions
42.59/42.72	c 43	converted 17992 (40%) expressions
52.48/52.64	c 53	converted 22490 (50%) expressions
62.37/62.59	c 63	converted 26988 (60%) expressions
73.18/73.33	c 73	converted 31486 (70%) expressions
82.57/82.78	c 83	converted 35984 (80%) expressions
91.67/91.83	c 92	converted 40482 (90%) expressions
100.16/100.38	c 100	converted 44979 (100%) expressions
100.16/100.38	c 100	CSP : 9867 integers, 124520 booleans, 273742 clauses, largest domain size 4133
100.16/100.38	c 100	Heap : 215 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
100.16/100.38	c 100	Propagation in CSP
109.55/109.77	c 110	77700 values, 0 unsatisfiable literals, and 0 valid clauses are removed
109.55/109.78	c 110	CSP : 9867 integers, 124520 booleans, 273742 clauses, largest domain size 4133
109.55/109.78	c 110	Heap : 241 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
109.66/109.86	c 110	Simplifing CSP by introducing new Boolean variables
111.56/111.72	c 112	CSP : 9867 integers, 218678 booleans, 367900 clauses, largest domain size 4133
111.56/111.72	c 112	Heap : 267 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
113.06/113.23	c 113	Encoding CSP to SAT : HOME/temp.cnf
143.34/143.59	c 144	987 (10%) CSP integer variables are encoded (673218 clauses, 11222867 bytes)
173.42/173.60	c 174	1974 (20%) CSP integer variables are encoded (1337956 clauses, 23202240 bytes)
184.62/184.81	c 185	2961 (30%) CSP integer variables are encoded (3960656 clauses, 73033540 bytes)
188.21/191.04	c 191	3947 (40%) CSP integer variables are encoded (7042158 clauses, 131582078 bytes)
192.16/195.05	c 195	4934 (50%) CSP integer variables are encoded (10291397 clauses, 193910078 bytes)
196.15/199.79	c 200	5921 (60%) CSP integer variables are encoded (13497030 clauses, 261228371 bytes)
200.18/203.85	c 204	6907 (70%) CSP integer variables are encoded (16688444 clauses, 328248065 bytes)
204.02/208.45	c 209	7894 (80%) CSP integer variables are encoded (19745083 clauses, 392437484 bytes)
207.91/212.33	c 212	8881 (90%) CSP integer variables are encoded (22798470 clauses, 456558611 bytes)
211.66/217.85	c 218	9867 (100%) CSP integer variables are encoded (25800282 clauses, 519596663 bytes)
634.76/647.67	c 648	36790 (10%) CSP clauses are encoded (57317001 clauses, 1320890577 bytes)
977.82/995.39	c 995	73580 (20%) CSP clauses are encoded (84958147 clauses, 2033931586 bytes)
1031.44/1049.46	c 1050	ERROR Exception Too large HOME/temp.cnf
1031.44/1049.46	c 1050	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
1031.44/1049.46	c 1050	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
1031.44/1049.46	c 1050	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
1031.44/1049.46	s UNKNOWN
1031.53/1050.92	c 1051	CPU 1018.64 (0.03 0 1018.61 12.91)
1031.53/1050.92	c 1051	END Sat Jul  5 08:43:42 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1086401-1215239170/watcher-1086401-1215239170 -o /tmp/evaluation-result-1086401-1215239170/solver-1086401-1215239170 -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-1086401-1215239170.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.92 1.98 1.99 4/82 25015
/proc/meminfo: memFree=1119432/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=12268 CPUtime=0
/proc/25015/stat : 25015 (sugar) R 25013 25015 22449 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 264859835 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 0 4224 0 0 0 0 17 0 0 0
/proc/25015/statm: 3067 316 241 3 0 167 0

[startup+0.045527 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 25015
/proc/meminfo: memFree=1119432/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=0.03
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 264859835 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25015/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101551 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 25015
/proc/meminfo: memFree=1119432/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=0.03
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 264859835 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25015/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30159 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 25015
/proc/meminfo: memFree=1119432/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=0.03
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 264859835 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25015/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702669 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 25015
/proc/meminfo: memFree=1119432/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=0.03
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 264859835 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25015/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 25027
/proc/meminfo: memFree=1084336/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=0.03
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 264859835 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25015/statm: 3400 796 370 3 0 500 0
[pid=25018] ppid=25015 vsize=5356 CPUtime=0
/proc/25018/stat : 25018 (sh) S 25015 25015 22449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 264859840 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25018/statm: 1339 233 193 169 0 50 0
[pid=25019] ppid=25018 vsize=864664 CPUtime=1.44
/proc/25019/stat : 25019 (java) S 25018 25015 22449 0 -1 0 18875 0 1 0 134 10 0 0 20 0 9 0 264859840 885415936 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25019/statm: 216166 15450 2529 9 0 210748 0
[pid=25019/tid=25020] ppid=25018 vsize=864664 CPUtime=0.67
/proc/25019/task/25020/stat : 25020 (java) R 25018 25015 22449 0 -1 64 3363 0 1 0 64 3 0 0 25 0 9 0 264859841 885415936 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25019/tid=25021] ppid=25018 vsize=864664 CPUtime=0.64
/proc/25019/task/25021/stat : 25021 (java) R 25018 25015 22449 0 -1 64 14310 0 0 0 58 6 0 0 16 0 9 0 264859842 885415936 15450 996147200 134512640 134550740 4294956000 18446744073709551615 103829677 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25019/tid=25022] ppid=25018 vsize=864664 CPUtime=0
/proc/25019/task/25022/stat : 25022 (java) S 25018 25015 22449 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 264859842 885415936 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25019/tid=25023] ppid=25018 vsize=864664 CPUtime=0
/proc/25019/task/25023/stat : 25023 (java) S 25018 25015 22449 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 264859843 885415936 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25019/tid=25024] ppid=25018 vsize=864664 CPUtime=0
/proc/25019/task/25024/stat : 25024 (java) S 25018 25015 22449 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 264859844 885415936 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25019/tid=25025] ppid=25018 vsize=864664 CPUtime=0.1
/proc/25019/task/25025/stat : 25025 (java) S 25018 25015 22449 0 -1 64 502 0 0 0 10 0 0 0 16 0 9 0 264859844 885415936 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25019/tid=25026] ppid=25018 vsize=864664 CPUtime=0
/proc/25019/task/25026/stat : 25026 (java) S 25018 25015 22449 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 264859844 885415936 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25019/tid=25027] ppid=25018 vsize=864664 CPUtime=0
/proc/25019/task/25027/stat : 25027 (java) S 25018 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 264859844 885415936 15450 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883620

[startup+3.10113 s]
/proc/loadavg: 1.93 1.98 1.99 4/93 25027
/proc/meminfo: memFree=1049712/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=2.33
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 973 23109 0 1 3 0 216 14 15 0 1 0 264859835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25015/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 13600

[startup+6.30276 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 25037
/proc/meminfo: memFree=1080560/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=2.33
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 974 23109 0 1 3 0 216 14 15 0 1 0 264859835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25015/statm: 3400 797 370 3 0 500 0
[pid=25028] ppid=25015 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25015 25015 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 264860075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 233 193 169 0 50 0
[pid=25029] ppid=25028 vsize=868412 CPUtime=3.89
/proc/25029/stat : 25029 (java) S 25028 25015 22449 0 -1 0 12926 0 1 0 378 11 0 0 20 0 9 0 264860075 889253888 11485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25029/statm: 217103 11486 2542 9 0 211678 0
[pid=25029/tid=25030] ppid=25028 vsize=868412 CPUtime=2.96
/proc/25029/task/25030/stat : 25030 (java) R 25028 25015 22449 0 -1 64 3119 0 1 0 292 4 0 0 25 0 9 0 264860076 889253888 11487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25031] ppid=25028 vsize=868412 CPUtime=0.71
/proc/25029/task/25031/stat : 25031 (java) R 25028 25015 22449 0 -1 64 7690 0 0 0 66 5 0 0 15 0 9 0 264860077 889253888 11488 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25032] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25032/stat : 25032 (java) S 25028 25015 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 264860078 889253888 11489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25033] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25033/stat : 25033 (java) S 25028 25015 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 264860078 889253888 11490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25034] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25034/stat : 25034 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889253888 11491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25035] ppid=25028 vsize=868412 CPUtime=0.2
/proc/25029/task/25035/stat : 25035 (java) S 25028 25015 22449 0 -1 64 1423 0 0 0 19 1 0 0 15 0 9 0 264860079 889253888 11492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25036] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25036/stat : 25036 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889253888 11493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25037] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25037/stat : 25037 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 264860079 889253888 11493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887368

[startup+12.7073 s]
/proc/loadavg: 2.09 2.02 2.01 4/93 25037
/proc/meminfo: memFree=1067448/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=2.33
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 974 23109 0 1 3 0 216 14 16 0 1 0 264859835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25015/statm: 3400 797 370 3 0 500 0
[pid=25028] ppid=25015 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25015 25015 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 264860075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 233 193 169 0 50 0
[pid=25029] ppid=25028 vsize=868412 CPUtime=10.28
/proc/25029/stat : 25029 (java) S 25028 25015 22449 0 -1 0 19961 0 1 0 1011 17 0 0 20 0 9 0 264860075 889253888 14708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25029/statm: 217103 14708 2541 9 0 211678 0
[pid=25029/tid=25030] ppid=25028 vsize=868412 CPUtime=8.62
/proc/25029/task/25030/stat : 25030 (java) R 25028 25015 22449 0 -1 64 3646 0 1 0 857 5 0 0 25 0 9 0 264860076 889253888 14708 996147200 134512640 134550740 4294955952 18446744073709551615 4126373683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25031] ppid=25028 vsize=868412 CPUtime=1.43
/proc/25029/task/25031/stat : 25031 (java) S 25028 25015 22449 0 -1 64 14191 0 0 0 133 10 0 0 16 0 9 0 264860077 889253888 14708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25032] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25032/stat : 25032 (java) S 25028 25015 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 264860078 889253888 14708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25033] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25033/stat : 25033 (java) S 25028 25015 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 264860078 889253888 14708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25034] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25034/stat : 25034 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889253888 14708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25035] ppid=25028 vsize=868412 CPUtime=0.21
/proc/25029/task/25035/stat : 25035 (java) S 25028 25015 22449 0 -1 64 1427 0 0 0 20 1 0 0 15 0 9 0 264860079 889253888 14708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25036] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25036/stat : 25036 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889253888 14708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25037] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25037/stat : 25037 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 264860079 889253888 14708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 887368

[startup+25.5015 s]
/proc/loadavg: 2.08 2.02 2.00 3/93 25037
/proc/meminfo: memFree=1037752/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=2.33
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 974 23109 0 1 3 0 216 14 16 0 1 0 264859835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25015/statm: 3400 797 370 3 0 500 0
[pid=25028] ppid=25015 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25015 25015 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 264860075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 233 193 169 0 50 0
[pid=25029] ppid=25028 vsize=868412 CPUtime=23.07
/proc/25029/stat : 25029 (java) S 25028 25015 22449 0 -1 0 31220 0 1 0 2281 26 0 0 20 0 9 0 264860075 889253888 22090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25029/statm: 217103 22090 2541 9 0 211678 0
[pid=25029/tid=25030] ppid=25028 vsize=868412 CPUtime=20.15
/proc/25029/task/25030/stat : 25030 (java) R 25028 25015 22449 0 -1 64 4383 0 1 0 2008 7 0 0 25 0 9 0 264860076 889253888 22090 996147200 134512640 134550740 4294955952 18446744073709551615 4126635776 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25031] ppid=25028 vsize=868412 CPUtime=2.68
/proc/25029/task/25031/stat : 25031 (java) S 25028 25015 22449 0 -1 64 24704 0 0 0 251 17 0 0 16 0 9 0 264860077 889253888 22090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25032] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25032/stat : 25032 (java) S 25028 25015 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 264860078 889253888 22090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25033] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25033/stat : 25033 (java) S 25028 25015 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 264860078 889253888 22090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25034] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25034/stat : 25034 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889253888 22090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25035] ppid=25028 vsize=868412 CPUtime=0.22
/proc/25029/task/25035/stat : 25035 (java) S 25028 25015 22449 0 -1 64 1436 0 0 0 21 1 0 0 15 0 9 0 264860079 889253888 22090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25036] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25036/stat : 25036 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889253888 22090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25037] ppid=25028 vsize=868412 CPUtime=0
/proc/25029/task/25037/stat : 25037 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 264860079 889253888 22090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 887368

[startup+51.1014 s]
/proc/loadavg: 2.05 2.01 2.00 4/93 25037
/proc/meminfo: memFree=978936/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=2.33
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 974 23109 0 1 3 0 216 14 16 0 1 0 264859835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25015/statm: 3400 797 370 3 0 500 0
[pid=25028] ppid=25015 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25015 25015 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 264860075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 233 193 169 0 50 0
[pid=25029] ppid=25028 vsize=868412 CPUtime=48.66
/proc/25029/stat : 25029 (java) S 25028 25015 22449 0 -1 0 50408 0 1 0 4827 39 0 0 20 0 9 0 264860075 889253888 36728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1023.9 s]
/proc/loadavg: 2.11 2.12 2.09 3/93 25040
/proc/meminfo: memFree=15864/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=2.33
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 974 23109 0 1 3 0 216 14 16 0 1 0 264859835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25015/statm: 3400 797 370 3 0 500 0
[pid=25028] ppid=25015 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25015 25015 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 264860075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 233 193 169 0 50 0
[pid=25029] ppid=25028 vsize=868524 CPUtime=1003.83
/proc/25029/stat : 25029 (java) S 25028 25015 22449 0 -1 0 99666 0 1 0 99141 1242 0 0 20 0 9 0 264860075 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25029/statm: 217131 76657 2566 9 0 211678 0
[pid=25029/tid=25030] ppid=25028 vsize=868524 CPUtime=989.17
/proc/25029/task/25030/stat : 25030 (java) R 25028 25015 22449 0 -1 64 10592 0 1 0 97741 1176 0 0 25 0 9 0 264860076 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4127080071 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25031] ppid=25028 vsize=868524 CPUtime=14.31
/proc/25029/task/25031/stat : 25031 (java) S 25028 25015 22449 0 -1 64 86894 0 0 0 1369 62 0 0 16 0 9 0 264860077 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25032] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25032/stat : 25032 (java) S 25028 25015 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 264860078 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25033] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25033/stat : 25033 (java) S 25028 25015 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 264860078 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25034] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25034/stat : 25034 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25035] ppid=25028 vsize=868524 CPUtime=0.31
/proc/25029/task/25035/stat : 25035 (java) S 25028 25015 22449 0 -1 64 1483 0 0 0 30 1 0 0 16 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25036] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25036/stat : 25036 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25037] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25037/stat : 25037 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1006.16
Current children cumulated vsize (KiB) 887480

[startup+1036.7 s]
/proc/loadavg: 2.08 2.12 2.09 4/93 25040
/proc/meminfo: memFree=14968/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=2.33
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 974 23109 0 1 3 0 216 14 16 0 1 0 264859835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25015/statm: 3400 797 370 3 0 500 0
[pid=25028] ppid=25015 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25015 25015 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 264860075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 233 193 169 0 50 0
[pid=25029] ppid=25028 vsize=868524 CPUtime=1016.53
/proc/25029/stat : 25029 (java) S 25028 25015 22449 0 -1 0 99686 0 1 0 100398 1255 0 0 20 0 9 0 264860075 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25029/statm: 217131 76657 2566 9 0 211678 0
[pid=25029/tid=25030] ppid=25028 vsize=868524 CPUtime=1001.85
/proc/25029/task/25030/stat : 25030 (java) R 25028 25015 22449 0 -1 64 10612 0 1 0 98996 1189 0 0 25 0 9 0 264860076 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4127077779 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25031] ppid=25028 vsize=868524 CPUtime=14.34
/proc/25029/task/25031/stat : 25031 (java) S 25028 25015 22449 0 -1 64 86894 0 0 0 1371 63 0 0 16 0 9 0 264860077 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25032] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25032/stat : 25032 (java) S 25028 25015 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 264860078 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25033] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25033/stat : 25033 (java) S 25028 25015 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 264860078 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25034] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25034/stat : 25034 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25035] ppid=25028 vsize=868524 CPUtime=0.31
/proc/25029/task/25035/stat : 25035 (java) S 25028 25015 22449 0 -1 64 1483 0 0 0 30 1 0 0 16 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25036] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25036/stat : 25036 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25037] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25037/stat : 25037 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1018.86
Current children cumulated vsize (KiB) 887480

[startup+1043.1 s]
/proc/loadavg: 2.08 2.11 2.09 4/93 25040
/proc/meminfo: memFree=16184/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=2.33
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 974 23109 0 1 3 0 216 14 16 0 1 0 264859835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25015/statm: 3400 797 370 3 0 500 0
[pid=25028] ppid=25015 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25015 25015 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 264860075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 233 193 169 0 50 0
[pid=25029] ppid=25028 vsize=868524 CPUtime=1022.87
/proc/25029/stat : 25029 (java) S 25028 25015 22449 0 -1 0 99696 0 1 0 101026 1261 0 0 20 0 9 0 264860075 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25029/statm: 217131 76657 2566 9 0 211678 0
[pid=25029/tid=25030] ppid=25028 vsize=868524 CPUtime=1008.19
/proc/25029/task/25030/stat : 25030 (java) R 25028 25015 22449 0 -1 64 10622 0 1 0 99623 1196 0 0 25 0 9 0 264860076 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4127077716 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25031] ppid=25028 vsize=868524 CPUtime=14.35
/proc/25029/task/25031/stat : 25031 (java) S 25028 25015 22449 0 -1 64 86894 0 0 0 1372 63 0 0 16 0 9 0 264860077 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25032] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25032/stat : 25032 (java) S 25028 25015 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 264860078 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25033] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25033/stat : 25033 (java) S 25028 25015 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 264860078 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25034] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25034/stat : 25034 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25035] ppid=25028 vsize=868524 CPUtime=0.31
/proc/25029/task/25035/stat : 25035 (java) S 25028 25015 22449 0 -1 64 1483 0 0 0 30 1 0 0 16 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25036] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25036/stat : 25036 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25037] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25037/stat : 25037 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 264860079 889368576 76657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1025.2
Current children cumulated vsize (KiB) 887480

[startup+1049.5 s]
/proc/loadavg: 2.07 2.11 2.09 3/93 25040
/proc/meminfo: memFree=15672/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=2.33
/proc/25015/stat : 25015 (sugar) S 25013 25015 22449 0 -1 4194304 974 23109 0 1 3 0 216 14 16 0 1 0 264859835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25015/statm: 3400 797 370 3 0 500 0
[pid=25028] ppid=25015 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (sh) S 25015 25015 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 264860075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 233 193 169 0 50 0
[pid=25029] ppid=25028 vsize=868524 CPUtime=1029.17
/proc/25029/stat : 25029 (java) S 25028 25015 22449 0 -1 0 99714 0 2 0 101645 1272 0 0 20 0 9 0 264860075 889368576 76660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25029/statm: 217131 76660 2566 9 0 211678 0
[pid=25029/tid=25030] ppid=25028 vsize=868524 CPUtime=1014.47
/proc/25029/task/25030/stat : 25030 (java) S 25028 25015 22449 0 -1 64 10640 0 2 0 100241 1206 0 0 25 0 9 0 264860076 889368576 76660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25031] ppid=25028 vsize=868524 CPUtime=14.36
/proc/25029/task/25031/stat : 25031 (java) S 25028 25015 22449 0 -1 64 86894 0 0 0 1373 63 0 0 16 0 9 0 264860077 889368576 76660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25032] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25032/stat : 25032 (java) S 25028 25015 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 264860078 889368576 76660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25033] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25033/stat : 25033 (java) S 25028 25015 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 264860078 889368576 76660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25034] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25034/stat : 25034 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889368576 76660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25035] ppid=25028 vsize=868524 CPUtime=0.31
/proc/25029/task/25035/stat : 25035 (java) S 25028 25015 22449 0 -1 64 1483 0 0 0 30 1 0 0 16 0 9 0 264860079 889368576 76660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25036] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25036/stat : 25036 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 264860079 889368576 76660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25029/tid=25037] ppid=25028 vsize=868524 CPUtime=0
/proc/25029/task/25037/stat : 25037 (java) S 25028 25015 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 264860079 889368576 76660 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1031.5
Current children cumulated vsize (KiB) 887480

[startup+1051.1 s]
/proc/loadavg: 2.07 2.11 2.09 2/91 25040
/proc/meminfo: memFree=16248/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=1031.72
/proc/25015/stat : 25015 (sugar) R 25013 25015 22449 0 -1 4194304 996 123115 0 3 3 17 101861 1291 18 0 1 0 264859835 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25015/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1031.72
Current children cumulated vsize (KiB) 13600

[startup+1052.71 s]
/proc/loadavg: 2.06 2.11 2.09 2/83 25040
/proc/meminfo: memFree=1266440/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=1032.08
/proc/25015/stat : 25015 (sugar) D 25013 25015 22449 0 -1 4194304 996 123115 0 3 3 53 101861 1291 18 0 1 0 264859835 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25015/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1032.08
Current children cumulated vsize (KiB) 13600

[startup+1053.1 s]
/proc/loadavg: 2.06 2.11 2.09 2/83 25040
/proc/meminfo: memFree=1266440/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=1032.1
/proc/25015/stat : 25015 (sugar) D 25013 25015 22449 0 -1 4194304 996 123115 0 3 3 55 101861 1291 18 0 1 0 264859835 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25015/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1032.1
Current children cumulated vsize (KiB) 13600

[startup+1053.3 s]
/proc/loadavg: 2.06 2.11 2.09 2/83 25040
/proc/meminfo: memFree=1266440/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=1032.11
/proc/25015/stat : 25015 (sugar) D 25013 25015 22449 0 -1 4194304 996 123115 0 3 3 56 101861 1291 18 0 1 0 264859835 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25015/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1032.11
Current children cumulated vsize (KiB) 13600

[startup+1053.4 s]
/proc/loadavg: 2.06 2.11 2.09 2/83 25040
/proc/meminfo: memFree=1266440/2055920 swapFree=4181000/4192956
[pid=25015] ppid=25013 vsize=13600 CPUtime=1032.11
/proc/25015/stat : 25015 (sugar) D 25013 25015 22449 0 -1 4194304 996 123115 0 3 3 56 101861 1291 18 0 1 0 264859835 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25015/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1032.11
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1053.47
CPU time (s): 1032.15
CPU user time (s): 1018.66
CPU system time (s): 13.4889
CPU usage (%): 97.9761
Max. virtual memory (cumulated for all children) (KiB): 897620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1018.66
system time used= 13.4889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124141
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= 47847
involuntary context switches= 61081

runsolver used 1.54876 second user time and 3.9284 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 08:26:11
IDJOB=1086401
IDBENCH=57811
IDSOLVER=345
FILE ID=node85/1086401-1215239170
PBS_JOBID= 7881839
Free space on /tmp= 126840 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-1.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-1086401-1215239170/watcher-1086401-1215239170 -o /tmp/evaluation-result-1086401-1215239170/solver-1086401-1215239170 -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-1086401-1215239170.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 45601ae44b6d0b6d8dd8e225136d73eb
RANDOM SEED=1164576473

node85.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.272
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.272
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1119920 kB
Buffers:         18788 kB
Cached:         153940 kB
SwapCached:       5568 kB
Active:         819456 kB
Inactive:        70144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1119920 kB
SwapTotal:     4192956 kB
SwapFree:      4181000 kB
Dirty:            7396 kB
Writeback:           0 kB
Mapped:         734220 kB
Slab:            30536 kB
Committed_AS:  1477464 kB
PageTables:       2996 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= 126840 MiB
End job on node85 at 2008-07-05 08:43:45