Trace number 2083853

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.14.6+minisat? 499.26 510.624

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-4.xml
MD5SUM42bd03a0fe6da1c0a19520ed6689c90c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:59:07 2009
0.00/0.08	c 0	PID 27078
0.07/0.08	c 0	HOST node19.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083853-1247378346.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083853-1247378346.xml' 'HOME/temp.csp'
2.46/2.55	c 2	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.46/2.59	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.46/2.59	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.53/2.67	c 2	Parsing HOME/temp.csp
2.53/2.84	c 3	parsed 10000 expressions
2.53/2.99	c 3	parsed 20000 expressions
2.53/3.16	c 3	parsed 30000 expressions
3.22/3.36	c 3	parsed 40000 expressions
3.22/3.40	c 3	parsed 43305 expressions
3.32/3.41	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.32/3.41	c 3	Converting to clausal form CSP
6.69/6.80	c 7	converted 4331 (10%) expressions
13.35/13.59	c 13	converted 8661 (20%) expressions
20.12/20.32	c 20	converted 12992 (30%) expressions
26.18/26.48	c 26	converted 17322 (40%) expressions
32.94/33.25	c 33	converted 21653 (50%) expressions
38.91/39.26	c 39	converted 25983 (60%) expressions
44.59/44.90	c 45	converted 30314 (70%) expressions
51.06/51.40	c 51	converted 34644 (80%) expressions
55.92/56.32	c 56	converted 38975 (90%) expressions
60.11/60.59	c 60	converted 43305 (100%) expressions
60.11/60.59	c 60	CSP : 12565 integers, 117899 booleans, 270336 clauses, largest domain size 2741
60.11/60.59	c 60	Heap : 220 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
60.11/60.59	c 60	Propagation in CSP
66.08/66.53	c 66	90 values, 0 unsatisfiable literals, and 0 valid clauses are removed
66.08/66.54	c 66	CSP : 12565 integers, 117899 booleans, 270336 clauses, largest domain size 2741
66.08/66.54	c 66	Heap : 221 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
66.18/66.62	c 66	Simplifing CSP by introducing new Boolean variables
66.78/67.26	c 67	CSP : 12565 integers, 216665 booleans, 369102 clauses, largest domain size 2741
66.78/67.26	c 67	Heap : 242 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
68.27/68.76	c 69	Encoding CSP to SAT : HOME/temp.cnf
77.12/77.64	c 77	1257 (10%) CSP integer variables are encoded (386675 clauses, 6352058 bytes)
85.78/86.36	c 86	2513 (20%) CSP integer variables are encoded (804867 clauses, 13461322 bytes)
89.75/90.39	c 90	3770 (30%) CSP integer variables are encoded (3864238 clauses, 71204302 bytes)
93.81/94.42	c 94	5026 (40%) CSP integer variables are encoded (6845926 clauses, 127856374 bytes)
97.96/98.62	c 98	6283 (50%) CSP integer variables are encoded (9878107 clauses, 185467813 bytes)
102.18/103.00	c 103	7539 (60%) CSP integer variables are encoded (12926283 clauses, 249248380 bytes)
106.46/107.34	c 107	8796 (70%) CSP integer variables are encoded (15945348 clauses, 312648745 bytes)
110.73/111.74	c 111	10052 (80%) CSP integer variables are encoded (18974134 clauses, 376253251 bytes)
114.98/116.09	c 116	11309 (90%) CSP integer variables are encoded (22003241 clauses, 439864498 bytes)
119.16/120.33	c 120	12565 (100%) CSP integer variables are encoded (24928329 clauses, 501291346 bytes)
164.84/166.69	c 166	36911 (10%) CSP clauses are encoded (35638865 clauses, 795969414 bytes)
209.69/212.15	c 212	73821 (20%) CSP clauses are encoded (46652451 clauses, 1101830776 bytes)
255.69/258.95	c 259	110731 (30%) CSP clauses are encoded (58004183 clauses, 1419521216 bytes)
300.33/304.37	c 304	147641 (40%) CSP clauses are encoded (68897910 clauses, 1739856063 bytes)
346.55/351.47	c 351	184551 (50%) CSP clauses are encoded (80286082 clauses, 2077794930 bytes)
392.53/398.39	c 398	221462 (60%) CSP clauses are encoded (91597312 clauses, 2414260704 bytes)
437.54/444.36	c 444	258372 (70%) CSP clauses are encoded (102952454 clauses, 2752222293 bytes)
484.05/491.82	c 492	295282 (80%) CSP clauses are encoded (114969953 clauses, 3110502102 bytes)
498.20/506.31	c 506	ERROR Exception Too large HOME/temp.cnf
498.20/506.31	c 506	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
498.20/506.31	c 506	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
498.20/506.31	c 506	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
498.20/506.31	s UNKNOWN
498.25/506.44	c 506	CPU 498.27 (0.05 0.02 478.7 19.5)
498.25/506.44	c 506	END Sun Jul 12 08:07:33 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083853-1247378346/watcher-2083853-1247378346 -o /tmp/evaluation-result-2083853-1247378346/solver-2083853-1247378346 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083853-1247378346.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.09 2.22 4/72 27078
/proc/meminfo: memFree=1846864/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=18576 CPUtime=0
/proc/27078/stat : 27078 (runsolver) R 27076 27078 21831 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24901308 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27078/statm: 4644 284 249 26 0 2626 0

