Trace number 2069904

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.01 1808.33

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-10_ext.xml
MD5SUM96f652eb0d51fbb18476f976791c6064
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 benchmark25.6601
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.07	c 0	BEGIN Sun Jul 12 00:21:43 2009
0.03/0.07	c 0	PID 15358
0.03/0.08	c 0	HOST node62.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2069904-1247350903.xml TO HOME/temp.csp
0.03/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-2069904-1247350903.xml' 'HOME/temp.csp'
0.06/0.40	c 1	1 domains, 90 variables, 0 predicates, 2 relations, 19 constraints
0.06/0.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.42	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.34/0.50	c 1	Parsing HOME/temp.csp
0.34/0.80	c 1	parsed 112 expressions
0.34/0.80	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.80	c 1	Converting to clausal form CSP
0.34/0.82	c 1	converted 12 (10%) expressions
0.34/0.82	c 1	converted 23 (20%) expressions
0.34/0.82	c 1	converted 34 (30%) expressions
0.34/0.82	c 1	converted 45 (40%) expressions
0.34/0.82	c 1	converted 56 (50%) expressions
0.34/0.82	c 1	converted 68 (60%) expressions
0.34/0.83	c 1	converted 79 (70%) expressions
0.34/0.83	c 1	converted 90 (80%) expressions
1.49/1.66	c 2	converted 101 (90%) expressions
2.38/2.53	c 3	converted 112 (100%) expressions
2.38/2.53	c 3	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
2.38/2.53	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.38/2.53	c 3	Propagation in CSP
2.38/2.53	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.38/2.53	c 3	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
2.38/2.53	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.38/2.54	c 3	Simplifing CSP by introducing new Boolean variables
2.38/2.54	c 3	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
2.38/2.54	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.69/2.82	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.69/2.83	c 3	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
2.69/2.84	c 3	18 (20%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.69/2.84	c 3	27 (30%) CSP integer variables are encoded (648 clauses, 6984 bytes)
2.69/2.84	c 3	36 (40%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.69/2.84	c 3	45 (50%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
2.69/2.84	c 3	54 (60%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.69/2.84	c 3	63 (70%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
2.69/2.84	c 3	72 (80%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
2.69/2.85	c 3	81 (90%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
2.69/2.85	c 3	90 (100%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
35.43/35.71	c 36	2 (10%) CSP clauses are encoded (136098 clauses, 8032132 bytes)
67.86/68.39	c 69	4 (20%) CSP clauses are encoded (270036 clauses, 16101233 bytes)
100.79/101.41	c 102	6 (30%) CSP clauses are encoded (403974 clauses, 24425955 bytes)
133.61/134.42	c 135	8 (40%) CSP clauses are encoded (537912 clauses, 32750677 bytes)
166.55/167.59	c 168	10 (50%) CSP clauses are encoded (671850 clauses, 41075828 bytes)
193.41/194.55	c 195	12 (60%) CSP clauses are encoded (791288 clauses, 47984945 bytes)
220.67/221.95	c 222	14 (70%) CSP clauses are encoded (910726 clauses, 55402403 bytes)
247.94/249.37	c 250	16 (80%) CSP clauses are encoded (1030164 clauses, 64406039 bytes)
275.69/277.22	c 278	18 (90%) CSP clauses are encoded (1149602 clauses, 73409675 bytes)
289.23/290.84	c 291	19 (100%) CSP clauses are encoded (1209321 clauses, 77911493 bytes)
289.23/290.84	c 291	19 CSP clauses encoded
289.23/290.84	c 291	Writing map file : HOME/temp.map
289.23/290.84	c 291	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
289.23/290.84	c 291	SAT : 2250 SAT variables, 1209321 SAT clauses, 77911493 bytes
289.23/290.84	c 291	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
289.23/290.88	c 291	SOLVING HOME/temp.cnf
289.23/290.88	c 291	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1808.32	c ERROR INTERRUPTED
1800.01/1808.32	s UNKNOWN
1800.01/1808.32	c 1809	CPU 289.31 (0.06 0.02 288.4 0.83)
1800.01/1808.32	c 1809	END Sun Jul 12 00:51:52 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-2069904-1247350903/watcher-2069904-1247350903 -o /tmp/evaluation-result-2069904-1247350903/solver-2069904-1247350903 -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-2069904-1247350903.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.11 1.71 1.92 4/82 15358
/proc/meminfo: memFree=405848/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=18576 CPUtime=0
/proc/15358/stat : 15358 (runsolver) R 15356 15358 14631 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22154242 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15358/statm: 4644 284 249 26 0 2626 0

[startup+0.048742 s]
/proc/loadavg: 1.11 1.71 1.92 4/82 15358
/proc/meminfo: memFree=405848/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=13468 CPUtime=0.03
/proc/15358/stat : 15358 (sugar) R 15356 15358 14631 0 -1 4194304 773 0 0 0 2 1 0 0 20 0 1 0 22154242 13791232 741 996147200 4194304 4206940 548682068608 18446744073709551615 236455603823 0 0 4224 0 0 0 0 17 1 0 0
/proc/15358/statm: 3367 741 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101747 s]
/proc/loadavg: 1.11 1.71 1.92 4/82 15358
/proc/meminfo: memFree=405848/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=0.06
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22154242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301771 s]
/proc/loadavg: 1.11 1.71 1.92 4/82 15358
/proc/meminfo: memFree=405848/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=0.06
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22154242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701821 s]
/proc/loadavg: 1.11 1.71 1.92 4/82 15358
/proc/meminfo: memFree=405848/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=0.34
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1309 6598 0 1 5 1 24 4 16 0 1 0 22154242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16868

[startup+1.50291 s]
/proc/loadavg: 1.11 1.71 1.92 4/93 15380
/proc/meminfo: memFree=388208/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=0.34
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1309 6598 0 1 5 1 24 4 15 0 1 0 22154242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1111 409 3 0 796 0
[pid=15371] ppid=15358 vsize=5356 CPUtime=0
/proc/15371/stat : 15371 (sh) S 15358 15358 14631 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154285 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15371/statm: 1339 233 193 169 0 50 0
[pid=15372] ppid=15371 vsize=864364 CPUtime=1.05
/proc/15372/stat : 15372 (java) S 15371 15358 14631 0 -1 0 10964 0 1 0 100 5 0 0 18 0 9 0 22154285 885108736 10224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15372/statm: 216091 10224 2566 9 0 210596 0
[pid=15372/tid=15373] ppid=15371 vsize=864364 CPUtime=0.56
/proc/15372/task/15373/stat : 15373 (java) R 15371 15358 14631 0 -1 64 2786 0 1 0 54 2 0 0 22 0 9 0 22154286 885108736 10224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15374] ppid=15371 vsize=864364 CPUtime=0.43
/proc/15372/task/15374/stat : 15374 (java) R 15371 15358 14631 0 -1 64 7174 0 0 0 41 2 0 0 17 0 9 0 22154287 885108736 10224 996147200 134512640 134550932 4294955936 18446744073709551615 102758162 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15375] ppid=15371 vsize=864364 CPUtime=0
/proc/15372/task/15375/stat : 15375 (java) S 15371 15358 14631 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154287 885108736 10224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15376] ppid=15371 vsize=864364 CPUtime=0
/proc/15372/task/15376/stat : 15376 (java) S 15371 15358 14631 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22154287 885108736 10224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15377] ppid=15371 vsize=864364 CPUtime=0
/proc/15372/task/15377/stat : 15377 (java) S 15371 15358 14631 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154289 885108736 10224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15378] ppid=15371 vsize=864364 CPUtime=0.04
/proc/15372/task/15378/stat : 15378 (java) S 15371 15358 14631 0 -1 64 306 0 0 0 4 0 0 0 16 0 9 0 22154289 885108736 10224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15379] ppid=15371 vsize=864364 CPUtime=0
/proc/15372/task/15379/stat : 15379 (java) S 15371 15358 14631 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154290 885108736 10224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15380] ppid=15371 vsize=864364 CPUtime=0
/proc/15372/task/15380/stat : 15380 (java) S 15371 15358 14631 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154290 885108736 10224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886588

