Trace number 2081641

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.03 1818.96

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-1.xml
MD5SUM36b218d40c9727fe3574d0c09bb78848
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 size1375
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.05/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.07	c 0	BEGIN Sun Jul 12 06:37:14 2009
0.05/0.07	c 0	PID 24228
0.05/0.08	c 0	HOST node21.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2081641-1247373434.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-2081641-1247373434.xml' 'HOME/temp.csp'
0.06/0.87	c 1	93 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
0.06/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	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'
0.06/1.00	c 1	Parsing HOME/temp.csp
1.00/1.16	c 1	parsed 10000 expressions
1.00/1.17	c 1	parsed 10387 expressions
1.00/1.18	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.18	c 1	Converting to clausal form CSP
1.20/1.31	c 1	converted 1039 (10%) expressions
1.30/1.46	c 1	converted 2078 (20%) expressions
1.40/1.54	c 1	converted 3117 (30%) expressions
1.40/1.58	c 1	converted 4155 (40%) expressions
1.51/1.61	c 1	converted 5194 (50%) expressions
1.51/1.65	c 2	converted 6233 (60%) expressions
1.60/1.74	c 2	converted 7271 (70%) expressions
1.60/1.77	c 2	converted 8310 (80%) expressions
1.70/1.81	c 2	converted 9349 (90%) expressions
1.70/1.85	c 2	converted 10387 (100%) expressions
1.70/1.85	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1353
1.70/1.85	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.85	c 2	Propagation in CSP
2.10/2.24	c 2	178052 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.10/2.24	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 928
2.10/2.24	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.25	c 2	Simplifing CSP by introducing new Boolean variables
2.30/2.42	c 2	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 928
2.30/2.42	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.51	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.50/2.60	c 2	60 (10%) CSP integer variables are encoded (44550 clauses, 646136 bytes)
2.50/2.66	c 3	120 (20%) CSP integer variables are encoded (89310 clauses, 1317536 bytes)
2.59/2.72	c 3	180 (30%) CSP integer variables are encoded (133650 clauses, 2050207 bytes)
2.59/2.77	c 3	240 (40%) CSP integer variables are encoded (169800 clauses, 2664757 bytes)
2.70/2.81	c 3	300 (50%) CSP integer variables are encoded (200880 clauses, 3193117 bytes)
2.70/2.86	c 3	360 (60%) CSP integer variables are encoded (232380 clauses, 3728617 bytes)
2.79/2.91	c 3	420 (70%) CSP integer variables are encoded (269310 clauses, 4356427 bytes)
2.79/2.97	c 3	480 (80%) CSP integer variables are encoded (313800 clauses, 5112757 bytes)
2.89/3.01	c 3	540 (90%) CSP integer variables are encoded (349200 clauses, 5714557 bytes)
2.89/3.08	c 3	600 (100%) CSP integer variables are encoded (391590 clauses, 6435187 bytes)
4.68/4.83	c 5	2739 (10%) CSP clauses are encoded (1197444 clauses, 24832725 bytes)
6.56/6.72	c 7	5478 (20%) CSP clauses are encoded (2138096 clauses, 46888606 bytes)
8.45/8.60	c 8	8217 (30%) CSP clauses are encoded (3032586 clauses, 67891340 bytes)
10.32/10.59	c 10	10956 (40%) CSP clauses are encoded (3860296 clauses, 87405113 bytes)
12.08/12.66	c 13	13695 (50%) CSP clauses are encoded (4721901 clauses, 108584537 bytes)
13.37/13.99	c 14	16434 (60%) CSP clauses are encoded (5378493 clauses, 124673946 bytes)
14.57/15.12	c 15	19173 (70%) CSP clauses are encoded (5931780 clauses, 138200864 bytes)
15.95/16.56	c 16	21912 (80%) CSP clauses are encoded (6630624 clauses, 155256932 bytes)
17.43/18.06	c 18	24651 (90%) CSP clauses are encoded (7359239 clauses, 172920592 bytes)
19.31/19.96	c 20	27390 (100%) CSP clauses are encoded (8278776 clauses, 194491756 bytes)
19.31/19.96	c 20	27390 CSP clauses encoded
19.31/19.96	c 20	Writing map file : HOME/temp.map
19.31/19.98	c 20	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.31/19.98	c 20	SAT : 409890 SAT variables, 8278776 SAT clauses, 194491756 bytes
19.31/19.98	c 20	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.31/19.99	c 20	SOLVING HOME/temp.cnf
19.31/19.99	c 20	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1818.92	c ERROR INTERRUPTED
1800.03/1818.95	s UNKNOWN
1800.03/1818.95	c 1819	CPU 19.41 (0.05 0.02 17.83 1.51)
1800.03/1818.95	c 1819	END Sun Jul 12 07:07:33 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081641-1247373434/watcher-2081641-1247373434 -o /tmp/evaluation-result-2081641-1247373434/solver-2081641-1247373434 -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-2081641-1247373434.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.00 2.00 2.00 4/81 24228
/proc/meminfo: memFree=1610968/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=18576 CPUtime=0
/proc/24228/stat : 24228 (runsolver) R 24226 24228 18192 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24409859 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24228/statm: 4644 284 249 26 0 2626 0

