Trace number 2070058

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.07 1809.59

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-13_ext.xml
MD5SUMb2a514f597be5c58b1ba68e3430970ce
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.121981
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints25
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension25
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.23	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.23	c 0	BEGIN Sun Jul 12 00:23:31 2009
0.05/0.23	c 0	PID 15209
0.05/0.23	c 0	HOST node2.alineos.net
0.05/0.23	c 0	CONVERTING HOME/instance-2070058-1247351011.xml TO HOME/temp.csp
0.05/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070058-1247351011.xml' 'HOME/temp.csp'
0.06/0.48	c 1	1 domains, 156 variables, 0 predicates, 2 relations, 25 constraints
0.06/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.58	c 1	Parsing HOME/temp.csp
0.31/0.68	c 1	parsed 184 expressions
0.31/0.69	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.69	c 1	Converting to clausal form CSP
0.32/0.71	c 1	converted 19 (10%) expressions
0.32/0.71	c 1	converted 37 (20%) expressions
0.32/0.71	c 1	converted 56 (30%) expressions
0.32/0.71	c 1	converted 74 (40%) expressions
0.32/0.72	c 1	converted 92 (50%) expressions
0.32/0.72	c 1	converted 111 (60%) expressions
0.32/0.72	c 1	converted 129 (70%) expressions
0.32/0.72	c 1	converted 148 (80%) expressions
0.80/1.06	c 1	converted 166 (90%) expressions
1.39/1.67	c 2	converted 184 (100%) expressions
1.39/1.67	c 2	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
1.39/1.67	c 2	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.68	c 2	Propagation in CSP
1.39/1.68	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.39/1.68	c 2	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
1.39/1.68	c 2	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.68	c 2	Simplifing CSP by introducing new Boolean variables
1.39/1.68	c 2	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
1.39/1.68	c 2	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.58/1.83	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.58/1.85	c 2	16 (10%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.58/1.85	c 2	32 (20%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.58/1.85	c 2	47 (30%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
1.58/1.86	c 2	63 (40%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
1.58/1.86	c 2	78 (50%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
1.58/1.86	c 2	94 (60%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
1.58/1.86	c 2	110 (70%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
1.58/1.86	c 2	125 (80%) CSP integer variables are encoded (3000 clauses, 36937 bytes)
1.58/1.86	c 2	141 (90%) CSP integer variables are encoded (3384 clauses, 41929 bytes)
1.58/1.86	c 2	156 (100%) CSP integer variables are encoded (3744 clauses, 46609 bytes)
17.43/17.86	c 18	3 (10%) CSP clauses are encoded (106131 clauses, 7887127 bytes)
28.23/28.71	c 29	5 (20%) CSP clauses are encoded (174389 clauses, 13243089 bytes)
43.98/44.64	c 45	8 (30%) CSP clauses are encoded (276776 clauses, 21374601 bytes)
54.68/55.44	c 56	10 (40%) CSP clauses are encoded (345034 clauses, 26795609 bytes)
70.73/71.69	c 72	13 (50%) CSP clauses are encoded (447421 clauses, 34927121 bytes)
76.67/77.68	c 78	15 (60%) CSP clauses are encoded (495655 clauses, 38295761 bytes)
85.69/86.71	c 87	18 (70%) CSP clauses are encoded (568006 clauses, 44379436 bytes)
91.83/92.95	c 93	20 (80%) CSP clauses are encoded (616240 clauses, 48722112 bytes)
100.84/102.03	c 102	23 (90%) CSP clauses are encoded (688591 clauses, 55236126 bytes)
106.77/108.06	c 108	25 (100%) CSP clauses are encoded (736825 clauses, 59578802 bytes)
106.77/108.06	c 108	25 CSP clauses encoded
106.77/108.06	c 108	Writing map file : HOME/temp.map
106.77/108.07	c 108	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
106.77/108.07	c 108	SAT : 3900 SAT variables, 736825 SAT clauses, 59578802 bytes
106.77/108.07	c 108	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
106.87/108.10	c 108	SOLVING HOME/temp.cnf
106.87/108.10	c 108	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1809.42	c ERROR INTERRUPTED
1800.04/1809.43	s UNKNOWN
1800.04/1809.43	c 1810	CPU 106.87 (0.06 0.02 106.07 0.72)
1800.04/1809.43	c 1810	END Sun Jul 12 00:53:41 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-2070058-1247351011/watcher-2070058-1247351011 -o /tmp/evaluation-result-2070058-1247351011/solver-2070058-1247351011 -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-2070058-1247351011.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.92 2.03 2.07 4/72 15209
/proc/meminfo: memFree=1891208/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=18576 CPUtime=0
/proc/15209/stat : 15209 (runsolver) R 15207 15209 14866 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22168788 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15209/statm: 4644 284 249 26 0 2626 0

[startup+0.0660909 s]
/proc/loadavg: 1.92 2.03 2.07 4/72 15209
/proc/meminfo: memFree=1891208/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=12268 CPUtime=0
/proc/15209/stat : 15209 (sugar) D 15207 15209 14866 0 -1 4194304 349 0 3 0 0 0 0 0 18 0 1 0 22168788 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/15209/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101103 s]
/proc/loadavg: 1.92 2.03 2.07 4/72 15209
/proc/meminfo: memFree=1891208/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=12412 CPUtime=0
/proc/15209/stat : 15209 (sugar) R 15207 15209 14866 0 -1 4194304 421 0 3 0 0 0 0 0 18 0 1 0 22168788 12709888 392 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 0 4224 0 0 0 0 17 1 0 0
/proc/15209/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301139 s]
/proc/loadavg: 1.92 2.03 2.07 4/72 15209
/proc/meminfo: memFree=1891208/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=0.06
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1222 128 5 0 5 1 0 0 19 0 1 0 22168788 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702211 s]
/proc/loadavg: 1.92 2.03 2.07 4/72 15209
/proc/meminfo: memFree=1891208/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=0.32
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1304 4623 5 1 6 2 21 3 15 0 1 0 22168788 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16868

[startup+1.50136 s]
/proc/loadavg: 1.92 2.03 2.07 3/83 15231
/proc/meminfo: memFree=1870576/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=0.32
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1304 4623 5 1 6 2 21 3 15 0 1 0 22168788 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1111 409 3 0 796 0
[pid=15222] ppid=15209 vsize=5356 CPUtime=0
/proc/15222/stat : 15222 (sh) S 15209 15209 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22168839 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15222/statm: 1339 233 193 169 0 50 0
[pid=15223] ppid=15222 vsize=864336 CPUtime=0.97
/proc/15223/stat : 15223 (java) S 15222 15209 14866 0 -1 0 11158 0 1 0 91 6 0 0 18 0 9 0 22168839 885080064 10420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15223/statm: 216084 10420 2566 9 0 210589 0
[pid=15223/tid=15224] ppid=15222 vsize=864336 CPUtime=0.38
/proc/15223/task/15224/stat : 15224 (java) R 15222 15209 14866 0 -1 64 2789 0 1 0 36 2 0 0 19 0 9 0 22168840 885080064 10420 996147200 134512640 134550932 4294955936 18446744073709551615 4126513496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15225] ppid=15222 vsize=864336 CPUtime=0.52
/proc/15223/task/15225/stat : 15225 (java) S 15222 15209 14866 0 -1 64 7361 0 0 0 49 3 0 0 18 0 9 0 22168841 885080064 10420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15226] ppid=15222 vsize=864336 CPUtime=0
/proc/15223/task/15226/stat : 15226 (java) S 15222 15209 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22168841 885080064 10420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15227] ppid=15222 vsize=864336 CPUtime=0
/proc/15223/task/15227/stat : 15227 (java) S 15222 15209 14866 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22168841 885080064 10420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15228] ppid=15222 vsize=864336 CPUtime=0
/proc/15223/task/15228/stat : 15228 (java) S 15222 15209 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22168843 885080064 10420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15229] ppid=15222 vsize=864336 CPUtime=0.04
/proc/15223/task/15229/stat : 15229 (java) S 15222 15209 14866 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 22168843 885080064 10420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15230] ppid=15222 vsize=864336 CPUtime=0
/proc/15223/task/15230/stat : 15230 (java) S 15222 15209 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22168843 885080064 10420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15231] ppid=15222 vsize=864336 CPUtime=0
/proc/15223/task/15231/stat : 15231 (java) S 15222 15209 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22168843 885080064 10420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 886560

