Trace number 2060081

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? (MO) 318.662 324.42

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-12_glb.xml
MD5SUMcd5b883393acd0fa1b14ec778755c15e
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.97755
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints27
Maximum constraint arity144
Maximum domain size144
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(26)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.07/0.08	c 0	BEGIN Sat Jul 11 17:16:15 2009
0.07/0.08	c 0	PID 14365
0.07/0.08	c 0	HOST node3.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2060081-1247325375.xml TO HOME/temp.csp
0.07/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-2060081-1247325375.xml' 'HOME/temp.csp'
0.07/0.30	c 0	1 domains, 144 variables, 0 predicates, 0 relations, 27 constraints
0.07/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	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.28/0.43	c 0	Parsing HOME/temp.csp
0.28/0.46	c 0	parsed 172 expressions
0.28/0.47	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.47	c 0	Converting to clausal form CSP
0.28/0.49	c 0	converted 18 (10%) expressions
0.28/0.49	c 0	converted 35 (20%) expressions
0.28/0.49	c 0	converted 52 (30%) expressions
0.28/0.49	c 0	converted 69 (40%) expressions
0.28/0.49	c 0	converted 86 (50%) expressions
0.28/0.49	c 0	converted 104 (60%) expressions
0.28/0.49	c 0	converted 121 (70%) expressions
0.28/0.49	c 0	converted 138 (80%) expressions
0.28/0.70	c 0	converted 155 (90%) expressions
1.21/1.31	c 1	converted 172 (100%) expressions
1.21/1.31	c 1	CSP : 612 integers, 0 booleans, 11286 clauses, largest domain size 573
1.21/1.31	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.31	c 1	Propagation in CSP
1.21/1.36	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.36	c 1	CSP : 612 integers, 0 booleans, 11286 clauses, largest domain size 573
1.21/1.36	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.55	c 1	CSP : 612 integers, 20592 booleans, 31878 clauses, largest domain size 573
1.40/1.55	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.65	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.49/1.69	c 1	62 (10%) CSP integer variables are encoded (8804 clauses, 112317 bytes)
1.60/1.70	c 1	123 (20%) CSP integer variables are encoded (17466 clauses, 239996 bytes)
1.60/1.73	c 2	184 (30%) CSP integer variables are encoded (35566 clauses, 511496 bytes)
1.60/1.76	c 2	245 (40%) CSP integer variables are encoded (58671 clauses, 858071 bytes)
1.60/1.79	c 2	306 (50%) CSP integer variables are encoded (82062 clauses, 1208936 bytes)
1.69/1.82	c 2	368 (60%) CSP integer variables are encoded (105452 clauses, 1571397 bytes)
1.69/1.85	c 2	429 (70%) CSP integer variables are encoded (128843 clauses, 1969044 bytes)
1.69/1.88	c 2	490 (80%) CSP integer variables are encoded (151948 clauses, 2361829 bytes)
1.80/1.92	c 2	551 (90%) CSP integer variables are encoded (175053 clauses, 2754614 bytes)
1.80/1.95	c 2	612 (100%) CSP integer variables are encoded (198444 clauses, 3152261 bytes)
96.55/99.36	c 99	3188 (10%) CSP clauses are encoded (51852673 clauses, 1148897628 bytes)
97.14/99.96	c 100	6376 (20%) CSP clauses are encoded (52159736 clauses, 1155416798 bytes)
97.69/100.60	c 100	9564 (30%) CSP clauses are encoded (52466942 clauses, 1162014086 bytes)
98.38/101.22	c 101	12752 (40%) CSP clauses are encoded (52774005 clauses, 1168627110 bytes)
98.97/101.83	c 102	15939 (50%) CSP clauses are encoded (53081067 clauses, 1175255012 bytes)
99.54/102.45	c 102	19127 (60%) CSP clauses are encoded (53388130 clauses, 1181906404 bytes)
100.13/103.07	c 103	22315 (70%) CSP clauses are encoded (53695193 clauses, 1188590708 bytes)
100.72/103.70	c 103	25503 (80%) CSP clauses are encoded (54002399 clauses, 1195479826 bytes)
101.41/104.33	c 104	28691 (90%) CSP clauses are encoded (54309462 clauses, 1202507209 bytes)
101.98/104.96	c 105	31878 (100%) CSP clauses are encoded (54616238 clauses, 1209529700 bytes)
101.98/104.96	c 105	31878 CSP clauses encoded
101.98/104.96	c 105	Writing map file : HOME/temp.map
101.98/104.98	c 105	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
101.98/104.98	c 105	SAT : 219648 SAT variables, 54616238 SAT clauses, 1209529700 bytes
101.98/104.98	c 105	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
102.07/105.01	c 105	SOLVING HOME/temp.cnf
102.07/105.01	c 105	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
317.98/323.42	c ERROR INTERRUPTED
318.09/323.56	s UNKNOWN
318.09/323.56	c 323	CPU 102.09 (0.06 0.02 92.78 9.23)
318.09/323.56	c 323	END Sat Jul 11 17:21:38 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-2060081-1247325375/watcher-2060081-1247325375 -o /tmp/evaluation-result-2060081-1247325375/solver-2060081-1247325375 -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-2060081-1247325375.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: 1.91 1.97 1.93 4/74 14365
/proc/meminfo: memFree=990936/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=12268 CPUtime=0
/proc/14365/stat : 14365 (sugar) R 14363 14365 13672 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19605048 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14365/statm: 3067 316 241 3 0 167 0

