Trace number 2081575

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? (TO) 1800.07 1846.25

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-2.xml
MD5SUM65f0189f301f7a82004935c4294f8579
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1381
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:33:34 2009
0.00/0.08	c 0	PID 24534
0.00/0.08	c 0	HOST node28.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081575-1247373214.xml TO HOME/temp.csp
0.00/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-2081575-1247373214.xml' 'HOME/temp.csp'
1.06/1.14	c 1	94 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
1.06/1.18	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.18	c 1	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'
1.11/1.26	c 1	Parsing HOME/temp.csp
1.11/1.55	c 1	parsed 10000 expressions
1.11/1.56	c 1	parsed 10388 expressions
1.11/1.57	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.57	c 1	Converting to clausal form CSP
1.11/1.70	c 1	converted 1039 (10%) expressions
1.11/1.85	c 2	converted 2078 (20%) expressions
1.11/1.93	c 2	converted 3117 (30%) expressions
1.11/1.97	c 2	converted 4156 (40%) expressions
1.11/2.00	c 2	converted 5194 (50%) expressions
1.11/2.04	c 2	converted 6233 (60%) expressions
1.11/2.14	c 2	converted 7272 (70%) expressions
1.11/2.17	c 2	converted 8311 (80%) expressions
2.10/2.21	c 2	converted 9350 (90%) expressions
2.10/2.25	c 2	converted 10388 (100%) expressions
2.10/2.25	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1354
2.10/2.25	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.25	c 2	Propagation in CSP
2.50/2.64	c 2	187598 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.64	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 722
2.50/2.64	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.65	c 2	Simplifing CSP by introducing new Boolean variables
2.70/2.81	c 3	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 722
2.70/2.81	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.91	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.80/2.99	c 3	60 (10%) CSP integer variables are encoded (40230 clauses, 581334 bytes)
2.89/3.05	c 3	120 (20%) CSP integer variables are encoded (78330 clauses, 1152834 bytes)
2.89/3.09	c 3	180 (30%) CSP integer variables are encoded (108870 clauses, 1628999 bytes)
2.99/3.14	c 3	240 (40%) CSP integer variables are encoded (142260 clauses, 2196629 bytes)
2.99/3.19	c 3	300 (50%) CSP integer variables are encoded (174240 clauses, 2740289 bytes)
3.08/3.24	c 3	360 (60%) CSP integer variables are encoded (212160 clauses, 3384929 bytes)
3.08/3.30	c 3	420 (70%) CSP integer variables are encoded (252990 clauses, 4079039 bytes)
3.19/3.36	c 3	480 (80%) CSP integer variables are encoded (293220 clauses, 4762949 bytes)
3.28/3.41	c 3	540 (90%) CSP integer variables are encoded (330930 clauses, 5404019 bytes)
3.28/3.45	c 3	600 (100%) CSP integer variables are encoded (361230 clauses, 5919119 bytes)
6.30/9.58	c 9	2739 (10%) CSP clauses are encoded (1151444 clauses, 23968229 bytes)
8.00/15.39	c 15	5478 (20%) CSP clauses are encoded (1824767 clauses, 39710416 bytes)
9.30/16.68	c 16	8217 (30%) CSP clauses are encoded (2505131 clauses, 55631102 bytes)
14.25/28.43	c 28	10956 (40%) CSP clauses are encoded (3146371 clauses, 70651291 bytes)
15.35/29.55	c 29	13695 (50%) CSP clauses are encoded (3691361 clauses, 83665040 bytes)
16.63/30.81	c 31	16434 (60%) CSP clauses are encoded (4299110 clauses, 98537667 bytes)
17.89/33.30	c 33	19173 (70%) CSP clauses are encoded (4920049 clauses, 113704633 bytes)
18.91/35.49	c 35	21912 (80%) CSP clauses are encoded (5479676 clauses, 127324165 bytes)
20.57/38.61	c 38	24651 (90%) CSP clauses are encoded (6296690 clauses, 147115299 bytes)
22.05/41.53	c 41	27390 (100%) CSP clauses are encoded (7046235 clauses, 164586275 bytes)
22.05/41.53	c 41	27390 CSP clauses encoded
22.05/41.53	c 41	Writing map file : HOME/temp.map
22.09/41.65	c 41	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.09/41.65	c 41	SAT : 379530 SAT variables, 7046235 SAT clauses, 164586275 bytes
22.09/41.65	c 41	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.09/41.70	c 41	SOLVING HOME/temp.cnf
22.09/41.70	c 41	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1846.22	c ERROR INTERRUPTED
1800.07/1846.25	s UNKNOWN
1800.07/1846.25	c 1846	CPU 23.14 (0.05 0.01 19.53 3.55)
1800.07/1846.25	c 1846	END Sun Jul 12 07:04:20 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-2081575-1247373214/watcher-2081575-1247373214 -o /tmp/evaluation-result-2081575-1247373214/solver-2081575-1247373214 -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-2081575-1247373214.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.12 2.00 2.01 4/80 24534
/proc/meminfo: memFree=1825448/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=12272 CPUtime=0
/proc/24534/stat : 24534 (sugar) R 24532 24534 20173 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 24387989 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 217889563671 0 0 4224 0 0 0 0 17 1 0 0
/proc/24534/statm: 3068 327 246 3 0 168 0

