Trace number 2083841

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+picosat? 483.035 497.878

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-9.xml
MD5SUM82e6ad1aef50625fbf6be40e28789b38
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1515.09
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.05/0.21	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.21	c 0	BEGIN Sun Jul 12 07:58:24 2009
0.05/0.21	c 0	PID 27253
0.05/0.21	c 0	HOST node78.alineos.net
0.05/0.21	c 0	CONVERTING HOME/instance-2083841-1247378303.xml TO HOME/temp.csp
0.05/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083841-1247378303.xml' 'HOME/temp.csp'
2.29/2.54	c 2	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.29/2.58	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.29/2.58	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.36/2.66	c 2	Parsing HOME/temp.csp
2.36/2.84	c 2	parsed 10000 expressions
2.36/3.00	c 2	parsed 20000 expressions
2.36/3.18	c 2	parsed 30000 expressions
3.05/3.38	c 3	parsed 40000 expressions
3.14/3.42	c 3	parsed 43305 expressions
3.14/3.43	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.14/3.43	c 3	Converting to clausal form CSP
6.51/6.90	c 6	converted 4331 (10%) expressions
13.34/13.79	c 13	converted 8661 (20%) expressions
20.05/20.59	c 20	converted 12992 (30%) expressions
26.28/26.88	c 26	converted 17322 (40%) expressions
33.11/33.77	c 33	converted 21653 (50%) expressions
39.13/39.84	c 39	converted 25983 (60%) expressions
44.86/45.60	c 45	converted 30314 (70%) expressions
51.36/52.25	c 52	converted 34644 (80%) expressions
56.30/57.22	c 57	converted 38975 (90%) expressions
60.54/61.52	c 61	converted 43305 (100%) expressions
60.54/61.53	c 61	CSP : 12565 integers, 117899 booleans, 270078 clauses, largest domain size 2741
60.54/61.53	c 61	Heap : 221 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
60.54/61.53	c 61	Propagation in CSP
66.48/67.59	c 67	90 values, 0 unsatisfiable literals, and 0 valid clauses are removed
66.58/67.60	c 67	CSP : 12565 integers, 117899 booleans, 270078 clauses, largest domain size 2741
66.58/67.60	c 67	Heap : 212 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
66.58/67.68	c 67	Simplifing CSP by introducing new Boolean variables
67.16/68.29	c 68	CSP : 12565 integers, 217239 booleans, 369418 clauses, largest domain size 2741
67.16/68.29	c 68	Heap : 246 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
68.75/69.85	c 69	Encoding CSP to SAT : HOME/temp.cnf
77.45/78.61	c 78	1257 (10%) CSP integer variables are encoded (386675 clauses, 6352058 bytes)
85.41/86.69	c 86	2513 (20%) CSP integer variables are encoded (804867 clauses, 13461322 bytes)
89.14/90.49	c 90	3770 (30%) CSP integer variables are encoded (3864238 clauses, 71204302 bytes)
93.16/94.63	c 94	5026 (40%) CSP integer variables are encoded (6845926 clauses, 127856374 bytes)
97.06/98.69	c 98	6283 (50%) CSP integer variables are encoded (9878107 clauses, 185467813 bytes)
101.12/103.11	c 102	7539 (60%) CSP integer variables are encoded (12926283 clauses, 249248380 bytes)
105.02/107.14	c 106	8796 (70%) CSP integer variables are encoded (15945348 clauses, 312648745 bytes)
109.02/111.20	c 111	10052 (80%) CSP integer variables are encoded (18974134 clauses, 376253251 bytes)
113.27/115.63	c 115	11309 (90%) CSP integer variables are encoded (22003241 clauses, 439864498 bytes)
117.08/119.59	c 119	12565 (100%) CSP integer variables are encoded (24928329 clauses, 501291346 bytes)
161.47/165.58	c 165	36942 (10%) CSP clauses are encoded (35782853 clauses, 800024763 bytes)
205.67/211.51	c 211	73884 (20%) CSP clauses are encoded (46951779 clauses, 1110287847 bytes)
251.16/258.23	c 258	110826 (30%) CSP clauses are encoded (58455859 clauses, 1432335583 bytes)
294.96/302.91	c 302	147768 (40%) CSP clauses are encoded (69498415 clauses, 1757119497 bytes)
339.29/348.24	c 348	184709 (50%) CSP clauses are encoded (81049445 clauses, 2099979207 bytes)
383.49/393.48	c 393	221651 (60%) CSP clauses are encoded (92510822 clauses, 2441018094 bytes)
426.87/438.32	c 438	258593 (70%) CSP clauses are encoded (104020806 clauses, 2783602812 bytes)
473.00/485.86	c 485	295535 (80%) CSP clauses are encoded (116225583 clauses, 3147532465 bytes)
482.15/495.19	c 494	ERROR Exception Too large HOME/temp.cnf
482.15/495.19	c 494	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
482.15/495.19	c 494	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
482.15/495.19	c 494	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
482.15/495.19	s UNKNOWN
482.27/495.30	c 495	CPU 482.28 (0.06 0.02 462.53 19.67)
482.27/495.30	c 495	END Sun Jul 12 08:06:39 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-2083841-1247378303/watcher-2083841-1247378303 -o /tmp/evaluation-result-2083841-1247378303/solver-2083841-1247378303 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083841-1247378303.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: 2.10 2.09 2.09 4/83 27253
/proc/meminfo: memFree=278480/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=18576 CPUtime=0
/proc/27253/stat : 27253 (runsolver) R 27251 27253 21858 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24894887 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27253/statm: 4644 284 249 26 0 2626 0