[startup+3.10265 s]
/proc/loadavg: 1.92 2.03 2.07 3/83 15231
/proc/meminfo: memFree=1841840/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=0.32
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1305 4623 5 1 6 2 21 3 15 0 1 0 22168788 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1111 409 3 0 796 0
[pid=15222] ppid=15209 vsize=5356 CPUtime=0
/proc/15222/stat : 15222 (sh) S 15209 15209 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22168839 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15222/statm: 1339 233 193 169 0 50 0
[pid=15223] ppid=15222 vsize=864448 CPUtime=2.55
/proc/15223/stat : 15223 (java) S 15222 15209 14866 0 -1 0 14852 0 2 0 247 8 0 0 18 0 9 0 22168839 885194752 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15223/statm: 216112 14078 2590 9 0 210589 0
[pid=15223/tid=15224] ppid=15222 vsize=864448 CPUtime=1.66
/proc/15223/task/15224/stat : 15224 (java) R 15222 15209 14866 0 -1 64 3190 0 2 0 164 2 0 0 25 0 9 0 22168840 885194752 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4126578094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15225] ppid=15222 vsize=864448 CPUtime=0.79
/proc/15223/task/15225/stat : 15225 (java) S 15222 15209 14866 0 -1 64 10631 0 0 0 75 4 0 0 16 0 9 0 22168841 885194752 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15226] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15226/stat : 15226 (java) S 15222 15209 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22168841 885194752 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15227] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15227/stat : 15227 (java) S 15222 15209 14866 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22168841 885194752 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15228] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15228/stat : 15228 (java) S 15222 15209 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22168843 885194752 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15229] ppid=15222 vsize=864448 CPUtime=0.08
/proc/15223/task/15229/stat : 15229 (java) S 15222 15209 14866 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 22168843 885194752 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15230] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15230/stat : 15230 (java) S 15222 15209 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22168843 885194752 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15231] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15231/stat : 15231 (java) S 15222 15209 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22168843 885194752 14078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 886672

