Trace number 2068001

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.09 1816.94

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran6x43.xml
MD5SUM13145b894b2077631b81f28c10ab1906
Bench CategoryN-ARY-INT (n-ary 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 variables7998
Number of constraints356
Maximum constraint arity1290
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension356
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 22:53:18 2009
0.00/0.07	c 0	PID 16442
0.00/0.07	c 0	HOST node11.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2068001-1247345598.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068001-1247345598.xml' 'HOME/temp.csp'
0.06/0.90	c 1	2 domains, 7998 variables, 6 predicates, 0 relations, 356 constraints
0.06/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.91	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/0.99	c 1	Parsing HOME/temp.csp
1.43/1.50	c 2	parsed 8362 expressions
1.43/1.51	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.51	c 2	Converting to clausal form CSP
1.43/1.55	c 2	converted 837 (10%) expressions
1.43/1.56	c 2	converted 1673 (20%) expressions
1.43/1.56	c 2	converted 2509 (30%) expressions
1.43/1.56	c 2	converted 3345 (40%) expressions
1.43/1.56	c 2	converted 4181 (50%) expressions
1.43/1.57	c 2	converted 5018 (60%) expressions
1.43/1.57	c 2	converted 5854 (70%) expressions
1.43/1.57	c 2	converted 6690 (80%) expressions
1.43/1.57	c 2	converted 7526 (90%) expressions
3.71/3.83	c 4	converted 8362 (100%) expressions
3.71/3.83	c 4	CSP : 12846 integers, 0 booleans, 10052 clauses, largest domain size 218
3.71/3.83	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.71/3.83	c 4	Propagation in CSP
4.40/4.56	c 5	25299 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.40/4.57	c 5	CSP : 12846 integers, 0 booleans, 10052 clauses, largest domain size 218
4.40/4.57	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.40/4.58	c 5	Simplifing CSP by introducing new Boolean variables
4.40/4.59	c 5	CSP : 12846 integers, 0 booleans, 10052 clauses, largest domain size 218
4.40/4.59	c 5	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.50/4.68	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.60/4.71	c 5	1285 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.60/4.71	c 5	2570 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.60/4.72	c 5	3854 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.60/4.72	c 5	5139 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.60/4.72	c 5	6423 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.60/4.72	c 5	7708 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.60/4.74	c 5	8993 (70%) CSP integer variables are encoded (8052 clauses, 110371 bytes)
4.60/4.75	c 5	10277 (80%) CSP integer variables are encoded (15838 clauses, 227161 bytes)
4.60/4.77	c 5	11562 (90%) CSP integer variables are encoded (28816 clauses, 421831 bytes)
4.60/4.78	c 5	12846 (100%) CSP integer variables are encoded (39919 clauses, 588376 bytes)
4.89/5.06	c 5	1006 (10%) CSP clauses are encoded (86638 clauses, 1547063 bytes)
5.39/5.55	c 6	2011 (20%) CSP clauses are encoded (144942 clauses, 2894514 bytes)
6.67/6.89	c 7	3016 (30%) CSP clauses are encoded (236689 clauses, 5187492 bytes)
8.06/8.21	c 9	4021 (40%) CSP clauses are encoded (324415 clauses, 7396189 bytes)
9.35/9.55	c 10	5026 (50%) CSP clauses are encoded (416499 clauses, 9748763 bytes)
10.82/11.03	c 11	6032 (60%) CSP clauses are encoded (623724 clauses, 14418614 bytes)
12.01/12.23	c 13	7037 (70%) CSP clauses are encoded (794876 clauses, 18093211 bytes)
13.50/13.72	c 14	8042 (80%) CSP clauses are encoded (1069431 clauses, 24065274 bytes)
14.78/15.07	c 15	9047 (90%) CSP clauses are encoded (1290714 clauses, 28904574 bytes)
16.06/16.31	c 17	10052 (100%) CSP clauses are encoded (1460158 clauses, 32599730 bytes)
16.06/16.31	c 17	10052 CSP clauses encoded
16.06/16.31	c 17	Writing map file : HOME/temp.map
16.06/16.34	c 17	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.06/16.34	c 17	SAT : 48920 SAT variables, 1460158 SAT clauses, 32599730 bytes
16.06/16.34	c 17	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.14/16.41	c 17	SOLVING HOME/temp.cnf
16.14/16.41	c 17	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1816.92	c ERROR INTERRUPTED
1800.09/1816.92	s UNKNOWN
1800.09/1816.92	c 1817	CPU 16.14 (0.06 0.01 15.67 0.4)
1800.09/1816.92	c 1817	END Sat Jul 11 23:23:35 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-2068001-1247345598/watcher-2068001-1247345598 -o /tmp/evaluation-result-2068001-1247345598/solver-2068001-1247345598 -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-2068001-1247345598.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.25 2.22 4/80 16442
/proc/meminfo: memFree=1815512/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=12268 CPUtime=0
/proc/16442/stat : 16442 (sugar) D 16440 16442 14440 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 21626851 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 262910212709 0 2147483391 4224 0 18446744072099785718 0 0 17 0 0 0
/proc/16442/statm: 3067 316 241 3 0 167 0

[startup+0.098476 s]
/proc/loadavg: 2.12 2.25 2.22 4/80 16442
/proc/meminfo: memFree=1815512/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=0.06
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21626851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16442/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101471 s]
/proc/loadavg: 2.12 2.25 2.22 4/80 16442
/proc/meminfo: memFree=1815512/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=0.06
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21626851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16442/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301509 s]
/proc/loadavg: 2.12 2.25 2.22 4/80 16442
/proc/meminfo: memFree=1815512/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=0.06
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21626851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16442/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701595 s]
/proc/loadavg: 2.12 2.25 2.22 4/80 16442
/proc/meminfo: memFree=1815512/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=0.06
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21626851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16442/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50275 s]
/proc/loadavg: 2.12 2.25 2.22 3/91 16464
/proc/meminfo: memFree=1807424/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=0.86
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1309 7368 0 1 5 1 75 5 16 0 1 0 21626851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1111 409 3 0 796 0
[pid=16455] ppid=16442 vsize=5356 CPUtime=0
/proc/16455/stat : 16455 (sh) S 16442 16442 14440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21626942 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16455/statm: 1339 233 193 169 0 50 0
[pid=16456] ppid=16455 vsize=862284 CPUtime=0.57
/proc/16456/stat : 16456 (java) S 16455 16442 14440 0 -1 0 5955 0 1 0 54 3 0 0 19 0 9 0 21626942 882978816 5100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16456/statm: 215571 5100 2158 9 0 210484 0
[pid=16456/tid=16457] ppid=16455 vsize=862284 CPUtime=0.3
/proc/16456/task/16457/stat : 16457 (java) R 16455 16442 14440 0 -1 64 2049 0 1 0 29 1 0 0 21 0 9 0 21626943 882978816 5100 996147200 134512640 134550932 4294955936 18446744073709551615 4126422617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16458] ppid=16455 vsize=862284 CPUtime=0.21
/proc/16456/task/16458/stat : 16458 (java) S 16455 16442 14440 0 -1 64 2895 0 0 0 20 1 0 0 16 0 9 0 21626945 882978816 5100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16459] ppid=16455 vsize=862284 CPUtime=0
/proc/16456/task/16459/stat : 16459 (java) S 16455 16442 14440 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21626945 882978816 5100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16460] ppid=16455 vsize=862284 CPUtime=0
/proc/16456/task/16460/stat : 16460 (java) S 16455 16442 14440 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21626945 882978816 5100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16461] ppid=16455 vsize=862284 CPUtime=0
/proc/16456/task/16461/stat : 16461 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21626947 882978816 5100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16462] ppid=16455 vsize=862284 CPUtime=0.03
/proc/16456/task/16462/stat : 16462 (java) S 16455 16442 14440 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 21626947 882978816 5100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16463] ppid=16455 vsize=862284 CPUtime=0
/proc/16456/task/16463/stat : 16463 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21626947 882978816 5100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16464] ppid=16455 vsize=862284 CPUtime=0
/proc/16456/task/16464/stat : 16464 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21626947 882978816 5100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 884508

