Trace number 2083412

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? 1112.39 1131.03

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-4.xml
MD5SUM8bdc11c503b182a5a137f8f4c8689d68
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.7509
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 07:42:17 2009
0.05/0.08	c 0	PID 22720
0.05/0.08	c 0	HOST node48.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2083412-1247377336.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083412-1247377336.xml' 'HOME/temp.csp'
2.54/2.60	c 2	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.54/2.65	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.54/2.65	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.56/2.73	c 2	Parsing HOME/temp.csp
2.56/2.91	c 2	parsed 10000 expressions
2.56/3.12	c 3	parsed 20000 expressions
3.10/3.24	c 3	parsed 30000 expressions
3.29/3.44	c 3	parsed 40000 expressions
3.29/3.49	c 3	parsed 44979 expressions
3.38/3.50	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.38/3.50	c 3	Converting to clausal form CSP
11.31/11.60	c 11	converted 4498 (10%) expressions
24.47/24.88	c 24	converted 8996 (20%) expressions
37.33/37.81	c 37	converted 13494 (30%) expressions
49.62/50.29	c 50	converted 17992 (40%) expressions
62.09/62.86	c 62	converted 22490 (50%) expressions
73.77/74.62	c 74	converted 26988 (60%) expressions
84.86/85.81	c 85	converted 31486 (70%) expressions
96.76/97.81	c 97	converted 35984 (80%) expressions
106.64/107.86	c 107	converted 40482 (90%) expressions
115.95/117.20	c 117	converted 44979 (100%) expressions
115.95/117.20	c 117	CSP : 9867 integers, 123208 booleans, 272304 clauses, largest domain size 4133
115.95/117.20	c 117	Heap : 220 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
115.95/117.20	c 117	Propagation in CSP
124.96/126.36	c 126	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
124.96/126.37	c 126	CSP : 9867 integers, 123208 booleans, 272304 clauses, largest domain size 4133
124.96/126.37	c 126	Heap : 239 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
125.06/126.47	c 126	Simplifing CSP by introducing new Boolean variables
125.66/127.09	c 127	CSP : 9867 integers, 217364 booleans, 366460 clauses, largest domain size 4133
125.66/127.09	c 127	Heap : 255 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
127.25/128.68	c 128	Encoding CSP to SAT : HOME/temp.cnf
159.41/161.18	c 161	987 (10%) CSP integer variables are encoded (673218 clauses, 11222867 bytes)
191.29/193.31	c 193	1974 (20%) CSP integer variables are encoded (1337956 clauses, 23202240 bytes)
203.18/205.34	c 205	2961 (30%) CSP integer variables are encoded (3960656 clauses, 73033540 bytes)
207.02/209.25	c 209	3947 (40%) CSP integer variables are encoded (7042158 clauses, 131582078 bytes)
211.16/213.50	c 213	4934 (50%) CSP integer variables are encoded (10291397 clauses, 193910078 bytes)
215.56/217.94	c 217	5921 (60%) CSP integer variables are encoded (13497030 clauses, 261228371 bytes)
219.91/222.40	c 222	6907 (70%) CSP integer variables are encoded (16688444 clauses, 328248065 bytes)
223.99/226.66	c 226	7894 (80%) CSP integer variables are encoded (19745083 clauses, 392437484 bytes)
228.16/231.04	c 231	8881 (90%) CSP integer variables are encoded (22798470 clauses, 456558611 bytes)
232.24/235.23	c 235	9867 (100%) CSP integer variables are encoded (25800282 clauses, 519596663 bytes)
388.85/393.91	c 393	36646 (10%) CSP clauses are encoded (41730704 clauses, 957834065 bytes)
532.52/539.63	c 539	73292 (20%) CSP clauses are encoded (56751542 clauses, 1374743275 bytes)
664.75/674.05	c 674	109938 (30%) CSP clauses are encoded (70850528 clauses, 1777124335 bytes)
807.06/818.67	c 818	146584 (40%) CSP clauses are encoded (85863085 clauses, 2217506136 bytes)
941.70/955.41	c 955	183230 (50%) CSP clauses are encoded (100889785 clauses, 2661301026 bytes)
1078.09/1093.92	c 1093	219876 (60%) CSP clauses are encoded (115967294 clauses, 3106825204 bytes)
1111.34/1127.72	c 1127	ERROR Exception Too large HOME/temp.cnf
1111.34/1127.72	c 1127	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1111.34/1127.72	c 1127	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1111.34/1127.72	c 1127	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1111.34/1127.72	s UNKNOWN
1111.35/1127.88	c 1127	CPU 1111.41 (0.05 0.01 1091.74 19.61)
1111.35/1127.88	c 1127	END Sun Jul 12 08:01:04 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-2083412-1247377336/watcher-2083412-1247377336 -o /tmp/evaluation-result-2083412-1247377336/solver-2083412-1247377336 -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-2083412-1247377336.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.04 2.08 2.07 4/72 22720
/proc/meminfo: memFree=1583752/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=18576 CPUtime=0
/proc/22720/stat : 22720 (runsolver) R 22718 22720 7843 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24797806 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22720/statm: 4644 284 249 26 0 2626 0