[startup+0.0814621 s]
/proc/loadavg: 1.93 2.09 2.22 4/72 27078
/proc/meminfo: memFree=1846864/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16740 CPUtime=0.07
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24901308 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.106237 s]
/proc/loadavg: 1.93 2.09 2.22 4/72 27078
/proc/meminfo: memFree=1846864/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=0.07
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301123 s]
/proc/loadavg: 1.93 2.09 2.22 4/72 27078
/proc/meminfo: memFree=1846864/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=0.07
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701173 s]
/proc/loadavg: 1.93 2.09 2.22 4/72 27078
/proc/meminfo: memFree=1846864/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=0.07
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50226 s]
/proc/loadavg: 1.93 2.09 2.22 3/83 27090
/proc/meminfo: memFree=1820216/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=0.07
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
[pid=27081] ppid=27078 vsize=5356 CPUtime=0
/proc/27081/stat : 27081 (sh) S 27078 27078 21831 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24901316 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27081/statm: 1339 233 193 169 0 50 0
[pid=27082] ppid=27081 vsize=864772 CPUtime=1.4
/proc/27082/stat : 27082 (java) S 27081 27078 21831 0 -1 0 15815 0 1 0 130 10 0 0 18 0 9 0 24901316 885526528 13840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27082/statm: 216193 13840 2556 9 0 210705 0
[pid=27082/tid=27083] ppid=27081 vsize=864772 CPUtime=0.84
/proc/27082/task/27083/stat : 27083 (java) R 27081 27078 21831 0 -1 64 3054 0 1 0 80 4 0 0 25 0 9 0 24901317 885526528 13840 996147200 134512640 134550932 4294955984 18446744073709551615 4126703468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27082/tid=27084] ppid=27081 vsize=864772 CPUtime=0.43
/proc/27082/task/27084/stat : 27084 (java) S 27081 27078 21831 0 -1 64 11545 0 0 0 38 5 0 0 16 0 9 0 24901318 885526528 13840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27082/tid=27085] ppid=27081 vsize=864772 CPUtime=0
/proc/27082/task/27085/stat : 27085 (java) S 27081 27078 21831 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24901319 885526528 13840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27082/tid=27086] ppid=27081 vsize=864772 CPUtime=0
/proc/27082/task/27086/stat : 27086 (java) S 27081 27078 21831 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24901319 885526528 13840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27082/tid=27087] ppid=27081 vsize=864772 CPUtime=0
/proc/27082/task/27087/stat : 27087 (java) S 27081 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24901321 885526528 13840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27082/tid=27088] ppid=27081 vsize=864772 CPUtime=0.11
/proc/27082/task/27088/stat : 27088 (java) S 27081 27078 21831 0 -1 64 510 0 0 0 11 0 0 0 16 0 9 0 24901321 885526528 13840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27082/tid=27089] ppid=27081 vsize=864772 CPUtime=0
/proc/27082/task/27089/stat : 27089 (java) S 27081 27078 21831 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24901321 885526528 13840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27082/tid=27090] ppid=27081 vsize=864772 CPUtime=0
/proc/27082/task/27090/stat : 27090 (java) S 27081 27078 21831 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24901321 885526528 13840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 886996

[startup+3.10243 s]
/proc/loadavg: 1.93 2.09 2.22 3/83 27090
/proc/meminfo: memFree=1781496/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=2.53
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1309 22086 0 1 5 2 231 15 15 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 16868