[startup+0.0119001 s]
/proc/loadavg: 2.10 2.09 2.09 4/83 27253
/proc/meminfo: memFree=278480/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=124 CPUtime=0
/proc/27253/stat : 27253 (sugar) D 27251 27253 21858 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 24894887 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 255370261993 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/27253/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101914 s]
/proc/loadavg: 2.10 2.09 2.09 4/83 27253
/proc/meminfo: memFree=278480/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=13072 CPUtime=0.01
/proc/27253/stat : 27253 (sugar) R 27251 27253 21858 0 -1 4194304 632 0 0 0 1 0 0 0 18 0 1 0 24894887 13385728 600 996147200 4194304 4206940 548682068608 18446744073709551615 255390409104 0 0 4224 0 0 0 0 17 1 0 0
/proc/27253/statm: 3268 600 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.301936 s]
/proc/loadavg: 2.10 2.09 2.09 4/83 27253
/proc/meminfo: memFree=278480/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=0.06
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1227 127 0 1 5 1 0 0 19 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70198 s]
/proc/loadavg: 2.10 2.09 2.09 4/83 27253
/proc/meminfo: memFree=278480/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=0.06
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1227 127 0 1 5 1 0 0 19 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50206 s]
/proc/loadavg: 2.10 2.09 2.09 3/94 27265
/proc/meminfo: memFree=244600/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=0.06
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1227 127 0 1 5 1 0 0 19 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
[pid=27256] ppid=27253 vsize=5356 CPUtime=0
/proc/27256/stat : 27256 (sh) S 27253 27253 21858 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24894909 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27256/statm: 1339 233 193 169 0 50 0
[pid=27257] ppid=27256 vsize=864756 CPUtime=1.24
/proc/27257/stat : 27257 (java) S 27256 27253 21858 0 -1 0 15878 0 1 0 115 9 0 0 18 0 9 0 24894909 885510144 13911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27257/statm: 216189 13911 2556 9 0 210701 0
[pid=27257/tid=27258] ppid=27256 vsize=864756 CPUtime=0.66
/proc/27257/task/27258/stat : 27258 (java) R 27256 27253 21858 0 -1 64 3069 0 1 0 63 3 0 0 18 0 9 0 24894910 885510144 13911 996147200 134512640 134550932 4294955984 18446744073709551615 4126712172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27257/tid=27259] ppid=27256 vsize=864756 CPUtime=0.45
/proc/27257/task/27259/stat : 27259 (java) S 27256 27253 21858 0 -1 64 11592 0 0 0 40 5 0 0 16 0 9 0 24894911 885510144 13911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27257/tid=27260] ppid=27256 vsize=864756 CPUtime=0
/proc/27257/task/27260/stat : 27260 (java) S 27256 27253 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24894912 885510144 13911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27257/tid=27261] ppid=27256 vsize=864756 CPUtime=0
/proc/27257/task/27261/stat : 27261 (java) S 27256 27253 21858 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24894912 885510144 13911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27257/tid=27262] ppid=27256 vsize=864756 CPUtime=0
/proc/27257/task/27262/stat : 27262 (java) S 27256 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894914 885510144 13911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27257/tid=27263] ppid=27256 vsize=864756 CPUtime=0.11
/proc/27257/task/27263/stat : 27263 (java) S 27256 27253 21858 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 24894914 885510144 13911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27257/tid=27264] ppid=27256 vsize=864756 CPUtime=0
/proc/27257/task/27264/stat : 27264 (java) S 27256 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894914 885510144 13911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27257/tid=27265] ppid=27256 vsize=864756 CPUtime=0
/proc/27257/task/27265/stat : 27265 (java) S 27256 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894914 885510144 13911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 886980

