Trace number 2066384

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.06 1807.64

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-30-40.xml
MD5SUM9a003ce3b7fcd7489458f88e729a9490
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 variables2400
Number of constraints140
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension140
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 Sat Jul 11 22:07:35 2009
0.00/0.08	c 0	PID 14363
0.00/0.08	c 0	HOST node19.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2066384-1247342855.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-2066384-1247342855.xml' 'HOME/temp.csp'
0.06/0.74	c 1	1 domains, 2400 variables, 2 predicates, 0 relations, 140 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.70/0.84	c 1	Parsing HOME/temp.csp
0.70/0.94	c 1	parsed 2543 expressions
0.70/0.95	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.70/0.95	c 1	Converting to clausal form CSP
0.70/0.97	c 1	converted 255 (10%) expressions
0.70/0.98	c 1	converted 509 (20%) expressions
0.70/0.98	c 1	converted 763 (30%) expressions
0.70/0.99	c 1	converted 1018 (40%) expressions
0.70/0.99	c 1	converted 1272 (50%) expressions
0.70/1.00	c 1	converted 1526 (60%) expressions
0.70/1.00	c 1	converted 1781 (70%) expressions
0.70/1.00	c 1	converted 2035 (80%) expressions
0.70/1.00	c 1	converted 2289 (90%) expressions
1.22/1.39	c 2	converted 2543 (100%) expressions
1.22/1.39	c 2	CSP : 3180 integers, 0 booleans, 1700 clauses, largest domain size 11
1.22/1.39	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.39	c 2	Propagation in CSP
1.32/1.46	c 2	2040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.46	c 2	CSP : 3180 integers, 0 booleans, 1700 clauses, largest domain size 11
1.32/1.46	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.47	c 2	Simplifing CSP by introducing new Boolean variables
1.32/1.47	c 2	CSP : 3180 integers, 0 booleans, 1700 clauses, largest domain size 11
1.32/1.47	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.51	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.42/1.51	c 2	318 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.52	c 2	636 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.52	c 2	954 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.52	c 2	1272 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.53	c 2	1590 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.53	c 2	1908 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.53	c 2	2226 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.54	c 2	2544 (80%) CSP integer variables are encoded (1296 clauses, 16912 bytes)
1.42/1.54	c 2	2862 (90%) CSP integer variables are encoded (2160 clauses, 28144 bytes)
1.42/1.54	c 2	3180 (100%) CSP integer variables are encoded (2160 clauses, 28144 bytes)
5.08/5.23	c 6	170 (10%) CSP clauses are encoded (151542 clauses, 4401985 bytes)
8.84/9.02	c 9	340 (20%) CSP clauses are encoded (300924 clauses, 9358482 bytes)
12.71/12.90	c 13	510 (30%) CSP clauses are encoded (450306 clauses, 14590435 bytes)
13.79/14.05	c 14	680 (40%) CSP clauses are encoded (494392 clauses, 16108734 bytes)
13.79/14.10	c 14	850 (50%) CSP clauses are encoded (495964 clauses, 16127523 bytes)
13.89/14.14	c 15	1020 (60%) CSP clauses are encoded (497538 clauses, 16146408 bytes)
13.89/14.18	c 15	1190 (70%) CSP clauses are encoded (499085 clauses, 16165898 bytes)
13.99/14.23	c 15	1360 (80%) CSP clauses are encoded (500659 clauses, 16187242 bytes)
13.99/14.27	c 15	1530 (90%) CSP clauses are encoded (502206 clauses, 16208292 bytes)
14.09/14.32	c 15	1700 (100%) CSP clauses are encoded (503780 clauses, 16229636 bytes)
14.09/14.32	c 15	1700 CSP clauses encoded
14.09/14.32	c 15	Writing map file : HOME/temp.map
14.09/14.33	c 15	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.09/14.33	c 15	SAT : 5340 SAT variables, 503780 SAT clauses, 16229636 bytes
14.09/14.33	c 15	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.09/14.36	c 15	SOLVING HOME/temp.cnf
14.09/14.36	c 15	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1807.61	c ERROR INTERRUPTED
1800.06/1807.64	s UNKNOWN
1800.06/1807.64	c 1808	CPU 14.14 (0.06 0.01 13.81 0.26)
1800.06/1807.64	c 1808	END Sat Jul 11 22:37:43 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066384-1247342855/watcher-2066384-1247342855 -o /tmp/evaluation-result-2066384-1247342855/solver-2066384-1247342855 -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-2066384-1247342855.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.03 2.08 2.03 4/82 14363
/proc/meminfo: memFree=1852504/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=12268 CPUtime=0
/proc/14363/stat : 14363 (sugar) R 14361 14363 12900 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21352174 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 0 4224 0 0 0 0 17 1 0 0
/proc/14363/statm: 3067 316 241 3 0 167 0

