Trace number 2077571

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 1867.95

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-10.xml
MD5SUM7bcb9756efafd11bd2e8436c9abc02f0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables383
Number of constraints1869
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension1735
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:21:01 2009
0.00/0.08	c 0	PID 19499
0.07/0.08	c 0	HOST node39.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2077571-1247365260.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-2077571-1247365260.xml' 'HOME/temp.csp'
0.07/0.80	c 0	1 domains, 383 variables, 7 predicates, 7 relations, 1869 constraints
0.07/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.83	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.77/0.92	c 0	Parsing HOME/temp.csp
1.11/1.29	c 1	parsed 2267 expressions
1.21/1.30	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.30	c 1	Converting to clausal form CSP
1.21/1.33	c 1	converted 227 (10%) expressions
2.11/2.28	c 2	converted 454 (20%) expressions
3.09/3.28	c 3	converted 681 (30%) expressions
8.04/8.25	c 8	converted 907 (40%) expressions
8.04/8.27	c 8	converted 1134 (50%) expressions
8.14/8.37	c 8	converted 1361 (60%) expressions
8.24/8.50	c 8	converted 1587 (70%) expressions
8.33/8.53	c 8	converted 1814 (80%) expressions
8.33/8.57	c 8	converted 2041 (90%) expressions
8.43/8.63	c 8	converted 2267 (100%) expressions
8.43/8.63	c 8	CSP : 383 integers, 0 booleans, 1869 clauses, largest domain size 26
8.43/8.63	c 8	Heap : 182 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.43/8.63	c 8	Propagation in CSP
8.43/8.65	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.43/8.65	c 8	CSP : 383 integers, 0 booleans, 1869 clauses, largest domain size 26
8.43/8.65	c 8	Heap : 183 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.43/8.65	c 8	Simplifing CSP by introducing new Boolean variables
8.52/8.70	c 8	CSP : 383 integers, 19904 booleans, 21773 clauses, largest domain size 26
8.52/8.70	c 8	Heap : 190 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.82/10.09	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.91/10.13	c 10	39 (10%) CSP integer variables are encoded (936 clauses, 10152 bytes)
9.91/10.13	c 10	77 (20%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
9.91/10.14	c 10	115 (30%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
9.91/10.14	c 10	154 (40%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
9.91/10.14	c 10	192 (50%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
9.91/10.14	c 10	230 (60%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
9.91/10.14	c 10	269 (70%) CSP integer variables are encoded (6456 clauses, 81865 bytes)
9.91/10.14	c 10	307 (80%) CSP integer variables are encoded (7368 clauses, 93721 bytes)
9.91/10.14	c 10	345 (90%) CSP integer variables are encoded (8280 clauses, 105577 bytes)
9.91/10.14	c 10	383 (100%) CSP integer variables are encoded (9192 clauses, 117433 bytes)
613.99/671.17	c 671	2178 (10%) CSP clauses are encoded (3191392 clauses, 166155938 bytes)
765.14/823.71	c 823	4355 (20%) CSP clauses are encoded (3686016 clauses, 195398258 bytes)
765.24/823.82	c 823	6532 (30%) CSP clauses are encoded (3737668 clauses, 196417845 bytes)
765.34/823.92	c 823	8710 (40%) CSP clauses are encoded (3789996 clauses, 197440707 bytes)
777.42/836.18	c 836	10887 (50%) CSP clauses are encoded (3939237 clauses, 207126705 bytes)
777.51/836.29	c 836	13064 (60%) CSP clauses are encoded (3992214 clauses, 208144771 bytes)
777.62/836.39	c 836	15242 (70%) CSP clauses are encoded (4045217 clauses, 209160850 bytes)
777.72/836.50	c 836	17419 (80%) CSP clauses are encoded (4098169 clauses, 210206989 bytes)
777.92/836.61	c 836	19596 (90%) CSP clauses are encoded (4151146 clauses, 211253747 bytes)
778.01/836.71	c 836	21773 (100%) CSP clauses are encoded (4204323 clauses, 212303933 bytes)
778.01/836.71	c 836	21773 CSP clauses encoded
778.01/836.71	c 836	Writing map file : HOME/temp.map
778.01/836.73	c 836	Heap : 248 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
778.01/836.73	c 836	SAT : 29479 SAT variables, 4204323 SAT clauses, 212303933 bytes
778.01/836.73	c 836	Heap : 248 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
778.09/836.81	c 836	SOLVING HOME/temp.cnf
778.09/836.81	c 836	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1867.92	c ERROR INTERRUPTED
1800.01/1867.94	s UNKNOWN
1800.01/1867.94	c 1867	CPU 778.12 (0.05 0.02 775.68 2.37)
1800.01/1867.94	c 1867	END Sun Jul 12 04:52:08 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-2077571-1247365260/watcher-2077571-1247365260 -o /tmp/evaluation-result-2077571-1247365260/solver-2077571-1247365260 -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-2077571-1247365260.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.18 2.24 3/82 19499
/proc/meminfo: memFree=1248832/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=18576 CPUtime=0
/proc/19499/stat : 19499 (runsolver) R 19497 19499 15248 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 23590091 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272836914471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19499/statm: 4644 284 249 26 0 2626 0

[startup+0.0847219 s]
/proc/loadavg: 2.11 2.18 2.24 3/82 19499
/proc/meminfo: memFree=1248832/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16740 CPUtime=0.07
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23590091 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101924 s]
/proc/loadavg: 2.11 2.18 2.24 3/82 19499
/proc/meminfo: memFree=1248832/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=0.07
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23590091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301933 s]
/proc/loadavg: 2.11 2.18 2.24 3/82 19499
/proc/meminfo: memFree=1248832/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=0.07
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23590091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701957 s]
/proc/loadavg: 2.11 2.18 2.24 3/82 19499
/proc/meminfo: memFree=1248832/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=0.07
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23590091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50302 s]
/proc/loadavg: 2.11 2.18 2.24 5/93 19521
/proc/meminfo: memFree=1239336/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=0.77
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1309 7982 0 1 5 2 64 6 16 0 1 0 23590091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1111 409 3 0 796 0
[pid=19512] ppid=19499 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (sh) S 19499 19499 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23590174 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 233 193 169 0 50 0
[pid=19513] ppid=19512 vsize=864200 CPUtime=0.65
/proc/19513/stat : 19513 (java) S 19512 19499 15248 0 -1 0 7542 0 1 0 60 5 0 0 19 0 9 0 23590174 884940800 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19513/statm: 216050 6810 2566 9 0 210555 0
[pid=19513/tid=19514] ppid=19512 vsize=864200 CPUtime=0.37
/proc/19513/task/19514/stat : 19514 (java) R 19512 19499 15248 0 -1 64 2576 0 1 0 35 2 0 0 18 0 9 0 23590175 884940800 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19515] ppid=19512 vsize=864200 CPUtime=0.2
/proc/19513/task/19515/stat : 19515 (java) R 19512 19499 15248 0 -1 64 3947 0 0 0 18 2 0 0 16 0 9 0 23590177 884940800 6810 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19516] ppid=19512 vsize=864200 CPUtime=0
/proc/19513/task/19516/stat : 19516 (java) S 19512 19499 15248 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23590177 884940800 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19517] ppid=19512 vsize=864200 CPUtime=0
/proc/19513/task/19517/stat : 19517 (java) S 19512 19499 15248 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23590177 884940800 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19518] ppid=19512 vsize=864200 CPUtime=0
/proc/19513/task/19518/stat : 19518 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23590179 884940800 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19519] ppid=19512 vsize=864200 CPUtime=0.05
/proc/19513/task/19519/stat : 19519 (java) S 19512 19499 15248 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 23590179 884940800 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19520] ppid=19512 vsize=864200 CPUtime=0
/proc/19513/task/19520/stat : 19520 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23590179 884940800 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19521] ppid=19512 vsize=864200 CPUtime=0
/proc/19513/task/19521/stat : 19521 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23590179 884940800 6810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886424