[startup+3.1021 s]
/proc/loadavg: 1.26 1.73 1.92 4/93 15380
/proc/meminfo: memFree=355440/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=0.35
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1310 6598 0 1 6 1 24 4 15 0 1 0 22154242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1111 409 3 0 796 0
[pid=15371] ppid=15358 vsize=5356 CPUtime=0
/proc/15371/stat : 15371 (sh) S 15358 15358 14631 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154285 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15371/statm: 1339 233 193 169 0 50 0
[pid=15372] ppid=15371 vsize=864476 CPUtime=2.64
/proc/15372/stat : 15372 (java) S 15371 15358 14631 0 -1 0 20627 0 1 0 255 9 0 0 18 0 9 0 22154285 885223424 19833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15372/statm: 216119 19833 2590 9 0 210596 0
[pid=15372/tid=15373] ppid=15371 vsize=864476 CPUtime=1.15
/proc/15372/task/15373/stat : 15373 (java) R 15371 15358 14631 0 -1 64 3574 0 1 0 113 2 0 0 25 0 9 0 22154286 885223424 19833 996147200 134512640 134550932 4294955936 18446744073709551615 4126576532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15374] ppid=15371 vsize=864476 CPUtime=1.38
/proc/15372/task/15374/stat : 15374 (java) S 15371 15358 14631 0 -1 64 16026 0 0 0 132 6 0 0 16 0 9 0 22154287 885223424 19833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15375] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15375/stat : 15375 (java) S 15371 15358 14631 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154287 885223424 19833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15376] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15376/stat : 15376 (java) S 15371 15358 14631 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154287 885223424 19833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15377] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15377/stat : 15377 (java) S 15371 15358 14631 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154289 885223424 19833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15378] ppid=15371 vsize=864476 CPUtime=0.08
/proc/15372/task/15378/stat : 15378 (java) S 15371 15358 14631 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 22154289 885223424 19833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15379] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15379/stat : 15379 (java) S 15371 15358 14631 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154290 885223424 19833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15380] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15380/stat : 15380 (java) S 15371 15358 14631 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154290 885223424 19833 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) 886700