[startup+6.30177 s]
/proc/loadavg: 2.02 2.11 2.22 3/83 27100
/proc/meminfo: memFree=1806456/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=2.53
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1309 22086 0 1 5 2 231 15 15 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
[pid=27091] ppid=27078 vsize=5356 CPUtime=0
/proc/27091/stat : 27091 (sh) S 27078 27078 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24901567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27091/statm: 1339 233 193 169 0 50 0
[pid=27092] ppid=27091 vsize=868616 CPUtime=3.67
/proc/27092/stat : 27092 (java) S 27091 27078 21831 0 -1 0 13549 0 1 0 360 7 0 0 18 0 9 0 24901567 889462784 12092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27092/statm: 217154 12092 2567 9 0 211659 0
[pid=27092/tid=27093] ppid=27091 vsize=868616 CPUtime=2.8
/proc/27092/task/27093/stat : 27093 (java) R 27091 27078 21831 0 -1 64 3015 0 1 0 278 2 0 0 25 0 9 0 24901568 889462784 12092 996147200 134512640 134550932 4294955936 18446744073709551615 4126512540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27094] ppid=27091 vsize=868616 CPUtime=0.65
/proc/27092/task/27094/stat : 27094 (java) S 27091 27078 21831 0 -1 64 8337 0 0 0 62 3 0 0 16 0 9 0 24901569 889462784 12092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27095] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27095/stat : 27095 (java) S 27091 27078 21831 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24901570 889462784 12092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27096] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27096/stat : 27096 (java) S 27091 27078 21831 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24901570 889462784 12092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27097] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27097/stat : 27097 (java) S 27091 27078 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901572 889462784 12092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27098] ppid=27091 vsize=868616 CPUtime=0.18
/proc/27092/task/27098/stat : 27098 (java) S 27091 27078 21831 0 -1 64 1495 0 0 0 18 0 0 0 15 0 9 0 24901572 889462784 12092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27099] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27099/stat : 27099 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24901572 889462784 12092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27100] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27100/stat : 27100 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24901572 889462784 12092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890840

[startup+12.7025 s]
/proc/loadavg: 2.01 2.10 2.22 3/83 27100
/proc/meminfo: memFree=1782072/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=2.53
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1309 22086 0 1 5 2 231 15 16 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
[pid=27091] ppid=27078 vsize=5356 CPUtime=0
/proc/27091/stat : 27091 (sh) S 27078 27078 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24901567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27091/statm: 1339 233 193 169 0 50 0
[pid=27092] ppid=27091 vsize=868616 CPUtime=10.03
/proc/27092/stat : 27092 (java) S 27091 27078 21831 0 -1 0 23442 0 1 0 989 14 0 0 18 0 9 0 24901567 889462784 17931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27092/statm: 217154 17931 2569 9 0 211659 0
[pid=27092/tid=27093] ppid=27091 vsize=868616 CPUtime=8.31
/proc/27092/task/27093/stat : 27093 (java) R 27091 27078 21831 0 -1 64 3504 0 1 0 828 3 0 0 25 0 9 0 24901568 889462784 17931 996147200 134512640 134550932 4294955936 18446744073709551615 4126513156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27094] ppid=27091 vsize=868616 CPUtime=1.48
/proc/27092/task/27094/stat : 27094 (java) S 27091 27078 21831 0 -1 64 17729 0 0 0 139 9 0 0 16 0 9 0 24901569 889462784 17931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27095] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27095/stat : 27095 (java) S 27091 27078 21831 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24901570 889462784 17931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27096] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27096/stat : 27096 (java) S 27091 27078 21831 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24901570 889462784 17931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27097] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27097/stat : 27097 (java) S 27091 27078 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901572 889462784 17931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27098] ppid=27091 vsize=868616 CPUtime=0.21
/proc/27092/task/27098/stat : 27098 (java) S 27091 27078 21831 0 -1 64 1507 0 0 0 21 0 0 0 15 0 9 0 24901572 889462784 17931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27099] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27099/stat : 27099 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24901572 889462784 17931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27100] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27100/stat : 27100 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24901572 889462784 17931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890840