[startup+6.30224 s]
/proc/loadavg: 1.93 2.03 2.07 3/83 15231
/proc/meminfo: memFree=1837616/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=0.32
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1305 4623 5 1 6 2 21 3 15 0 1 0 22168788 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1111 409 3 0 796 0
[pid=15222] ppid=15209 vsize=5356 CPUtime=0
/proc/15222/stat : 15222 (sh) S 15209 15209 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22168839 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15222/statm: 1339 233 193 169 0 50 0
[pid=15223] ppid=15222 vsize=864448 CPUtime=5.73
/proc/15223/stat : 15223 (java) S 15222 15209 14866 0 -1 0 15823 0 2 0 564 9 0 0 18 0 9 0 22168839 885194752 15023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15223/statm: 216112 15023 2590 9 0 210589 0
[pid=15223/tid=15224] ppid=15222 vsize=864448 CPUtime=4.77
/proc/15223/task/15224/stat : 15224 (java) R 15222 15209 14866 0 -1 64 3216 0 2 0 475 2 0 0 25 0 9 0 22168840 885194752 15023 996147200 134512640 134550932 4294955936 18446744073709551615 4126452754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15225] ppid=15222 vsize=864448 CPUtime=0.85
/proc/15223/task/15225/stat : 15225 (java) S 15222 15209 14866 0 -1 64 11576 0 0 0 80 5 0 0 16 0 9 0 22168841 885194752 15023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15226] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15226/stat : 15226 (java) S 15222 15209 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22168841 885194752 15023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15227] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15227/stat : 15227 (java) S 15222 15209 14866 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22168841 885194752 15023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15228] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15228/stat : 15228 (java) S 15222 15209 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22168843 885194752 15023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15229] ppid=15222 vsize=864448 CPUtime=0.08
/proc/15223/task/15229/stat : 15229 (java) S 15222 15209 14866 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 22168843 885194752 15023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15230] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15230/stat : 15230 (java) S 15222 15209 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22168843 885194752 15023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15231] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15231/stat : 15231 (java) S 15222 15209 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22168843 885194752 15023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 886672