[startup+0.074969 s]
/proc/loadavg: 2.04 2.08 2.07 4/72 22720
/proc/meminfo: memFree=1583752/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16344 CPUtime=0.05
/proc/22720/stat : 22720 (sugar) R 22718 22720 7843 0 -1 4194304 1009 0 0 0 4 1 0 0 18 0 1 0 24797806 16736256 977 996147200 4194304 4206940 548682068608 18446744073709551615 255552959172 0 0 4224 0 0 0 0 17 1 0 0
/proc/22720/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101973 s]
/proc/loadavg: 2.04 2.08 2.07 4/72 22720
/proc/meminfo: memFree=1583752/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=0.06
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301983 s]
/proc/loadavg: 2.04 2.08 2.07 4/72 22720
/proc/meminfo: memFree=1583752/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=0.06
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701026 s]
/proc/loadavg: 2.04 2.08 2.07 4/72 22720
/proc/meminfo: memFree=1583752/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=0.06
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5021 s]
/proc/loadavg: 2.11 2.10 2.08 4/83 22732
/proc/meminfo: memFree=1554032/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=0.06
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
[pid=22723] ppid=22720 vsize=5356 CPUtime=0
/proc/22723/stat : 22723 (sh) S 22720 22720 7843 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24797815 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22723/statm: 1339 233 193 169 0 50 0
[pid=22724] ppid=22723 vsize=864772 CPUtime=1.39
/proc/22724/stat : 22724 (java) S 22723 22720 7843 0 -1 0 16063 0 1 0 132 7 0 0 18 0 9 0 24797816 885526528 14095 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22724/statm: 216193 14095 2556 9 0 210705 0
[pid=22724/tid=22725] ppid=22723 vsize=864772 CPUtime=0.81
/proc/22724/task/22725/stat : 22725 (java) R 22723 22720 7843 0 -1 64 3053 0 1 0 80 1 0 0 23 0 9 0 24797816 885526528 14095 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22724/tid=22726] ppid=22723 vsize=864772 CPUtime=0.43
/proc/22724/task/22726/stat : 22726 (java) R 22723 22720 7843 0 -1 64 11789 0 0 0 39 4 0 0 16 0 9 0 24797818 885526528 14095 996147200 134512640 134550932 4294955984 18446744073709551615 104194442 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22724/tid=22727] ppid=22723 vsize=864772 CPUtime=0
/proc/22724/task/22727/stat : 22727 (java) S 22723 22720 7843 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24797818 885526528 14095 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22724/tid=22728] ppid=22723 vsize=864772 CPUtime=0
/proc/22724/task/22728/stat : 22728 (java) S 22723 22720 7843 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24797818 885526528 14095 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22724/tid=22729] ppid=22723 vsize=864772 CPUtime=0
/proc/22724/task/22729/stat : 22729 (java) S 22723 22720 7843 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24797820 885526528 14095 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22724/tid=22730] ppid=22723 vsize=864772 CPUtime=0.11
/proc/22724/task/22730/stat : 22730 (java) S 22723 22720 7843 0 -1 64 517 0 0 0 11 0 0 0 16 0 9 0 24797820 885526528 14095 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22724/tid=22731] ppid=22723 vsize=864772 CPUtime=0
/proc/22724/task/22731/stat : 22731 (java) S 22723 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24797820 885526528 14095 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22724/tid=22732] ppid=22723 vsize=864772 CPUtime=0
/proc/22724/task/22732/stat : 22732 (java) S 22723 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24797820 885526528 14095 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.10225 s]
/proc/loadavg: 2.11 2.10 2.08 3/83 22732
/proc/meminfo: memFree=1513776/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=2.56
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1309 22691 0 1 5 1 237 13 15 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 16868