[startup+3.10122 s]
/proc/loadavg: 2.10 2.09 2.09 3/94 27265
/proc/meminfo: memFree=204616/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=2.36
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1309 21981 0 2 5 1 216 14 15 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30422 s]
/proc/loadavg: 2.17 2.10 2.09 4/94 27275
/proc/meminfo: memFree=219832/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=2.37
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1309 21981 0 2 6 1 216 14 15 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
[pid=27266] ppid=27253 vsize=5356 CPUtime=0
/proc/27266/stat : 27266 (sh) S 27253 27253 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24895146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27266/statm: 1339 233 193 169 0 50 0
[pid=27267] ppid=27266 vsize=868636 CPUtime=3.65
/proc/27267/stat : 27267 (java) S 27266 27253 21858 0 -1 0 13378 0 1 0 356 9 0 0 18 0 9 0 24895146 889483264 11938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27267/statm: 217159 11938 2567 9 0 211664 0
[pid=27267/tid=27268] ppid=27266 vsize=868636 CPUtime=2.75
/proc/27267/task/27268/stat : 27268 (java) R 27266 27253 21858 0 -1 64 3012 0 1 0 273 2 0 0 25 0 9 0 24895147 889483264 11938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27269] ppid=27266 vsize=868636 CPUtime=0.66
/proc/27267/task/27269/stat : 27269 (java) S 27266 27253 21858 0 -1 64 8181 0 0 0 62 4 0 0 15 0 9 0 24895149 889483264 11938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27270] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27270/stat : 27270 (java) S 27266 27253 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24895149 889483264 11938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27271] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27271/stat : 27271 (java) S 27266 27253 21858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24895149 889483264 11938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27272] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27272/stat : 27272 (java) S 27266 27253 21858 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24895151 889483264 11938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27273] ppid=27266 vsize=868636 CPUtime=0.2
/proc/27267/task/27273/stat : 27273 (java) S 27266 27253 21858 0 -1 64 1482 0 0 0 19 1 0 0 15 0 9 0 24895151 889483264 11938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27274] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27274/stat : 27274 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24895151 889483264 11938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27275] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27275/stat : 27275 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24895151 889483264 11938 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 890860