[startup+12.7024 s]
/proc/loadavg: 1.93 2.03 2.06 3/83 15231
/proc/meminfo: memFree=1828080/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=0.32
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1305 4623 5 1 6 2 21 3 15 0 1 0 22168788 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1111 409 3 0 796 0
[pid=15222] ppid=15209 vsize=5356 CPUtime=0
/proc/15222/stat : 15222 (sh) S 15209 15209 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22168839 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15222/statm: 1339 233 193 169 0 50 0
[pid=15223] ppid=15222 vsize=864448 CPUtime=12.06
/proc/15223/stat : 15223 (java) S 15222 15209 14866 0 -1 0 17526 0 2 0 1192 14 0 0 18 0 9 0 22168839 885194752 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15223/statm: 216112 16639 2590 9 0 210589 0
[pid=15223/tid=15224] ppid=15222 vsize=864448 CPUtime=10.97
/proc/15223/task/15224/stat : 15224 (java) R 15222 15209 14866 0 -1 64 3303 0 2 0 1091 6 0 0 25 0 9 0 22168840 885194752 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4126530408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15225] ppid=15222 vsize=864448 CPUtime=0.98
/proc/15223/task/15225/stat : 15225 (java) S 15222 15209 14866 0 -1 64 13188 0 0 0 92 6 0 0 16 0 9 0 22168841 885194752 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15226] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15226/stat : 15226 (java) S 15222 15209 14866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22168841 885194752 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15227] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15227/stat : 15227 (java) S 15222 15209 14866 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22168841 885194752 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15228] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15228/stat : 15228 (java) S 15222 15209 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22168843 885194752 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15229] ppid=15222 vsize=864448 CPUtime=0.08
/proc/15223/task/15229/stat : 15229 (java) S 15222 15209 14866 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22168843 885194752 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15230] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15230/stat : 15230 (java) S 15222 15209 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22168843 885194752 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15231] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15231/stat : 15231 (java) S 15222 15209 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22168843 885194752 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 886672

[startup+25.5027 s]
/proc/loadavg: 1.95 2.03 2.06 3/83 15231
/proc/meminfo: memFree=1807856/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=0.32
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1305 4623 5 1 6 2 21 3 16 0 1 0 22168788 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1111 409 3 0 796 0
[pid=15222] ppid=15209 vsize=5356 CPUtime=0
/proc/15222/stat : 15222 (sh) S 15209 15209 14866 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22168839 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15222/statm: 1339 233 193 169 0 50 0
[pid=15223] ppid=15222 vsize=864448 CPUtime=24.74
/proc/15223/stat : 15223 (java) S 15222 15209 14866 0 -1 0 22978 0 2 0 2453 21 0 0 18 0 9 0 22168839 885194752 19510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15223/statm: 216112 19510 2590 9 0 210589 0
[pid=15223/tid=15224] ppid=15222 vsize=864448 CPUtime=23.19
/proc/15223/task/15224/stat : 15224 (java) R 15222 15209 14866 0 -1 64 3432 0 2 0 2310 9 0 0 25 0 9 0 22168840 885194752 19510 996147200 134512640 134550932 4294955936 18446744073709551615 4126573640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15225] ppid=15222 vsize=864448 CPUtime=1.43
/proc/15223/task/15225/stat : 15225 (java) S 15222 15209 14866 0 -1 64 18506 0 0 0 132 11 0 0 16 0 9 0 22168841 885194752 19510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15226] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15226/stat : 15226 (java) S 15222 15209 14866 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22168841 885194752 19510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15227] ppid=15222 vsize=864448 CPUtime=0
/proc/15223/task/15227/stat : 15227 (java) S 15222 15209 14866 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22168841 885194752 19510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15223/tid=15228] ppid=15222 vsize=864448 CPUtime=0

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

/proc/15233/stat : 15233 (picosat) R 15232 15209 14866 0 -1 4194304 22221 0 0 0 129072 1554 0 0 25 0 1 0 22179599 82227200 19867 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15233/statm: 20075 19867 48 102 0 19970 0
Current children cumulated CPU time (s) 1413.13
Current children cumulated vsize (KiB) 102524

[startup+1482.3 s]
/proc/loadavg: 2.00 2.13 2.11 3/84 15363
/proc/meminfo: memFree=1844080/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=106.87
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1360 37614 5 3 6 2 10607 72 16 0 1 0 22168788 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1113 409 3 0 796 0
[pid=15232] ppid=15209 vsize=5356 CPUtime=0
/proc/15232/stat : 15232 (sh) S 15209 15209 14866 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15232/statm: 1339 232 193 169 0 50 0
[pid=15233] ppid=15232 vsize=80300 CPUtime=1366.22
/proc/15233/stat : 15233 (picosat) R 15232 15209 14866 0 -1 4194304 22221 0 0 0 135068 1554 0 0 25 0 1 0 22179599 82227200 19867 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15233/statm: 20075 19867 48 102 0 19970 0
Current children cumulated CPU time (s) 1473.09
Current children cumulated vsize (KiB) 102524