[startup+6.30146 s]
/proc/loadavg: 1.26 1.73 1.92 3/93 15380
/proc/meminfo: memFree=330992/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=0.35
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1310 6598 0 1 6 1 24 4 15 0 1 0 22154242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1111 409 3 0 796 0
[pid=15371] ppid=15358 vsize=5356 CPUtime=0
/proc/15371/stat : 15371 (sh) S 15358 15358 14631 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154285 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15371/statm: 1339 233 193 169 0 50 0
[pid=15372] ppid=15371 vsize=864476 CPUtime=5.83
/proc/15372/stat : 15372 (java) S 15371 15358 14631 0 -1 0 21023 0 1 0 573 10 0 0 18 0 9 0 22154285 885223424 20222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15372/statm: 216119 20222 2590 9 0 210596 0
[pid=15372/tid=15373] ppid=15371 vsize=864476 CPUtime=4.32
/proc/15372/task/15373/stat : 15373 (java) R 15371 15358 14631 0 -1 64 3581 0 1 0 430 2 0 0 25 0 9 0 22154286 885223424 20222 996147200 134512640 134550932 4294955936 18446744073709551615 4126575105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15374] ppid=15371 vsize=864476 CPUtime=1.4
/proc/15372/task/15374/stat : 15374 (java) S 15371 15358 14631 0 -1 64 16415 0 0 0 134 6 0 0 16 0 9 0 22154287 885223424 20222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15375] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15375/stat : 15375 (java) S 15371 15358 14631 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154287 885223424 20222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15376] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15376/stat : 15376 (java) S 15371 15358 14631 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154287 885223424 20222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15377] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15377/stat : 15377 (java) S 15371 15358 14631 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154289 885223424 20222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15378] ppid=15371 vsize=864476 CPUtime=0.08
/proc/15372/task/15378/stat : 15378 (java) S 15371 15358 14631 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 22154289 885223424 20222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15379] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15379/stat : 15379 (java) S 15371 15358 14631 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154290 885223424 20222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15380] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15380/stat : 15380 (java) S 15371 15358 14631 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154290 885223424 20222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886700