[startup+0.107515 s]
/proc/loadavg: 2.03 2.08 2.03 4/82 14363
/proc/meminfo: memFree=1852504/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=0.06
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21352174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201527 s]
/proc/loadavg: 2.03 2.08 2.03 4/82 14363
/proc/meminfo: memFree=1852504/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=0.06
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21352174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301528 s]
/proc/loadavg: 2.03 2.08 2.03 4/82 14363
/proc/meminfo: memFree=1852504/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=0.06
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21352174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701575 s]
/proc/loadavg: 2.03 2.08 2.03 4/82 14363
/proc/meminfo: memFree=1852504/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=0.06
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21352174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 2.03 2.08 2.03 3/93 14385
/proc/meminfo: memFree=1841792/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=0.71
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1310 4942 0 1 6 1 62 2 15 0 1 0 21352174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1111 409 3 0 796 0
[pid=14376] ppid=14363 vsize=5356 CPUtime=0
/proc/14376/stat : 14376 (sh) S 14363 14363 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21352251 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14376/statm: 1339 233 193 169 0 50 0
[pid=14377] ppid=14376 vsize=868508 CPUtime=0.71
/proc/14377/stat : 14377 (java) S 14376 14363 12900 0 -1 0 6756 0 1 0 66 5 0 0 18 0 9 0 21352251 889352192 5991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14377/statm: 217127 5991 2564 9 0 211632 0
[pid=14377/tid=14378] ppid=14376 vsize=868508 CPUtime=0.43
/proc/14377/task/14378/stat : 14378 (java) R 14376 14363 12900 0 -1 64 2692 0 1 0 41 2 0 0 23 0 9 0 21352252 889352192 5991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14379] ppid=14376 vsize=868508 CPUtime=0.06
/proc/14377/task/14379/stat : 14379 (java) R 14376 14363 12900 0 -1 64 1872 0 0 0 6 0 0 0 16 0 9 0 21352253 889352192 5991 996147200 134512640 134550932 4294955936 18446744073709551615 102768183 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14380] ppid=14376 vsize=868508 CPUtime=0
/proc/14377/task/14380/stat : 14380 (java) S 14376 14363 12900 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 21352253 889352192 5991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14381] ppid=14376 vsize=868508 CPUtime=0
/proc/14377/task/14381/stat : 14381 (java) S 14376 14363 12900 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21352253 889352192 5991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14382] ppid=14376 vsize=868508 CPUtime=0
/proc/14377/task/14382/stat : 14382 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21352255 889352192 5991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14383] ppid=14376 vsize=868508 CPUtime=0.19
/proc/14377/task/14383/stat : 14383 (java) S 14376 14363 12900 0 -1 64 1498 0 0 0 18 1 0 0 16 0 9 0 21352255 889352192 5991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14384] ppid=14376 vsize=868508 CPUtime=0
/proc/14377/task/14384/stat : 14384 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21352255 889352192 5991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14385] ppid=14376 vsize=868508 CPUtime=0
/proc/14377/task/14385/stat : 14385 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21352255 889352192 5991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890732