[startup+0.0811699 s]
/proc/loadavg: 1.91 1.97 1.93 4/74 14365
/proc/meminfo: memFree=990936/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16740 CPUtime=0.07
/proc/14365/stat : 14365 (sugar) R 14363 14365 13672 0 -1 4194304 1138 0 0 0 5 2 0 0 18 0 1 0 19605048 17141760 1105 996147200 4194304 4206940 548682068608 18446744073709551615 233652712539 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14365/statm: 4185 1105 404 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10118 s]
/proc/loadavg: 1.91 1.97 1.93 4/74 14365
/proc/meminfo: memFree=990936/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=0.07
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19605048 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301209 s]
/proc/loadavg: 1.91 1.97 1.93 4/74 14365
/proc/meminfo: memFree=990936/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=0.07
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19605048 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701272 s]
/proc/loadavg: 1.91 1.97 1.93 4/74 14365
/proc/meminfo: memFree=990936/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=0.28
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1309 4337 0 1 5 2 18 3 15 0 1 0 19605048 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.50241 s]
/proc/loadavg: 1.91 1.97 1.93 3/85 14387
/proc/meminfo: memFree=974144/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=0.28
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1310 4337 0 1 5 2 18 3 16 0 1 0 19605048 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1111 409 3 0 796 0
[pid=14378] ppid=14365 vsize=5356 CPUtime=0
/proc/14378/stat : 14378 (sh) S 14365 14365 13672 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19605084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14378/statm: 1339 233 193 169 0 50 0
[pid=14379] ppid=14378 vsize=868784 CPUtime=1.12
/proc/14379/stat : 14379 (java) S 14378 14365 13672 0 -1 0 8938 0 1 0 107 5 0 0 18 0 9 0 19605084 889634816 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14379/statm: 217196 8126 2566 9 0 211701 0
[pid=14379/tid=14380] ppid=14378 vsize=868784 CPUtime=0.64
/proc/14379/task/14380/stat : 14380 (java) R 14378 14365 13672 0 -1 64 2729 0 1 0 63 1 0 0 22 0 9 0 19605085 889634816 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14381] ppid=14378 vsize=868784 CPUtime=0.27
/proc/14379/task/14381/stat : 14381 (java) R 14378 14365 13672 0 -1 64 4049 0 0 0 26 1 0 0 16 0 9 0 19605086 889634816 8126 996147200 134512640 134550932 4294955936 18446744073709551615 103830994 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14382] ppid=14378 vsize=868784 CPUtime=0
/proc/14379/task/14382/stat : 14382 (java) S 14378 14365 13672 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19605086 889634816 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14383] ppid=14378 vsize=868784 CPUtime=0
/proc/14379/task/14383/stat : 14383 (java) S 14378 14365 13672 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19605086 889634816 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14384] ppid=14378 vsize=868784 CPUtime=0
/proc/14379/task/14384/stat : 14384 (java) S 14378 14365 13672 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19605088 889634816 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14385] ppid=14378 vsize=868784 CPUtime=0.17
/proc/14379/task/14385/stat : 14385 (java) S 14378 14365 13672 0 -1 64 1461 0 0 0 16 1 0 0 16 0 9 0 19605088 889634816 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14386] ppid=14378 vsize=868784 CPUtime=0
/proc/14379/task/14386/stat : 14386 (java) S 14378 14365 13672 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19605088 889634816 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14387] ppid=14378 vsize=868784 CPUtime=0
/proc/14379/task/14387/stat : 14387 (java) S 14378 14365 13672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19605088 889634816 8126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 891008