[startup+12.7012 s]
/proc/loadavg: 2.16 2.10 2.09 3/94 27275
/proc/meminfo: memFree=174136/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=2.37
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1309 21981 0 2 6 1 216 14 16 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
[pid=27266] ppid=27253 vsize=5356 CPUtime=0
/proc/27266/stat : 27266 (sh) S 27253 27253 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24895146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27266/statm: 1339 233 193 169 0 50 0
[pid=27267] ppid=27266 vsize=868636 CPUtime=9.98
/proc/27267/stat : 27267 (java) S 27266 27253 21858 0 -1 0 23251 0 1 0 983 15 0 0 18 0 9 0 24895146 889483264 17759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27267/statm: 217159 17759 2569 9 0 211664 0
[pid=27267/tid=27268] ppid=27266 vsize=868636 CPUtime=8.24
/proc/27267/task/27268/stat : 27268 (java) R 27266 27253 21858 0 -1 64 3499 0 1 0 821 3 0 0 25 0 9 0 24895147 889483264 17759 996147200 134512640 134550932 4294955936 18446744073709551615 4126408562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27269] ppid=27266 vsize=868636 CPUtime=1.49
/proc/27267/task/27269/stat : 27269 (java) S 27266 27253 21858 0 -1 64 17555 0 0 0 140 9 0 0 16 0 9 0 24895149 889483264 17759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27270] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27270/stat : 27270 (java) S 27266 27253 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24895149 889483264 17759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27271] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27271/stat : 27271 (java) S 27266 27253 21858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24895149 889483264 17759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27272] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27272/stat : 27272 (java) S 27266 27253 21858 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24895151 889483264 17759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27273] ppid=27266 vsize=868636 CPUtime=0.22
/proc/27267/task/27273/stat : 27273 (java) S 27266 27253 21858 0 -1 64 1494 0 0 0 21 1 0 0 15 0 9 0 24895151 889483264 17759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27274] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27274/stat : 27274 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24895151 889483264 17759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27275] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27275/stat : 27275 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24895151 889483264 17759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 890860

[startup+25.5026 s]
/proc/loadavg: 2.19 2.11 2.10 4/94 27275
/proc/meminfo: memFree=78328/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=2.37
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1309 21981 0 2 6 1 216 14 16 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
[pid=27266] ppid=27253 vsize=5356 CPUtime=0
/proc/27266/stat : 27266 (sh) S 27253 27253 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24895146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27266/statm: 1339 233 193 169 0 50 0
[pid=27267] ppid=27266 vsize=868636 CPUtime=22.63
/proc/27267/stat : 27267 (java) S 27266 27253 21858 0 -1 0 39329 0 1 0 2237 26 0 0 18 0 9 0 24895146 889483264 29439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27267/statm: 217159 29439 2569 9 0 211664 0
[pid=27267/tid=27268] ppid=27266 vsize=868636 CPUtime=19.45
/proc/27267/task/27268/stat : 27268 (java) R 27266 27253 21858 0 -1 64 4180 0 1 0 1940 5 0 0 25 0 9 0 24895147 889483264 29439 996147200 134512640 134550932 4294955936 18446744073709551615 4126583987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27269] ppid=27266 vsize=868636 CPUtime=2.91
/proc/27267/task/27269/stat : 27269 (java) S 27266 27253 21858 0 -1 64 32949 0 0 0 273 18 0 0 16 0 9 0 24895149 889483264 29439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27270] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27270/stat : 27270 (java) S 27266 27253 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24895149 889483264 29439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27271] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27271/stat : 27271 (java) S 27266 27253 21858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24895149 889483264 29439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27272] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27272/stat : 27272 (java) S 27266 27253 21858 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24895151 889483264 29439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27273] ppid=27266 vsize=868636 CPUtime=0.23
/proc/27267/task/27273/stat : 27273 (java) S 27266 27253 21858 0 -1 64 1497 0 0 0 22 1 0 0 16 0 9 0 24895151 889483264 29439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27274] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27274/stat : 27274 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24895151 889483264 29439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27275] ppid=27266 vsize=868636 CPUtime=0
/proc/27267/task/27275/stat : 27275 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24895151 889483264 29439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 890860

