Trace number 2066274

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.04 1809.95

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-50-55.xml
MD5SUM8ee2641ad289b185e0bf8bb3e7ef9972
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 variables5500
Number of constraints210
Maximum constraint arity55
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension210
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 Sat Jul 11 21:54:26 2009
0.05/0.07	c 0	PID 15130
0.05/0.08	c 0	HOST node27.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2066274-1247342066.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-2066274-1247342066.xml' 'HOME/temp.csp'
0.07/0.57	c 0	1 domains, 5500 variables, 2 predicates, 0 relations, 210 constraints
0.07/0.60	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.60	c 0	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.07/0.68	c 0	Parsing HOME/temp.csp
0.55/0.95	c 1	parsed 5713 expressions
0.55/0.96	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.96	c 1	Converting to clausal form CSP
0.55/0.99	c 1	converted 572 (10%) expressions
0.55/0.99	c 1	converted 1143 (20%) expressions
0.93/1.01	c 1	converted 1714 (30%) expressions
0.93/1.01	c 1	converted 2286 (40%) expressions
0.93/1.01	c 1	converted 2857 (50%) expressions
0.93/1.01	c 1	converted 3428 (60%) expressions
0.93/1.01	c 1	converted 4000 (70%) expressions
0.93/1.02	c 1	converted 4571 (80%) expressions
0.93/1.02	c 1	converted 5142 (90%) expressions
1.52/1.67	c 1	converted 5713 (100%) expressions
1.52/1.67	c 1	CSP : 7390 integers, 0 booleans, 3990 clauses, largest domain size 18
1.52/1.67	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.67	c 1	Propagation in CSP
1.71/1.82	c 2	4900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.71/1.83	c 2	CSP : 7390 integers, 0 booleans, 3990 clauses, largest domain size 18
1.71/1.83	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.83	c 2	Simplifing CSP by introducing new Boolean variables
1.71/1.84	c 2	CSP : 7390 integers, 0 booleans, 3990 clauses, largest domain size 18
1.71/1.84	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.89	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.90	c 2	739 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.91	c 2	1478 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.92	c 2	2217 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.92	c 2	2956 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.92	c 2	3695 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.92	c 2	4434 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.92	c 2	5173 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.93	c 2	5912 (80%) CSP integer variables are encoded (4164 clauses, 54335 bytes)
1.82/1.95	c 2	6651 (90%) CSP integer variables are encoded (10010 clauses, 142025 bytes)
1.82/1.95	c 2	7390 (100%) CSP integer variables are encoded (10010 clauses, 142025 bytes)
3.11/3.22	c 3	399 (10%) CSP clauses are encoded (106631 clauses, 2599872 bytes)
4.39/4.51	c 4	798 (20%) CSP clauses are encoded (203252 clauses, 5442999 bytes)
5.69/5.80	c 6	1197 (30%) CSP clauses are encoded (299873 clauses, 8385760 bytes)
6.98/7.10	c 7	1596 (40%) CSP clauses are encoded (396494 clauses, 11345122 bytes)
8.27/8.40	c 8	1995 (50%) CSP clauses are encoded (493115 clauses, 14304484 bytes)
9.57/9.72	c 9	2394 (60%) CSP clauses are encoded (520936 clauses, 15070821 bytes)
10.86/11.06	c 11	2793 (70%) CSP clauses are encoded (527257 clauses, 15151967 bytes)
12.25/12.41	c 12	3192 (80%) CSP clauses are encoded (533578 clauses, 15234924 bytes)
13.55/13.79	c 14	3591 (90%) CSP clauses are encoded (539899 clauses, 15320772 bytes)
14.94/15.16	c 15	3990 (100%) CSP clauses are encoded (546220 clauses, 15406620 bytes)
14.94/15.16	c 15	3990 CSP clauses encoded
14.94/15.16	c 15	Writing map file : HOME/temp.map
14.94/15.18	c 15	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.94/15.18	c 15	SAT : 17400 SAT variables, 546220 SAT clauses, 15406620 bytes
14.94/15.18	c 15	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.02/15.24	c 15	SOLVING HOME/temp.cnf
15.02/15.24	c 15	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1809.92	c ERROR INTERRUPTED
1800.04/1809.94	s UNKNOWN
1800.04/1809.94	c 1810	CPU 15.05 (0.06 0.01 14.69 0.29)
1800.04/1809.94	c 1810	END Sat Jul 11 22:24:36 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-2066274-1247342066/watcher-2066274-1247342066 -o /tmp/evaluation-result-2066274-1247342066/solver-2066274-1247342066 -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-2066274-1247342066.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.07 2.02 1.91 4/84 15130
/proc/meminfo: memFree=1644040/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=12268 CPUtime=0
/proc/15130/stat : 15130 (sugar) D 15128 15130 13980 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 21272828 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233588882021 0 2147483391 4224 0 18446744072099863542 0 0 17 0 0 0
/proc/15130/statm: 3067 316 241 3 0 167 0