[startup+3.10212 s]
/proc/loadavg: 2.10 2.18 2.24 5/93 19521
/proc/meminfo: memFree=1214312/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=0.77
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1309 7982 0 1 5 2 64 6 16 0 1 0 23590091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1111 409 3 0 796 0
[pid=19512] ppid=19499 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (sh) S 19499 19499 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23590174 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 233 193 169 0 50 0
[pid=19513] ppid=19512 vsize=868548 CPUtime=2.23
/proc/19513/stat : 19513 (java) S 19512 19499 15248 0 -1 0 16715 0 1 0 212 11 0 0 19 0 9 0 23590174 889393152 15900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19513/statm: 217137 15900 2566 9 0 211642 0
[pid=19513/tid=19514] ppid=19512 vsize=868548 CPUtime=0.9
/proc/19513/task/19514/stat : 19514 (java) R 19512 19499 15248 0 -1 64 3172 0 1 0 87 3 0 0 23 0 9 0 23590175 889393152 15900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19515] ppid=19512 vsize=868548 CPUtime=1.15
/proc/19513/task/19515/stat : 19515 (java) R 19512 19499 15248 0 -1 64 11376 0 0 0 109 6 0 0 16 0 9 0 23590177 889393152 15900 996147200 134512640 134550932 4294955936 18446744073709551615 104187618 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19516] ppid=19512 vsize=868548 CPUtime=0
/proc/19513/task/19516/stat : 19516 (java) S 19512 19499 15248 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23590177 889393152 15900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19517] ppid=19512 vsize=868548 CPUtime=0
/proc/19513/task/19517/stat : 19517 (java) S 19512 19499 15248 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23590177 889393152 15900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19518] ppid=19512 vsize=868548 CPUtime=0
/proc/19513/task/19518/stat : 19518 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23590179 889393152 15900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19519] ppid=19512 vsize=868548 CPUtime=0.14
/proc/19513/task/19519/stat : 19519 (java) S 19512 19499 15248 0 -1 64 1464 0 0 0 14 0 0 0 16 0 9 0 23590179 889393152 15900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19520] ppid=19512 vsize=868548 CPUtime=0
/proc/19513/task/19520/stat : 19520 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23590179 889393152 15900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19521] ppid=19512 vsize=868548 CPUtime=0
/proc/19513/task/19521/stat : 19521 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23590179 889393152 15900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890772