[startup+6.30155 s]
/proc/loadavg: 2.11 2.10 2.08 3/83 22742
/proc/meminfo: memFree=1544560/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=2.56
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1309 22691 0 1 5 1 237 13 15 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
[pid=22733] ppid=22720 vsize=5356 CPUtime=0
/proc/22733/stat : 22733 (sh) S 22720 22720 7843 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24798072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22733/statm: 1339 233 193 169 0 50 0
[pid=22734] ppid=22733 vsize=868560 CPUtime=3.6
/proc/22734/stat : 22734 (java) S 22733 22720 7843 0 -1 0 12492 0 1 0 351 9 0 0 18 0 9 0 24798072 889405440 11243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22734/statm: 217140 11243 2570 9 0 211645 0
[pid=22734/tid=22735] ppid=22733 vsize=868560 CPUtime=2.88
/proc/22734/task/22735/stat : 22735 (java) R 22733 22720 7843 0 -1 64 2872 0 1 0 285 3 0 0 25 0 9 0 24798073 889405440 11243 996147200 134512640 134550932 4294955936 18446744073709551615 4126511700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22736] ppid=22733 vsize=868560 CPUtime=0.5
/proc/22734/task/22736/stat : 22736 (java) S 22733 22720 7843 0 -1 64 7445 0 0 0 46 4 0 0 16 0 9 0 24798074 889405440 11243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22733 vsize=868560 CPUtime=0
/proc/22734/task/22737/stat : 22737 (java) S 22733 22720 7843 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24798074 889405440 11243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22738] ppid=22733 vsize=868560 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22733 22720 7843 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24798074 889405440 11243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22733 vsize=868560 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22733 22720 7843 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24798077 889405440 11243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22733 vsize=868560 CPUtime=0.18
/proc/22734/task/22740/stat : 22740 (java) S 22733 22720 7843 0 -1 64 1473 0 0 0 18 0 0 0 15 0 9 0 24798077 889405440 11243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22741] ppid=22733 vsize=868560 CPUtime=0
/proc/22734/task/22741/stat : 22741 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24798077 889405440 11243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22733 vsize=868560 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24798077 889405440 11243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890784

[startup+12.7022 s]
/proc/loadavg: 2.10 2.10 2.08 3/83 22742
/proc/meminfo: memFree=1533296/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=2.56
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1309 22691 0 1 5 1 237 13 16 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
[pid=22733] ppid=22720 vsize=5356 CPUtime=0
/proc/22733/stat : 22733 (sh) S 22720 22720 7843 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24798072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22733/statm: 1339 233 193 169 0 50 0
[pid=22734] ppid=22733 vsize=868644 CPUtime=9.93
/proc/22734/stat : 22734 (java) S 22733 22720 7843 0 -1 0 15829 0 1 0 981 12 0 0 18 0 9 0 24798072 889491456 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22734/statm: 217161 14109 2567 9 0 211666 0
[pid=22734/tid=22735] ppid=22733 vsize=868644 CPUtime=8.64
/proc/22734/task/22735/stat : 22735 (java) R 22733 22720 7843 0 -1 64 3280 0 1 0 860 4 0 0 25 0 9 0 24798073 889491456 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4126502952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22736] ppid=22733 vsize=868644 CPUtime=1.06
/proc/22734/task/22736/stat : 22736 (java) S 22733 22720 7843 0 -1 64 10369 0 0 0 100 6 0 0 16 0 9 0 24798074 889491456 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22733 vsize=868644 CPUtime=0
/proc/22734/task/22737/stat : 22737 (java) S 22733 22720 7843 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24798074 889491456 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22738] ppid=22733 vsize=868644 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22733 22720 7843 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24798074 889491456 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22733 vsize=868644 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22733 22720 7843 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24798077 889491456 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22733 vsize=868644 CPUtime=0.2
/proc/22734/task/22740/stat : 22740 (java) S 22733 22720 7843 0 -1 64 1478 0 0 0 20 0 0 0 15 0 9 0 24798077 889491456 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22741] ppid=22733 vsize=868644 CPUtime=0
/proc/22734/task/22741/stat : 22741 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24798077 889491456 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22733 vsize=868644 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24798077 889491456 14109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890868