[startup+12.7022 s]
/proc/loadavg: 1.37 1.74 1.92 3/93 15380
/proc/meminfo: memFree=327352/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=0.35
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1310 6598 0 1 6 1 24 4 15 0 1 0 22154242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1111 409 3 0 796 0
[pid=15371] ppid=15358 vsize=5356 CPUtime=0
/proc/15371/stat : 15371 (sh) S 15358 15358 14631 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154285 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15371/statm: 1339 233 193 169 0 50 0
[pid=15372] ppid=15371 vsize=864476 CPUtime=12.19
/proc/15372/stat : 15372 (java) S 15371 15358 14631 0 -1 0 22192 0 1 0 1209 10 0 0 18 0 9 0 22154285 885223424 21373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15372/statm: 216119 21373 2590 9 0 210596 0
[pid=15372/tid=15373] ppid=15371 vsize=864476 CPUtime=10.62
/proc/15372/task/15373/stat : 15373 (java) R 15371 15358 14631 0 -1 64 3599 0 1 0 1060 2 0 0 25 0 9 0 22154286 885223424 21373 996147200 134512640 134550932 4294955936 18446744073709551615 4125952261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15374] ppid=15371 vsize=864476 CPUtime=1.46
/proc/15372/task/15374/stat : 15374 (java) S 15371 15358 14631 0 -1 64 17566 0 0 0 140 6 0 0 16 0 9 0 22154287 885223424 21373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15375] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15375/stat : 15375 (java) S 15371 15358 14631 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154287 885223424 21373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15376] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15376/stat : 15376 (java) S 15371 15358 14631 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154287 885223424 21373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15377] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15377/stat : 15377 (java) S 15371 15358 14631 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154289 885223424 21373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15378] ppid=15371 vsize=864476 CPUtime=0.08
/proc/15372/task/15378/stat : 15378 (java) S 15371 15358 14631 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 22154289 885223424 21373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15379] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15379/stat : 15379 (java) S 15371 15358 14631 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22154290 885223424 21373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15380] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15380/stat : 15380 (java) S 15371 15358 14631 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154290 885223424 21373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886700

[startup+25.5027 s]
/proc/loadavg: 1.47 1.75 1.92 3/93 15380
/proc/meminfo: memFree=315960/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=0.35
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1310 6598 0 1 6 1 24 4 15 0 1 0 22154242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1111 409 3 0 796 0
[pid=15371] ppid=15358 vsize=5356 CPUtime=0
/proc/15371/stat : 15371 (sh) S 15358 15358 14631 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154285 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15371/statm: 1339 233 193 169 0 50 0
[pid=15372] ppid=15371 vsize=864476 CPUtime=24.93
/proc/15372/stat : 15372 (java) S 15371 15358 14631 0 -1 0 23773 0 1 0 2479 14 0 0 18 0 9 0 22154285 885223424 22906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15372/statm: 216119 22906 2590 9 0 210596 0
[pid=15372/tid=15373] ppid=15371 vsize=864476 CPUtime=23.22
/proc/15372/task/15373/stat : 15373 (java) R 15371 15358 14631 0 -1 64 3647 0 1 0 2317 5 0 0 25 0 9 0 22154286 885223424 22906 996147200 134512640 134550932 4294955936 18446744073709551615 4126577140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15374] ppid=15371 vsize=864476 CPUtime=1.59
/proc/15372/task/15374/stat : 15374 (java) S 15371 15358 14631 0 -1 64 19095 0 0 0 151 8 0 0 16 0 9 0 22154287 885223424 22906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15375] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15375/stat : 15375 (java) S 15371 15358 14631 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154287 885223424 22906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15376] ppid=15371 vsize=864476 CPUtime=0
/proc/15372/task/15376/stat : 15376 (java) S 15371 15358 14631 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154287 885223424 22906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15372/tid=15377] ppid=15371 vsize=864476 CPUtime=0

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