[startup+3.10283 s]
/proc/loadavg: 2.03 2.08 2.03 3/93 14385
/proc/meminfo: memFree=1834176/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=0.71
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1310 4942 0 1 6 1 62 2 15 0 1 0 21352174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1111 409 3 0 796 0
[pid=14376] ppid=14363 vsize=5356 CPUtime=0
/proc/14376/stat : 14376 (sh) S 14363 14363 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21352251 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14376/statm: 1339 233 193 169 0 50 0
[pid=14377] ppid=14376 vsize=868620 CPUtime=2.29
/proc/14377/stat : 14377 (java) S 14376 14363 12900 0 -1 0 6939 0 1 0 222 7 0 0 18 0 9 0 21352251 889466880 6047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14377/statm: 217155 6047 2589 9 0 211632 0
[pid=14377/tid=14378] ppid=14376 vsize=868620 CPUtime=1.95
/proc/14377/task/14378/stat : 14378 (java) R 14376 14363 12900 0 -1 64 2856 0 1 0 191 4 0 0 25 0 9 0 21352252 889466880 6047 996147200 134512640 134550932 4294955936 18446744073709551615 4126552264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14379] ppid=14376 vsize=868620 CPUtime=0.1
/proc/14377/task/14379/stat : 14379 (java) S 14376 14363 12900 0 -1 64 1872 0 0 0 9 1 0 0 16 0 9 0 21352253 889466880 6047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14380] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14380/stat : 14380 (java) S 14376 14363 12900 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21352253 889466880 6047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14381] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14381/stat : 14381 (java) S 14376 14363 12900 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21352253 889466880 6047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14382] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14382/stat : 14382 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21352255 889466880 6047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14383] ppid=14376 vsize=868620 CPUtime=0.22
/proc/14377/task/14383/stat : 14383 (java) S 14376 14363 12900 0 -1 64 1512 0 0 0 21 1 0 0 16 0 9 0 21352255 889466880 6047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14384] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14384/stat : 14384 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21352255 889466880 6047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14385] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14385/stat : 14385 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21352255 889466880 6047 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) 890844

[startup+6.30118 s]
/proc/loadavg: 2.03 2.08 2.03 3/93 14385
/proc/meminfo: memFree=1830088/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=0.71
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1310 4942 0 1 6 1 62 2 16 0 1 0 21352174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1111 409 3 0 796 0
[pid=14376] ppid=14363 vsize=5356 CPUtime=0
/proc/14376/stat : 14376 (sh) S 14363 14363 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21352251 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14376/statm: 1339 233 193 169 0 50 0
[pid=14377] ppid=14376 vsize=868620 CPUtime=5.46
/proc/14377/stat : 14377 (java) S 14376 14363 12900 0 -1 0 7170 0 1 0 534 12 0 0 18 0 9 0 21352251 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14377/statm: 217155 6048 2589 9 0 211632 0
[pid=14377/tid=14378] ppid=14376 vsize=868620 CPUtime=5.05
/proc/14377/task/14378/stat : 14378 (java) R 14376 14363 12900 0 -1 64 3086 0 1 0 499 6 0 0 25 0 9 0 21352252 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4126553280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14379] ppid=14376 vsize=868620 CPUtime=0.16
/proc/14377/task/14379/stat : 14379 (java) S 14376 14363 12900 0 -1 64 1872 0 0 0 13 3 0 0 16 0 9 0 21352253 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14380] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14380/stat : 14380 (java) S 14376 14363 12900 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21352253 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14381] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14381/stat : 14381 (java) S 14376 14363 12900 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21352253 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14382] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14382/stat : 14382 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21352255 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14383] ppid=14376 vsize=868620 CPUtime=0.22
/proc/14377/task/14383/stat : 14383 (java) S 14376 14363 12900 0 -1 64 1513 0 0 0 21 1 0 0 16 0 9 0 21352255 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14384] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14384/stat : 14384 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21352255 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14385] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14385/stat : 14385 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21352255 889466880 6048 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) 890844

