Trace number 2083842

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? 487.564 502.924

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.06/0.80	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.80	c 0	BEGIN Sun Jul 12 07:58:26 2009
0.06/0.80	c 0	PID 23875
0.06/0.81	c 0	HOST node47.alineos.net
0.06/0.81	c 0	CONVERTING HOME/instance-2083842-1247378304.xml TO HOME/temp.csp
0.06/0.81	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083842-1247378304.xml' 'HOME/temp.csp'
2.42/3.28	c 2	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.49/3.33	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.49/3.33	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.50/3.41	c 2	Parsing HOME/temp.csp
2.50/3.60	c 2	parsed 10000 expressions
2.50/3.75	c 2	parsed 20000 expressions
2.50/3.92	c 3	parsed 30000 expressions
2.50/4.12	c 3	parsed 40000 expressions
2.50/4.16	c 3	parsed 43305 expressions
2.50/4.17	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/4.17	c 3	Converting to clausal form CSP
6.71/7.65	c 6	converted 4331 (10%) expressions
13.51/14.57	c 13	converted 8661 (20%) expressions
20.32/21.42	c 20	converted 12992 (30%) expressions
26.54/27.75	c 26	converted 17322 (40%) expressions
33.36/34.64	c 33	converted 21653 (50%) expressions
39.38/40.75	c 39	converted 25983 (60%) expressions
45.09/46.54	c 45	converted 30314 (70%) expressions
51.61/53.17	c 52	converted 34644 (80%) expressions
56.56/58.15	c 57	converted 38975 (90%) expressions
60.80/62.48	c 61	converted 43305 (100%) expressions
60.80/62.48	c 61	CSP : 12565 integers, 117899 booleans, 270078 clauses, largest domain size 2741
60.80/62.48	c 61	Heap : 221 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
60.80/62.48	c 61	Propagation in CSP
66.83/68.54	c 67	90 values, 0 unsatisfiable literals, and 0 valid clauses are removed
66.83/68.55	c 67	CSP : 12565 integers, 117899 booleans, 270078 clauses, largest domain size 2741
66.83/68.55	c 67	Heap : 212 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
66.93/68.63	c 67	Simplifing CSP by introducing new Boolean variables
67.52/69.23	c 68	CSP : 12565 integers, 217239 booleans, 369418 clauses, largest domain size 2741
67.52/69.23	c 68	Heap : 246 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
69.09/70.81	c 70	Encoding CSP to SAT : HOME/temp.cnf
77.99/79.82	c 79	1257 (10%) CSP integer variables are encoded (386675 clauses, 6352058 bytes)
86.78/88.75	c 87	2513 (20%) CSP integer variables are encoded (804867 clauses, 13461322 bytes)
90.67/92.70	c 91	3770 (30%) CSP integer variables are encoded (3864238 clauses, 71204302 bytes)
94.44/96.78	c 96	5026 (40%) CSP integer variables are encoded (6845926 clauses, 127856374 bytes)
98.54/100.95	c 100	6283 (50%) CSP integer variables are encoded (9878107 clauses, 185467813 bytes)
102.53/105.01	c 104	7539 (60%) CSP integer variables are encoded (12926283 clauses, 249248380 bytes)
106.44/109.03	c 108	8796 (70%) CSP integer variables are encoded (15945348 clauses, 312648745 bytes)
110.70/113.40	c 112	10052 (80%) CSP integer variables are encoded (18974134 clauses, 376253251 bytes)
114.67/117.59	c 116	11309 (90%) CSP integer variables are encoded (22003241 clauses, 439864498 bytes)
118.56/121.52	c 120	12565 (100%) CSP integer variables are encoded (24928329 clauses, 501291346 bytes)
164.09/168.14	c 167	36942 (10%) CSP clauses are encoded (35782853 clauses, 800024763 bytes)
207.57/212.46	c 211	73884 (20%) CSP clauses are encoded (46951779 clauses, 1110287847 bytes)
253.22/259.01	c 258	110826 (30%) CSP clauses are encoded (58455859 clauses, 1432335583 bytes)
297.50/304.31	c 303	147768 (40%) CSP clauses are encoded (69498415 clauses, 1757119497 bytes)
343.56/351.33	c 350	184709 (50%) CSP clauses are encoded (81049445 clauses, 2099979207 bytes)
387.93/397.67	c 396	221651 (60%) CSP clauses are encoded (92510822 clauses, 2441018094 bytes)
430.84/441.35	c 440	258593 (70%) CSP clauses are encoded (104020806 clauses, 2783602812 bytes)
477.46/488.91	c 488	295535 (80%) CSP clauses are encoded (116225583 clauses, 3147532465 bytes)
486.67/498.33	c 497	ERROR Exception Too large HOME/temp.cnf
486.67/498.33	c 497	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
486.67/498.33	c 497	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
486.67/498.33	c 497	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
486.67/498.33	s UNKNOWN
486.71/498.43	c 497	CPU 486.76 (0.06 0.01 466.65 20.04)
486.71/498.43	c 497	END Sun Jul 12 08:06:43 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-2083842-1247378304/watcher-2083842-1247378304 -o /tmp/evaluation-result-2083842-1247378304/solver-2083842-1247378304 -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-2083842-1247378304.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.14 2.08 4/82 23875
/proc/meminfo: memFree=89280/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=18576 CPUtime=0
/proc/23875/stat : 23875 (runsolver) R 23873 23875 20860 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24894183 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23875/statm: 4644 284 249 26 0 2626 0