[startup+0.173096 s]
/proc/loadavg: 2.12 2.00 2.01 4/80 24534
/proc/meminfo: memFree=1825448/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=0.06
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24387989 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202098 s]
/proc/loadavg: 2.12 2.00 2.01 4/80 24534
/proc/meminfo: memFree=1825448/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=0.06
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24387989 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302104 s]
/proc/loadavg: 2.12 2.00 2.01 4/80 24534
/proc/meminfo: memFree=1825448/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=0.06
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24387989 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701159 s]
/proc/loadavg: 2.12 2.00 2.01 4/80 24534
/proc/meminfo: memFree=1825448/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=0.06
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24387989 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50126 s]
/proc/loadavg: 2.12 2.00 2.01 3/91 24546
/proc/meminfo: memFree=1801488/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1309 9124 0 1 5 1 99 6 16 0 1 0 24387989 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10245 s]
/proc/loadavg: 2.12 2.00 2.01 4/91 24556
/proc/meminfo: memFree=1801680/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1310 9124 0 1 5 1 99 6 15 0 1 0 24387989 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
[pid=24547] ppid=24534 vsize=5356 CPUtime=0
/proc/24547/stat : 24547 (sh) S 24534 24534 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24388107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24547/statm: 1339 233 193 169 0 50 0
[pid=24548] ppid=24547 vsize=869736 CPUtime=1.88
/proc/24548/stat : 24548 (java) S 24547 24534 20173 0 -1 0 10304 0 1 0 180 8 0 0 18 0 9 0 24388107 890609664 9359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24548/statm: 217434 9359 2590 9 0 211911 0
[pid=24548/tid=24549] ppid=24547 vsize=869736 CPUtime=1.21
/proc/24548/task/24549/stat : 24549 (java) R 24547 24534 20173 0 -1 64 2972 0 1 0 118 3 0 0 25 0 9 0 24388108 890609664 9359 996147200 134512640 134550932 4294955936 18446744073709551615 4126814152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24550] ppid=24547 vsize=869736 CPUtime=0.44
/proc/24548/task/24550/stat : 24550 (java) S 24547 24534 20173 0 -1 64 5133 0 0 0 42 2 0 0 16 0 9 0 24388109 890609664 9359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24551] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24551/stat : 24551 (java) S 24547 24534 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24388110 890609664 9359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24552] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24552/stat : 24552 (java) S 24547 24534 20173 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24388110 890609664 9359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24553] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24553/stat : 24553 (java) S 24547 24534 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24388112 890609664 9359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24554] ppid=24547 vsize=869736 CPUtime=0.2
/proc/24548/task/24554/stat : 24554 (java) S 24547 24534 20173 0 -1 64 1500 0 0 0 19 1 0 0 16 0 9 0 24388112 890609664 9359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24555] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24547 24534 20173 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24388112 890609664 9359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24556] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24547 24534 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24388112 890609664 9359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 891960