[startup+25.5024 s]
/proc/loadavg: 2.15 2.11 2.08 3/83 22742
/proc/meminfo: memFree=1507952/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=2.56
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1309 22691 0 1 5 1 237 13 16 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
[pid=22733] ppid=22720 vsize=5356 CPUtime=0
/proc/22733/stat : 22733 (sh) S 22720 22720 7843 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24798072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22733/statm: 1339 233 193 169 0 50 0
[pid=22734] ppid=22733 vsize=868644 CPUtime=22.6
/proc/22734/stat : 22734 (java) S 22733 22720 7843 0 -1 0 26094 0 1 0 2240 20 0 0 18 0 9 0 24798072 889491456 20167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22734/statm: 217161 20167 2568 9 0 211666 0
[pid=22734/tid=22735] ppid=22733 vsize=868644 CPUtime=20.21
/proc/22734/task/22735/stat : 22735 (java) R 22733 22720 7843 0 -1 64 3915 0 1 0 2015 6 0 0 25 0 9 0 24798073 889491456 20167 996147200 134512640 134550932 4294955936 18446744073709551615 4126501703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22736] ppid=22733 vsize=868644 CPUtime=2.15
/proc/22734/task/22736/stat : 22736 (java) S 22733 22720 7843 0 -1 64 19990 0 0 0 203 12 0 0 16 0 9 0 24798074 889491456 20167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22733 vsize=868644 CPUtime=0
/proc/22734/task/22737/stat : 22737 (java) S 22733 22720 7843 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24798074 889491456 20167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22738] ppid=22733 vsize=868644 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22733 22720 7843 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24798074 889491456 20167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22733 vsize=868644 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22733 22720 7843 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24798077 889491456 20167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22733 vsize=868644 CPUtime=0.21
/proc/22734/task/22740/stat : 22740 (java) S 22733 22720 7843 0 -1 64 1487 0 0 0 21 0 0 0 15 0 9 0 24798077 889491456 20167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22741] ppid=22733 vsize=868644 CPUtime=0
/proc/22734/task/22741/stat : 22741 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24798077 889491456 20167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22733 vsize=868644 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24798077 889491456 20167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890868

[startup+51.1028 s]
/proc/loadavg: 2.10 2.10 2.08 3/83 22742
/proc/meminfo: memFree=1455088/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=2.56
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1309 22691 0 1 5 1 237 13 16 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
[pid=22733] ppid=22720 vsize=5356 CPUtime=0
/proc/22733/stat : 22733 (sh) S 22720 22720 7843 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24798072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22733/statm: 1339 233 193 169 0 50 0
[pid=22734] ppid=22733 vsize=868644 CPUtime=47.94
/proc/22734/stat : 22734 (java) S 22733 22720 7843 0 -1 0 44119 0 1 0 4761 33 0 0 18 0 9 0 24798072 889491456 33609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22734/statm: 217161 33609 2568 9 0 211666 0

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

[startup+1002.3 s]
/proc/loadavg: 2.12 2.11 2.09 3/83 22771
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=2.56
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1310 22691 0 1 5 1 237 13 16 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
[pid=22733] ppid=22720 vsize=5356 CPUtime=0
/proc/22733/stat : 22733 (sh) S 22720 22720 7843 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24798072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22733/statm: 1339 233 193 169 0 50 0
[pid=22734] ppid=22733 vsize=868756 CPUtime=985.33
/proc/22734/stat : 22734 (java) S 22733 22720 7843 0 -1 0 96515 0 1 0 96823 1710 0 0 18 0 9 0 24798072 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22734/statm: 217189 75789 2593 9 0 211666 0
[pid=22734/tid=22735] ppid=22733 vsize=868756 CPUtime=970.11
/proc/22734/task/22735/stat : 22735 (java) R 22733 22720 7843 0 -1 64 9925 0 1 0 95365 1646 0 0 25 0 9 0 24798073 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4126577489 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22736] ppid=22733 vsize=868756 CPUtime=14.88
/proc/22734/task/22736/stat : 22736 (java) S 22733 22720 7843 0 -1 64 84353 0 0 0 1427 61 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22737/stat : 22737 (java) S 22733 22720 7843 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22738] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22733 22720 7843 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22733 22720 7843 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22733 vsize=868756 CPUtime=0.31
/proc/22734/task/22740/stat : 22740 (java) S 22733 22720 7843 0 -1 64 1535 0 0 0 30 1 0 0 17 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22741] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22741/stat : 22741 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 987.89
Current children cumulated vsize (KiB) 890980