[startup+25.5028 s]
/proc/loadavg: 2.01 2.10 2.22 3/83 27100
/proc/meminfo: memFree=1733112/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=2.53
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1309 22086 0 1 5 2 231 15 16 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
[pid=27091] ppid=27078 vsize=5356 CPUtime=0
/proc/27091/stat : 27091 (sh) S 27078 27078 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24901567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27091/statm: 1339 233 193 169 0 50 0
[pid=27092] ppid=27091 vsize=868616 CPUtime=22.76
/proc/27092/stat : 27092 (java) S 27091 27078 21831 0 -1 0 39712 0 1 0 2253 23 0 0 18 0 9 0 24901567 889462784 29802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27092/statm: 217154 29802 2569 9 0 211659 0
[pid=27092/tid=27093] ppid=27091 vsize=868616 CPUtime=19.63
/proc/27092/task/27093/stat : 27093 (java) R 27091 27078 21831 0 -1 64 4202 0 1 0 1958 5 0 0 25 0 9 0 24901568 889462784 29802 996147200 134512640 134550932 4294955936 18446744073709551615 4126510022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27094] ppid=27091 vsize=868616 CPUtime=2.88
/proc/27092/task/27094/stat : 27094 (java) S 27091 27078 21831 0 -1 64 33298 0 0 0 272 16 0 0 16 0 9 0 24901569 889462784 29802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27095] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27095/stat : 27095 (java) S 27091 27078 21831 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24901570 889462784 29802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27096] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27096/stat : 27096 (java) S 27091 27078 21831 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24901570 889462784 29802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27097] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27097/stat : 27097 (java) S 27091 27078 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901572 889462784 29802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27098] ppid=27091 vsize=868616 CPUtime=0.21
/proc/27092/task/27098/stat : 27098 (java) S 27091 27078 21831 0 -1 64 1510 0 0 0 21 0 0 0 16 0 9 0 24901572 889462784 29802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27099] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27099/stat : 27099 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24901572 889462784 29802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27100] ppid=27091 vsize=868616 CPUtime=0
/proc/27092/task/27100/stat : 27100 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24901572 889462784 29802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 890840

[startup+51.1026 s]
/proc/loadavg: 2.07 2.10 2.21 4/83 27100
/proc/meminfo: memFree=1628856/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=2.53
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1309 22086 0 1 5 2 231 15 16 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
[pid=27091] ppid=27078 vsize=5356 CPUtime=0
/proc/27091/stat : 27091 (sh) S 27078 27078 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24901567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27091/statm: 1339 233 193 169 0 50 0
[pid=27092] ppid=27091 vsize=868616 CPUtime=48.23
/proc/27092/stat : 27092 (java) S 27091 27078 21831 0 -1 0 71811 0 1 0 4783 40 0 0 18 0 9 0 24901567 889462784 53006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27092/statm: 217154 53006 2569 9 0 211659 0

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

[startup+462.303 s]
/proc/loadavg: 2.37 2.23 2.21 3/83 27106
/proc/meminfo: memFree=15488/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=2.53
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1310 22086 0 1 5 2 231 15 16 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
[pid=27091] ppid=27078 vsize=5356 CPUtime=0
/proc/27091/stat : 27091 (sh) S 27078 27078 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24901567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27091/statm: 1339 233 193 169 0 50 0
[pid=27092] ppid=27091 vsize=868728 CPUtime=452.57
/proc/27092/stat : 27092 (java) S 27091 27078 21831 0 -1 0 95296 0 1 0 43520 1737 0 0 18 0 9 0 24901567 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27092/statm: 217182 72874 2593 9 0 211659 0
[pid=27092/tid=27093] ppid=27091 vsize=868728 CPUtime=439.84
/proc/27092/task/27093/stat : 27093 (java) R 27091 27078 21831 0 -1 64 8989 0 1 0 42307 1677 0 0 25 0 9 0 24901568 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4127066049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27094] ppid=27091 vsize=868728 CPUtime=12.39
/proc/27092/task/27094/stat : 27094 (java) S 27091 27078 21831 0 -1 64 84047 0 0 0 1181 58 0 0 16 0 9 0 24901569 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27095] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27095/stat : 27095 (java) S 27091 27078 21831 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24901570 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27096] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27096/stat : 27096 (java) S 27091 27078 21831 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24901570 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27097] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27097/stat : 27097 (java) S 27091 27078 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27098] ppid=27091 vsize=868728 CPUtime=0.3
/proc/27092/task/27098/stat : 27098 (java) S 27091 27078 21831 0 -1 64 1558 0 0 0 30 0 0 0 16 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27099] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27099/stat : 27099 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27100] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27100/stat : 27100 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 455.1
Current children cumulated vsize (KiB) 890952

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