[startup+6.30265 s]
/proc/loadavg: 2.35 2.05 2.02 4/91 24556
/proc/meminfo: memFree=1782544/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1310 9124 0 1 5 1 99 6 15 0 1 0 24387989 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
[pid=24547] ppid=24534 vsize=5356 CPUtime=0
/proc/24547/stat : 24547 (sh) S 24534 24534 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24388107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24547/statm: 1339 233 193 169 0 50 0
[pid=24548] ppid=24547 vsize=869736 CPUtime=3.38
/proc/24548/stat : 24548 (java) S 24547 24534 20173 0 -1 0 10475 0 1 0 307 31 0 0 18 0 9 0 24388107 890609664 9376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24548/statm: 217434 9376 2590 9 0 211911 0
[pid=24548/tid=24549] ppid=24547 vsize=869736 CPUtime=2.34
/proc/24548/task/24549/stat : 24549 (java) R 24547 24534 20173 0 -1 64 3128 0 1 0 219 15 0 0 25 0 9 0 24388108 890609664 9376 996147200 134512640 134550932 4294955936 18446744073709551615 4126945551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24550] ppid=24547 vsize=869736 CPUtime=0.7
/proc/24548/task/24550/stat : 24550 (java) S 24547 24534 20173 0 -1 64 5133 0 0 0 63 7 0 0 16 0 9 0 24388109 890609664 9376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24551] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24551/stat : 24551 (java) S 24547 24534 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24388110 890609664 9376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24552] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24552/stat : 24552 (java) S 24547 24534 20173 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24388110 890609664 9376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24553] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24553/stat : 24553 (java) S 24547 24534 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24388112 890609664 9376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24554] ppid=24547 vsize=869736 CPUtime=0.22
/proc/24548/task/24554/stat : 24554 (java) S 24547 24534 20173 0 -1 64 1515 0 0 0 21 1 0 0 16 0 9 0 24388112 890609664 9376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24555] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24547 24534 20173 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24388112 890609664 9376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24556] ppid=24547 vsize=869736 CPUtime=0.07
/proc/24548/task/24556/stat : 24556 (java) S 24547 24534 20173 0 -1 64 1 0 0 0 2 5 0 0 15 0 9 0 24388112 890609664 9376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 891960
heavy processes:

[startup+13.1707 s]
/proc/loadavg: 2.32 2.05 2.02 4/91 24556
/proc/meminfo: memFree=1768144/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1310 9124 0 1 5 1 99 6 16 0 1 0 24387989 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
[pid=24547] ppid=24534 vsize=5356 CPUtime=0
/proc/24547/stat : 24547 (sh) S 24534 24534 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24388107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24547/statm: 1339 233 193 169 0 50 0
[pid=24548] ppid=24547 vsize=869736 CPUtime=5.56
/proc/24548/stat : 24548 (java) S 24547 24534 20173 0 -1 0 10716 0 1 0 484 72 0 0 18 0 9 0 24388107 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24548/statm: 217434 9379 2590 9 0 211911 0
[pid=24548/tid=24549] ppid=24547 vsize=869736 CPUtime=4.08
/proc/24548/task/24549/stat : 24549 (java) R 24547 24534 20173 0 -1 64 3366 0 1 0 376 32 0 0 24 0 9 0 24388108 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24550] ppid=24547 vsize=869736 CPUtime=0.8
/proc/24548/task/24550/stat : 24550 (java) S 24547 24534 20173 0 -1 64 5133 0 0 0 70 10 0 0 16 0 9 0 24388109 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24551] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24551/stat : 24551 (java) S 24547 24534 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24388110 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24552] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24552/stat : 24552 (java) S 24547 24534 20173 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24388110 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24553] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24553/stat : 24553 (java) S 24547 24534 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24388112 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24554] ppid=24547 vsize=869736 CPUtime=0.23
/proc/24548/task/24554/stat : 24554 (java) S 24547 24534 20173 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 24388112 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24555] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24547 24534 20173 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24388112 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24556] ppid=24547 vsize=869736 CPUtime=0.41
/proc/24548/task/24556/stat : 24556 (java) S 24547 24534 20173 0 -1 64 1 0 0 0 14 27 0 0 15 0 9 0 24388112 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 891960
heavy processes:

[startup+25.508 s]
/proc/loadavg: 2.41 2.08 2.03 4/91 24556
/proc/meminfo: memFree=1732240/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1310 9124 0 1 5 1 99 6 16 0 1 0 24387989 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
[pid=24547] ppid=24534 vsize=5356 CPUtime=0
/proc/24547/stat : 24547 (sh) S 24534 24534 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24388107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24547/statm: 1339 233 193 169 0 50 0
[pid=24548] ppid=24547 vsize=869736 CPUtime=11.59
/proc/24548/stat : 24548 (java) S 24547 24534 20173 0 -1 0 11284 0 1 0 984 175 0 0 18 0 9 0 24388107 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24548/statm: 217434 9379 2590 9 0 211911 0
[pid=24548/tid=24549] ppid=24547 vsize=869736 CPUtime=9.3
/proc/24548/task/24549/stat : 24549 (java) R 24547 24534 20173 0 -1 64 3934 0 1 0 836 94 0 0 25 0 9 0 24388108 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4126975759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24550] ppid=24547 vsize=869736 CPUtime=1.2
/proc/24548/task/24550/stat : 24550 (java) S 24547 24534 20173 0 -1 64 5133 0 0 0 97 23 0 0 16 0 9 0 24388109 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24551] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24551/stat : 24551 (java) S 24547 24534 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24388110 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24552] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24552/stat : 24552 (java) S 24547 24534 20173 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24388110 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24553] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24553/stat : 24553 (java) S 24547 24534 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24388112 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24554] ppid=24547 vsize=869736 CPUtime=0.23
/proc/24548/task/24554/stat : 24554 (java) S 24547 24534 20173 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 24388112 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24555] ppid=24547 vsize=869736 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24547 24534 20173 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24388112 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24556] ppid=24547 vsize=869736 CPUtime=0.82
/proc/24548/task/24556/stat : 24556 (java) S 24547 24534 20173 0 -1 64 1 0 0 0 27 55 0 0 16 0 9 0 24388112 890609664 9379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 891960
heavy processes:

[startup+51.1023 s]
/proc/loadavg: 3.01 2.25 2.09 4/83 24558
/proc/meminfo: memFree=1615248/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=22.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1365 22306 0 2 5 1 1932 273 16 0 1 0 24387989 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=1.02
/proc/24557/stat : 24557 (sh) S 24534 24534 20173 0 -1 4194304 277 0 0 0 21 81 0 0 25 0 1 0 24392160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1042096/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=22.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1365 22306 0 2 5 1 1932 273 16 0 1 0 24387989 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=1.02
/proc/24557/stat : 24557 (sh) S 24534 24534 20173 0 -1 4194304 277 0 0 0 21 81 0 0 25 0 1 0 24392160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=287560 CPUtime=1298.01
/proc/24558/stat : 24558 (picosat) R 24557 24534 20173 0 -1 4194304 65846 0 0 0 126558 3243 0 0 25 0 1 0 24392574 294461440 65830 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24558/statm: 71890 65830 48 102 0 71785 0
Current children cumulated CPU time (s) 1321.14
Current children cumulated vsize (KiB) 309784