[startup+1062.3 s]
/proc/loadavg: 2.15 2.12 2.09 3/83 22771
/proc/meminfo: memFree=15664/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=2.56
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1310 22691 0 1 5 1 237 13 16 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
[pid=22733] ppid=22720 vsize=5356 CPUtime=0
/proc/22733/stat : 22733 (sh) S 22720 22720 7843 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24798072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22733/statm: 1339 233 193 169 0 50 0
[pid=22734] ppid=22733 vsize=868756 CPUtime=1044.43
/proc/22734/stat : 22734 (java) S 22733 22720 7843 0 -1 0 96670 0 1 0 102626 1817 0 0 18 0 9 0 24798072 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22734/statm: 217189 75789 2593 9 0 211666 0
[pid=22734/tid=22735] ppid=22733 vsize=868756 CPUtime=1028.98
/proc/22734/task/22735/stat : 22735 (java) R 22733 22720 7843 0 -1 64 10080 0 1 0 101146 1752 0 0 25 0 9 0 24798073 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4126577489 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22736] ppid=22733 vsize=868756 CPUtime=15.1
/proc/22734/task/22736/stat : 22736 (java) S 22733 22720 7843 0 -1 64 84353 0 0 0 1448 62 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22737/stat : 22737 (java) S 22733 22720 7843 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22738] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22733 22720 7843 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22733 22720 7843 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22733 vsize=868756 CPUtime=0.31
/proc/22734/task/22740/stat : 22740 (java) S 22733 22720 7843 0 -1 64 1535 0 0 0 30 1 0 0 17 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22741] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22741/stat : 22741 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1046.99
Current children cumulated vsize (KiB) 890980

[startup+1122.3 s]
/proc/loadavg: 2.12 2.11 2.09 3/83 22771
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=2.56
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1310 22691 0 1 5 1 237 13 16 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
[pid=22733] ppid=22720 vsize=5356 CPUtime=0
/proc/22733/stat : 22733 (sh) S 22720 22720 7843 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24798072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22733/statm: 1339 233 193 169 0 50 0
[pid=22734] ppid=22733 vsize=868756 CPUtime=1103.47
/proc/22734/stat : 22734 (java) S 22733 22720 7843 0 -1 0 96836 0 1 0 108414 1933 0 0 18 0 9 0 24798072 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22734/statm: 217189 75789 2593 9 0 211666 0
[pid=22734/tid=22735] ppid=22733 vsize=868756 CPUtime=1087.79
/proc/22734/task/22735/stat : 22735 (java) R 22733 22720 7843 0 -1 64 10246 0 1 0 106911 1868 0 0 25 0 9 0 24798073 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4127062884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22736] ppid=22733 vsize=868756 CPUtime=15.34
/proc/22734/task/22736/stat : 22736 (java) S 22733 22720 7843 0 -1 64 84353 0 0 0 1471 63 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22737/stat : 22737 (java) S 22733 22720 7843 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22738] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22733 22720 7843 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22733 22720 7843 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22733 vsize=868756 CPUtime=0.31
/proc/22734/task/22740/stat : 22740 (java) S 22733 22720 7843 0 -1 64 1535 0 0 0 30 1 0 0 17 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22741] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22741/stat : 22741 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1106.03
Current children cumulated vsize (KiB) 890980

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