[startup+3.10206 s]
/proc/loadavg: 2.11 2.24 2.22 3/91 16464
/proc/meminfo: memFree=1791168/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=0.86
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1309 7368 0 1 5 1 75 5 15 0 1 0 21626851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1111 409 3 0 796 0
[pid=16455] ppid=16442 vsize=5356 CPUtime=0
/proc/16455/stat : 16455 (sh) S 16442 16442 14440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21626942 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16455/statm: 1339 233 193 169 0 50 0
[pid=16456] ppid=16455 vsize=868596 CPUtime=2.15
/proc/16456/stat : 16456 (java) S 16455 16442 14440 0 -1 0 10040 0 1 0 209 6 0 0 19 0 9 0 21626942 889442304 9010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16456/statm: 217149 9010 2566 9 0 211654 0
[pid=16456/tid=16457] ppid=16455 vsize=868596 CPUtime=1.45
/proc/16456/task/16457/stat : 16457 (java) R 16455 16442 14440 0 -1 64 2841 0 1 0 144 1 0 0 25 0 9 0 21626943 889442304 9010 996147200 134512640 134550932 4294955936 18446744073709551615 4126553435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16458] ppid=16455 vsize=868596 CPUtime=0.47
/proc/16456/task/16458/stat : 16458 (java) S 16455 16442 14440 0 -1 64 5032 0 0 0 45 2 0 0 16 0 9 0 21626945 889442304 9010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16459] ppid=16455 vsize=868596 CPUtime=0
/proc/16456/task/16459/stat : 16459 (java) S 16455 16442 14440 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21626945 889442304 9010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16460] ppid=16455 vsize=868596 CPUtime=0
/proc/16456/task/16460/stat : 16460 (java) S 16455 16442 14440 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21626945 889442304 9010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16461] ppid=16455 vsize=868596 CPUtime=0
/proc/16456/task/16461/stat : 16461 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21626947 889442304 9010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16462] ppid=16455 vsize=868596 CPUtime=0.19
/proc/16456/task/16462/stat : 16462 (java) S 16455 16442 14440 0 -1 64 1463 0 0 0 19 0 0 0 16 0 9 0 21626947 889442304 9010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16463] ppid=16455 vsize=868596 CPUtime=0
/proc/16456/task/16463/stat : 16463 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21626947 889442304 9010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16464] ppid=16455 vsize=868596 CPUtime=0
/proc/16456/task/16464/stat : 16464 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21626947 889442304 9010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890820