[startup+486.302 s]
/proc/loadavg: 2.40 2.24 2.21 3/83 27106
/proc/meminfo: memFree=15488/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=2.53
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1310 22086 0 1 5 2 231 15 16 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
[pid=27091] ppid=27078 vsize=5356 CPUtime=0
/proc/27091/stat : 27091 (sh) S 27078 27078 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24901567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27091/statm: 1339 233 193 169 0 50 0
[pid=27092] ppid=27091 vsize=868728 CPUtime=476.12
/proc/27092/stat : 27092 (java) S 27091 27078 21831 0 -1 0 95451 0 1 0 45768 1844 0 0 18 0 9 0 24901567 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27092/statm: 217182 72874 2593 9 0 211659 0
[pid=27092/tid=27093] ppid=27091 vsize=868728 CPUtime=463.18
/proc/27092/task/27093/stat : 27093 (java) R 27091 27078 21831 0 -1 64 9144 0 1 0 44536 1782 0 0 25 0 9 0 24901568 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4127066140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27094] ppid=27091 vsize=868728 CPUtime=12.59
/proc/27092/task/27094/stat : 27094 (java) S 27091 27078 21831 0 -1 64 84047 0 0 0 1200 59 0 0 16 0 9 0 24901569 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27095] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27095/stat : 27095 (java) S 27091 27078 21831 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24901570 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27096] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27096/stat : 27096 (java) S 27091 27078 21831 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24901570 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27097] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27097/stat : 27097 (java) S 27091 27078 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27098] ppid=27091 vsize=868728 CPUtime=0.3
/proc/27092/task/27098/stat : 27098 (java) S 27091 27078 21831 0 -1 64 1558 0 0 0 30 0 0 0 16 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27099] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27099/stat : 27099 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27100] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27100/stat : 27100 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 478.65
Current children cumulated vsize (KiB) 890952

[startup+499.103 s]
/proc/loadavg: 2.42 2.25 2.21 3/83 27106
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=2.53
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1310 22086 0 1 5 2 231 15 16 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
[pid=27091] ppid=27078 vsize=5356 CPUtime=0
/proc/27091/stat : 27091 (sh) S 27078 27078 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24901567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27091/statm: 1339 233 193 169 0 50 0
[pid=27092] ppid=27091 vsize=868728 CPUtime=488.6
/proc/27092/stat : 27092 (java) S 27091 27078 21831 0 -1 0 95534 0 1 0 46965 1895 0 0 18 0 9 0 24901567 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27092/statm: 217182 72874 2593 9 0 211659 0
[pid=27092/tid=27093] ppid=27091 vsize=868728 CPUtime=475.56
/proc/27092/task/27093/stat : 27093 (java) R 27091 27078 21831 0 -1 64 9227 0 1 0 45723 1833 0 0 25 0 9 0 24901568 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4126934897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27094] ppid=27091 vsize=868728 CPUtime=12.7
/proc/27092/task/27094/stat : 27094 (java) S 27091 27078 21831 0 -1 64 84047 0 0 0 1210 60 0 0 16 0 9 0 24901569 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27095] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27095/stat : 27095 (java) S 27091 27078 21831 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24901570 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27096] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27096/stat : 27096 (java) S 27091 27078 21831 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24901570 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27097] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27097/stat : 27097 (java) S 27091 27078 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27098] ppid=27091 vsize=868728 CPUtime=0.3
/proc/27092/task/27098/stat : 27098 (java) S 27091 27078 21831 0 -1 64 1558 0 0 0 30 0 0 0 16 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27099] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27099/stat : 27099 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27100] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27100/stat : 27100 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 491.13
Current children cumulated vsize (KiB) 890952