[startup+3.10166 s]
/proc/loadavg: 1.91 1.97 1.93 3/85 14387
/proc/meminfo: memFree=957248/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=0.28
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1310 4337 0 1 5 2 18 3 15 0 1 0 19605048 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1111 409 3 0 796 0
[pid=14378] ppid=14365 vsize=5356 CPUtime=0
/proc/14378/stat : 14378 (sh) S 14365 14365 13672 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19605084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14378/statm: 1339 233 193 169 0 50 0
[pid=14379] ppid=14378 vsize=868676 CPUtime=2.71
/proc/14379/stat : 14379 (java) S 14378 14365 13672 0 -1 0 10176 0 1 0 254 17 0 0 18 0 9 0 19605084 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14379/statm: 217169 8941 2590 9 0 211646 0
[pid=14379/tid=14380] ppid=14378 vsize=868676 CPUtime=1.98
/proc/14379/task/14380/stat : 14380 (java) R 14378 14365 13672 0 -1 64 3151 0 1 0 187 11 0 0 25 0 9 0 19605085 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4126470225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14381] ppid=14378 vsize=868676 CPUtime=0.49
/proc/14379/task/14381/stat : 14381 (java) S 14378 14365 13672 0 -1 64 4833 0 0 0 46 3 0 0 16 0 9 0 19605086 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14382] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14382/stat : 14382 (java) S 14378 14365 13672 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19605086 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14383] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14383/stat : 14383 (java) S 14378 14365 13672 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19605086 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14384] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14384/stat : 14384 (java) S 14378 14365 13672 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19605088 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14385] ppid=14378 vsize=868676 CPUtime=0.21
/proc/14379/task/14385/stat : 14385 (java) S 14378 14365 13672 0 -1 64 1493 0 0 0 20 1 0 0 16 0 9 0 19605088 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14386] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14386/stat : 14386 (java) S 14378 14365 13672 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19605088 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14387] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14387/stat : 14387 (java) S 14378 14365 13672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19605088 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890900

[startup+6.30218 s]
/proc/loadavg: 1.92 1.97 1.93 3/85 14387
/proc/meminfo: memFree=918656/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=0.28
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1310 4337 0 1 5 2 18 3 15 0 1 0 19605048 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1111 409 3 0 796 0
[pid=14378] ppid=14365 vsize=5356 CPUtime=0
/proc/14378/stat : 14378 (sh) S 14365 14365 13672 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19605084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14378/statm: 1339 233 193 169 0 50 0
[pid=14379] ppid=14378 vsize=868676 CPUtime=5.84
/proc/14379/stat : 14379 (java) S 14378 14365 13672 0 -1 0 10883 0 1 0 541 43 0 0 18 0 9 0 19605084 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14379/statm: 217169 8941 2590 9 0 211646 0
[pid=14379/tid=14380] ppid=14378 vsize=868676 CPUtime=4.89
/proc/14379/task/14380/stat : 14380 (java) R 14378 14365 13672 0 -1 64 3858 0 1 0 456 33 0 0 25 0 9 0 19605085 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4126955188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14381] ppid=14378 vsize=868676 CPUtime=0.71
/proc/14379/task/14381/stat : 14381 (java) S 14378 14365 13672 0 -1 64 4833 0 0 0 64 7 0 0 16 0 9 0 19605086 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14382] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14382/stat : 14382 (java) S 14378 14365 13672 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19605086 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14383] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14383/stat : 14383 (java) S 14378 14365 13672 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19605086 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14384] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14384/stat : 14384 (java) S 14378 14365 13672 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19605088 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14385] ppid=14378 vsize=868676 CPUtime=0.21
/proc/14379/task/14385/stat : 14385 (java) S 14378 14365 13672 0 -1 64 1493 0 0 0 20 1 0 0 16 0 9 0 19605088 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14386] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14386/stat : 14386 (java) S 14378 14365 13672 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19605088 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14387] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14387/stat : 14387 (java) S 14378 14365 13672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19605088 889524224 8941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 890900