[startup+6.30234 s]
/proc/loadavg: 2.10 2.18 2.24 3/93 19521
/proc/meminfo: memFree=1120872/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=0.77
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1309 7982 0 1 5 2 64 6 16 0 1 0 23590091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1111 409 3 0 796 0
[pid=19512] ppid=19499 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (sh) S 19499 19499 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23590174 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 233 193 169 0 50 0
[pid=19513] ppid=19512 vsize=889212 CPUtime=5.39
/proc/19513/stat : 19513 (java) S 19512 19499 15248 0 -1 0 46373 0 1 0 513 26 0 0 19 0 9 0 23590174 910553088 40481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19513/statm: 222303 40481 2567 9 0 216808 0
[pid=19513/tid=19514] ppid=19512 vsize=889212 CPUtime=1.92
/proc/19513/task/19514/stat : 19514 (java) S 19512 19499 15248 0 -1 64 3660 0 1 0 189 3 0 0 25 0 9 0 23590175 910553088 40481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19515] ppid=19512 vsize=889212 CPUtime=3.29
/proc/19513/task/19515/stat : 19515 (java) R 19512 19499 15248 0 -1 64 40542 0 0 0 308 21 0 0 22 0 9 0 23590177 910553088 40481 996147200 134512640 134550932 4294955936 18446744073709551615 103733026 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19516] ppid=19512 vsize=889212 CPUtime=0
/proc/19513/task/19516/stat : 19516 (java) S 19512 19499 15248 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23590177 910553088 40481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19517] ppid=19512 vsize=889212 CPUtime=0
/proc/19513/task/19517/stat : 19517 (java) S 19512 19499 15248 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23590177 910553088 40481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19518] ppid=19512 vsize=889212 CPUtime=0
/proc/19513/task/19518/stat : 19518 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23590179 910553088 40481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19519] ppid=19512 vsize=889212 CPUtime=0.15
/proc/19513/task/19519/stat : 19519 (java) S 19512 19499 15248 0 -1 64 1468 0 0 0 15 0 0 0 16 0 9 0 23590179 910553088 40481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19520] ppid=19512 vsize=889212 CPUtime=0
/proc/19513/task/19520/stat : 19520 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23590179 910553088 40481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19521] ppid=19512 vsize=889212 CPUtime=0
/proc/19513/task/19521/stat : 19521 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23590179 910553088 40481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 911436