[startup+0.0376731 s]
/proc/loadavg: 2.10 2.14 2.08 4/82 23875
/proc/meminfo: memFree=89280/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=18576 CPUtime=0
/proc/23875/stat : 23875 (runsolver) D 23873 23875 20860 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24894183 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 208717540647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23875/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101679 s]
/proc/loadavg: 2.10 2.14 2.08 4/82 23875
/proc/meminfo: memFree=89280/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=18576 CPUtime=0
/proc/23875/stat : 23875 (runsolver) D 23873 23875 20860 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24894183 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 208717540647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23875/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.301701 s]
/proc/loadavg: 2.10 2.14 2.08 4/82 23875
/proc/meminfo: memFree=89280/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=12272 CPUtime=0
/proc/23875/stat : 23875 (sugar) D 23873 23875 20860 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 24894183 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23875/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701747 s]
/proc/loadavg: 2.10 2.14 2.08 4/82 23875
/proc/meminfo: memFree=89280/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=13336 CPUtime=0.02
/proc/23875/stat : 23875 (sugar) D 23873 23875 20860 0 -1 4194304 733 0 0 0 2 0 0 0 18 0 1 0 24894183 13656064 701 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/23875/statm: 3334 701 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+1.50284 s]
/proc/loadavg: 2.17 2.16 2.08 4/93 23887
/proc/meminfo: memFree=76904/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=0.06
/proc/23875/stat : 23875 (sugar) S 23873 23875 20860 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24894183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23875/statm: 4217 1111 409 3 0 796 0
[pid=23878] ppid=23875 vsize=5356 CPUtime=0
/proc/23878/stat : 23878 (sh) S 23875 23875 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24894264 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23878/statm: 1339 233 193 169 0 50 0
[pid=23879] ppid=23878 vsize=864772 CPUtime=0.66
/proc/23879/stat : 23879 (java) S 23878 23875 20860 0 -1 0 7170 0 1 0 62 4 0 0 18 0 9 0 24894264 885526528 6365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23879/statm: 216193 6365 2557 9 0 210705 0
[pid=23879/tid=23880] ppid=23878 vsize=864772 CPUtime=0.48
/proc/23879/task/23880/stat : 23880 (java) R 23878 23875 20860 0 -1 64 2741 0 1 0 46 2 0 0 20 0 9 0 24894265 885526528 6365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23879/tid=23881] ppid=23878 vsize=864772 CPUtime=0.07
/proc/23879/task/23881/stat : 23881 (java) R 23878 23875 20860 0 -1 64 3235 0 0 0 6 1 0 0 16 0 9 0 24894267 885526528 6365 996147200 134512640 134550932 4294955984 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23879/tid=23882] ppid=23878 vsize=864772 CPUtime=0
/proc/23879/task/23882/stat : 23882 (java) S 23878 23875 20860 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24894267 885526528 6365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23879/tid=23883] ppid=23878 vsize=864772 CPUtime=0
/proc/23879/task/23883/stat : 23883 (java) S 23878 23875 20860 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24894267 885526528 6365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23879/tid=23884] ppid=23878 vsize=864772 CPUtime=0
/proc/23879/task/23884/stat : 23884 (java) S 23878 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894269 885526528 6365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23879/tid=23885] ppid=23878 vsize=864772 CPUtime=0.09
/proc/23879/task/23885/stat : 23885 (java) S 23878 23875 20860 0 -1 64 489 0 0 0 9 0 0 0 18 0 9 0 24894269 885526528 6365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23879/tid=23886] ppid=23878 vsize=864772 CPUtime=0
/proc/23879/task/23886/stat : 23886 (java) S 23878 23875 20860 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24894269 885526528 6365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23879/tid=23887] ppid=23878 vsize=864772 CPUtime=0
/proc/23879/task/23887/stat : 23887 (java) S 23878 23875 20860 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24894269 885526528 6365 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 886996