[startup+12.7022 s]
/proc/loadavg: 1.93 1.97 1.93 3/85 14387
/proc/meminfo: memFree=843712/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=0.28
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1310 4337 0 1 5 2 18 3 15 0 1 0 19605048 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1111 409 3 0 796 0
[pid=14378] ppid=14365 vsize=5356 CPUtime=0
/proc/14378/stat : 14378 (sh) S 14365 14365 13672 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19605084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14378/statm: 1339 233 193 169 0 50 0
[pid=14379] ppid=14378 vsize=868676 CPUtime=12.15
/proc/14379/stat : 14379 (java) S 14378 14365 13672 0 -1 0 12303 0 1 0 1118 97 0 0 18 0 9 0 19605084 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14379/statm: 217169 8942 2590 9 0 211646 0
[pid=14379/tid=14380] ppid=14378 vsize=868676 CPUtime=10.76
/proc/14379/task/14380/stat : 14380 (java) R 14378 14365 13672 0 -1 64 5277 0 1 0 997 79 0 0 25 0 9 0 19605085 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4126941864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14381] ppid=14378 vsize=868676 CPUtime=1.14
/proc/14379/task/14381/stat : 14381 (java) S 14378 14365 13672 0 -1 64 4833 0 0 0 99 15 0 0 16 0 9 0 19605086 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14382] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14382/stat : 14382 (java) S 14378 14365 13672 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19605086 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14383] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14383/stat : 14383 (java) S 14378 14365 13672 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19605086 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14384] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14384/stat : 14384 (java) S 14378 14365 13672 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19605088 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14385] ppid=14378 vsize=868676 CPUtime=0.21
/proc/14379/task/14385/stat : 14385 (java) S 14378 14365 13672 0 -1 64 1494 0 0 0 20 1 0 0 16 0 9 0 19605088 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14386] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14386/stat : 14386 (java) S 14378 14365 13672 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19605088 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14387] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14387/stat : 14387 (java) R 14378 14365 13672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19605088 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 890900

[startup+25.5023 s]
/proc/loadavg: 2.10 2.00 1.94 3/85 14387
/proc/meminfo: memFree=690048/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=0.28
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1310 4337 0 1 5 2 18 3 15 0 1 0 19605048 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1111 409 3 0 796 0
[pid=14378] ppid=14365 vsize=5356 CPUtime=0
/proc/14378/stat : 14378 (sh) S 14365 14365 13672 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19605084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14378/statm: 1339 233 193 169 0 50 0
[pid=14379] ppid=14378 vsize=868676 CPUtime=24.58
/proc/14379/stat : 14379 (java) S 14378 14365 13672 0 -1 0 15088 0 1 0 2248 210 0 0 18 0 9 0 19605084 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14379/statm: 217169 8942 2590 9 0 211646 0
[pid=14379/tid=14380] ppid=14378 vsize=868676 CPUtime=22.3
/proc/14379/task/14380/stat : 14380 (java) R 14378 14365 13672 0 -1 64 8062 0 1 0 2058 172 0 0 25 0 9 0 19605085 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4126476870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14381] ppid=14378 vsize=868676 CPUtime=2.05
/proc/14379/task/14381/stat : 14381 (java) S 14378 14365 13672 0 -1 64 4833 0 0 0 169 36 0 0 16 0 9 0 19605086 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14382] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14382/stat : 14382 (java) S 14378 14365 13672 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19605086 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14383] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14383/stat : 14383 (java) S 14378 14365 13672 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19605086 889524224 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14384] ppid=14378 vsize=868676 CPUtime=0

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