[startup+12.7028 s]
/proc/loadavg: 2.31 2.22 2.25 4/93 19521
/proc/meminfo: memFree=1018088/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=0.77
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1310 7982 0 1 5 2 64 6 16 0 1 0 23590091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1111 409 3 0 796 0
[pid=19512] ppid=19499 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (sh) S 19499 19499 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23590174 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 233 193 169 0 50 0
[pid=19513] ppid=19512 vsize=868712 CPUtime=11.72
/proc/19513/stat : 19513 (java) S 19512 19499 15248 0 -1 0 76027 0 1 0 1129 43 0 0 19 0 9 0 23590174 889561088 56297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19513/statm: 217178 56297 2593 9 0 211655 0
[pid=19513/tid=19514] ppid=19512 vsize=868712 CPUtime=5.57
/proc/19513/task/19514/stat : 19514 (java) R 19512 19499 15248 0 -1 64 5732 0 1 0 551 6 0 0 25 0 9 0 23590175 889561088 56297 996147200 134512640 134550932 4294955936 18446744073709551615 4126961744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19515] ppid=19512 vsize=868712 CPUtime=5.9
/proc/19513/task/19515/stat : 19515 (java) S 19512 19499 15248 0 -1 64 68076 0 0 0 555 35 0 0 16 0 9 0 23590177 889561088 56297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19516] ppid=19512 vsize=868712 CPUtime=0
/proc/19513/task/19516/stat : 19516 (java) S 19512 19499 15248 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23590177 889561088 56297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19517] ppid=19512 vsize=868712 CPUtime=0
/proc/19513/task/19517/stat : 19517 (java) S 19512 19499 15248 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23590177 889561088 56297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19518] ppid=19512 vsize=868712 CPUtime=0
/proc/19513/task/19518/stat : 19518 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23590179 889561088 56297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19519] ppid=19512 vsize=868712 CPUtime=0.22
/proc/19513/task/19519/stat : 19519 (java) S 19512 19499 15248 0 -1 64 1516 0 0 0 22 0 0 0 15 0 9 0 23590179 889561088 56297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19520] ppid=19512 vsize=868712 CPUtime=0
/proc/19513/task/19520/stat : 19520 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23590179 889561088 56297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19521] ppid=19512 vsize=868712 CPUtime=0
/proc/19513/task/19521/stat : 19521 (java) S 19512 19499 15248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23590179 889561088 56297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890936