[startup+0.0577201 s]
/proc/loadavg: 2.07 2.02 1.91 4/84 15130
/proc/meminfo: memFree=1644040/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16080 CPUtime=0.05
/proc/15130/stat : 15130 (sugar) R 15128 15130 13980 0 -1 4194304 925 0 0 0 4 1 0 0 18 0 1 0 21272828 16465920 893 996147200 4194304 4206940 548682068608 18446744073709551615 233606210153 0 0 4224 0 0 0 0 17 0 0 0
/proc/15130/statm: 4020 893 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.10273 s]
/proc/loadavg: 2.07 2.02 1.91 4/84 15130
/proc/meminfo: memFree=1644040/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=0.07
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 21272828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15130/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302762 s]
/proc/loadavg: 2.07 2.02 1.91 4/84 15130
/proc/meminfo: memFree=1644040/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=0.07
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 21272828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15130/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702831 s]
/proc/loadavg: 2.07 2.02 1.91 4/84 15130
/proc/meminfo: memFree=1644040/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=0.55
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1309 5416 0 1 6 1 43 5 16 0 1 0 21272828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50198 s]
/proc/loadavg: 2.07 2.02 1.91 4/95 15152
/proc/meminfo: memFree=1632368/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=0.55
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1309 5416 0 1 6 1 43 5 15 0 1 0 21272828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1111 409 3 0 796 0
[pid=15143] ppid=15130 vsize=5356 CPUtime=0
/proc/15143/stat : 15143 (sh) S 15130 15130 13980 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21272889 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15143/statm: 1339 233 193 169 0 50 0
[pid=15144] ppid=15143 vsize=868600 CPUtime=0.87
/proc/15144/stat : 15144 (java) S 15143 15130 13980 0 -1 0 7274 0 1 0 82 5 0 0 18 0 9 0 21272889 889446400 6508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15144/statm: 217150 6508 2566 9 0 211655 0
[pid=15144/tid=15145] ppid=15143 vsize=868600 CPUtime=0.57
/proc/15144/task/15145/stat : 15145 (java) R 15143 15130 13980 0 -1 64 2690 0 1 0 56 1 0 0 20 0 9 0 21272890 889446400 6508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15146] ppid=15143 vsize=868600 CPUtime=0.09
/proc/15144/task/15146/stat : 15146 (java) R 15143 15130 13980 0 -1 64 2398 0 0 0 8 1 0 0 16 0 9 0 21272891 889446400 6508 996147200 134512640 134550932 4294955936 18446744073709551615 103841386 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15147] ppid=15143 vsize=868600 CPUtime=0
/proc/15144/task/15147/stat : 15147 (java) S 15143 15130 13980 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21272891 889446400 6508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15148] ppid=15143 vsize=868600 CPUtime=0
/proc/15144/task/15148/stat : 15148 (java) S 15143 15130 13980 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21272891 889446400 6508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15149] ppid=15143 vsize=868600 CPUtime=0
/proc/15144/task/15149/stat : 15149 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21272894 889446400 6508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15150] ppid=15143 vsize=868600 CPUtime=0.17
/proc/15144/task/15150/stat : 15150 (java) S 15143 15130 13980 0 -1 64 1486 0 0 0 16 1 0 0 16 0 9 0 21272894 889446400 6508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15151] ppid=15143 vsize=868600 CPUtime=0
/proc/15144/task/15151/stat : 15151 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21272894 889446400 6508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15152] ppid=15143 vsize=868600 CPUtime=0
/proc/15144/task/15152/stat : 15152 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21272894 889446400 6508 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) 890824