[startup+1422.3 s]
/proc/loadavg: 2.02 2.11 2.07 3/77 24613
/proc/meminfo: memFree=1041712/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=22.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1365 22306 0 2 5 1 1932 273 16 0 1 0 24387989 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=1.02
/proc/24557/stat : 24557 (sh) S 24534 24534 20173 0 -1 4194304 277 0 0 0 21 81 0 0 25 0 1 0 24392160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=287952 CPUtime=1357.31
/proc/24558/stat : 24558 (picosat) R 24557 24534 20173 0 -1 4194304 65932 0 0 0 132488 3243 0 0 25 0 1 0 24392574 294862848 65916 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24558/statm: 71988 65916 48 102 0 71883 0
Current children cumulated CPU time (s) 1380.44
Current children cumulated vsize (KiB) 310176

[startup+1482.3 s]
/proc/loadavg: 2.00 2.09 2.06 3/77 24613
/proc/meminfo: memFree=1041456/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=22.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1365 22306 0 2 5 1 1932 273 16 0 1 0 24387989 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=1.02
/proc/24557/stat : 24557 (sh) S 24534 24534 20173 0 -1 4194304 277 0 0 0 21 81 0 0 25 0 1 0 24392160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=288216 CPUtime=1416.73
/proc/24558/stat : 24558 (picosat) R 24557 24534 20173 0 -1 4194304 66026 0 0 0 138429 3244 0 0 25 0 1 0 24392574 295133184 66010 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24558/statm: 72054 66010 48 102 0 71949 0
Current children cumulated CPU time (s) 1439.86
Current children cumulated vsize (KiB) 310440

[startup+1542.3 s]
/proc/loadavg: 2.00 2.07 2.06 3/77 24613
/proc/meminfo: memFree=1040816/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=22.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1365 22306 0 2 5 1 1932 273 16 0 1 0 24387989 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=1.02
/proc/24557/stat : 24557 (sh) S 24534 24534 20173 0 -1 4194304 277 0 0 0 21 81 0 0 25 0 1 0 24392160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=288612 CPUtime=1476.13
/proc/24558/stat : 24558 (picosat) R 24557 24534 20173 0 -1 4194304 66121 0 0 0 144369 3244 0 0 25 0 1 0 24392574 295538688 66105 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 0 0 0
/proc/24558/statm: 72153 66105 48 102 0 72048 0
Current children cumulated CPU time (s) 1499.26
Current children cumulated vsize (KiB) 310836