[startup+1542.3 s]
/proc/loadavg: 2.00 2.10 2.09 3/84 15363
/proc/meminfo: memFree=1843312/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=106.87
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1360 37614 5 3 6 2 10607 72 16 0 1 0 22168788 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1113 409 3 0 796 0
[pid=15232] ppid=15209 vsize=5356 CPUtime=0
/proc/15232/stat : 15232 (sh) S 15209 15209 14866 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15232/statm: 1339 232 193 169 0 50 0
[pid=15233] ppid=15232 vsize=81224 CPUtime=1426.19
/proc/15233/stat : 15233 (picosat) R 15232 15209 14866 0 -1 4194304 22454 0 0 0 141065 1554 0 0 25 0 1 0 22179599 83173376 20100 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15233/statm: 20306 20100 48 102 0 20201 0
Current children cumulated CPU time (s) 1533.06
Current children cumulated vsize (KiB) 103448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.08 2.09 3/84 15365
/proc/meminfo: memFree=1842736/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=106.87
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1360 37614 5 3 6 2 10607 72 16 0 1 0 22168788 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1113 409 3 0 796 0
[pid=15232] ppid=15209 vsize=5356 CPUtime=0
/proc/15232/stat : 15232 (sh) S 15209 15209 14866 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15232/statm: 1339 232 193 169 0 50 0
[pid=15233] ppid=15232 vsize=81356 CPUtime=1486.16
/proc/15233/stat : 15233 (picosat) R 15232 15209 14866 0 -1 4194304 22723 0 0 0 147062 1554 0 0 25 0 1 0 22179599 83308544 20146 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15233/statm: 20339 20146 48 102 0 20234 0
Current children cumulated CPU time (s) 1593.03
Current children cumulated vsize (KiB) 103580

[startup+1662.3 s]
/proc/loadavg: 2.00 2.06 2.08 3/84 15365
/proc/meminfo: memFree=1842736/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=106.87
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1360 37614 5 3 6 2 10607 72 16 0 1 0 22168788 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1113 409 3 0 796 0
[pid=15232] ppid=15209 vsize=5356 CPUtime=0
/proc/15232/stat : 15232 (sh) S 15209 15209 14866 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15232/statm: 1339 232 193 169 0 50 0
[pid=15233] ppid=15232 vsize=81356 CPUtime=1546.13
/proc/15233/stat : 15233 (picosat) R 15232 15209 14866 0 -1 4194304 22723 0 0 0 153059 1554 0 0 25 0 1 0 22179599 83308544 20146 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15233/statm: 20339 20146 48 102 0 20234 0
Current children cumulated CPU time (s) 1653
Current children cumulated vsize (KiB) 103580

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/84 15365
/proc/meminfo: memFree=1842736/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=106.87
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1360 37614 5 3 6 2 10607 72 16 0 1 0 22168788 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1113 409 3 0 796 0
[pid=15232] ppid=15209 vsize=5356 CPUtime=0
/proc/15232/stat : 15232 (sh) S 15209 15209 14866 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15232/statm: 1339 232 193 169 0 50 0
[pid=15233] ppid=15232 vsize=81356 CPUtime=1606.1
/proc/15233/stat : 15233 (picosat) R 15232 15209 14866 0 -1 4194304 22723 0 0 0 159056 1554 0 0 25 0 1 0 22179599 83308544 20146 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15233/statm: 20339 20146 48 102 0 20234 0
Current children cumulated CPU time (s) 1712.97
Current children cumulated vsize (KiB) 103580

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/84 15365
/proc/meminfo: memFree=1842480/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=106.87
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1360 37614 5 3 6 2 10607 72 16 0 1 0 22168788 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1113 409 3 0 796 0
[pid=15232] ppid=15209 vsize=5356 CPUtime=0
/proc/15232/stat : 15232 (sh) S 15209 15209 14866 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15232/statm: 1339 232 193 169 0 50 0
[pid=15233] ppid=15232 vsize=81488 CPUtime=1666.08
/proc/15233/stat : 15233 (picosat) R 15232 15209 14866 0 -1 4194304 23006 0 0 0 165053 1555 0 0 25 0 1 0 22179599 83443712 20202 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15233/statm: 20372 20202 48 102 0 20267 0
Current children cumulated CPU time (s) 1772.95
Current children cumulated vsize (KiB) 103712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 2.00 2.03 2.07 3/84 15365
/proc/meminfo: memFree=1842480/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=106.87
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1360 37614 5 3 6 2 10607 72 16 0 1 0 22168788 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1113 409 3 0 796 0
[pid=15232] ppid=15209 vsize=5356 CPUtime=0
/proc/15232/stat : 15232 (sh) S 15209 15209 14866 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15232/statm: 1339 232 193 169 0 50 0
[pid=15233] ppid=15232 vsize=81488 CPUtime=1693.17
/proc/15233/stat : 15233 (picosat) R 15232 15209 14866 0 -1 4194304 23006 0 0 0 167762 1555 0 0 25 0 1 0 22179599 83443712 20202 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15233/statm: 20372 20202 48 102 0 20267 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 103712

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

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