[startup+3.10301 s]
/proc/loadavg: 2.17 2.16 2.08 4/93 23887
/proc/meminfo: memFree=41640/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=0.06
/proc/23875/stat : 23875 (sugar) S 23873 23875 20860 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24894183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23875/statm: 4217 1111 409 3 0 796 0
[pid=23878] ppid=23875 vsize=5356 CPUtime=0
/proc/23878/stat : 23878 (sh) S 23875 23875 20860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24894264 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23878/statm: 1339 233 193 169 0 50 0
[pid=23879] ppid=23878 vsize=864792 CPUtime=2.25
/proc/23879/stat : 23879 (java) S 23878 23875 20860 0 -1 0 21560 0 1 0 215 10 0 0 18 0 9 0 24894264 885547008 18619 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23879/statm: 216198 18619 2557 9 0 210710 0
[pid=23879/tid=23880] ppid=23878 vsize=864792 CPUtime=1.34
/proc/23879/task/23880/stat : 23880 (java) R 23878 23875 20860 0 -1 64 3376 0 1 0 131 3 0 0 18 0 9 0 24894265 885547008 18619 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23879/tid=23881] ppid=23878 vsize=864792 CPUtime=0.73
/proc/23879/task/23881/stat : 23881 (java) S 23878 23875 20860 0 -1 64 16948 0 0 0 67 6 0 0 16 0 9 0 24894267 885547008 18619 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23879/tid=23882] ppid=23878 vsize=864792 CPUtime=0
/proc/23879/task/23882/stat : 23882 (java) S 23878 23875 20860 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24894267 885547008 18619 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23879/tid=23883] ppid=23878 vsize=864792 CPUtime=0
/proc/23879/task/23883/stat : 23883 (java) S 23878 23875 20860 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 24894267 885547008 18619 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23879/tid=23884] ppid=23878 vsize=864792 CPUtime=0
/proc/23879/task/23884/stat : 23884 (java) S 23878 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894269 885547008 18619 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23879/tid=23885] ppid=23878 vsize=864792 CPUtime=0.15
/proc/23879/task/23885/stat : 23885 (java) S 23878 23875 20860 0 -1 64 531 0 0 0 15 0 0 0 16 0 9 0 24894269 885547008 18619 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23879/tid=23886] ppid=23878 vsize=864792 CPUtime=0
/proc/23879/task/23886/stat : 23886 (java) S 23878 23875 20860 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24894269 885547008 18619 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23879/tid=23887] ppid=23878 vsize=864792 CPUtime=0
/proc/23879/task/23887/stat : 23887 (java) S 23878 23875 20860 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24894269 885547008 18619 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 887016
heavy processes:

[startup+6.30236 s]
/proc/loadavg: 2.17 2.16 2.08 3/93 23897
/proc/meminfo: memFree=40872/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=2.5
/proc/23875/stat : 23875 (sugar) S 23873 23875 20860 0 -1 4194304 1309 21988 0 1 5 1 232 12 15 0 1 0 24894183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23875/statm: 4217 1111 409 3 0 796 0
[pid=23888] ppid=23875 vsize=5356 CPUtime=0
/proc/23888/stat : 23888 (sh) S 23875 23875 20860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24894516 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23888/statm: 1339 233 193 169 0 50 0
[pid=23889] ppid=23888 vsize=869140 CPUtime=2.92
/proc/23889/stat : 23889 (java) S 23888 23875 20860 0 -1 0 12722 0 1 0 284 8 0 0 18 0 9 0 24894516 889999360 11436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23889/statm: 217285 11436 2567 9 0 211790 0
[pid=23889/tid=23890] ppid=23888 vsize=869140 CPUtime=2.14
/proc/23889/task/23890/stat : 23890 (java) R 23888 23875 20860 0 -1 64 2808 0 1 0 212 2 0 0 25 0 9 0 24894518 889999360 11436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23891] ppid=23888 vsize=869140 CPUtime=0.55
/proc/23889/task/23891/stat : 23891 (java) R 23888 23875 20860 0 -1 64 7730 0 0 0 51 4 0 0 16 0 9 0 24894519 889999360 11436 996147200 134512640 134550932 4294955936 18446744073709551615 103761809 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23892] ppid=23888 vsize=869140 CPUtime=0
/proc/23889/task/23892/stat : 23892 (java) S 23888 23875 20860 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24894519 889999360 11436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23893] ppid=23888 vsize=869140 CPUtime=0
/proc/23889/task/23893/stat : 23893 (java) S 23888 23875 20860 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24894519 889999360 11436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23894] ppid=23888 vsize=869140 CPUtime=0
/proc/23889/task/23894/stat : 23894 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894521 889999360 11436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23895] ppid=23888 vsize=869140 CPUtime=0.19
/proc/23889/task/23895/stat : 23895 (java) S 23888 23875 20860 0 -1 64 1481 0 0 0 19 0 0 0 16 0 9 0 24894521 889999360 11436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23896] ppid=23888 vsize=869140 CPUtime=0
/proc/23889/task/23896/stat : 23896 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894521 889999360 11436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23897] ppid=23888 vsize=869140 CPUtime=0
/proc/23889/task/23897/stat : 23897 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894521 889999360 11436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 891364

[startup+12.7021 s]
/proc/loadavg: 2.14 2.15 2.08 3/93 23897
/proc/meminfo: memFree=18920/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=2.5
/proc/23875/stat : 23875 (sugar) S 23873 23875 20860 0 -1 4194304 1309 21988 0 1 5 1 232 12 16 0 1 0 24894183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23875/statm: 4217 1111 409 3 0 796 0
[pid=23888] ppid=23875 vsize=5356 CPUtime=0
/proc/23888/stat : 23888 (sh) S 23875 23875 20860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24894516 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23888/statm: 1339 233 193 169 0 50 0
[pid=23889] ppid=23888 vsize=868636 CPUtime=9.24
/proc/23889/stat : 23889 (java) S 23888 23875 20860 0 -1 0 22566 0 1 0 910 14 0 0 18 0 9 0 24894516 889483264 17094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23889/statm: 217159 17094 2568 9 0 211664 0
[pid=23889/tid=23890] ppid=23888 vsize=868636 CPUtime=7.62
/proc/23889/task/23890/stat : 23890 (java) R 23888 23875 20860 0 -1 64 3472 0 1 0 758 4 0 0 25 0 9 0 24894518 889483264 17094 996147200 134512640 134550932 4294955936 18446744073709551615 4126509797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23891] ppid=23888 vsize=868636 CPUtime=1.39
/proc/23889/task/23891/stat : 23891 (java) S 23888 23875 20860 0 -1 64 16900 0 0 0 131 8 0 0 16 0 9 0 24894519 889483264 17094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23892] ppid=23888 vsize=868636 CPUtime=0
/proc/23889/task/23892/stat : 23892 (java) S 23888 23875 20860 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24894519 889483264 17094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23893] ppid=23888 vsize=868636 CPUtime=0
/proc/23889/task/23893/stat : 23893 (java) S 23888 23875 20860 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24894519 889483264 17094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23894] ppid=23888 vsize=868636 CPUtime=0
/proc/23889/task/23894/stat : 23894 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894521 889483264 17094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23895] ppid=23888 vsize=868636 CPUtime=0.2
/proc/23889/task/23895/stat : 23895 (java) S 23888 23875 20860 0 -1 64 1491 0 0 0 20 0 0 0 17 0 9 0 24894521 889483264 17094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23896] ppid=23888 vsize=868636 CPUtime=0
/proc/23889/task/23896/stat : 23896 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894521 889483264 17094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23897] ppid=23888 vsize=868636 CPUtime=0
/proc/23889/task/23897/stat : 23897 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894521 889483264 17094 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 890860