[startup+0.074716 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 24228
/proc/meminfo: memFree=1610968/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16740 CPUtime=0.05
/proc/24228/stat : 24228 (sugar) R 24226 24228 18192 0 -1 4194304 1106 0 0 0 4 1 0 0 18 0 1 0 24409859 17141760 1074 996147200 4194304 4206940 548682068608 18446744073709551615 221250134143 0 0 4224 0 0 0 0 17 0 0 0
/proc/24228/statm: 4185 1074 380 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.10272 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 24228
/proc/meminfo: memFree=1610968/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=0.06
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24409859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24228/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302739 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 24228
/proc/meminfo: memFree=1610968/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=0.06
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24409859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24228/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702783 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 24228
/proc/meminfo: memFree=1610968/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=0.06
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24409859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24228/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50187 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 24250
/proc/meminfo: memFree=1601400/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=0.85
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1309 9114 0 1 5 2 74 4 15 0 1 0 24409859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1111 409 3 0 796 0
[pid=24241] ppid=24228 vsize=5356 CPUtime=0
/proc/24241/stat : 24241 (sh) S 24228 24228 18192 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24409952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24241/statm: 1339 233 193 169 0 50 0
[pid=24242] ppid=24241 vsize=868656 CPUtime=0.55
/proc/24242/stat : 24242 (java) S 24241 24228 18192 0 -1 0 6967 0 1 0 52 3 0 0 18 0 9 0 24409952 889503744 6314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24242/statm: 217164 6316 2584 9 0 211669 0
[pid=24242/tid=24243] ppid=24241 vsize=868656 CPUtime=0.31
/proc/24242/task/24243/stat : 24243 (java) R 24241 24228 18192 0 -1 64 2661 0 1 0 30 1 0 0 21 0 9 0 24409953 889503744 6316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24244] ppid=24241 vsize=868656 CPUtime=0.06
/proc/24242/task/24244/stat : 24244 (java) R 24241 24228 18192 0 -1 64 2147 0 0 0 6 0 0 0 16 0 9 0 24409954 889503744 6319 996147200 134512640 134550932 4294955936 18446744073709551615 103733309 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24245] ppid=24241 vsize=868656 CPUtime=0
/proc/24242/task/24245/stat : 24245 (java) S 24241 24228 18192 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24409955 889503744 6319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24246] ppid=24241 vsize=868656 CPUtime=0
/proc/24242/task/24246/stat : 24246 (java) S 24241 24228 18192 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24409955 889503744 6323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24247] ppid=24241 vsize=868656 CPUtime=0
/proc/24242/task/24247/stat : 24247 (java) S 24241 24228 18192 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24409957 889503744 6326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24248] ppid=24241 vsize=868656 CPUtime=0.16
/proc/24242/task/24248/stat : 24248 (java) S 24241 24228 18192 0 -1 64 1474 0 0 0 15 1 0 0 16 0 9 0 24409957 889503744 6327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24249] ppid=24241 vsize=868656 CPUtime=0
/proc/24242/task/24249/stat : 24249 (java) S 24241 24228 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24409957 889503744 6329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24250] ppid=24241 vsize=868656 CPUtime=0
/proc/24242/task/24250/stat : 24250 (java) S 24241 24228 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24409957 889503744 6334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890880