[startup+51.1022 s]
/proc/loadavg: 2.21 2.12 2.10 4/94 27275
/proc/meminfo: memFree=15224/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=2.37
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1309 21981 0 2 6 1 216 14 16 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
[pid=27266] ppid=27253 vsize=5356 CPUtime=0
/proc/27266/stat : 27266 (sh) S 27253 27253 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24895146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27266/statm: 1339 233 193 169 0 50 0
[pid=27267] ppid=27266 vsize=878884 CPUtime=47.9
/proc/27267/stat : 27267 (java) S 27266 27253 21858 0 -1 0 71375 0 1 0 4747 43 0 0 18 0 9 0 24895146 899977216 55148 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+462.302 s]
/proc/loadavg: 2.95 2.51 2.26 3/94 27391
/proc/meminfo: memFree=15096/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=2.38
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1310 21981 0 2 6 2 216 14 16 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
[pid=27266] ppid=27253 vsize=5356 CPUtime=0
/proc/27266/stat : 27266 (sh) S 27253 27253 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24895146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27266/statm: 1339 233 193 169 0 50 0
[pid=27267] ppid=27266 vsize=868748 CPUtime=447.58
/proc/27267/stat : 27267 (java) S 27266 27253 21858 0 -1 0 93334 0 1 0 42957 1801 0 0 18 0 9 0 24895146 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27267/statm: 217187 70865 2593 9 0 211664 0
[pid=27267/tid=27268] ppid=27266 vsize=868748 CPUtime=434.87
/proc/27267/task/27268/stat : 27268 (java) R 27266 27253 21858 0 -1 64 9004 0 1 0 41748 1739 0 0 25 0 9 0 24895147 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4126583955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27269] ppid=27266 vsize=868748 CPUtime=12.36
/proc/27267/task/27269/stat : 27269 (java) S 27266 27253 21858 0 -1 64 82084 0 0 0 1177 59 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27270] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27270/stat : 27270 (java) S 27266 27253 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27271] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27271/stat : 27271 (java) S 27266 27253 21858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27272] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27272/stat : 27272 (java) S 27266 27253 21858 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27273] ppid=27266 vsize=868748 CPUtime=0.31
/proc/27267/task/27273/stat : 27273 (java) S 27266 27253 21858 0 -1 64 1543 0 0 0 30 1 0 0 16 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27274] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27274/stat : 27274 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27275] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27275/stat : 27275 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 449.96
Current children cumulated vsize (KiB) 890972

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

[startup+473.702 s]
/proc/loadavg: 3.11 2.56 2.28 3/94 27391
/proc/meminfo: memFree=15864/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=2.38
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1310 21981 0 2 6 2 216 14 16 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
[pid=27266] ppid=27253 vsize=5356 CPUtime=0
/proc/27266/stat : 27266 (sh) S 27253 27253 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24895146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27266/statm: 1339 233 193 169 0 50 0
[pid=27267] ppid=27266 vsize=868748 CPUtime=458.82
/proc/27267/stat : 27267 (java) S 27266 27253 21858 0 -1 0 93407 0 1 0 44030 1852 0 0 18 0 9 0 24895146 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27267/statm: 217187 70865 2593 9 0 211664 0
[pid=27267/tid=27268] ppid=27266 vsize=868748 CPUtime=446.03
/proc/27267/task/27268/stat : 27268 (java) R 27266 27253 21858 0 -1 64 9077 0 1 0 42813 1790 0 0 25 0 9 0 24895147 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4126553748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27269] ppid=27266 vsize=868748 CPUtime=12.43
/proc/27267/task/27269/stat : 27269 (java) S 27266 27253 21858 0 -1 64 82084 0 0 0 1184 59 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27270] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27270/stat : 27270 (java) S 27266 27253 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27271] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27271/stat : 27271 (java) S 27266 27253 21858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27272] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27272/stat : 27272 (java) S 27266 27253 21858 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27273] ppid=27266 vsize=868748 CPUtime=0.31
/proc/27267/task/27273/stat : 27273 (java) S 27266 27253 21858 0 -1 64 1543 0 0 0 30 1 0 0 16 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27274] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27274/stat : 27274 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27275] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27275/stat : 27275 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.2
Current children cumulated vsize (KiB) 890972