[startup+6.3027 s]
/proc/loadavg: 2.11 2.24 2.22 3/91 16464
/proc/meminfo: memFree=1778432/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=0.86
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1310 7368 0 1 5 1 75 5 15 0 1 0 21626851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1111 409 3 0 796 0
[pid=16455] ppid=16442 vsize=5356 CPUtime=0
/proc/16455/stat : 16455 (sh) S 16442 16442 14440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21626942 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16455/statm: 1339 233 193 169 0 50 0
[pid=16456] ppid=16455 vsize=868708 CPUtime=5.31
/proc/16456/stat : 16456 (java) S 16455 16442 14440 0 -1 0 11387 0 1 0 520 11 0 0 19 0 9 0 21626942 889556992 10118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16456/statm: 217177 10118 2590 9 0 211654 0
[pid=16456/tid=16457] ppid=16455 vsize=868708 CPUtime=4.33
/proc/16456/task/16457/stat : 16457 (java) R 16455 16442 14440 0 -1 64 3095 0 1 0 428 5 0 0 25 0 9 0 21626943 889556992 10118 996147200 134512640 134550932 4294955936 18446744073709551615 4127048842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16458] ppid=16455 vsize=868708 CPUtime=0.71
/proc/16456/task/16458/stat : 16458 (java) S 16455 16442 14440 0 -1 64 6085 0 0 0 67 4 0 0 16 0 9 0 21626945 889556992 10118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16459] ppid=16455 vsize=868708 CPUtime=0
/proc/16456/task/16459/stat : 16459 (java) S 16455 16442 14440 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21626945 889556992 10118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16460] ppid=16455 vsize=868708 CPUtime=0
/proc/16456/task/16460/stat : 16460 (java) S 16455 16442 14440 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21626945 889556992 10118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16461] ppid=16455 vsize=868708 CPUtime=0
/proc/16456/task/16461/stat : 16461 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21626947 889556992 10118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16462] ppid=16455 vsize=868708 CPUtime=0.24
/proc/16456/task/16462/stat : 16462 (java) S 16455 16442 14440 0 -1 64 1503 0 0 0 24 0 0 0 16 0 9 0 21626947 889556992 10118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16463] ppid=16455 vsize=868708 CPUtime=0
/proc/16456/task/16463/stat : 16463 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21626947 889556992 10118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16464] ppid=16455 vsize=868708 CPUtime=0
/proc/16456/task/16464/stat : 16464 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21626947 889556992 10118 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) 890932