[startup+3.10105 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 24250
/proc/meminfo: memFree=1582200/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=0.85
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1310 9114 0 1 5 2 74 4 15 0 1 0 24409859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1111 409 3 0 796 0
[pid=24241] ppid=24228 vsize=5356 CPUtime=0
/proc/24241/stat : 24241 (sh) S 24228 24228 18192 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24409952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24241/statm: 1339 233 193 169 0 50 0
[pid=24242] ppid=24241 vsize=868704 CPUtime=2.15
/proc/24242/stat : 24242 (java) S 24241 24228 18192 0 -1 0 10431 0 1 0 204 11 0 0 18 0 9 0 24409952 889552896 9402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24242/statm: 217176 9402 2590 9 0 211653 0
[pid=24242/tid=24243] ppid=24241 vsize=868704 CPUtime=1.45
/proc/24242/task/24243/stat : 24243 (java) R 24241 24228 18192 0 -1 64 3042 0 1 0 140 5 0 0 25 0 9 0 24409953 889552896 9402 996147200 134512640 134550932 4294955936 18446744073709551615 103842098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24244] ppid=24241 vsize=868704 CPUtime=0.45
/proc/24242/task/24244/stat : 24244 (java) S 24241 24228 18192 0 -1 64 5178 0 0 0 42 3 0 0 16 0 9 0 24409954 889552896 9402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24245] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24245/stat : 24245 (java) S 24241 24228 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24409955 889552896 9402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24246] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24246/stat : 24246 (java) S 24241 24228 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24409955 889552896 9402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24247] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24247/stat : 24247 (java) S 24241 24228 18192 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24409957 889552896 9402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24248] ppid=24241 vsize=868704 CPUtime=0.21
/proc/24242/task/24248/stat : 24248 (java) S 24241 24228 18192 0 -1 64 1512 0 0 0 20 1 0 0 15 0 9 0 24409957 889552896 9402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24249] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24249/stat : 24249 (java) S 24241 24228 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24409957 889552896 9402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24250] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24250/stat : 24250 (java) S 24241 24228 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24409957 889552896 9402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890928

[startup+6.30239 s]
/proc/loadavg: 2.08 2.02 2.01 4/93 24251
/proc/meminfo: memFree=1519856/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=0.85
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1310 9114 0 1 5 2 74 4 16 0 1 0 24409859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1111 409 3 0 796 0
[pid=24241] ppid=24228 vsize=5356 CPUtime=0
/proc/24241/stat : 24241 (sh) S 24228 24228 18192 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24409952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24241/statm: 1339 233 193 169 0 50 0
[pid=24242] ppid=24241 vsize=868704 CPUtime=5.32
/proc/24242/stat : 24242 (java) S 24241 24228 18192 0 -1 0 11007 0 1 0 496 36 0 0 18 0 9 0 24409952 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24242/statm: 217176 9410 2590 9 0 211653 0
[pid=24242/tid=24243] ppid=24241 vsize=868704 CPUtime=4.39
/proc/24242/task/24243/stat : 24243 (java) R 24241 24228 18192 0 -1 64 3610 0 1 0 413 26 0 0 25 0 9 0 24409953 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4126845671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24244] ppid=24241 vsize=868704 CPUtime=0.66
/proc/24242/task/24244/stat : 24244 (java) S 24241 24228 18192 0 -1 64 5178 0 0 0 59 7 0 0 16 0 9 0 24409954 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24245] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24245/stat : 24245 (java) S 24241 24228 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24409955 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24246] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24246/stat : 24246 (java) S 24241 24228 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24409955 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24247] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24247/stat : 24247 (java) S 24241 24228 18192 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24409957 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24248] ppid=24241 vsize=868704 CPUtime=0.23
/proc/24242/task/24248/stat : 24248 (java) S 24241 24228 18192 0 -1 64 1520 0 0 0 22 1 0 0 16 0 9 0 24409957 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24249] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24249/stat : 24249 (java) S 24241 24228 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24409957 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24250] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24250/stat : 24250 (java) S 24241 24228 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24409957 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890928