[startup+102.308 s]
/proc/loadavg: 2.35 2.09 1.97 3/85 14387
/proc/meminfo: memFree=16256/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=0.28
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1310 4337 0 1 5 2 18 3 15 0 1 0 19605048 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1111 409 3 0 796 0
[pid=14378] ppid=14365 vsize=5356 CPUtime=0
/proc/14378/stat : 14378 (sh) S 14365 14365 13672 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19605084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14378/statm: 1339 233 193 169 0 50 0
[pid=14379] ppid=14378 vsize=868676 CPUtime=99.18
/proc/14379/stat : 14379 (java) S 14378 14365 13672 0 -1 0 31616 0 1 0 9021 897 0 0 18 0 9 0 19605084 889524224 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14379/statm: 217169 8947 2590 9 0 211646 0
[pid=14379/tid=14380] ppid=14378 vsize=868676 CPUtime=91.61
/proc/14379/task/14380/stat : 14380 (java) R 14378 14365 13672 0 -1 64 24585 0 1 0 8405 756 0 0 25 0 9 0 19605085 889524224 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4126935101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14381] ppid=14378 vsize=868676 CPUtime=7.31
/proc/14379/task/14381/stat : 14381 (java) S 14378 14365 13672 0 -1 64 4833 0 0 0 594 137 0 0 16 0 9 0 19605086 889524224 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14382] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14382/stat : 14382 (java) S 14378 14365 13672 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19605086 889524224 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14383] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14383/stat : 14383 (java) S 14378 14365 13672 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19605086 889524224 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14384] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14384/stat : 14384 (java) S 14378 14365 13672 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19605088 889524224 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14385] ppid=14378 vsize=868676 CPUtime=0.22
/proc/14379/task/14385/stat : 14385 (java) S 14378 14365 13672 0 -1 64 1499 0 0 0 21 1 0 0 16 0 9 0 19605088 889524224 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14386] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14386/stat : 14386 (java) S 14378 14365 13672 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19605088 889524224 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14379/tid=14387] ppid=14378 vsize=868676 CPUtime=0
/proc/14379/task/14387/stat : 14387 (java) S 14378 14365 13672 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19605088 889524224 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.46
Current children cumulated vsize (KiB) 890900

[startup+162.301 s]
/proc/loadavg: 2.16 2.08 1.98 3/77 14389
/proc/meminfo: memFree=16640/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=102.09
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1365 36803 0 2 6 2 9278 923 16 0 1 0 19605048 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1113 409 3 0 796 0
[pid=14388] ppid=14365 vsize=5356 CPUtime=0
/proc/14388/stat : 14388 (sh) S 14365 14365 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19615549 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14388/statm: 1339 232 193 169 0 50 0
[pid=14389] ppid=14388 vsize=247244 CPUtime=56.57
/proc/14389/stat : 14389 (picosat) R 14388 14365 13672 0 -1 4194304 58581 0 0 0 2575 3082 0 0 25 0 1 0 19615554 253177856 58567 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14389/statm: 61811 58567 40 102 0 61706 0
Current children cumulated CPU time (s) 158.66
Current children cumulated vsize (KiB) 269468

[startup+222.301 s]
/proc/loadavg: 2.06 2.07 1.98 3/77 14389
/proc/meminfo: memFree=15936/2055920 swapFree=4192956/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=102.09
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1365 36803 0 2 6 2 9278 923 16 0 1 0 19605048 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1113 409 3 0 796 0
[pid=14388] ppid=14365 vsize=5356 CPUtime=0
/proc/14388/stat : 14388 (sh) S 14365 14365 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19615549 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14388/statm: 1339 232 193 169 0 50 0
[pid=14389] ppid=14388 vsize=486328 CPUtime=115.92
/proc/14389/stat : 14389 (picosat) R 14388 14365 13672 0 -1 4194304 116567 0 0 0 5265 6327 0 0 25 0 1 0 19615554 497999872 116553 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/14389/statm: 121582 116553 40 102 0 121477 0
Current children cumulated CPU time (s) 218.01
Current children cumulated vsize (KiB) 508552

[startup+282.302 s]
/proc/loadavg: 2.02 2.05 1.98 3/77 14389
/proc/meminfo: memFree=14976/2055920 swapFree=4192812/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=102.09
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1365 36803 0 2 6 2 9278 923 16 0 1 0 19605048 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1113 409 3 0 796 0
[pid=14388] ppid=14365 vsize=5356 CPUtime=0
/proc/14388/stat : 14388 (sh) S 14365 14365 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19615549 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14388/statm: 1339 232 193 169 0 50 0
[pid=14389] ppid=14388 vsize=758180 CPUtime=175.26
/proc/14389/stat : 14389 (picosat) R 14388 14365 13672 0 -1 4194304 174583 0 0 0 7967 9559 0 0 25 0 1 0 19615554 776376320 174569 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14389/statm: 189545 174569 40 102 0 189440 0
Current children cumulated CPU time (s) 277.35
Current children cumulated vsize (KiB) 780404



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+323.406 s]
/proc/loadavg: 2.09 2.06 1.98 3/77 14389
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=102.09
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1365 36803 0 2 6 2 9278 923 16 0 1 0 19605048 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1113 409 3 0 796 0
[pid=14388] ppid=14365 vsize=5356 CPUtime=0
/proc/14388/stat : 14388 (sh) S 14365 14365 13672 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19615549 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14388/statm: 1339 232 193 169 0 50 0
[pid=14389] ppid=14388 vsize=899420 CPUtime=215.89
/proc/14389/stat : 14389 (picosat) R 14388 14365 13672 0 -1 4194304 214268 0 0 0 9816 11773 0 0 25 0 1 0 19615554 921006080 214254 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14389/statm: 224855 214254 40 102 0 224750 0
Current children cumulated CPU time (s) 317.98
Current children cumulated vsize (KiB) 921644

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