[startup+1809.4 s]
/proc/loadavg: 2.00 2.03 2.07 3/84 15365
/proc/meminfo: memFree=1842480/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=106.87
/proc/15209/stat : 15209 (sugar) S 15207 15209 14866 0 -1 4194304 1360 37614 5 3 6 2 10607 72 16 0 1 0 22168788 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15209/statm: 4217 1113 409 3 0 796 0
[pid=15232] ppid=15209 vsize=5356 CPUtime=0
/proc/15232/stat : 15232 (sh) S 15209 15209 14866 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22179598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15232/statm: 1339 232 193 169 0 50 0
[pid=15233] ppid=15232 vsize=81488 CPUtime=1693.17
/proc/15233/stat : 15233 (picosat) R 15232 15209 14866 0 -1 4194304 23006 0 0 0 167762 1555 0 0 25 0 1 0 22179599 83443712 20202 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15233/statm: 20372 20202 48 102 0 20267 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 103712

[startup+1809.53 s]
/proc/loadavg: 2.00 2.03 2.07 3/84 15365
/proc/meminfo: memFree=1842480/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=106.87
/proc/15209/stat : 15209 (sugar) D 15207 15209 14866 0 -1 4194304 1418 37891 5 3 6 2 10607 72 15 0 1 0 22168788 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15209/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 106.87
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1809.53 s]
/proc/loadavg: 2.00 2.03 2.07 3/84 15365
/proc/meminfo: memFree=1842480/2055920 swapFree=4192812/4192956
[pid=15209] ppid=15207 vsize=16868 CPUtime=106.87
/proc/15209/stat : 15209 (sugar) D 15207 15209 14866 0 -1 4194304 1418 37891 5 3 6 2 10607 72 15 0 1 0 22168788 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15209/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 106.87
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): 1693.17
#  lost CPU user time (s): 1677.62
#  lost CPU system time (s): 15.55

Real time (s): 1809.59
CPU time (s): 1800.07
CPU user time (s): 1783.76
CPU system time (s): 16.3099
CPU usage (%): 99.474
Max. virtual memory (cumulated for all children) (KiB): 893104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.141
system time used= 0.759884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39368
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14789
involuntary context switches= 16780

runsolver used 2.43463 second user time and 5.82511 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 00:23:31
IDJOB=2070058
IDBENCH=55128
IDSOLVER=738
FILE ID=node2/2070058-1247351011
PBS_JOBID= 9506910
Free space on /tmp= 66312 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg12-13_ext.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-2070058-1247351011/watcher-2070058-1247351011 -o /tmp/evaluation-result-2070058-1247351011/solver-2070058-1247351011 -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-2070058-1247351011.xml

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

MD5SUM BENCH= b2a514f597be5c58b1ba68e3430970ce
RANDOM SEED=1627028571

node2.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.265
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.265
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:       1891688 kB
Buffers:         19092 kB
Cached:          68016 kB
SwapCached:          0 kB
Active:          76732 kB
Inactive:        40200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          41384 kB
Slab:            32748 kB
Committed_AS:   156328 kB
PageTables:       1852 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= 66312 MiB
End job on node2 at 2009-07-12 00:53:43