[startup+486.503 s]
/proc/loadavg: 3.09 2.58 2.29 3/94 27391
/proc/meminfo: memFree=16120/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=2.38
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1310 21981 0 2 6 2 216 14 16 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
[pid=27266] ppid=27253 vsize=5356 CPUtime=0
/proc/27266/stat : 27266 (sh) S 27253 27253 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24895146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27266/statm: 1339 233 193 169 0 50 0
[pid=27267] ppid=27266 vsize=868748 CPUtime=471.3
/proc/27267/stat : 27267 (java) S 27266 27253 21858 0 -1 0 93494 0 1 0 45221 1909 0 0 18 0 9 0 24895146 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27267/statm: 217187 70865 2593 9 0 211664 0
[pid=27267/tid=27268] ppid=27266 vsize=868748 CPUtime=458.41
/proc/27267/task/27268/stat : 27268 (java) R 27266 27253 21858 0 -1 64 9164 0 1 0 43995 1846 0 0 25 0 9 0 24895147 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4126580371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27269] ppid=27266 vsize=868748 CPUtime=12.55
/proc/27267/task/27269/stat : 27269 (java) S 27266 27253 21858 0 -1 64 82084 0 0 0 1195 60 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27270] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27270/stat : 27270 (java) S 27266 27253 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27271] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27271/stat : 27271 (java) S 27266 27253 21858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27272] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27272/stat : 27272 (java) S 27266 27253 21858 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27273] ppid=27266 vsize=868748 CPUtime=0.31
/proc/27267/task/27273/stat : 27273 (java) S 27266 27253 21858 0 -1 64 1543 0 0 0 30 1 0 0 16 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27274] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27274/stat : 27274 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27275] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27275/stat : 27275 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 473.68
Current children cumulated vsize (KiB) 890972

[startup+492.902 s]
/proc/loadavg: 3.07 2.59 2.30 3/94 27391
/proc/meminfo: memFree=15288/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=2.38
/proc/27253/stat : 27253 (sugar) S 27251 27253 21858 0 -1 4194304 1310 21981 0 2 6 2 216 14 16 0 1 0 24894887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27253/statm: 4217 1111 409 3 0 796 0
[pid=27266] ppid=27253 vsize=5356 CPUtime=0
/proc/27266/stat : 27266 (sh) S 27253 27253 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24895146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27266/statm: 1339 233 193 169 0 50 0
[pid=27267] ppid=27266 vsize=868748 CPUtime=477.61
/proc/27267/stat : 27267 (java) S 27266 27253 21858 0 -1 0 93536 0 1 0 45823 1938 0 0 18 0 9 0 24895146 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27267/statm: 217187 70865 2593 9 0 211664 0
[pid=27267/tid=27268] ppid=27266 vsize=868748 CPUtime=464.66
/proc/27267/task/27268/stat : 27268 (java) R 27266 27253 21858 0 -1 64 9206 0 1 0 44591 1875 0 0 25 0 9 0 24895147 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4126869975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27269] ppid=27266 vsize=868748 CPUtime=12.6
/proc/27267/task/27269/stat : 27269 (java) S 27266 27253 21858 0 -1 64 82084 0 0 0 1200 60 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27270] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27270/stat : 27270 (java) S 27266 27253 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27271] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27271/stat : 27271 (java) S 27266 27253 21858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24895149 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27272] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27272/stat : 27272 (java) S 27266 27253 21858 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27273] ppid=27266 vsize=868748 CPUtime=0.31
/proc/27267/task/27273/stat : 27273 (java) S 27266 27253 21858 0 -1 64 1543 0 0 0 30 1 0 0 16 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27267/tid=27274] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27274/stat : 27274 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27267/tid=27275] ppid=27266 vsize=868748 CPUtime=0
/proc/27267/task/27275/stat : 27275 (java) S 27266 27253 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24895151 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 479.99
Current children cumulated vsize (KiB) 890972