############
# WARNING:
# current cumulated CPU time (102.11 s) is less than in the last sample (318.09 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (215.98 s) to the 'lost time'.

[startup+323.519 s]
/proc/loadavg: 2.09 2.06 1.98 3/77 14389
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=102.09
/proc/14365/stat : 14365 (sugar) S 14363 14365 13672 0 -1 4194304 1394 36803 0 2 6 2 9278 923 16 0 1 0 19605048 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14365/statm: 4217 1113 409 3 0 796 0
[pid=14388] ppid=14365 vsize=0 CPUtime=0
/proc/14388/stat : 14388 (sh) Z 14365 14365 13672 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 19615549 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14388/statm: 0 0 0 0 0 0 0
[pid=14389] ppid=1 vsize=0 CPUtime=216
/proc/14389/stat : 14389 (picosat) R 1 14365 13672 0 -1 4195332 214268 0 0 0 9816 11784 0 0 25 0 1 0 19615554 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14389/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 318.09
Current children cumulated vsize (KiB) 16868

[startup+323.602 s]
/proc/loadavg: 2.09 2.06 1.98 3/77 14389
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=102.11
/proc/14365/stat : 14365 (sugar) R 14363 14365 13672 0 -1 4194304 1423 37080 0 2 6 4 9278 923 16 0 1 0 19605048 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14365/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+323.802 s]
/proc/loadavg: 2.09 2.06 1.98 3/77 14389
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=102.31
/proc/14365/stat : 14365 (sugar) R 14363 14365 13672 0 -1 4194304 1423 37080 0 2 6 24 9278 923 16 0 1 0 19605048 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14365/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 16868

[startup+324.201 s]
/proc/loadavg: 2.09 2.06 1.98 3/77 14389
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=102.65
/proc/14365/stat : 14365 (sugar) D 14363 14365 13672 0 -1 4194304 1423 37080 0 2 6 58 9278 923 16 0 1 0 19605048 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14365/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 102.65
Current children cumulated vsize (KiB) 16868

[startup+324.402 s]
/proc/loadavg: 2.09 2.06 1.98 2/76 14390
/proc/meminfo: memFree=1945224/2055920 swapFree=4192812/4192956
[pid=14365] ppid=14363 vsize=16868 CPUtime=102.66
/proc/14365/stat : 14365 (sugar) D 14363 14365 13672 0 -1 4194304 1423 37080 0 2 6 59 9278 923 15 0 1 0 19605048 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14365/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 102.66
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 215.98
#  lost CPU user time (s): 98.16
#  lost CPU system time (s): 117.82

Real time (s): 324.42
CPU time (s): 318.662
CPU user time (s): 191.009
CPU system time (s): 127.653
CPU usage (%): 98.2253
Max. virtual memory (cumulated for all children) (KiB): 921644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.8489
system time used= 9.83351
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38562
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= 204107
involuntary context switches= 205637

runsolver used 0.372943 second user time and 1.14682 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-11 17:16:15
IDJOB=2060081
IDBENCH=53645
IDSOLVER=738
FILE ID=node3/2060081-1247325375
PBS_JOBID= 9506621
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-12_glb.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-2060081-1247325375/watcher-2060081-1247325375 -o /tmp/evaluation-result-2060081-1247325375/solver-2060081-1247325375 -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-2060081-1247325375.xml

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

MD5SUM BENCH= cd5b883393acd0fa1b14ec778755c15e
RANDOM SEED=1306299625

node3.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.259
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.259
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:        991416 kB
Buffers:         57992 kB
Cached:         905500 kB
SwapCached:          0 kB
Active:         280356 kB
Inactive:       707528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        991416 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:          35540 kB
Slab:            61928 kB
Committed_AS:   143728 kB
PageTables:       1796 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node3 at 2009-07-11 17:21:40