[startup+25.5014 s]
/proc/loadavg: 2.20 2.16 2.09 3/93 23897
/proc/meminfo: memFree=15336/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=2.5
/proc/23875/stat : 23875 (sugar) S 23873 23875 20860 0 -1 4194304 1309 21988 0 1 5 1 232 12 16 0 1 0 24894183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23875/statm: 4217 1111 409 3 0 796 0
[pid=23888] ppid=23875 vsize=5356 CPUtime=0
/proc/23888/stat : 23888 (sh) S 23875 23875 20860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24894516 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23888/statm: 1339 233 193 169 0 50 0
[pid=23889] ppid=23888 vsize=868636 CPUtime=21.86
/proc/23889/stat : 23889 (java) S 23888 23875 20860 0 -1 0 38557 0 1 0 2162 24 0 0 18 0 9 0 24894516 889483264 28680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23889/statm: 217159 28680 2569 9 0 211664 0
[pid=23889/tid=23890] ppid=23888 vsize=868636 CPUtime=18.77
/proc/23889/task/23890/stat : 23890 (java) R 23888 23875 20860 0 -1 64 4167 0 1 0 1871 6 0 0 25 0 9 0 24894518 889483264 28680 996147200 134512640 134550932 4294955936 18446744073709551615 4126508464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23891] ppid=23888 vsize=868636 CPUtime=2.84
/proc/23889/task/23891/stat : 23891 (java) S 23888 23875 20860 0 -1 64 32190 0 0 0 268 16 0 0 16 0 9 0 24894519 889483264 28680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23892] ppid=23888 vsize=868636 CPUtime=0
/proc/23889/task/23892/stat : 23892 (java) S 23888 23875 20860 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24894519 889483264 28680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23893] ppid=23888 vsize=868636 CPUtime=0
/proc/23889/task/23893/stat : 23893 (java) S 23888 23875 20860 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24894519 889483264 28680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+402.302 s]
/proc/loadavg: 2.77 2.71 2.37 3/94 23946
/proc/meminfo: memFree=158568/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=2.51
/proc/23875/stat : 23875 (sugar) S 23873 23875 20860 0 -1 4194304 1310 21988 0 1 6 1 232 12 16 0 1 0 24894183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23875/statm: 4217 1111 409 3 0 796 0
[pid=23888] ppid=23875 vsize=5356 CPUtime=0
/proc/23888/stat : 23888 (sh) S 23875 23875 20860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24894516 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23888/statm: 1339 233 193 169 0 50 0
[pid=23889] ppid=23888 vsize=868748 CPUtime=390.05
/proc/23889/stat : 23889 (java) S 23888 23875 20860 0 -1 0 92922 0 1 0 37442 1563 0 0 18 0 9 0 24894516 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23889/statm: 217187 70865 2593 9 0 211664 0
[pid=23889/tid=23890] ppid=23888 vsize=868748 CPUtime=377.86
/proc/23889/task/23890/stat : 23890 (java) R 23888 23875 20860 0 -1 64 8590 0 1 0 36284 1502 0 0 25 0 9 0 24894518 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4126869975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23889/tid=23891] ppid=23888 vsize=868748 CPUtime=11.83
/proc/23889/task/23891/stat : 23891 (java) S 23888 23875 20860 0 -1 64 82084 0 0 0 1125 58 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23889/tid=23892] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23892/stat : 23892 (java) S 23888 23875 20860 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23893] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23893/stat : 23893 (java) S 23888 23875 20860 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23894] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23894/stat : 23894 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23895] ppid=23888 vsize=868748 CPUtime=0.31
/proc/23889/task/23895/stat : 23895 (java) S 23888 23875 20860 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23896] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23896/stat : 23896 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23897] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23897/stat : 23897 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894521 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) 392.56
Current children cumulated vsize (KiB) 890972