[startup+12.7029 s]
/proc/loadavg: 2.02 2.08 2.03 3/93 14385
/proc/meminfo: memFree=1821384/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=0.71
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1310 4942 0 1 6 1 62 2 16 0 1 0 21352174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1111 409 3 0 796 0
[pid=14376] ppid=14363 vsize=5356 CPUtime=0
/proc/14376/stat : 14376 (sh) S 14363 14363 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21352251 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14376/statm: 1339 233 193 169 0 50 0
[pid=14377] ppid=14376 vsize=868620 CPUtime=11.79
/proc/14377/stat : 14377 (java) S 14376 14363 12900 0 -1 0 7614 0 1 0 1159 20 0 0 18 0 9 0 21352251 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14377/statm: 217155 6053 2589 9 0 211632 0
[pid=14377/tid=14378] ppid=14376 vsize=868620 CPUtime=11.25
/proc/14377/task/14378/stat : 14378 (java) R 14376 14363 12900 0 -1 64 3525 0 1 0 1113 12 0 0 25 0 9 0 21352252 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4126552211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14379] ppid=14376 vsize=868620 CPUtime=0.29
/proc/14377/task/14379/stat : 14379 (java) S 14376 14363 12900 0 -1 64 1872 0 0 0 23 6 0 0 16 0 9 0 21352253 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14380] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14380/stat : 14380 (java) S 14376 14363 12900 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21352253 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14381] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14381/stat : 14381 (java) S 14376 14363 12900 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21352253 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14382] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14382/stat : 14382 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21352255 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14383] ppid=14376 vsize=868620 CPUtime=0.23
/proc/14377/task/14383/stat : 14383 (java) S 14376 14363 12900 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 21352255 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14384] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14384/stat : 14384 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21352255 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14377/tid=14385] ppid=14376 vsize=868620 CPUtime=0
/proc/14377/task/14385/stat : 14385 (java) S 14376 14363 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21352255 889466880 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890844

[startup+25.5013 s]
/proc/loadavg: 2.10 2.09 2.03 3/85 14387
/proc/meminfo: memFree=1807496/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0
[pid=14386] ppid=14363 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14363 14363 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=26104 CPUtime=11.03
/proc/14387/stat : 14387 (picosat) R 14386 14363 12900 0 -1 4194304 6427 0 0 0 676 427 0 0 25 0 1 0 21353610 26730496 6411 996147200 134512640 134931368 4294956256 18446744073709551615 134531145 0 0 4096 0 0 0 0 17 1 0 0
/proc/14387/statm: 6526 6411 48 102 0 6421 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 48328