[startup+12.7021 s]
/proc/loadavg: 2.07 2.02 2.00 3/93 24251
/proc/meminfo: memFree=1432496/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=0.85
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1310 9114 0 1 5 2 74 4 16 0 1 0 24409859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1111 409 3 0 796 0
[pid=24241] ppid=24228 vsize=5356 CPUtime=0
/proc/24241/stat : 24241 (sh) S 24228 24228 18192 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24409952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24241/statm: 1339 233 193 169 0 50 0
[pid=24242] ppid=24241 vsize=868704 CPUtime=11.33
/proc/24242/stat : 24242 (java) S 24241 24228 18192 0 -1 0 12057 0 1 0 1050 83 0 0 18 0 9 0 24409952 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24242/statm: 217176 9410 2590 9 0 211653 0
[pid=24242/tid=24243] ppid=24241 vsize=868704 CPUtime=10.1
/proc/24242/task/24243/stat : 24243 (java) R 24241 24228 18192 0 -1 64 4660 0 1 0 942 68 0 0 25 0 9 0 24409953 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24244] ppid=24241 vsize=868704 CPUtime=0.98
/proc/24242/task/24244/stat : 24244 (java) S 24241 24228 18192 0 -1 64 5178 0 0 0 85 13 0 0 16 0 9 0 24409954 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24245] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24245/stat : 24245 (java) S 24241 24228 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24409955 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24246] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24246/stat : 24246 (java) S 24241 24228 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24409955 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24247] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24247/stat : 24247 (java) S 24241 24228 18192 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24409957 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24248] ppid=24241 vsize=868704 CPUtime=0.23
/proc/24242/task/24248/stat : 24248 (java) S 24241 24228 18192 0 -1 64 1520 0 0 0 22 1 0 0 16 0 9 0 24409957 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24249] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24249/stat : 24249 (java) S 24241 24228 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24409957 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24242/tid=24250] ppid=24241 vsize=868704 CPUtime=0
/proc/24242/task/24250/stat : 24250 (java) S 24241 24228 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24409957 889552896 9410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 890928

[startup+25.5007 s]
/proc/loadavg: 2.06 2.01 2.00 3/85 24253
/proc/meminfo: memFree=1290168/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0
[pid=24252] ppid=24228 vsize=5356 CPUtime=0
/proc/24252/stat : 24252 (sh) S 24228 24228 18192 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24411859 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24252/statm: 1339 232 193 169 0 50 0
[pid=24253] ppid=24252 vsize=55708 CPUtime=5.41
/proc/24253/stat : 24253 (picosat) R 24252 24228 18192 0 -1 4194304 11634 0 0 0 244 297 0 0 25 0 1 0 24411859 57044992 11620 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24253/statm: 13927 11620 40 102 0 13822 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 77932