[startup+25.5016 s]
/proc/loadavg: 2.26 2.21 2.25 3/93 19521
/proc/meminfo: memFree=997416/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=0.77
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1310 7982 0 1 5 2 64 6 16 0 1 0 23590091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1111 409 3 0 796 0
[pid=19512] ppid=19499 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (sh) S 19499 19499 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23590174 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 233 193 169 0 50 0
[pid=19513] ppid=19512 vsize=868712 CPUtime=24.39
/proc/19513/stat : 19513 (java) S 19512 19499 15248 0 -1 0 76291 0 1 0 2387 52 0 0 19 0 9 0 23590174 889561088 56525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19513/statm: 217178 56525 2593 9 0 211655 0
[pid=19513/tid=19514] ppid=19512 vsize=868712 CPUtime=17.94
/proc/19513/task/19514/stat : 19514 (java) R 19512 19499 15248 0 -1 64 5768 0 1 0 1780 14 0 0 25 0 9 0 23590175 889561088 56525 996147200 134512640 134550932 4294955936 18446744073709551615 4126961736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19515] ppid=19512 vsize=868712 CPUtime=6.17
/proc/19513/task/19515/stat : 19515 (java) S 19512 19499 15248 0 -1 64 68298 0 0 0 582 35 0 0 16 0 9 0 23590177 889561088 56525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19516] ppid=19512 vsize=868712 CPUtime=0
/proc/19513/task/19516/stat : 19516 (java) S 19512 19499 15248 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23590177 889561088 56525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19517] ppid=19512 vsize=868712 CPUtime=0
/proc/19513/task/19517/stat : 19517 (java) S 19512 19499 15248 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23590177 889561088 56525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19513/tid=19518] ppid=19512 vsize=868712 CPUtime=0

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

/proc/meminfo: memFree=966240/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=778.12
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1365 141312 0 2 5 2 77568 237 16 0 1 0 23590091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1113 409 3 0 796 0
[pid=22138] ppid=19499 vsize=5356 CPUtime=0
/proc/22138/stat : 22138 (sh) S 19499 19499 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23673772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22138/statm: 1339 232 193 169 0 50 0
[pid=22139] ppid=22138 vsize=267196 CPUtime=579.97
/proc/22139/stat : 22139 (picosat) R 22138 19499 15248 0 -1 4194304 63019 0 0 0 52847 5150 0 0 25 0 1 0 23673773 273608704 62629 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/22139/statm: 66799 62629 48 102 0 66694 0
Current children cumulated CPU time (s) 1358.09
Current children cumulated vsize (KiB) 289420

[startup+1482.3 s]
/proc/loadavg: 2.15 2.15 2.28 3/84 22139
/proc/meminfo: memFree=966240/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=778.12
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1365 141312 0 2 5 2 77568 237 16 0 1 0 23590091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1113 409 3 0 796 0
[pid=22138] ppid=19499 vsize=5356 CPUtime=0
/proc/22138/stat : 22138 (sh) S 19499 19499 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23673772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22138/statm: 1339 232 193 169 0 50 0
[pid=22139] ppid=22138 vsize=267196 CPUtime=639.41
/proc/22139/stat : 22139 (picosat) R 22138 19499 15248 0 -1 4194304 63019 0 0 0 58791 5150 0 0 25 0 1 0 23673773 273608704 62629 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/22139/statm: 66799 62629 48 102 0 66694 0
Current children cumulated CPU time (s) 1417.53
Current children cumulated vsize (KiB) 289420

[startup+1542.3 s]
/proc/loadavg: 2.08 2.13 2.26 3/84 22139
/proc/meminfo: memFree=965792/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=778.12
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1365 141312 0 2 5 2 77568 237 16 0 1 0 23590091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1113 409 3 0 796 0
[pid=22138] ppid=19499 vsize=5356 CPUtime=0
/proc/22138/stat : 22138 (sh) S 19499 19499 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23673772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22138/statm: 1339 232 193 169 0 50 0
[pid=22139] ppid=22138 vsize=267724 CPUtime=698.85
/proc/22139/stat : 22139 (picosat) R 22138 19499 15248 0 -1 4194304 63162 0 0 0 64734 5151 0 0 25 0 1 0 23673773 274149376 62772 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22139/statm: 66931 62772 48 102 0 66826 0
Current children cumulated CPU time (s) 1476.97
Current children cumulated vsize (KiB) 289948