[startup+12.703 s]
/proc/loadavg: 2.17 2.25 2.23 3/91 16464
/proc/meminfo: memFree=1763016/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=0.86
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1310 7368 0 1 5 1 75 5 16 0 1 0 21626851 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1111 409 3 0 796 0
[pid=16455] ppid=16442 vsize=5356 CPUtime=0
/proc/16455/stat : 16455 (sh) S 16442 16442 14440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21626942 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16455/statm: 1339 233 193 169 0 50 0
[pid=16456] ppid=16455 vsize=868708 CPUtime=11.65
/proc/16456/stat : 16456 (java) S 16455 16442 14440 0 -1 0 11751 0 1 0 1141 24 0 0 19 0 9 0 21626942 889556992 10123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16456/statm: 217177 10123 2590 9 0 211654 0
[pid=16456/tid=16457] ppid=16455 vsize=868708 CPUtime=10.53
/proc/16456/task/16457/stat : 16457 (java) R 16455 16442 14440 0 -1 64 3454 0 1 0 1037 16 0 0 25 0 9 0 21626943 889556992 10123 996147200 134512640 134550932 4294955936 18446744073709551615 4126553232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16458] ppid=16455 vsize=868708 CPUtime=0.84
/proc/16456/task/16458/stat : 16458 (java) S 16455 16442 14440 0 -1 64 6085 0 0 0 78 6 0 0 16 0 9 0 21626945 889556992 10123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16459] ppid=16455 vsize=868708 CPUtime=0
/proc/16456/task/16459/stat : 16459 (java) S 16455 16442 14440 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21626945 889556992 10123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16460] ppid=16455 vsize=868708 CPUtime=0
/proc/16456/task/16460/stat : 16460 (java) S 16455 16442 14440 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21626945 889556992 10123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16461] ppid=16455 vsize=868708 CPUtime=0
/proc/16456/task/16461/stat : 16461 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21626947 889556992 10123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16462] ppid=16455 vsize=868708 CPUtime=0.25
/proc/16456/task/16462/stat : 16462 (java) S 16455 16442 14440 0 -1 64 1508 0 0 0 25 0 0 0 16 0 9 0 21626947 889556992 10123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16463] ppid=16455 vsize=868708 CPUtime=0
/proc/16456/task/16463/stat : 16463 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21626947 889556992 10123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16456/tid=16464] ppid=16455 vsize=868708 CPUtime=0
/proc/16456/task/16464/stat : 16464 (java) S 16455 16442 14440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21626947 889556992 10123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890932

[startup+25.5015 s]
/proc/loadavg: 2.22 2.26 2.23 3/83 16466
/proc/meminfo: memFree=1746248/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0
[pid=16465] ppid=16442 vsize=5356 CPUtime=0
/proc/16465/stat : 16465 (sh) S 16442 16442 14440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21628492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16465/statm: 1339 232 193 169 0 50 0
[pid=16466] ppid=16465 vsize=36372 CPUtime=9
/proc/16466/stat : 16466 (picosat) R 16465 16442 14440 0 -1 4194304 8481 0 0 0 408 492 0 0 25 0 1 0 21628493 37244928 8467 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16466/statm: 9093 8467 40 102 0 8988 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 58596