[startup+3.10226 s]
/proc/loadavg: 2.07 2.02 1.91 3/95 15152
/proc/meminfo: memFree=1622512/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=0.55
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1310 5416 0 1 6 1 43 5 15 0 1 0 21272828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1111 409 3 0 796 0
[pid=15143] ppid=15130 vsize=5356 CPUtime=0
/proc/15143/stat : 15143 (sh) S 15130 15130 13980 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21272889 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15143/statm: 1339 233 193 169 0 50 0
[pid=15144] ppid=15143 vsize=868712 CPUtime=2.46
/proc/15144/stat : 15144 (java) S 15143 15130 13980 0 -1 0 7850 0 1 0 238 8 0 0 18 0 9 0 21272889 889561088 6906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15144/statm: 217178 6906 2590 9 0 211655 0
[pid=15144/tid=15145] ppid=15143 vsize=868712 CPUtime=2
/proc/15144/task/15145/stat : 15145 (java) R 15143 15130 13980 0 -1 64 2909 0 1 0 197 3 0 0 25 0 9 0 21272890 889561088 6906 996147200 134512640 134550932 4294955936 18446744073709551615 4126552926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15146] ppid=15143 vsize=868712 CPUtime=0.21
/proc/15144/task/15146/stat : 15146 (java) S 15143 15130 13980 0 -1 64 2722 0 0 0 19 2 0 0 16 0 9 0 21272891 889561088 6906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15147] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15147/stat : 15147 (java) S 15143 15130 13980 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21272891 889561088 6906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15148] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15148/stat : 15148 (java) S 15143 15130 13980 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21272891 889561088 6906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15149] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15149/stat : 15149 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21272894 889561088 6906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15150] ppid=15143 vsize=868712 CPUtime=0.22
/proc/15144/task/15150/stat : 15150 (java) S 15143 15130 13980 0 -1 64 1519 0 0 0 21 1 0 0 16 0 9 0 21272894 889561088 6906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15151] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15151/stat : 15151 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21272894 889561088 6906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15152] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15152/stat : 15152 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21272894 889561088 6906 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) 890936

[startup+6.30184 s]
/proc/loadavg: 2.07 2.02 1.91 4/95 15152
/proc/meminfo: memFree=1615152/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=0.55
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1310 5416 0 1 6 1 43 5 16 0 1 0 21272828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1111 409 3 0 796 0
[pid=15143] ppid=15130 vsize=5356 CPUtime=0
/proc/15143/stat : 15143 (sh) S 15130 15130 13980 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21272889 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15143/statm: 1339 233 193 169 0 50 0
[pid=15144] ppid=15143 vsize=868712 CPUtime=5.64
/proc/15144/stat : 15144 (java) S 15143 15130 13980 0 -1 0 8161 0 1 0 549 15 0 0 18 0 9 0 21272889 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15144/statm: 217178 6915 2590 9 0 211655 0
[pid=15144/tid=15145] ppid=15143 vsize=868712 CPUtime=5.09
/proc/15144/task/15145/stat : 15145 (java) R 15143 15130 13980 0 -1 64 3212 0 1 0 501 8 0 0 25 0 9 0 21272890 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4127026350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15146] ppid=15143 vsize=868712 CPUtime=0.29
/proc/15144/task/15146/stat : 15146 (java) S 15143 15130 13980 0 -1 64 2722 0 0 0 25 4 0 0 16 0 9 0 21272891 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15147] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15147/stat : 15147 (java) S 15143 15130 13980 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21272891 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15148] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15148/stat : 15148 (java) S 15143 15130 13980 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21272891 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15149] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15149/stat : 15149 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21272894 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15150] ppid=15143 vsize=868712 CPUtime=0.23
/proc/15144/task/15150/stat : 15150 (java) S 15143 15130 13980 0 -1 64 1527 0 0 0 22 1 0 0 16 0 9 0 21272894 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15151] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15151/stat : 15151 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21272894 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15152] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15152/stat : 15152 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21272894 889561088 6915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890936

[startup+12.703 s]
/proc/loadavg: 2.06 2.02 1.91 3/95 15152
/proc/meminfo: memFree=1607280/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=0.55
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1310 5416 0 1 6 1 43 5 16 0 1 0 21272828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1111 409 3 0 796 0
[pid=15143] ppid=15130 vsize=5356 CPUtime=0
/proc/15143/stat : 15143 (sh) S 15130 15130 13980 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21272889 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15143/statm: 1339 233 193 169 0 50 0
[pid=15144] ppid=15143 vsize=868712 CPUtime=12
/proc/15144/stat : 15144 (java) S 15143 15130 13980 0 -1 0 8515 0 1 0 1178 22 0 0 18 0 9 0 21272889 889561088 6916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15144/statm: 217178 6916 2590 9 0 211655 0
[pid=15144/tid=15145] ppid=15143 vsize=868712 CPUtime=11.35
/proc/15144/task/15145/stat : 15145 (java) R 15143 15130 13980 0 -1 64 3565 0 1 0 1122 13 0 0 25 0 9 0 21272890 889561088 6916 996147200 134512640 134550932 4294955936 18446744073709551615 4127035136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15146] ppid=15143 vsize=868712 CPUtime=0.39
/proc/15144/task/15146/stat : 15146 (java) S 15143 15130 13980 0 -1 64 2722 0 0 0 33 6 0 0 16 0 9 0 21272891 889561088 6916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15147] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15147/stat : 15147 (java) S 15143 15130 13980 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21272891 889561088 6916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15148] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15148/stat : 15148 (java) S 15143 15130 13980 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21272891 889561088 6916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15149] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15149/stat : 15149 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21272894 889561088 6916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15150] ppid=15143 vsize=868712 CPUtime=0.23
/proc/15144/task/15150/stat : 15150 (java) S 15143 15130 13980 0 -1 64 1528 0 0 0 22 1 0 0 17 0 9 0 21272894 889561088 6916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15151] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15151/stat : 15151 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21272894 889561088 6916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15144/tid=15152] ppid=15143 vsize=868712 CPUtime=0
/proc/15144/task/15152/stat : 15152 (java) S 15143 15130 13980 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21272894 889561088 6916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890936