[startup+1602.3 s]
/proc/loadavg: 2.03 2.11 2.25 3/84 22139
/proc/meminfo: memFree=965216/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=778.12
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1365 141312 0 2 5 2 77568 237 16 0 1 0 23590091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1113 409 3 0 796 0
[pid=22138] ppid=19499 vsize=5356 CPUtime=0
/proc/22138/stat : 22138 (sh) S 19499 19499 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23673772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22138/statm: 1339 232 193 169 0 50 0
[pid=22139] ppid=22138 vsize=268632 CPUtime=758.29
/proc/22139/stat : 22139 (picosat) R 22138 19499 15248 0 -1 4194304 63393 0 0 0 70678 5151 0 0 25 0 1 0 23673773 275079168 62872 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22139/statm: 67158 62872 48 102 0 67053 0
Current children cumulated CPU time (s) 1536.41
Current children cumulated vsize (KiB) 290856

[startup+1662.3 s]
/proc/loadavg: 2.01 2.08 2.23 3/84 22139
/proc/meminfo: memFree=965152/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=778.12
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1365 141312 0 2 5 2 77568 237 16 0 1 0 23590091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1113 409 3 0 796 0
[pid=22138] ppid=19499 vsize=5356 CPUtime=0
/proc/22138/stat : 22138 (sh) S 19499 19499 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23673772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22138/statm: 1339 232 193 169 0 50 0
[pid=22139] ppid=22138 vsize=268632 CPUtime=817.72
/proc/22139/stat : 22139 (picosat) R 22138 19499 15248 0 -1 4194304 63393 0 0 0 76621 5151 0 0 25 0 1 0 23673773 275079168 62872 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22139/statm: 67158 62872 48 102 0 67053 0
Current children cumulated CPU time (s) 1595.84
Current children cumulated vsize (KiB) 290856

[startup+1722.3 s]
/proc/loadavg: 2.07 2.08 2.22 3/84 22139
/proc/meminfo: memFree=964640/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=778.12
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1365 141312 0 2 5 2 77568 237 16 0 1 0 23590091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1113 409 3 0 796 0
[pid=22138] ppid=19499 vsize=5356 CPUtime=0
/proc/22138/stat : 22138 (sh) S 19499 19499 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23673772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22138/statm: 1339 232 193 169 0 50 0
[pid=22139] ppid=22138 vsize=269028 CPUtime=877.17
/proc/22139/stat : 22139 (picosat) R 22138 19499 15248 0 -1 4194304 63622 0 0 0 82566 5151 0 0 25 0 1 0 23673773 275484672 62966 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/22139/statm: 67257 62966 48 102 0 67152 0
Current children cumulated CPU time (s) 1655.29
Current children cumulated vsize (KiB) 291252

[startup+1782.3 s]
/proc/loadavg: 2.09 2.08 2.20 3/84 22141
/proc/meminfo: memFree=964576/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=778.12
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1365 141312 0 2 5 2 77568 237 16 0 1 0 23590091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1113 409 3 0 796 0
[pid=22138] ppid=19499 vsize=5356 CPUtime=0
/proc/22138/stat : 22138 (sh) S 19499 19499 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23673772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22138/statm: 1339 232 193 169 0 50 0
[pid=22139] ppid=22138 vsize=269028 CPUtime=936.6
/proc/22139/stat : 22139 (picosat) R 22138 19499 15248 0 -1 4194304 63622 0 0 0 88509 5151 0 0 25 0 1 0 23673773 275484672 62966 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/22139/statm: 67257 62966 48 102 0 67152 0
Current children cumulated CPU time (s) 1714.72
Current children cumulated vsize (KiB) 291252