[startup+51.1014 s]
/proc/loadavg: 2.10 2.03 2.01 3/84 24254
/proc/meminfo: memFree=1171192/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1000568/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0
[pid=24252] ppid=24228 vsize=5356 CPUtime=0
/proc/24252/stat : 24252 (sh) S 24228 24228 18192 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24411859 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24252/statm: 1339 232 193 169 0 50 0
[pid=24253] ppid=24252 vsize=324432 CPUtime=1328.59
/proc/24253/stat : 24253 (picosat) R 24252 24228 18192 0 -1 4194304 76654 0 0 0 128905 3954 0 0 25 0 1 0 24411859 332218368 76638 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/24253/statm: 81108 76638 48 102 0 81003 0
Current children cumulated CPU time (s) 1348
Current children cumulated vsize (KiB) 346656

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 24256
/proc/meminfo: memFree=999032/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0
[pid=24252] ppid=24228 vsize=5356 CPUtime=0
/proc/24252/stat : 24252 (sh) S 24228 24228 18192 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24411859 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24252/statm: 1339 232 193 169 0 50 0
[pid=24253] ppid=24252 vsize=324696 CPUtime=1387.96
/proc/24253/stat : 24253 (picosat) R 24252 24228 18192 0 -1 4194304 76738 0 0 0 134842 3954 0 0 25 0 1 0 24411859 332488704 76722 996147200 134512640 134931368 4294956256 18446744073709551615 134525528 0 0 4096 0 0 0 0 17 1 0 0
/proc/24253/statm: 81174 76722 48 102 0 81069 0
Current children cumulated CPU time (s) 1407.37
Current children cumulated vsize (KiB) 346920

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24262
/proc/meminfo: memFree=998576/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0
[pid=24252] ppid=24228 vsize=5356 CPUtime=0
/proc/24252/stat : 24252 (sh) S 24228 24228 18192 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24411859 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24252/statm: 1339 232 193 169 0 50 0
[pid=24253] ppid=24252 vsize=324960 CPUtime=1447.34
/proc/24253/stat : 24253 (picosat) R 24252 24228 18192 0 -1 4194304 76824 0 0 0 140779 3955 0 0 25 0 1 0 24411859 332759040 76808 996147200 134512640 134931368 4294956256 18446744073709551615 134524075 0 0 4096 0 0 0 0 17 1 0 0
/proc/24253/statm: 81240 76808 48 102 0 81135 0
Current children cumulated CPU time (s) 1466.75
Current children cumulated vsize (KiB) 347184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24262
/proc/meminfo: memFree=998320/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0
[pid=24252] ppid=24228 vsize=5356 CPUtime=0
/proc/24252/stat : 24252 (sh) S 24228 24228 18192 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24411859 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24252/statm: 1339 232 193 169 0 50 0
[pid=24253] ppid=24252 vsize=325224 CPUtime=1506.71
/proc/24253/stat : 24253 (picosat) R 24252 24228 18192 0 -1 4194304 76897 0 0 0 146716 3955 0 0 25 0 1 0 24411859 333029376 76881 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/24253/statm: 81306 76881 48 102 0 81201 0
Current children cumulated CPU time (s) 1526.12
Current children cumulated vsize (KiB) 347448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24262
/proc/meminfo: memFree=997872/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0
[pid=24252] ppid=24228 vsize=5356 CPUtime=0
/proc/24252/stat : 24252 (sh) S 24228 24228 18192 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24411859 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24252/statm: 1339 232 193 169 0 50 0
[pid=24253] ppid=24252 vsize=325620 CPUtime=1566.1
/proc/24253/stat : 24253 (picosat) R 24252 24228 18192 0 -1 4194304 76989 0 0 0 152654 3956 0 0 25 0 1 0 24411859 333434880 76973 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24253/statm: 81405 76973 48 102 0 81300 0
Current children cumulated CPU time (s) 1585.51
Current children cumulated vsize (KiB) 347844

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24262
/proc/meminfo: memFree=997552/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0
[pid=24252] ppid=24228 vsize=5356 CPUtime=0
/proc/24252/stat : 24252 (sh) S 24228 24228 18192 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24411859 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24252/statm: 1339 232 193 169 0 50 0
[pid=24253] ppid=24252 vsize=325884 CPUtime=1625.47
/proc/24253/stat : 24253 (picosat) R 24252 24228 18192 0 -1 4194304 77071 0 0 0 158591 3956 0 0 25 0 1 0 24411859 333705216 77055 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24253/statm: 81471 77055 48 102 0 81366 0
Current children cumulated CPU time (s) 1644.88
Current children cumulated vsize (KiB) 348108

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24262
/proc/meminfo: memFree=997168/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0
[pid=24252] ppid=24228 vsize=5356 CPUtime=0
/proc/24252/stat : 24252 (sh) S 24228 24228 18192 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24411859 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24252/statm: 1339 232 193 169 0 50 0
[pid=24253] ppid=24252 vsize=326280 CPUtime=1684.85
/proc/24253/stat : 24253 (picosat) R 24252 24228 18192 0 -1 4194304 77156 0 0 0 164529 3956 0 0 25 0 1 0 24411859 334110720 77140 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24253/statm: 81570 77140 48 102 0 81465 0
Current children cumulated CPU time (s) 1704.26
Current children cumulated vsize (KiB) 348504

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24262
/proc/meminfo: memFree=996728/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0
[pid=24252] ppid=24228 vsize=5356 CPUtime=0
/proc/24252/stat : 24252 (sh) S 24228 24228 18192 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24411859 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24252/statm: 1339 232 193 169 0 50 0
[pid=24253] ppid=24252 vsize=326544 CPUtime=1744.21
/proc/24253/stat : 24253 (picosat) R 24252 24228 18192 0 -1 4194304 77233 0 0 0 170464 3957 0 0 25 0 1 0 24411859 334381056 77217 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24253/statm: 81636 77217 48 102 0 81531 0
Current children cumulated CPU time (s) 1763.62
Current children cumulated vsize (KiB) 348768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24291
/proc/meminfo: memFree=1088272/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0
[pid=24252] ppid=24228 vsize=5356 CPUtime=0
/proc/24252/stat : 24252 (sh) S 24228 24228 18192 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24411859 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24252/statm: 1339 232 193 169 0 50 0
[pid=24253] ppid=24252 vsize=326676 CPUtime=1780.62
/proc/24253/stat : 24253 (picosat) R 24252 24228 18192 0 -1 4194304 77273 0 0 0 174102 3960 0 0 25 0 1 0 24411859 334516224 77257 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24253/statm: 81669 77257 48 102 0 81564 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 348900

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

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