[startup+25.5023 s]
/proc/loadavg: 2.05 2.01 1.91 3/87 15154
/proc/meminfo: memFree=1599152/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=15130 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 15130 15130 13980 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21274353 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=27524 CPUtime=10.19
/proc/15154/stat : 15154 (picosat) R 15153 15130 13980 0 -1 4194304 6544 0 0 0 642 377 0 0 25 0 1 0 21274353 28184576 6528 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/15154/statm: 6881 6528 48 102 0 6776 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 49748

[startup+51.103 s]
/proc/loadavg: 2.03 2.01 1.91 3/87 15154
/proc/meminfo: memFree=1563120/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1287536/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=15130 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 15130 15130 13980 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21274353 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=245332 CPUtime=1340.22
/proc/15154/stat : 15154 (picosat) R 15153 15130 13980 0 -1 4194304 67302 0 0 0 133590 432 0 0 25 0 1 0 21274353 251219968 60598 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15154/statm: 61333 60598 48 102 0 61228 0
Current children cumulated CPU time (s) 1355.26
Current children cumulated vsize (KiB) 267556

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 15160
/proc/meminfo: memFree=1265008/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=15130 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 15130 15130 13980 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21274353 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=245332 CPUtime=1399.79
/proc/15154/stat : 15154 (picosat) R 15153 15130 13980 0 -1 4194304 67325 0 0 0 139547 432 0 0 25 0 1 0 21274353 251219968 60621 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 1 0 0
/proc/15154/statm: 61333 60621 48 102 0 61228 0
Current children cumulated CPU time (s) 1414.83
Current children cumulated vsize (KiB) 267556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 15160
/proc/meminfo: memFree=1264944/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=15130 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 15130 15130 13980 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21274353 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=245332 CPUtime=1459.5
/proc/15154/stat : 15154 (picosat) R 15153 15130 13980 0 -1 4194304 67325 0 0 0 145518 432 0 0 25 0 1 0 21274353 251219968 60621 996147200 134512640 134931368 4294956256 18446744073709551615 134520506 0 0 4096 0 0 0 0 17 1 0 0
/proc/15154/statm: 61333 60621 48 102 0 61228 0
Current children cumulated CPU time (s) 1474.54
Current children cumulated vsize (KiB) 267556

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 15160
/proc/meminfo: memFree=1264688/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=15130 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 15130 15130 13980 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21274353 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=245332 CPUtime=1519.2
/proc/15154/stat : 15154 (picosat) R 15153 15130 13980 0 -1 4194304 67345 0 0 0 151488 432 0 0 25 0 1 0 21274353 251219968 60641 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/15154/statm: 61333 60641 48 102 0 61228 0
Current children cumulated CPU time (s) 1534.24
Current children cumulated vsize (KiB) 267556

[startup+1602.3 s]
/proc/loadavg: 1.84 1.95 1.90 2/70 15356
/proc/meminfo: memFree=1609920/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=15130 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 15130 15130 13980 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21274353 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=245332 CPUtime=1578.8
/proc/15154/stat : 15154 (picosat) R 15153 15130 13980 0 -1 4194304 67345 0 0 0 157447 433 0 0 25 0 1 0 21274353 251219968 60641 996147200 134512640 134931368 4294956256 18446744073709551615 134525818 0 0 4096 0 0 0 0 17 0 0 0
/proc/15154/statm: 61333 60641 48 102 0 61228 0
Current children cumulated CPU time (s) 1593.84
Current children cumulated vsize (KiB) 267556