[startup+1842.3 s]
/proc/loadavg: 2.03 2.07 2.19 3/77 22193
/proc/meminfo: memFree=1146720/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=778.12
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1365 141312 0 2 5 2 77568 237 16 0 1 0 23590091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1113 409 3 0 796 0
[pid=22138] ppid=19499 vsize=5356 CPUtime=0
/proc/22138/stat : 22138 (sh) S 19499 19499 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23673772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22138/statm: 1339 232 193 169 0 50 0
[pid=22139] ppid=22138 vsize=269028 CPUtime=996.3
/proc/22139/stat : 22139 (picosat) R 22138 19499 15248 0 -1 4194304 63622 0 0 0 94478 5152 0 0 25 0 1 0 23673773 275484672 62966 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22139/statm: 67257 62966 48 102 0 67152 0
Current children cumulated CPU time (s) 1774.42
Current children cumulated vsize (KiB) 291252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1867.9 s]
/proc/loadavg: 2.02 2.06 2.18 4/84 22244
/proc/meminfo: memFree=1141864/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=778.12
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1365 141312 0 2 5 2 77568 237 16 0 1 0 23590091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1113 409 3 0 796 0
[pid=22138] ppid=19499 vsize=5356 CPUtime=0
/proc/22138/stat : 22138 (sh) S 19499 19499 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23673772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22138/statm: 1339 232 193 169 0 50 0
[pid=22139] ppid=22138 vsize=269028 CPUtime=1021.89
/proc/22139/stat : 22139 (picosat) R 22138 19499 15248 0 -1 4194304 63622 0 0 0 97036 5153 0 0 25 0 1 0 23673773 275484672 62966 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22139/statm: 67257 62966 48 102 0 67152 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 291252

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

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

[startup+1867.9 s]
/proc/loadavg: 2.02 2.06 2.18 4/84 22244
/proc/meminfo: memFree=1141864/2055920 swapFree=4192812/4192956
[pid=19499] ppid=19497 vsize=16868 CPUtime=778.12
/proc/19499/stat : 19499 (sugar) S 19497 19499 15248 0 -1 4194304 1365 141312 0 2 5 2 77568 237 16 0 1 0 23590091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19499/statm: 4217 1113 409 3 0 796 0
[pid=22138] ppid=19499 vsize=5356 CPUtime=0
/proc/22138/stat : 22138 (sh) S 19499 19499 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23673772 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22138/statm: 1339 232 193 169 0 50 0
[pid=22139] ppid=22138 vsize=269028 CPUtime=1021.89
/proc/22139/stat : 22139 (picosat) R 22138 19499 15248 0 -1 4194304 63622 0 0 0 97036 5153 0 0 25 0 1 0 23673773 275484672 62966 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22139/statm: 67257 62966 48 102 0 67152 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 291252

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19499 and gives
#  childrusage.ru_utime.tv_sec=775
#  childrusage.ru_utime.tv_usec=748068
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=402634
# CPU time returned by wait4() is 778.151
# 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): 1867.95
CPU time (s): 1800.01
CPU user time (s): 1746.09
CPU system time (s): 53.92
CPU usage (%): 96.3629
Max. virtual memory (cumulated for all children) (KiB): 911440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 775.748
system time used= 2.40263
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143071
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= 26751
involuntary context switches= 53203

runsolver used 2.38764 second user time and 6.61699 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 04:21:01
IDJOB=2077571
IDBENCH=56620
IDSOLVER=738
FILE ID=node39/2077571-1247365260
PBS_JOBID= 9506957
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-10.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-2077571-1247365260/watcher-2077571-1247365260 -o /tmp/evaluation-result-2077571-1247365260/solver-2077571-1247365260 -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-2077571-1247365260.xml

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

MD5SUM BENCH= 7bcb9756efafd11bd2e8436c9abc02f0
RANDOM SEED=428701876

node39.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.236
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.236
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:       1249312 kB
Buffers:         42260 kB
Cached:         247964 kB
SwapCached:          0 kB
Active:         555788 kB
Inactive:       177484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4556 kB
Writeback:           0 kB
Mapped:         463572 kB
Slab:            57696 kB
Committed_AS:   630684 kB
PageTables:       2668 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= 66428 MiB
End job on node39 at 2009-07-12 04:52:10