[startup+1126.3 s]
/proc/loadavg: 2.11 2.11 2.09 3/83 22777
/proc/meminfo: memFree=15144/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=2.56
/proc/22720/stat : 22720 (sugar) S 22718 22720 7843 0 -1 4194304 1310 22691 0 1 5 1 237 13 16 0 1 0 24797806 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22720/statm: 4217 1111 409 3 0 796 0
[pid=22733] ppid=22720 vsize=5356 CPUtime=0
/proc/22733/stat : 22733 (sh) S 22720 22720 7843 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24798072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22733/statm: 1339 233 193 169 0 50 0
[pid=22734] ppid=22733 vsize=868756 CPUtime=1107.4
/proc/22734/stat : 22734 (java) S 22733 22720 7843 0 -1 0 96847 0 1 0 108799 1941 0 0 18 0 9 0 24798072 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22734/statm: 217189 75789 2593 9 0 211666 0
[pid=22734/tid=22735] ppid=22733 vsize=868756 CPUtime=1091.7
/proc/22734/task/22735/stat : 22735 (java) R 22733 22720 7843 0 -1 64 10257 0 1 0 107295 1875 0 0 25 0 9 0 24798073 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4126577424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22736] ppid=22733 vsize=868756 CPUtime=15.35
/proc/22734/task/22736/stat : 22736 (java) S 22733 22720 7843 0 -1 64 84353 0 0 0 1472 63 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22737/stat : 22737 (java) S 22733 22720 7843 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22738] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22733 22720 7843 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24798074 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22733 22720 7843 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22733 vsize=868756 CPUtime=0.31
/proc/22734/task/22740/stat : 22740 (java) S 22733 22720 7843 0 -1 64 1535 0 0 0 30 1 0 0 17 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22741] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22741/stat : 22741 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22733 vsize=868756 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22733 22720 7843 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24798077 889606144 75789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1109.96
Current children cumulated vsize (KiB) 890980

[startup+1129.5 s]
/proc/loadavg: 2.11 2.11 2.09 3/73 22777
/proc/meminfo: memFree=1577912/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=1112.28
/proc/22720/stat : 22720 (sugar) D 22718 22720 7843 0 -1 4194304 1335 119837 0 4 5 88 109174 1961 18 0 1 0 24797806 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22720/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1112.28
Current children cumulated vsize (KiB) 16868

[startup+1130.3 s]
/proc/loadavg: 2.11 2.11 2.09 2/73 22777
/proc/meminfo: memFree=1863288/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=1112.34
/proc/22720/stat : 22720 (sugar) D 22718 22720 7843 0 -1 4194304 1335 119837 0 4 5 94 109174 1961 18 0 1 0 24797806 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22720/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1112.34
Current children cumulated vsize (KiB) 16868

[startup+1130.7 s]
/proc/loadavg: 2.11 2.11 2.09 2/73 22777
/proc/meminfo: memFree=1862456/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=1112.35
/proc/22720/stat : 22720 (sugar) D 22718 22720 7843 0 -1 4194304 1335 119837 0 4 5 95 109174 1961 18 0 1 0 24797806 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22720/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1112.35
Current children cumulated vsize (KiB) 16868

[startup+1130.9 s]
/proc/loadavg: 2.11 2.11 2.09 2/73 22777
/proc/meminfo: memFree=1862456/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=1112.35
/proc/22720/stat : 22720 (sugar) D 22718 22720 7843 0 -1 4194304 1335 119837 0 4 5 95 109174 1961 18 0 1 0 24797806 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22720/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1112.35
Current children cumulated vsize (KiB) 16868

[startup+1131 s]
/proc/loadavg: 2.11 2.11 2.09 2/73 22777
/proc/meminfo: memFree=1862456/2055920 swapFree=4192812/4192956
[pid=22720] ppid=22718 vsize=16868 CPUtime=1112.36
/proc/22720/stat : 22720 (sugar) D 22718 22720 7843 0 -1 4194304 1335 119837 0 4 5 96 109174 1961 18 0 1 0 24797806 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22720/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1112.36
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1131.03
CPU time (s): 1112.39
CPU user time (s): 1091.8
CPU system time (s): 20.5869
CPU usage (%): 98.3515
Max. virtual memory (cumulated for all children) (KiB): 903680

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

runsolver used 1.35679 second user time and 3.9224 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 07:42:17
IDJOB=2083412
IDBENCH=57808
IDSOLVER=738
FILE ID=node48/2083412-1247377336
PBS_JOBID= 9507110
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-4.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-2083412-1247377336/watcher-2083412-1247377336 -o /tmp/evaluation-result-2083412-1247377336/solver-2083412-1247377336 -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-2083412-1247377336.xml

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

MD5SUM BENCH= 8bdc11c503b182a5a137f8f4c8689d68
RANDOM SEED=1167093061

node48.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.237
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.237
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:       1584232 kB
Buffers:         49704 kB
Cached:         287712 kB
SwapCached:          0 kB
Active:         219980 kB
Inactive:       176748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7312 kB
Writeback:           0 kB
Mapped:          70804 kB
Slab:            60184 kB
Committed_AS:   247764 kB
PageTables:       1824 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= 66452 MiB
End job on node48 at 2009-07-12 08:01:08