[startup+462.302 s]
/proc/loadavg: 2.51 2.64 2.36 3/94 23946
/proc/meminfo: memFree=16296/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=2.51
/proc/23875/stat : 23875 (sugar) S 23873 23875 20860 0 -1 4194304 1310 21988 0 1 6 1 232 12 16 0 1 0 24894183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23875/statm: 4217 1111 409 3 0 796 0
[pid=23888] ppid=23875 vsize=5356 CPUtime=0
/proc/23888/stat : 23888 (sh) S 23875 23875 20860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24894516 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23888/statm: 1339 233 193 169 0 50 0
[pid=23889] ppid=23888 vsize=868748 CPUtime=448.9
/proc/23889/stat : 23889 (java) S 23888 23875 20860 0 -1 0 93321 0 1 0 43069 1821 0 0 18 0 9 0 24894516 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23889/statm: 217187 70865 2593 9 0 211664 0
[pid=23889/tid=23890] ppid=23888 vsize=868748 CPUtime=436.22
/proc/23889/task/23890/stat : 23890 (java) R 23888 23875 20860 0 -1 64 8989 0 1 0 41866 1756 0 0 25 0 9 0 24894518 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4126553811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23891] ppid=23888 vsize=868748 CPUtime=12.33
/proc/23889/task/23891/stat : 23891 (java) S 23888 23875 20860 0 -1 64 82084 0 0 0 1171 62 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23892] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23892/stat : 23892 (java) S 23888 23875 20860 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23893] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23893/stat : 23893 (java) S 23888 23875 20860 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23894] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23894/stat : 23894 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23895] ppid=23888 vsize=868748 CPUtime=0.31
/proc/23889/task/23895/stat : 23895 (java) S 23888 23875 20860 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23896] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23896/stat : 23896 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23897] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23897/stat : 23897 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894521 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) 451.41
Current children cumulated vsize (KiB) 890972

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

[startup+486.302 s]
/proc/loadavg: 2.34 2.59 2.35 3/94 23946
/proc/meminfo: memFree=16296/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=2.51
/proc/23875/stat : 23875 (sugar) S 23873 23875 20860 0 -1 4194304 1310 21988 0 1 6 1 232 12 16 0 1 0 24894183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23875/statm: 4217 1111 409 3 0 796 0
[pid=23888] ppid=23875 vsize=5356 CPUtime=0
/proc/23888/stat : 23888 (sh) S 23875 23875 20860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24894516 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23888/statm: 1339 233 193 169 0 50 0
[pid=23889] ppid=23888 vsize=868748 CPUtime=472.42
/proc/23889/stat : 23889 (java) S 23888 23875 20860 0 -1 0 93473 0 1 0 45312 1930 0 0 18 0 9 0 24894516 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23889/statm: 217187 70865 2593 9 0 211664 0
[pid=23889/tid=23890] ppid=23888 vsize=868748 CPUtime=459.55
/proc/23889/task/23890/stat : 23890 (java) R 23888 23875 20860 0 -1 64 9141 0 1 0 44091 1864 0 0 25 0 9 0 24894518 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23891] ppid=23888 vsize=868748 CPUtime=12.51
/proc/23889/task/23891/stat : 23891 (java) S 23888 23875 20860 0 -1 64 82084 0 0 0 1188 63 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23892] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23892/stat : 23892 (java) S 23888 23875 20860 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23893] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23893/stat : 23893 (java) S 23888 23875 20860 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23894] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23894/stat : 23894 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23895] ppid=23888 vsize=868748 CPUtime=0.31
/proc/23889/task/23895/stat : 23895 (java) S 23888 23875 20860 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23896] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23896/stat : 23896 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23897] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23897/stat : 23897 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894521 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) 474.93
Current children cumulated vsize (KiB) 890972

[startup+492.707 s]
/proc/loadavg: 2.31 2.58 2.35 4/94 23946
/proc/meminfo: memFree=15592/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=2.51
/proc/23875/stat : 23875 (sugar) S 23873 23875 20860 0 -1 4194304 1310 21988 0 1 6 1 232 12 16 0 1 0 24894183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23875/statm: 4217 1111 409 3 0 796 0
[pid=23888] ppid=23875 vsize=5356 CPUtime=0
/proc/23888/stat : 23888 (sh) S 23875 23875 20860 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24894516 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23888/statm: 1339 233 193 169 0 50 0
[pid=23889] ppid=23888 vsize=868748 CPUtime=478.68
/proc/23889/stat : 23889 (java) S 23888 23875 20860 0 -1 0 93514 0 1 0 45909 1959 0 0 18 0 9 0 24894516 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23889/statm: 217187 70865 2593 9 0 211664 0
[pid=23889/tid=23890] ppid=23888 vsize=868748 CPUtime=465.76
/proc/23889/task/23890/stat : 23890 (java) R 23888 23875 20860 0 -1 64 9182 0 1 0 44684 1892 0 0 25 0 9 0 24894518 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23889/tid=23891] ppid=23888 vsize=868748 CPUtime=12.56
/proc/23889/task/23891/stat : 23891 (java) S 23888 23875 20860 0 -1 64 82084 0 0 0 1192 64 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23889/tid=23892] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23892/stat : 23892 (java) S 23888 23875 20860 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23893] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23893/stat : 23893 (java) S 23888 23875 20860 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24894519 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23894] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23894/stat : 23894 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23895] ppid=23888 vsize=868748 CPUtime=0.31
/proc/23889/task/23895/stat : 23895 (java) S 23888 23875 20860 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23896] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23896/stat : 23896 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894521 889597952 70865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23889/tid=23897] ppid=23888 vsize=868748 CPUtime=0
/proc/23889/task/23897/stat : 23897 (java) S 23888 23875 20860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894521 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) 481.19
Current children cumulated vsize (KiB) 890972