[startup+1662.3 s]
/proc/loadavg: 1.84 1.92 1.89 4/86 15553
/proc/meminfo: memFree=1510480/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=15130 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 15130 15130 13980 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21274353 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=245332 CPUtime=1638.47
/proc/15154/stat : 15154 (picosat) R 15153 15130 13980 0 -1 4194304 67345 0 0 0 163413 434 0 0 25 0 1 0 21274353 251219968 60641 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15154/statm: 61333 60641 48 102 0 61228 0
Current children cumulated CPU time (s) 1653.51
Current children cumulated vsize (KiB) 267556

[startup+1722.3 s]
/proc/loadavg: 1.94 1.93 1.90 3/72 15594
/proc/meminfo: memFree=1600960/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=15130 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 15130 15130 13980 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21274353 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=245332 CPUtime=1698.29
/proc/15154/stat : 15154 (picosat) R 15153 15130 13980 0 -1 4194304 67362 0 0 0 169394 435 0 0 25 0 1 0 21274353 251219968 60658 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15154/statm: 61333 60658 48 102 0 61228 0
Current children cumulated CPU time (s) 1713.33
Current children cumulated vsize (KiB) 267556

[startup+1782.3 s]
/proc/loadavg: 1.90 1.92 1.90 5/85 15691
/proc/meminfo: memFree=1472592/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=15130 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 15130 15130 13980 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21274353 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=245332 CPUtime=1757.66
/proc/15154/stat : 15154 (picosat) R 15153 15130 13980 0 -1 4194304 67362 0 0 0 175329 437 0 0 25 0 1 0 21274353 251219968 60658 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 1 0 0
/proc/15154/statm: 61333 60658 48 102 0 61228 0
Current children cumulated CPU time (s) 1772.7
Current children cumulated vsize (KiB) 267556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.9 s]
/proc/loadavg: 2.19 1.99 1.92 3/85 15691
/proc/meminfo: memFree=1162448/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=15130 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 15130 15130 13980 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21274353 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=245332 CPUtime=1785
/proc/15154/stat : 15154 (picosat) R 15153 15130 13980 0 -1 4194304 67362 0 0 0 178063 437 0 0 25 0 1 0 21274353 251219968 60658 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15154/statm: 61333 60658 48 102 0 61228 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 267556

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

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

[startup+1809.9 s]
/proc/loadavg: 2.19 1.99 1.92 3/85 15691
/proc/meminfo: memFree=1162448/2055920 swapFree=4192812/4192956
[pid=15130] ppid=15128 vsize=16868 CPUtime=15.04
/proc/15130/stat : 15130 (sugar) S 15128 15130 13980 0 -1 4194304 1365 14317 0 2 6 1 1468 29 16 0 1 0 21272828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15130/statm: 4217 1113 409 3 0 796 0
[pid=15153] ppid=15130 vsize=5356 CPUtime=0
/proc/15153/stat : 15153 (sh) S 15130 15130 13980 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21274353 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15153/statm: 1339 232 193 169 0 50 0
[pid=15154] ppid=15153 vsize=245332 CPUtime=1785
/proc/15154/stat : 15154 (picosat) R 15153 15130 13980 0 -1 4194304 67362 0 0 0 178063 437 0 0 25 0 1 0 21274353 251219968 60658 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15154/statm: 61333 60658 48 102 0 61228 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 267556

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15130 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=761755
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=311952
# CPU time returned by wait4() is 15.0737
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.95
CPU time (s): 1800.04
CPU user time (s): 1795.37
CPU system time (s): 4.67
CPU usage (%): 99.4526
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.7618
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16076
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= 10137
involuntary context switches= 10169

runsolver used 1.9937 second user time and 6.21705 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-11 21:54:26
IDJOB=2066274
IDBENCH=54500
IDSOLVER=738
FILE ID=node27/2066274-1247342066
PBS_JOBID= 9506713
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-50-55.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-2066274-1247342066/watcher-2066274-1247342066 -o /tmp/evaluation-result-2066274-1247342066/solver-2066274-1247342066 -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-2066274-1247342066.xml

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

MD5SUM BENCH= 8ee2641ad289b185e0bf8bb3e7ef9972
RANDOM SEED=1759515683

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1644520 kB
Buffers:         26004 kB
Cached:          90820 kB
SwapCached:          0 kB
Active:         321800 kB
Inactive:        39600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:         260232 kB
Slab:            34868 kB
Committed_AS:   851044 kB
PageTables:       2204 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66304 MiB
End job on node27 at 2009-07-11 22:24:38