[startup+1818.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24291
/proc/meminfo: memFree=1088272/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=16868 CPUtime=19.41
/proc/24228/stat : 24228 (sugar) S 24226 24228 18192 0 -1 4194304 1365 22801 0 2 5 2 1783 151 16 0 1 0 24409859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24228/statm: 4217 1113 409 3 0 796 0
[pid=24252] ppid=24228 vsize=5356 CPUtime=0
/proc/24252/stat : 24252 (sh) S 24228 24228 18192 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24411859 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24252/statm: 1339 232 193 169 0 50 0
[pid=24253] ppid=24252 vsize=326676 CPUtime=1780.62
/proc/24253/stat : 24253 (picosat) R 24252 24228 18192 0 -1 4194304 77273 0 0 0 174102 3960 0 0 25 0 1 0 24411859 334516224 77257 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24253/statm: 81669 77257 48 102 0 81564 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 348900

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24228 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=889280
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=543765
# CPU time returned by wait4() is 19.433
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1818.96
CPU time (s): 1800.03
CPU user time (s): 1758.9
CPU system time (s): 41.13
CPU usage (%): 98.9595
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8893
system time used= 1.54377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24560
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= 30568
involuntary context switches= 30666

runsolver used 2.42163 second user time and 6.74297 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 06:37:14
IDJOB=2081641
IDBENCH=57453
IDSOLVER=738
FILE ID=node21/2081641-1247373434
PBS_JOBID= 9507035
Free space on /tmp= 66404 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-1.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-2081641-1247373434/watcher-2081641-1247373434 -o /tmp/evaluation-result-2081641-1247373434/solver-2081641-1247373434 -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-2081641-1247373434.xml

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

MD5SUM BENCH= 36b218d40c9727fe3574d0c09bb78848
RANDOM SEED=2025004270

node21.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.240
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.240
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:       1611448 kB
Buffers:         46092 kB
Cached:         286088 kB
SwapCached:          0 kB
Active:         183564 kB
Inactive:       184536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4944 kB
Writeback:           0 kB
Mapped:          56388 kB
Slab:            61664 kB
Committed_AS:   203804 kB
PageTables:       1856 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= 66380 MiB
End job on node21 at 2009-07-12 07:07:35