[startup+499.101 s]
/proc/loadavg: 2.28 2.57 2.35 3/94 23946
/proc/meminfo: memFree=15016/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=487.39
/proc/23875/stat : 23875 (sugar) D 23873 23875 20860 0 -1 4194304 1335 115837 0 2 6 64 46665 2004 21 0 1 0 24894183 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23875/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 487.39
Current children cumulated vsize (KiB) 16868

[startup+500.702 s]
/proc/loadavg: 2.28 2.57 2.35 2/84 23946
/proc/meminfo: memFree=1473144/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=487.46
/proc/23875/stat : 23875 (sugar) D 23873 23875 20860 0 -1 4194304 1335 115837 0 2 6 71 46665 2004 18 0 1 0 24894183 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23875/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 487.46
Current children cumulated vsize (KiB) 16868

[startup+502.302 s]
/proc/loadavg: 2.26 2.56 2.35 2/84 23946
/proc/meminfo: memFree=1471608/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=487.51
/proc/23875/stat : 23875 (sugar) D 23873 23875 20860 0 -1 4194304 1335 115837 0 2 6 76 46665 2004 18 0 1 0 24894183 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23875/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 487.51
Current children cumulated vsize (KiB) 16868

[startup+502.707 s]
/proc/loadavg: 2.26 2.56 2.35 2/84 23946
/proc/meminfo: memFree=1469176/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=487.53
/proc/23875/stat : 23875 (sugar) D 23873 23875 20860 0 -1 4194304 1335 115837 0 2 6 78 46665 2004 18 0 1 0 24894183 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23875/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 487.53
Current children cumulated vsize (KiB) 16868

[startup+502.902 s]
/proc/loadavg: 2.26 2.56 2.35 2/84 23946
/proc/meminfo: memFree=1469176/2055920 swapFree=4192812/4192956
[pid=23875] ppid=23873 vsize=16868 CPUtime=487.54
/proc/23875/stat : 23875 (sugar) D 23873 23875 20860 0 -1 4194304 1335 115837 0 2 6 79 46665 2004 18 0 1 0 24894183 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23875/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 487.54
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 502.924
CPU time (s): 487.564
CPU user time (s): 466.718
CPU system time (s): 20.8458
CPU usage (%): 96.9459
Max. virtual memory (cumulated for all children) (KiB): 901112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 466.718
system time used= 20.8458
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117233
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45797
involuntary context switches= 54022

runsolver used 0.684895 second user time and 1.76873 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 07:58:25
IDJOB=2083842
IDBENCH=57949
IDSOLVER=739
FILE ID=node47/2083842-1247378304
PBS_JOBID= 9507139
Free space on /tmp= 64564 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083842-1247378304/watcher-2083842-1247378304 -o /tmp/evaluation-result-2083842-1247378304/solver-2083842-1247378304 -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-2083842-1247378304.xml

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

MD5SUM BENCH= 82e6ad1aef50625fbf6be40e28789b38
RANDOM SEED=1966713365

node47.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.218
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.218
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:         89824 kB
Buffers:          2508 kB
Cached:        1511308 kB
SwapCached:          0 kB
Active:        1356144 kB
Inactive:       524704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         89824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207540 kB
Writeback:           0 kB
Mapped:         388364 kB
Slab:            69640 kB
Committed_AS:   760028 kB
PageTables:       2708 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= 66460 MiB
End job on node47 at 2009-07-12 08:06:48