[startup+51.1015 s]
/proc/loadavg: 2.14 2.24 2.22 3/83 16466
/proc/meminfo: memFree=1724232/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1691976/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0
[pid=16465] ppid=16442 vsize=5356 CPUtime=0
/proc/16465/stat : 16465 (sh) S 16442 16442 14440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21628492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16465/statm: 1339 232 193 169 0 50 0
[pid=16466] ppid=16465 vsize=90556 CPUtime=1333.12
/proc/16466/stat : 16466 (picosat) R 16465 16442 14440 0 -1 4194304 21666 0 0 0 132522 790 0 0 25 0 1 0 21628493 92729344 21525 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16466/statm: 22639 21525 48 102 0 22534 0
Current children cumulated CPU time (s) 1349.26
Current children cumulated vsize (KiB) 112780

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.02 3/83 16472
/proc/meminfo: memFree=1689608/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0
[pid=16465] ppid=16442 vsize=5356 CPUtime=0
/proc/16465/stat : 16465 (sh) S 16442 16442 14440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21628492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16465/statm: 1339 232 193 169 0 50 0
[pid=16466] ppid=16465 vsize=92668 CPUtime=1392.55
/proc/16466/stat : 16466 (picosat) R 16465 16442 14440 0 -1 4194304 22227 0 0 0 138465 790 0 0 25 0 1 0 21628493 94892032 22086 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/16466/statm: 23167 22086 48 102 0 23062 0
Current children cumulated CPU time (s) 1408.69
Current children cumulated vsize (KiB) 114892

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.02 3/83 16472
/proc/meminfo: memFree=1688456/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0
[pid=16465] ppid=16442 vsize=5356 CPUtime=0
/proc/16465/stat : 16465 (sh) S 16442 16442 14440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21628492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16465/statm: 1339 232 193 169 0 50 0
[pid=16466] ppid=16465 vsize=93460 CPUtime=1451.99
/proc/16466/stat : 16466 (picosat) R 16465 16442 14440 0 -1 4194304 22578 0 0 0 144408 791 0 0 25 0 1 0 21628493 95703040 22313 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16466/statm: 23365 22313 48 102 0 23260 0
Current children cumulated CPU time (s) 1468.13
Current children cumulated vsize (KiB) 115684

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.01 3/83 16472
/proc/meminfo: memFree=1688520/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0
[pid=16465] ppid=16442 vsize=5356 CPUtime=0
/proc/16465/stat : 16465 (sh) S 16442 16442 14440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21628492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16465/statm: 1339 232 193 169 0 50 0
[pid=16466] ppid=16465 vsize=93460 CPUtime=1511.42
/proc/16466/stat : 16466 (picosat) R 16465 16442 14440 0 -1 4194304 22578 0 0 0 150351 791 0 0 25 0 1 0 21628493 95703040 22313 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16466/statm: 23365 22313 48 102 0 23260 0
Current children cumulated CPU time (s) 1527.56
Current children cumulated vsize (KiB) 115684

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 16472
/proc/meminfo: memFree=1688456/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0
[pid=16465] ppid=16442 vsize=5356 CPUtime=0
/proc/16465/stat : 16465 (sh) S 16442 16442 14440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21628492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16465/statm: 1339 232 193 169 0 50 0
[pid=16466] ppid=16465 vsize=93460 CPUtime=1570.86
/proc/16466/stat : 16466 (picosat) R 16465 16442 14440 0 -1 4194304 22578 0 0 0 156295 791 0 0 25 0 1 0 21628493 95703040 22313 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16466/statm: 23365 22313 48 102 0 23260 0
Current children cumulated CPU time (s) 1587
Current children cumulated vsize (KiB) 115684

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16472
/proc/meminfo: memFree=1688456/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0
[pid=16465] ppid=16442 vsize=5356 CPUtime=0
/proc/16465/stat : 16465 (sh) S 16442 16442 14440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21628492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16465/statm: 1339 232 193 169 0 50 0
[pid=16466] ppid=16465 vsize=93460 CPUtime=1630.29
/proc/16466/stat : 16466 (picosat) R 16465 16442 14440 0 -1 4194304 22578 0 0 0 162238 791 0 0 25 0 1 0 21628493 95703040 22313 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/16466/statm: 23365 22313 48 102 0 23260 0
Current children cumulated CPU time (s) 1646.43
Current children cumulated vsize (KiB) 115684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16472
/proc/meminfo: memFree=1688456/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0
[pid=16465] ppid=16442 vsize=5356 CPUtime=0
/proc/16465/stat : 16465 (sh) S 16442 16442 14440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21628492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16465/statm: 1339 232 193 169 0 50 0
[pid=16466] ppid=16465 vsize=93460 CPUtime=1689.72
/proc/16466/stat : 16466 (picosat) R 16465 16442 14440 0 -1 4194304 22578 0 0 0 168181 791 0 0 25 0 1 0 21628493 95703040 22313 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/16466/statm: 23365 22313 48 102 0 23260 0
Current children cumulated CPU time (s) 1705.86
Current children cumulated vsize (KiB) 115684

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 16516
/proc/meminfo: memFree=1708984/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0
[pid=16465] ppid=16442 vsize=5356 CPUtime=0
/proc/16465/stat : 16465 (sh) S 16442 16442 14440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21628492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16465/statm: 1339 232 193 169 0 50 0
[pid=16466] ppid=16465 vsize=93460 CPUtime=1749.36
/proc/16466/stat : 16466 (picosat) R 16465 16442 14440 0 -1 4194304 22578 0 0 0 174145 791 0 0 25 0 1 0 21628493 95703040 22313 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16466/statm: 23365 22313 48 102 0 23260 0
Current children cumulated CPU time (s) 1765.5
Current children cumulated vsize (KiB) 115684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 16516
/proc/meminfo: memFree=1703608/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0
[pid=16465] ppid=16442 vsize=5356 CPUtime=0
/proc/16465/stat : 16465 (sh) S 16442 16442 14440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21628492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16465/statm: 1339 232 193 169 0 50 0
[pid=16466] ppid=16465 vsize=93460 CPUtime=1783.95
/proc/16466/stat : 16466 (picosat) R 16465 16442 14440 0 -1 4194304 22578 0 0 0 177603 792 0 0 25 0 1 0 21628493 95703040 22313 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16466/statm: 23365 22313 48 102 0 23260 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 115684

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

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