[startup+1602.31 s]
/proc/loadavg: 2.00 2.06 2.05 3/77 24613
/proc/meminfo: memFree=1040240/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=22.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1365 22306 0 2 5 1 1932 273 16 0 1 0 24387989 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=1.02
/proc/24557/stat : 24557 (sh) S 24534 24534 20173 0 -1 4194304 277 0 0 0 21 81 0 0 25 0 1 0 24392160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=289008 CPUtime=1535.54
/proc/24558/stat : 24558 (picosat) R 24557 24534 20173 0 -1 4194304 66209 0 0 0 150309 3245 0 0 25 0 1 0 24392574 295944192 66193 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24558/statm: 72252 66193 48 102 0 72147 0
Current children cumulated CPU time (s) 1558.67
Current children cumulated vsize (KiB) 311232

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/77 24619
/proc/meminfo: memFree=1039536/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=22.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1365 22306 0 2 5 1 1932 273 16 0 1 0 24387989 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=1.02
/proc/24557/stat : 24557 (sh) S 24534 24534 20173 0 -1 4194304 277 0 0 0 21 81 0 0 25 0 1 0 24392160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=289272 CPUtime=1594.88
/proc/24558/stat : 24558 (picosat) R 24557 24534 20173 0 -1 4194304 66284 0 0 0 156243 3245 0 0 25 0 1 0 24392574 296214528 66268 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24558/statm: 72318 66268 48 102 0 72213 0
Current children cumulated CPU time (s) 1618.01
Current children cumulated vsize (KiB) 311496

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/77 24619
/proc/meminfo: memFree=1039088/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=22.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1365 22306 0 2 5 1 1932 273 16 0 1 0 24387989 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=1.02
/proc/24557/stat : 24557 (sh) S 24534 24534 20173 0 -1 4194304 277 0 0 0 21 81 0 0 25 0 1 0 24392160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=289668 CPUtime=1654.27
/proc/24558/stat : 24558 (picosat) R 24557 24534 20173 0 -1 4194304 66371 0 0 0 162181 3246 0 0 25 0 1 0 24392574 296620032 66355 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24558/statm: 72417 66355 48 102 0 72312 0
Current children cumulated CPU time (s) 1677.4
Current children cumulated vsize (KiB) 311892

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/77 24619
/proc/meminfo: memFree=1038512/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=22.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1365 22306 0 2 5 1 1932 273 16 0 1 0 24387989 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=1.02
/proc/24557/stat : 24557 (sh) S 24534 24534 20173 0 -1 4194304 277 0 0 0 21 81 0 0 25 0 1 0 24392160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=289932 CPUtime=1713.68
/proc/24558/stat : 24558 (picosat) R 24557 24534 20173 0 -1 4194304 66446 0 0 0 168121 3247 0 0 25 0 1 0 24392574 296890368 66430 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/24558/statm: 72483 66430 48 102 0 72378 0
Current children cumulated CPU time (s) 1736.81
Current children cumulated vsize (KiB) 312156

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/77 24619
/proc/meminfo: memFree=1037488/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=22.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1365 22306 0 2 5 1 1932 273 16 0 1 0 24387989 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=1.02
/proc/24557/stat : 24557 (sh) S 24534 24534 20173 0 -1 4194304 277 0 0 0 21 81 0 0 25 0 1 0 24392160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=290456 CPUtime=1773.08
/proc/24558/stat : 24558 (picosat) R 24557 24534 20173 0 -1 4194304 66594 0 0 0 174061 3247 0 0 25 0 1 0 24392574 297426944 66578 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24558/statm: 72614 66578 48 102 0 72509 0
Current children cumulated CPU time (s) 1796.21
Current children cumulated vsize (KiB) 312680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1846.2 s]
/proc/loadavg: 2.00 2.02 2.03 3/77 24619
/proc/meminfo: memFree=1037488/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=22.11
/proc/24534/stat : 24534 (sugar) S 24532 24534 20173 0 -1 4194304 1365 22306 0 2 5 1 1932 273 16 0 1 0 24387989 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=1.02
/proc/24557/stat : 24557 (sh) S 24534 24534 20173 0 -1 4194304 277 0 0 0 21 81 0 0 25 0 1 0 24392160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=290456 CPUtime=1776.94
/proc/24558/stat : 24558 (picosat) R 24557 24534 20173 0 -1 4194304 66598 0 0 0 174447 3247 0 0 25 0 1 0 24392574 297426944 66582 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24558/statm: 72614 66582 48 102 0 72509 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 312680

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24534 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=591021
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=574456
# CPU time returned by wait4() is 23.1655
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1846.25
CPU time (s): 1800.07
CPU user time (s): 1764.05
CPU system time (s): 36.02
CPU usage (%): 97.4986
Max. virtual memory (cumulated for all children) (KiB): 892036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.591
system time used= 3.57446
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24065
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= 26552
involuntary context switches= 26269

runsolver used 2.37664 second user time and 5.54816 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 06:33:34
IDJOB=2081575
IDBENCH=57435
IDSOLVER=738
FILE ID=node28/2081575-1247373214
PBS_JOBID= 9507099
Free space on /tmp= 66116 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-2.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-2081575-1247373214/watcher-2081575-1247373214 -o /tmp/evaluation-result-2081575-1247373214/solver-2081575-1247373214 -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-2081575-1247373214.xml

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

MD5SUM BENCH= 65f0189f301f7a82004935c4294f8579
RANDOM SEED=1880010287

node28.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.230
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.230
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:       1825928 kB
Buffers:         13524 kB
Cached:          85416 kB
SwapCached:          0 kB
Active:         157060 kB
Inactive:        19324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2744 kB
Writeback:           0 kB
Mapped:          95264 kB
Slab:            38476 kB
Committed_AS:   917472 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65964 MiB
End job on node28 at 2009-07-12 07:04:22