/proc/meminfo: memFree=645776/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=289.3
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1365 60555 0 2 6 2 28840 82 16 0 1 0 22154242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1113 409 3 0 796 0
[pid=15381] ppid=15358 vsize=5356 CPUtime=0
/proc/15381/stat : 15381 (sh) S 15358 15358 14631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22183331 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15381/statm: 1339 232 193 169 0 50 0
[pid=15382] ppid=15381 vsize=105768 CPUtime=1066.5
/proc/15382/stat : 15382 (picosat) R 15381 15358 14631 0 -1 4194304 26914 0 0 0 104620 2030 0 0 25 0 1 0 22183331 108306432 25565 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15382/statm: 26442 25565 48 102 0 26337 0
Current children cumulated CPU time (s) 1355.8
Current children cumulated vsize (KiB) 127992

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.92 3/76 15445
/proc/meminfo: memFree=645776/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=289.3
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1365 60555 0 2 6 2 28840 82 16 0 1 0 22154242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1113 409 3 0 796 0
[pid=15381] ppid=15358 vsize=5356 CPUtime=0
/proc/15381/stat : 15381 (sh) S 15358 15358 14631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22183331 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15381/statm: 1339 232 193 169 0 50 0
[pid=15382] ppid=15381 vsize=105768 CPUtime=1126.26
/proc/15382/stat : 15382 (picosat) R 15381 15358 14631 0 -1 4194304 26914 0 0 0 110596 2030 0 0 25 0 1 0 22183331 108306432 25565 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15382/statm: 26442 25565 48 102 0 26337 0
Current children cumulated CPU time (s) 1415.56
Current children cumulated vsize (KiB) 127992

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.92 3/76 15445
/proc/meminfo: memFree=645136/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=289.3
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1365 60555 0 2 6 2 28840 82 16 0 1 0 22154242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1113 409 3 0 796 0
[pid=15381] ppid=15358 vsize=5356 CPUtime=0
/proc/15381/stat : 15381 (sh) S 15358 15358 14631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22183331 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15381/statm: 1339 232 193 169 0 50 0
[pid=15382] ppid=15381 vsize=106296 CPUtime=1186.02
/proc/15382/stat : 15382 (picosat) R 15381 15358 14631 0 -1 4194304 27265 0 0 0 116572 2030 0 0 25 0 1 0 22183331 108847104 25733 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15382/statm: 26574 25733 48 102 0 26469 0
Current children cumulated CPU time (s) 1475.32
Current children cumulated vsize (KiB) 128520

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.92 3/76 15445
/proc/meminfo: memFree=645136/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=289.3
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1365 60555 0 2 6 2 28840 82 16 0 1 0 22154242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1113 409 3 0 796 0
[pid=15381] ppid=15358 vsize=5356 CPUtime=0
/proc/15381/stat : 15381 (sh) S 15358 15358 14631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22183331 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15381/statm: 1339 232 193 169 0 50 0
[pid=15382] ppid=15381 vsize=106296 CPUtime=1245.78
/proc/15382/stat : 15382 (picosat) R 15381 15358 14631 0 -1 4194304 27265 0 0 0 122548 2030 0 0 25 0 1 0 22183331 108847104 25733 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/15382/statm: 26574 25733 48 102 0 26469 0
Current children cumulated CPU time (s) 1535.08
Current children cumulated vsize (KiB) 128520

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.92 3/76 15445
/proc/meminfo: memFree=644752/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=289.3
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1365 60555 0 2 6 2 28840 82 16 0 1 0 22154242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1113 409 3 0 796 0
[pid=15381] ppid=15358 vsize=5356 CPUtime=0
/proc/15381/stat : 15381 (sh) S 15358 15358 14631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22183331 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15381/statm: 1339 232 193 169 0 50 0
[pid=15382] ppid=15381 vsize=106692 CPUtime=1305.53
/proc/15382/stat : 15382 (picosat) R 15381 15358 14631 0 -1 4194304 27534 0 0 0 128523 2030 0 0 25 0 1 0 22183331 109252608 25817 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15382/statm: 26673 25817 48 102 0 26568 0
Current children cumulated CPU time (s) 1594.83
Current children cumulated vsize (KiB) 128916

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.92 3/76 15445
/proc/meminfo: memFree=644752/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=289.3
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1365 60555 0 2 6 2 28840 82 16 0 1 0 22154242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1113 409 3 0 796 0
[pid=15381] ppid=15358 vsize=5356 CPUtime=0
/proc/15381/stat : 15381 (sh) S 15358 15358 14631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22183331 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15381/statm: 1339 232 193 169 0 50 0
[pid=15382] ppid=15381 vsize=106692 CPUtime=1365.28
/proc/15382/stat : 15382 (picosat) R 15381 15358 14631 0 -1 4194304 27534 0 0 0 134498 2030 0 0 25 0 1 0 22183331 109252608 25817 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 0 0 0
/proc/15382/statm: 26673 25817 48 102 0 26568 0
Current children cumulated CPU time (s) 1654.58
Current children cumulated vsize (KiB) 128916

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.92 3/76 15445
/proc/meminfo: memFree=644368/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=289.3
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1365 60555 0 2 6 2 28840 82 16 0 1 0 22154242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1113 409 3 0 796 0
[pid=15381] ppid=15358 vsize=5356 CPUtime=0
/proc/15381/stat : 15381 (sh) S 15358 15358 14631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22183331 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15381/statm: 1339 232 193 169 0 50 0
[pid=15382] ppid=15381 vsize=106956 CPUtime=1425.05
/proc/15382/stat : 15382 (picosat) R 15381 15358 14631 0 -1 4194304 27834 0 0 0 140474 2031 0 0 25 0 1 0 22183331 109522944 25922 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15382/statm: 26739 25922 48 102 0 26634 0
Current children cumulated CPU time (s) 1714.35
Current children cumulated vsize (KiB) 129180

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.92 3/76 15447
/proc/meminfo: memFree=644240/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=289.3
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1365 60555 0 2 6 2 28840 82 16 0 1 0 22154242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1113 409 3 0 796 0
[pid=15381] ppid=15358 vsize=5356 CPUtime=0
/proc/15381/stat : 15381 (sh) S 15358 15358 14631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22183331 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15381/statm: 1339 232 193 169 0 50 0
[pid=15382] ppid=15381 vsize=106956 CPUtime=1484.8
/proc/15382/stat : 15382 (picosat) R 15381 15358 14631 0 -1 4194304 27834 0 0 0 146449 2031 0 0 25 0 1 0 22183331 109522944 25922 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15382/statm: 26739 25922 48 102 0 26634 0
Current children cumulated CPU time (s) 1774.1
Current children cumulated vsize (KiB) 129180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 1.99 1.97 1.92 3/76 15447
/proc/meminfo: memFree=644240/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=289.3
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1365 60555 0 2 6 2 28840 82 16 0 1 0 22154242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1113 409 3 0 796 0
[pid=15381] ppid=15358 vsize=5356 CPUtime=0
/proc/15381/stat : 15381 (sh) S 15358 15358 14631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22183331 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15381/statm: 1339 232 193 169 0 50 0
[pid=15382] ppid=15381 vsize=106956 CPUtime=1510.71
/proc/15382/stat : 15382 (picosat) R 15381 15358 14631 0 -1 4194304 27834 0 0 0 149040 2031 0 0 25 0 1 0 22183331 109522944 25922 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15382/statm: 26739 25922 48 102 0 26634 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 129180

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

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