[startup+1816.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 16516
/proc/meminfo: memFree=1703608/2055920 swapFree=4192812/4192956
[pid=16442] ppid=16440 vsize=16868 CPUtime=16.14
/proc/16442/stat : 16442 (sugar) S 16440 16442 14440 0 -1 4194304 1365 19666 0 2 6 1 1567 40 16 0 1 0 21626851 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16442/statm: 4217 1113 409 3 0 796 0
[pid=16465] ppid=16442 vsize=5356 CPUtime=0
/proc/16465/stat : 16465 (sh) S 16442 16442 14440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21628492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16465/statm: 1339 232 193 169 0 50 0
[pid=16466] ppid=16465 vsize=93460 CPUtime=1783.95
/proc/16466/stat : 16466 (picosat) R 16465 16442 14440 0 -1 4194304 22578 0 0 0 177603 792 0 0 25 0 1 0 21628493 95703040 22313 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16466/statm: 23365 22313 48 102 0 23260 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 115684

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16442 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=737607
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=443932
# CPU time returned by wait4() is 16.1815
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.94
CPU time (s): 1800.09
CPU user time (s): 1791.76
CPU system time (s): 8.33
CPU usage (%): 99.0725
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7376
system time used= 0.443932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21425
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= 10690
involuntary context switches= 11181

runsolver used 2.32965 second user time and 5.9401 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-11 22:53:18
IDJOB=2068001
IDBENCH=54770
IDSOLVER=738
FILE ID=node11/2068001-1247345598
PBS_JOBID= 9506748
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran6x43.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-2068001-1247345598/watcher-2068001-1247345598 -o /tmp/evaluation-result-2068001-1247345598/solver-2068001-1247345598 -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-2068001-1247345598.xml

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

MD5SUM BENCH= 13145b894b2077631b81f28c10ab1906
RANDOM SEED=689923298

node11.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.274
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.274
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:       1815992 kB
Buffers:         18348 kB
Cached:          92696 kB
SwapCached:          0 kB
Active:         154820 kB
Inactive:        33012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2264 kB
Writeback:           0 kB
Mapped:          94636 kB
Slab:            37248 kB
Committed_AS:   891832 kB
PageTables:       1992 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= 66444 MiB
End job on node11 at 2009-07-11 23:23:37