[startup+496.102 s]
/proc/loadavg: 3.07 2.59 2.30 3/94 27391
/proc/meminfo: memFree=14840/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=482.88
/proc/27253/stat : 27253 (sugar) R 27251 27253 21858 0 -1 4194304 1335 115830 0 3 6 62 46253 1967 18 0 1 0 24894887 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27253/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 482.88
Current children cumulated vsize (KiB) 16868

[startup+496.902 s]
/proc/loadavg: 3.07 2.59 2.30 3/84 27391
/proc/meminfo: memFree=1452040/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=482.95
/proc/27253/stat : 27253 (sugar) D 27251 27253 21858 0 -1 4194304 1335 115830 0 3 6 69 46253 1967 18 0 1 0 24894887 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27253/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 482.95
Current children cumulated vsize (KiB) 16868

[startup+497.302 s]
/proc/loadavg: 3.07 2.59 2.30 3/84 27391
/proc/meminfo: memFree=1450440/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=482.97
/proc/27253/stat : 27253 (sugar) D 27251 27253 21858 0 -1 4194304 1335 115830 0 3 6 71 46253 1967 18 0 1 0 24894887 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27253/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 482.97
Current children cumulated vsize (KiB) 16868

[startup+497.702 s]
/proc/loadavg: 3.07 2.59 2.30 3/84 27391
/proc/meminfo: memFree=1450440/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=483
/proc/27253/stat : 27253 (sugar) D 27251 27253 21858 0 -1 4194304 1335 115830 0 3 6 74 46253 1967 18 0 1 0 24894887 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27253/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 483
Current children cumulated vsize (KiB) 16868

[startup+497.803 s]
/proc/loadavg: 3.07 2.59 2.30 3/84 27391
/proc/meminfo: memFree=1450440/2055912 swapFree=4192812/4192956
[pid=27253] ppid=27251 vsize=16868 CPUtime=483.01
/proc/27253/stat : 27253 (sugar) D 27251 27253 21858 0 -1 4194304 1335 115830 0 3 6 75 46253 1967 18 0 1 0 24894887 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27253/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 483.01
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 497.878
CPU time (s): 483.035
CPU user time (s): 462.599
CPU system time (s): 20.4359
CPU usage (%): 97.0186
Max. virtual memory (cumulated for all children) (KiB): 903672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 462.599
system time used= 20.4359
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117226
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= 45848
involuntary context switches= 53550

runsolver used 0.71789 second user time and 1.82072 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 07:58:23
IDJOB=2083841
IDBENCH=57949
IDSOLVER=738
FILE ID=node78/2083841-1247378303
PBS_JOBID= 9507058
Free space on /tmp= 124224 MiB

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

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

MD5SUM BENCH= 82e6ad1aef50625fbf6be40e28789b38
RANDOM SEED=194748595

node78.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.232
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.232
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:      2055912 kB
MemFree:        279216 kB
Buffers:          2352 kB
Cached:        1386752 kB
SwapCached:          0 kB
Active:        1185128 kB
Inactive:       509164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        279216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          206236 kB
Writeback:           0 kB
Mapped:         326456 kB
Slab:            66868 kB
Committed_AS:   633740 kB
PageTables:       2548 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126780 MiB
End job on node78 at 2009-07-12 08:06:41