[startup+505.502 s]
/proc/loadavg: 2.51 2.28 2.22 3/83 27106
/proc/meminfo: memFree=15424/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=2.53
/proc/27078/stat : 27078 (sugar) S 27076 27078 21831 0 -1 4194304 1310 22086 0 1 5 2 231 15 16 0 1 0 24901308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27078/statm: 4217 1111 409 3 0 796 0
[pid=27091] ppid=27078 vsize=5356 CPUtime=0
/proc/27091/stat : 27091 (sh) S 27078 27078 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24901567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27091/statm: 1339 233 193 169 0 50 0
[pid=27092] ppid=27091 vsize=868728 CPUtime=494.88
/proc/27092/stat : 27092 (java) S 27091 27078 21831 0 -1 0 95575 0 1 0 47562 1926 0 0 18 0 9 0 24901567 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27092/statm: 217182 72874 2593 9 0 211659 0
[pid=27092/tid=27093] ppid=27091 vsize=868728 CPUtime=481.8
/proc/27092/task/27093/stat : 27093 (java) R 27091 27078 21831 0 -1 64 9268 0 1 0 46316 1864 0 0 25 0 9 0 24901568 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4126454910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27094] ppid=27091 vsize=868728 CPUtime=12.75
/proc/27092/task/27094/stat : 27094 (java) S 27091 27078 21831 0 -1 64 84047 0 0 0 1215 60 0 0 16 0 9 0 24901569 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27095] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27095/stat : 27095 (java) S 27091 27078 21831 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24901570 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27096] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27096/stat : 27096 (java) S 27091 27078 21831 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24901570 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27097] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27097/stat : 27097 (java) S 27091 27078 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27098] ppid=27091 vsize=868728 CPUtime=0.3
/proc/27092/task/27098/stat : 27098 (java) S 27091 27078 21831 0 -1 64 1558 0 0 0 30 0 0 0 16 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27099] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27099/stat : 27099 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27092/tid=27100] ppid=27091 vsize=868728 CPUtime=0
/proc/27092/task/27100/stat : 27100 (java) S 27091 27078 21831 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24901572 889577472 72874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 497.41
Current children cumulated vsize (KiB) 890952

[startup+508.703 s]
/proc/loadavg: 2.51 2.28 2.22 2/73 27106
/proc/meminfo: memFree=1897808/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=499.16
/proc/27078/stat : 27078 (sugar) D 27076 27078 21831 0 -1 4194304 1334 117961 0 4 5 91 47870 1950 18 0 1 0 24901308 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27078/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 499.16
Current children cumulated vsize (KiB) 16868

[startup+509.502 s]
/proc/loadavg: 2.51 2.28 2.22 2/73 27106
/proc/meminfo: memFree=1897232/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=499.19
/proc/27078/stat : 27078 (sugar) D 27076 27078 21831 0 -1 4194304 1334 117961 0 4 5 94 47870 1950 18 0 1 0 24901308 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27078/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 499.19
Current children cumulated vsize (KiB) 16868

[startup+510.302 s]
/proc/loadavg: 2.47 2.27 2.22 2/73 27106
/proc/meminfo: memFree=1896784/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=499.22
/proc/27078/stat : 27078 (sugar) D 27076 27078 21831 0 -1 4194304 1334 117961 0 4 5 97 47870 1950 18 0 1 0 24901308 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27078/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 499.22
Current children cumulated vsize (KiB) 16868

[startup+510.502 s]
/proc/loadavg: 2.47 2.27 2.22 2/73 27106
/proc/meminfo: memFree=1896784/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=499.22
/proc/27078/stat : 27078 (sugar) D 27076 27078 21831 0 -1 4194304 1334 117961 0 4 5 97 47870 1950 18 0 1 0 24901308 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27078/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 499.22
Current children cumulated vsize (KiB) 16868

[startup+510.602 s]
/proc/loadavg: 2.47 2.27 2.22 2/73 27106
/proc/meminfo: memFree=1896784/2055920 swapFree=4192812/4192956
[pid=27078] ppid=27076 vsize=16868 CPUtime=499.23
/proc/27078/stat : 27078 (sugar) D 27076 27078 21831 0 -1 4194304 1334 117961 0 4 5 98 47870 1950 18 0 1 0 24901308 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27078/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 499.23
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 510.624
CPU time (s): 499.26
CPU user time (s): 478.768
CPU system time (s): 20.4919
CPU usage (%): 97.7745
Max. virtual memory (cumulated for all children) (KiB): 901088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 478.768
system time used= 20.4919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119356
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45991
involuntary context switches= 53407

runsolver used 0.667898 second user time and 1.76573 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 07:59:07
IDJOB=2083853
IDBENCH=57953
IDSOLVER=739
FILE ID=node19/2083853-1247378346
PBS_JOBID= 9507057
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083853-1247378346/watcher-2083853-1247378346 -o /tmp/evaluation-result-2083853-1247378346/solver-2083853-1247378346 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083853-1247378346.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 42bd03a0fe6da1c0a19520ed6689c90c
RANDOM SEED=1361978670

node19.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.211
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.211
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:       1847344 kB
Buffers:          6884 kB
Cached:          75464 kB
SwapCached:          0 kB
Active:         132188 kB
Inactive:        24140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7044 kB
Writeback:           0 kB
Mapped:          85560 kB
Slab:            37508 kB
Committed_AS:   281700 kB
PageTables:       1996 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= 66420 MiB
End job on node19 at 2009-07-12 08:07:37