[startup+1808.3 s]
/proc/loadavg: 1.99 1.97 1.92 3/76 15447
/proc/meminfo: memFree=644240/2055920 swapFree=4192956/4192956
[pid=15358] ppid=15356 vsize=16868 CPUtime=289.3
/proc/15358/stat : 15358 (sugar) S 15356 15358 14631 0 -1 4194304 1365 60555 0 2 6 2 28840 82 16 0 1 0 22154242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15358/statm: 4217 1113 409 3 0 796 0
[pid=15381] ppid=15358 vsize=5356 CPUtime=0
/proc/15381/stat : 15381 (sh) S 15358 15358 14631 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22183331 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15381/statm: 1339 232 193 169 0 50 0
[pid=15382] ppid=15381 vsize=106956 CPUtime=1510.71
/proc/15382/stat : 15382 (picosat) R 15381 15358 14631 0 -1 4194304 27834 0 0 0 149040 2031 0 0 25 0 1 0 22183331 109522944 25922 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15382/statm: 26739 25922 48 102 0 26634 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 129180

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15358 and gives
#  childrusage.ru_utime.tv_sec=288
#  childrusage.ru_utime.tv_usec=465146
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=854870
# CPU time returned by wait4() is 289.32
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.33
CPU time (s): 1800.01
CPU user time (s): 1778.86
CPU system time (s): 21.15
CPU usage (%): 99.5399
Max. virtual memory (cumulated for all children) (KiB): 900016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 288.465
system time used= 0.85487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62314
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= 16937
involuntary context switches= 21924

runsolver used 2.31365 second user time and 5.33019 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 00:21:43
IDJOB=2069904
IDBENCH=55105
IDSOLVER=738
FILE ID=node62/2069904-1247350903
PBS_JOBID= 9506877
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-10_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-2069904-1247350903/watcher-2069904-1247350903 -o /tmp/evaluation-result-2069904-1247350903/solver-2069904-1247350903 -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-2069904-1247350903.xml

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

MD5SUM BENCH= 96f652eb0d51fbb18476f976791c6064
RANDOM SEED=941958522

node62.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.220
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.220
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:        406392 kB
Buffers:         73788 kB
Cached:        1077928 kB
SwapCached:          0 kB
Active:         607508 kB
Inactive:       986008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        406392 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:         462232 kB
Slab:            40224 kB
Committed_AS:   608544 kB
PageTables:       2832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node62 at 2009-07-12 00:51:54