[startup+51.101 s]
/proc/loadavg: 2.06 2.08 2.03 3/85 14387
/proc/meminfo: memFree=1788360/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1632664/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0
[pid=14386] ppid=14363 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14363 14363 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=193868 CPUtime=1340.8
/proc/14387/stat : 14387 (picosat) R 14386 14363 12900 0 -1 4194304 48726 0 0 0 133609 471 0 0 25 0 1 0 21353610 198520832 47837 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14387/statm: 48467 47837 48 102 0 48362 0
Current children cumulated CPU time (s) 1354.94
Current children cumulated vsize (KiB) 216092

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14417
/proc/meminfo: memFree=1632664/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0
[pid=14386] ppid=14363 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14363 14363 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=193868 CPUtime=1400.78
/proc/14387/stat : 14387 (picosat) R 14386 14363 12900 0 -1 4194304 48726 0 0 0 139607 471 0 0 25 0 1 0 21353610 198520832 47837 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14387/statm: 48467 47837 48 102 0 48362 0
Current children cumulated CPU time (s) 1414.92
Current children cumulated vsize (KiB) 216092

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14417
/proc/meminfo: memFree=1632600/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0
[pid=14386] ppid=14363 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14363 14363 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=193868 CPUtime=1460.75
/proc/14387/stat : 14387 (picosat) R 14386 14363 12900 0 -1 4194304 48726 0 0 0 145604 471 0 0 25 0 1 0 21353610 198520832 47837 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14387/statm: 48467 47837 48 102 0 48362 0
Current children cumulated CPU time (s) 1474.89
Current children cumulated vsize (KiB) 216092

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14417
/proc/meminfo: memFree=1618456/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0
[pid=14386] ppid=14363 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14363 14363 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=208164 CPUtime=1520.73
/proc/14387/stat : 14387 (picosat) R 14386 14363 12900 0 -1 4194304 52325 0 0 0 151597 476 0 0 25 0 1 0 21353610 213159936 51436 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14387/statm: 52041 51436 48 102 0 51936 0
Current children cumulated CPU time (s) 1534.87
Current children cumulated vsize (KiB) 230388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14417
/proc/meminfo: memFree=1612824/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0
[pid=14386] ppid=14363 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14363 14363 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=213444 CPUtime=1580.7
/proc/14387/stat : 14387 (picosat) R 14386 14363 12900 0 -1 4194304 53817 0 0 0 157592 478 0 0 25 0 1 0 21353610 218566656 52774 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/14387/statm: 53361 52774 48 102 0 53256 0
Current children cumulated CPU time (s) 1594.84
Current children cumulated vsize (KiB) 235668

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14418
/proc/meminfo: memFree=1612816/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0
[pid=14386] ppid=14363 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14363 14363 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=213444 CPUtime=1640.67
/proc/14387/stat : 14387 (picosat) R 14386 14363 12900 0 -1 4194304 53817 0 0 0 163589 478 0 0 25 0 1 0 21353610 218566656 52774 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14387/statm: 53361 52774 48 102 0 53256 0
Current children cumulated CPU time (s) 1654.81
Current children cumulated vsize (KiB) 235668

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14418
/proc/meminfo: memFree=1612752/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0
[pid=14386] ppid=14363 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14363 14363 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=213444 CPUtime=1700.65
/proc/14387/stat : 14387 (picosat) R 14386 14363 12900 0 -1 4194304 53817 0 0 0 169587 478 0 0 25 0 1 0 21353610 218566656 52774 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14387/statm: 53361 52774 48 102 0 53256 0
Current children cumulated CPU time (s) 1714.79
Current children cumulated vsize (KiB) 235668

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14418
/proc/meminfo: memFree=1612560/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0
[pid=14386] ppid=14363 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14363 14363 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=213444 CPUtime=1760.62
/proc/14387/stat : 14387 (picosat) R 14386 14363 12900 0 -1 4194304 53817 0 0 0 175584 478 0 0 25 0 1 0 21353610 218566656 52774 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/14387/statm: 53361 52774 48 102 0 53256 0
Current children cumulated CPU time (s) 1774.76
Current children cumulated vsize (KiB) 235668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14418
/proc/meminfo: memFree=1612560/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0
[pid=14386] ppid=14363 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14363 14363 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=213444 CPUtime=1785.92
/proc/14387/stat : 14387 (picosat) R 14386 14363 12900 0 -1 4194304 53817 0 0 0 178114 478 0 0 25 0 1 0 21353610 218566656 52774 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14387/statm: 53361 52774 48 102 0 53256 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 235668

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

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

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14418
/proc/meminfo: memFree=1612560/2055920 swapFree=4192812/4192956
[pid=14363] ppid=14361 vsize=16868 CPUtime=14.14
/proc/14363/stat : 14363 (sugar) S 14361 14363 12900 0 -1 4194304 1365 12971 0 2 6 1 1381 26 16 0 1 0 21352174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14363/statm: 4217 1113 409 3 0 796 0
[pid=14386] ppid=14363 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14363 14363 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=213444 CPUtime=1785.92
/proc/14387/stat : 14387 (picosat) R 14386 14363 12900 0 -1 4194304 53817 0 0 0 178114 478 0 0 25 0 1 0 21353610 218566656 52774 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14387/statm: 53361 52774 48 102 0 53256 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 235668

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14363 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=881889
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=283956
# CPU time returned by wait4() is 14.1658
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.64
CPU time (s): 1800.06
CPU user time (s): 1795.01
CPU system time (s): 5.05
CPU usage (%): 99.5805
Max. virtual memory (cumulated for all children) (KiB): 890844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.8819
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14730
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= 9814
involuntary context switches= 10235

runsolver used 2.04369 second user time and 6.18806 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 22:07:35
IDJOB=2066384
IDBENCH=54514
IDSOLVER=738
FILE ID=node19/2066384-1247342855
PBS_JOBID= 9506650
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-30-40.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-2066384-1247342855/watcher-2066384-1247342855 -o /tmp/evaluation-result-2066384-1247342855/solver-2066384-1247342855 -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-2066384-1247342855.xml

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

MD5SUM BENCH= 9a003ce3b7fcd7489458f88e729a9490
RANDOM SEED=469611141

node19.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.211
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.211
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:       1852984 kB
Buffers:         19420 kB
Cached:          93800 kB
SwapCached:          0 kB
Active:         121216 kB
Inactive:        35696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:          64232 kB
Slab:            30960 kB
Committed_AS:   197940 kB
PageTables:       1980 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= 66424 MiB
End job on node19 at 2009-07-11 22:37:45