Trace number 2076900

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.05 1815.93

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-09.xml
MD5SUM8083874e58e9fdb0d48e10bbca119bf4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.476926
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints907
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension82
Number of constraints which are defined in intension825
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.07	c 0	BEGIN Sun Jul 12 03:46:19 2009
0.05/0.07	c 0	PID 21511
0.05/0.08	c 0	HOST node80.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2076900-1247363178.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2076900-1247363178.xml' 'HOME/temp.csp'
0.06/0.89	c 0	1 domains, 187 variables, 6 predicates, 5 relations, 907 constraints
0.06/0.92	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	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.06/0.99	c 1	Parsing HOME/temp.csp
1.41/1.59	c 1	parsed 1106 expressions
1.41/1.59	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.59	c 1	Converting to clausal form CSP
1.51/1.62	c 1	converted 111 (10%) expressions
1.71/1.85	c 1	converted 222 (20%) expressions
3.19/3.36	c 3	converted 332 (30%) expressions
6.95/7.17	c 7	converted 443 (40%) expressions
6.95/7.19	c 7	converted 553 (50%) expressions
7.05/7.20	c 7	converted 664 (60%) expressions
7.05/7.27	c 7	converted 775 (70%) expressions
7.05/7.29	c 7	converted 885 (80%) expressions
7.05/7.30	c 7	converted 996 (90%) expressions
7.15/7.31	c 7	converted 1106 (100%) expressions
7.15/7.31	c 7	CSP : 187 integers, 0 booleans, 907 clauses, largest domain size 26
7.15/7.31	c 7	Heap : 138 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.15/7.31	c 7	Propagation in CSP
7.15/7.32	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.15/7.32	c 7	CSP : 187 integers, 0 booleans, 907 clauses, largest domain size 26
7.15/7.32	c 7	Heap : 138 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.15/7.32	c 7	Simplifing CSP by introducing new Boolean variables
7.15/7.34	c 7	CSP : 187 integers, 7048 booleans, 7955 clauses, largest domain size 26
7.15/7.34	c 7	Heap : 141 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.06/8.25	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.06/8.27	c 8	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
8.06/8.27	c 8	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
8.06/8.27	c 8	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
8.06/8.27	c 8	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
8.06/8.27	c 8	94 (50%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
8.06/8.27	c 8	113 (60%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
8.06/8.27	c 8	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
8.06/8.27	c 8	150 (80%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
8.06/8.27	c 8	169 (90%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
8.06/8.27	c 8	187 (100%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
63.24/65.65	c 65	796 (10%) CSP clauses are encoded (722070 clauses, 30130168 bytes)
847.82/851.20	c 851	1591 (20%) CSP clauses are encoded (2176990 clauses, 114023781 bytes)
847.92/851.24	c 851	2387 (30%) CSP clauses are encoded (2195486 clauses, 114347566 bytes)
847.92/851.28	c 851	3182 (40%) CSP clauses are encoded (2213956 clauses, 114675118 bytes)
848.03/851.31	c 851	3978 (50%) CSP clauses are encoded (2232427 clauses, 115012737 bytes)
848.03/851.35	c 851	4773 (60%) CSP clauses are encoded (2251022 clauses, 115353934 bytes)
848.03/851.38	c 851	5569 (70%) CSP clauses are encoded (2269918 clauses, 115692520 bytes)
848.13/851.42	c 851	6364 (80%) CSP clauses are encoded (2288788 clauses, 116052212 bytes)
848.13/851.46	c 851	7160 (90%) CSP clauses are encoded (2307659 clauses, 116424745 bytes)
848.13/851.50	c 851	7955 (100%) CSP clauses are encoded (2326929 clauses, 116801446 bytes)
848.13/851.50	c 851	7955 CSP clauses encoded
848.23/851.50	c 851	Writing map file : HOME/temp.map
848.23/851.51	c 851	Heap : 182 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
848.23/851.51	c 851	SAT : 11723 SAT variables, 2326929 SAT clauses, 116801446 bytes
848.23/851.51	c 851	Heap : 182 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
848.23/851.58	c 851	SOLVING HOME/temp.cnf
848.23/851.58	c 851	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1815.92	c ERROR INTERRUPTED
1800.05/1815.93	s UNKNOWN
1800.05/1815.93	c 1815	CPU 848.3 (0.05 0.01 846.86 1.38)
1800.05/1815.93	c 1815	END Sun Jul 12 04:16:34 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-2076900-1247363178/watcher-2076900-1247363178 -o /tmp/evaluation-result-2076900-1247363178/solver-2076900-1247363178 -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-2076900-1247363178.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.16 2.11 2.03 3/81 21511
/proc/meminfo: memFree=1779000/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=18576 CPUtime=0
/proc/21511/stat : 21511 (runsolver) R 21509 21511 17819 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 23382437 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226686987559 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21511/statm: 4644 284 249 26 0 2626 0

[startup+0.0714541 s]
/proc/loadavg: 2.16 2.11 2.03 3/81 21511
/proc/meminfo: memFree=1779000/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16608 CPUtime=0.05
/proc/21511/stat : 21511 (sugar) R 21509 21511 17819 0 -1 4194304 1075 0 0 0 4 1 0 0 21 0 1 0 23382437 17006592 1043 996147200 4194304 4206940 548682068608 18446744073709551615 226704512866 0 0 4224 0 0 0 0 17 0 0 0
/proc/21511/statm: 4152 1043 380 3 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16608

[startup+0.101459 s]
/proc/loadavg: 2.16 2.11 2.03 3/81 21511
/proc/meminfo: memFree=1779000/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=0.06
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 23382437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301501 s]
/proc/loadavg: 2.16 2.11 2.03 3/81 21511
/proc/meminfo: memFree=1779000/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=0.06
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 23382437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701586 s]
/proc/loadavg: 2.16 2.11 2.03 3/81 21511
/proc/meminfo: memFree=1779000/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=0.06
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 23382437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50274 s]
/proc/loadavg: 2.16 2.11 2.03 4/92 21533
/proc/meminfo: memFree=1770272/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=0.85
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1309 9966 0 1 5 1 73 6 15 0 1 0 23382437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1111 409 3 0 796 0
[pid=21524] ppid=21511 vsize=5356 CPUtime=0
/proc/21524/stat : 21524 (sh) S 21511 21511 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23382529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21524/statm: 1339 233 193 169 0 50 0
[pid=21525] ppid=21524 vsize=862288 CPUtime=0.56
/proc/21525/stat : 21525 (java) S 21524 21511 17819 0 -1 0 6759 0 1 0 52 4 0 0 20 0 9 0 23382530 882982912 5738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21525/statm: 215572 5738 2158 9 0 210485 0
[pid=21525/tid=21526] ppid=21524 vsize=862288 CPUtime=0.35
/proc/21525/task/21526/stat : 21526 (java) R 21524 21511 17819 0 -1 64 2019 0 1 0 34 1 0 0 25 0 9 0 23382531 882982912 5738 996147200 134512640 134550932 4294955936 18446744073709551615 4126424979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21527] ppid=21524 vsize=862288 CPUtime=0.16
/proc/21525/task/21527/stat : 21527 (java) S 21524 21511 17819 0 -1 64 3732 0 0 0 14 2 0 0 16 0 9 0 23382532 882982912 5738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21528] ppid=21524 vsize=862288 CPUtime=0
/proc/21525/task/21528/stat : 21528 (java) S 21524 21511 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23382532 882982912 5738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21529] ppid=21524 vsize=862288 CPUtime=0
/proc/21525/task/21529/stat : 21529 (java) S 21524 21511 17819 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23382532 882982912 5738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21530] ppid=21524 vsize=862288 CPUtime=0
/proc/21525/task/21530/stat : 21530 (java) S 21524 21511 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382534 882982912 5738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21531] ppid=21524 vsize=862288 CPUtime=0.03
/proc/21525/task/21531/stat : 21531 (java) S 21524 21511 17819 0 -1 64 305 0 0 0 3 0 0 0 21 0 9 0 23382534 882982912 5738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21532] ppid=21524 vsize=862288 CPUtime=0
/proc/21525/task/21532/stat : 21532 (java) S 21524 21511 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23382534 882982912 5738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21533] ppid=21524 vsize=862288 CPUtime=0
/proc/21525/task/21533/stat : 21533 (java) S 21524 21511 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23382534 882982912 5738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884512

[startup+3.10207 s]
/proc/loadavg: 2.15 2.11 2.03 4/92 21533
/proc/meminfo: memFree=1743072/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=0.85
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1309 9966 0 1 5 1 73 6 16 0 1 0 23382437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1111 409 3 0 796 0
[pid=21524] ppid=21511 vsize=5356 CPUtime=0
/proc/21524/stat : 21524 (sh) S 21511 21511 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23382529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21524/statm: 1339 233 193 169 0 50 0
[pid=21525] ppid=21524 vsize=864408 CPUtime=2.14
/proc/21525/stat : 21525 (java) S 21524 21511 17819 0 -1 0 18877 0 1 0 205 9 0 0 20 0 9 0 23382530 885153792 17242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21525/statm: 216102 17242 2566 9 0 210607 0
[pid=21525/tid=21526] ppid=21524 vsize=864408 CPUtime=1.04
/proc/21525/task/21526/stat : 21526 (java) R 21524 21511 17819 0 -1 64 3201 0 1 0 102 2 0 0 25 0 9 0 23382531 885153792 17242 996147200 134512640 134550932 4294955936 18446744073709551615 4126524576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21527] ppid=21524 vsize=864408 CPUtime=1.04
/proc/21525/task/21527/stat : 21527 (java) S 21524 21511 17819 0 -1 64 14660 0 0 0 98 6 0 0 16 0 9 0 23382532 885153792 17242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21528] ppid=21524 vsize=864408 CPUtime=0
/proc/21525/task/21528/stat : 21528 (java) S 21524 21511 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23382532 885153792 17242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21529] ppid=21524 vsize=864408 CPUtime=0
/proc/21525/task/21529/stat : 21529 (java) S 21524 21511 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23382532 885153792 17242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21530] ppid=21524 vsize=864408 CPUtime=0
/proc/21525/task/21530/stat : 21530 (java) S 21524 21511 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382534 885153792 17242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21531] ppid=21524 vsize=864408 CPUtime=0.04
/proc/21525/task/21531/stat : 21531 (java) S 21524 21511 17819 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23382534 885153792 17242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21532] ppid=21524 vsize=864408 CPUtime=0
/proc/21525/task/21532/stat : 21532 (java) S 21524 21511 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23382534 885153792 17242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21533] ppid=21524 vsize=864408 CPUtime=0
/proc/21525/task/21533/stat : 21533 (java) S 21524 21511 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23382534 885153792 17242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886632

[startup+6.30327 s]
/proc/loadavg: 2.15 2.11 2.03 3/92 21533
/proc/meminfo: memFree=1649824/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=0.85
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1309 9966 0 1 5 1 73 6 16 0 1 0 23382437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1111 409 3 0 796 0
[pid=21524] ppid=21511 vsize=5356 CPUtime=0
/proc/21524/stat : 21524 (sh) S 21511 21511 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23382529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21524/statm: 1339 233 193 169 0 50 0
[pid=21525] ppid=21524 vsize=889604 CPUtime=5.31
/proc/21525/stat : 21525 (java) S 21524 21511 17819 0 -1 0 47291 0 1 0 509 22 0 0 20 0 9 0 23382530 910954496 39268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21525/statm: 222401 39268 2567 9 0 216906 0
[pid=21525/tid=21526] ppid=21524 vsize=889604 CPUtime=2.15
/proc/21525/task/21526/stat : 21526 (java) S 21524 21511 17819 0 -1 64 3723 0 1 0 213 2 0 0 25 0 9 0 23382531 910954496 39268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21527] ppid=21524 vsize=889604 CPUtime=3
/proc/21525/task/21527/stat : 21527 (java) R 21524 21511 17819 0 -1 64 41437 0 0 0 282 18 0 0 22 0 9 0 23382532 910954496 39268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21528] ppid=21524 vsize=889604 CPUtime=0
/proc/21525/task/21528/stat : 21528 (java) S 21524 21511 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23382532 910954496 39268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21529] ppid=21524 vsize=889604 CPUtime=0
/proc/21525/task/21529/stat : 21529 (java) S 21524 21511 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23382532 910954496 39268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21530] ppid=21524 vsize=889604 CPUtime=0
/proc/21525/task/21530/stat : 21530 (java) S 21524 21511 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382534 910954496 39268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21531] ppid=21524 vsize=889604 CPUtime=0.13
/proc/21525/task/21531/stat : 21531 (java) S 21524 21511 17819 0 -1 64 1428 0 0 0 13 0 0 0 17 0 9 0 23382534 910954496 39268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21532] ppid=21524 vsize=889604 CPUtime=0
/proc/21525/task/21532/stat : 21532 (java) S 21524 21511 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23382534 910954496 39268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21533] ppid=21524 vsize=889604 CPUtime=0
/proc/21525/task/21533/stat : 21533 (java) S 21524 21511 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23382534 910954496 39268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 911828

[startup+12.703 s]
/proc/loadavg: 2.20 2.12 2.04 4/95 21574
/proc/meminfo: memFree=1684744/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=0.85
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1310 9966 0 1 5 1 73 6 16 0 1 0 23382437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21511/statm: 4217 1111 409 3 0 796 0
[pid=21524] ppid=21511 vsize=5356 CPUtime=0
/proc/21524/stat : 21524 (sh) S 21511 21511 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23382529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21524/statm: 1339 233 193 169 0 50 0
[pid=21525] ppid=21524 vsize=869748 CPUtime=11.7
/proc/21525/stat : 21525 (java) S 21524 21511 17819 0 -1 0 64639 0 1 0 1136 34 0 0 20 0 9 0 23382530 890621952 43049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21525/statm: 217437 43049 2592 9 0 211914 0
[pid=21525/tid=21526] ppid=21524 vsize=869748 CPUtime=6.99
/proc/21525/task/21526/stat : 21526 (java) R 21524 21511 17819 0 -1 64 4614 0 1 0 693 6 0 0 25 0 9 0 23382531 890621952 43049 996147200 134512640 134550932 4294955936 18446744073709551615 4126927380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21527] ppid=21524 vsize=869748 CPUtime=4.49
/proc/21525/task/21527/stat : 21527 (java) S 21524 21511 17819 0 -1 64 57855 0 0 0 424 25 0 0 16 0 9 0 23382532 890621952 43049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21528] ppid=21524 vsize=869748 CPUtime=0
/proc/21525/task/21528/stat : 21528 (java) S 21524 21511 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23382532 890621952 43049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21529] ppid=21524 vsize=869748 CPUtime=0
/proc/21525/task/21529/stat : 21529 (java) S 21524 21511 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23382532 890621952 43049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21530] ppid=21524 vsize=869748 CPUtime=0
/proc/21525/task/21530/stat : 21530 (java) S 21524 21511 17819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382534 890621952 43049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21531] ppid=21524 vsize=869748 CPUtime=0.18
/proc/21525/task/21531/stat : 21531 (java) S 21524 21511 17819 0 -1 64 1467 0 0 0 18 0 0 0 16 0 9 0 23382534 890621952 43049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21532] ppid=21524 vsize=869748 CPUtime=0
/proc/21525/task/21532/stat : 21532 (java) S 21524 21511 17819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23382534 890621952 43049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21533] ppid=21524 vsize=869748 CPUtime=0
/proc/21525/task/21533/stat : 21533 (java) S 21524 21511 17819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23382534 890621952 43049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 891972

[startup+25.5016 s]
/proc/loadavg: 2.25 2.13 2.04 3/95 21574
/proc/meminfo: memFree=1056072/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=0.85
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1310 9966 0 1 5 1 73 6 16 0 1 0 23382437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21511/statm: 4217 1111 409 3 0 796 0
[pid=21524] ppid=21511 vsize=5356 CPUtime=0
/proc/21524/stat : 21524 (sh) S 21511 21511 17819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23382529 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21524/statm: 1339 233 193 169 0 50 0
[pid=21525] ppid=21524 vsize=869748 CPUtime=22.63
/proc/21525/stat : 21525 (java) S 21524 21511 17819 0 -1 0 64944 0 1 0 2225 38 0 0 20 0 9 0 23382530 890621952 43315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21525/statm: 217437 43315 2592 9 0 211914 0
[pid=21525/tid=21526] ppid=21524 vsize=869748 CPUtime=17.66
/proc/21525/task/21526/stat : 21526 (java) R 21524 21511 17819 0 -1 64 4653 0 1 0 1756 10 0 0 25 0 9 0 23382531 890621952 43315 996147200 134512640 134550932 4294955936 18446744073709551615 4126569496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21527] ppid=21524 vsize=869748 CPUtime=4.75
/proc/21525/task/21527/stat : 21527 (java) S 21524 21511 17819 0 -1 64 58116 0 0 0 449 26 0 0 16 0 9 0 23382532 890621952 43315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21528] ppid=21524 vsize=869748 CPUtime=0
/proc/21525/task/21528/stat : 21528 (java) S 21524 21511 17819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23382532 890621952 43315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21529] ppid=21524 vsize=869748 CPUtime=0
/proc/21525/task/21529/stat : 21529 (java) S 21524 21511 17819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23382532 890621952 43315 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21525/tid=21530] ppid=21524 vsize=869748 CPUtime=0

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

/proc/meminfo: memFree=1443456/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=848.3
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1365 123442 0 2 5 1 84686 138 16 0 1 0 23382437 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1113 409 3 0 796 0
[pid=21876] ppid=21511 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (sh) S 21511 21511 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23467596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 232 193 169 0 50 0
[pid=21877] ppid=21876 vsize=151768 CPUtime=504.01
/proc/21877/stat : 21877 (picosat) R 21876 21511 17819 0 -1 4194304 36454 0 0 0 47745 2656 0 0 25 0 1 0 23467597 155410432 35962 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 37942 35962 48 102 0 37837 0
Current children cumulated CPU time (s) 1352.31
Current children cumulated vsize (KiB) 173992

[startup+1422.31 s]
/proc/loadavg: 3.02 2.87 2.44 4/91 23866
/proc/meminfo: memFree=1431808/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=848.3
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1365 123442 0 2 5 1 84686 138 16 0 1 0 23382437 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1113 409 3 0 796 0
[pid=21876] ppid=21511 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (sh) S 21511 21511 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23467596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 232 193 169 0 50 0
[pid=21877] ppid=21876 vsize=151768 CPUtime=563.42
/proc/21877/stat : 21877 (picosat) R 21876 21511 17819 0 -1 4194304 36454 0 0 0 53686 2656 0 0 25 0 1 0 23467597 155410432 35962 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 37942 35962 48 102 0 37837 0
Current children cumulated CPU time (s) 1411.72
Current children cumulated vsize (KiB) 173992

[startup+1482.3 s]
/proc/loadavg: 3.01 2.89 2.47 4/91 23887
/proc/meminfo: memFree=1417728/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=848.3
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1365 123442 0 2 5 1 84686 138 16 0 1 0 23382437 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1113 409 3 0 796 0
[pid=21876] ppid=21511 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (sh) S 21511 21511 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23467596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 232 193 169 0 50 0
[pid=21877] ppid=21876 vsize=152164 CPUtime=622.85
/proc/21877/stat : 21877 (picosat) R 21876 21511 17819 0 -1 4194304 36683 0 0 0 59628 2657 0 0 25 0 1 0 23467597 155815936 36055 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 38041 36055 48 102 0 37936 0
Current children cumulated CPU time (s) 1471.15
Current children cumulated vsize (KiB) 174388

[startup+1542.3 s]
/proc/loadavg: 3.00 2.91 2.50 4/91 23899
/proc/meminfo: memFree=1401728/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=848.3
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1365 123442 0 2 5 1 84686 138 16 0 1 0 23382437 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1113 409 3 0 796 0
[pid=21876] ppid=21511 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (sh) S 21511 21511 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23467596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 232 193 169 0 50 0
[pid=21877] ppid=21876 vsize=152164 CPUtime=682.25
/proc/21877/stat : 21877 (picosat) R 21876 21511 17819 0 -1 4194304 36683 0 0 0 65568 2657 0 0 25 0 1 0 23467597 155815936 36055 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 38041 36055 48 102 0 37936 0
Current children cumulated CPU time (s) 1530.55
Current children cumulated vsize (KiB) 174388

[startup+1602.3 s]
/proc/loadavg: 2.66 2.84 2.50 3/86 23955
/proc/meminfo: memFree=1382776/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=848.3
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1365 123442 0 2 5 1 84686 138 16 0 1 0 23382437 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1113 409 3 0 796 0
[pid=21876] ppid=21511 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (sh) S 21511 21511 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23467596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 232 193 169 0 50 0
[pid=21877] ppid=21876 vsize=152560 CPUtime=740.15
/proc/21877/stat : 21877 (picosat) R 21876 21511 17819 0 -1 4194304 36965 0 0 0 71354 2661 0 0 25 0 1 0 23467597 156221440 36194 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 38140 36194 48 102 0 38035 0
Current children cumulated CPU time (s) 1588.45
Current children cumulated vsize (KiB) 174784

[startup+1662.3 s]
/proc/loadavg: 2.22 2.67 2.46 3/86 23955
/proc/meminfo: memFree=1382584/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=848.3
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1365 123442 0 2 5 1 84686 138 16 0 1 0 23382437 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1113 409 3 0 796 0
[pid=21876] ppid=21511 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (sh) S 21511 21511 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23467596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 232 193 169 0 50 0
[pid=21877] ppid=21876 vsize=152560 CPUtime=799.59
/proc/21877/stat : 21877 (picosat) R 21876 21511 17819 0 -1 4194304 36965 0 0 0 77298 2661 0 0 25 0 1 0 23467597 156221440 36194 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 38140 36194 48 102 0 38035 0
Current children cumulated CPU time (s) 1647.89
Current children cumulated vsize (KiB) 174784

[startup+1722.3 s]
/proc/loadavg: 2.09 2.56 2.43 3/86 23955
/proc/meminfo: memFree=1382328/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=848.3
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1365 123442 0 2 5 1 84686 138 16 0 1 0 23382437 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1113 409 3 0 796 0
[pid=21876] ppid=21511 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (sh) S 21511 21511 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23467596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 232 193 169 0 50 0
[pid=21877] ppid=21876 vsize=152560 CPUtime=859.03
/proc/21877/stat : 21877 (picosat) R 21876 21511 17819 0 -1 4194304 36965 0 0 0 83242 2661 0 0 25 0 1 0 23467597 156221440 36194 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 38140 36194 48 102 0 38035 0
Current children cumulated CPU time (s) 1707.33
Current children cumulated vsize (KiB) 174784

[startup+1782.3 s]
/proc/loadavg: 2.03 2.45 2.40 3/86 23955
/proc/meminfo: memFree=1380984/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=848.3
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1365 123442 0 2 5 1 84686 138 16 0 1 0 23382437 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1113 409 3 0 796 0
[pid=21876] ppid=21511 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (sh) S 21511 21511 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23467596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 232 193 169 0 50 0
[pid=21877] ppid=21876 vsize=153484 CPUtime=918.46
/proc/21877/stat : 21877 (picosat) R 21876 21511 17819 0 -1 4194304 37335 0 0 0 89185 2661 0 0 25 0 1 0 23467597 157167616 36416 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 38371 36416 48 102 0 38266 0
Current children cumulated CPU time (s) 1766.76
Current children cumulated vsize (KiB) 175708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 2.02 2.40 2.39 3/86 23955
/proc/meminfo: memFree=1380792/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=848.3
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1365 123442 0 2 5 1 84686 138 16 0 1 0 23382437 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1113 409 3 0 796 0
[pid=21876] ppid=21511 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (sh) S 21511 21511 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23467596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 232 193 169 0 50 0
[pid=21877] ppid=21876 vsize=153484 CPUtime=951.75
/proc/21877/stat : 21877 (picosat) R 21876 21511 17819 0 -1 4194304 37335 0 0 0 92514 2661 0 0 25 0 1 0 23467597 157167616 36416 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 38371 36416 48 102 0 38266 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 175708

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

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

[startup+1815.9 s]
/proc/loadavg: 2.02 2.40 2.39 3/86 23955
/proc/meminfo: memFree=1380792/2055920 swapFree=4192812/4192956
[pid=21511] ppid=21509 vsize=16868 CPUtime=848.3
/proc/21511/stat : 21511 (sugar) S 21509 21511 17819 0 -1 4194304 1365 123442 0 2 5 1 84686 138 16 0 1 0 23382437 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21511/statm: 4217 1113 409 3 0 796 0
[pid=21876] ppid=21511 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (sh) S 21511 21511 17819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23467596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 232 193 169 0 50 0
[pid=21877] ppid=21876 vsize=153484 CPUtime=951.75
/proc/21877/stat : 21877 (picosat) R 21876 21511 17819 0 -1 4194304 37335 0 0 0 92514 2661 0 0 25 0 1 0 23467597 157167616 36416 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 38371 36416 48 102 0 38266 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 175708

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21511 and gives
#  childrusage.ru_utime.tv_sec=846
#  childrusage.ru_utime.tv_usec=918248
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=403786
# CPU time returned by wait4() is 848.322
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.93
CPU time (s): 1800.05
CPU user time (s): 1772.05
CPU system time (s): 28
CPU usage (%): 99.1253
Max. virtual memory (cumulated for all children) (KiB): 912464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 846.918
system time used= 1.40379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125201
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= 24585
involuntary context switches= 28375

runsolver used 2.41263 second user time and 5.80712 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 03:46:19
IDJOB=2076900
IDBENCH=56524
IDSOLVER=738
FILE ID=node80/2076900-1247363178
PBS_JOBID= 9506967
Free space on /tmp= 66252 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-09.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-2076900-1247363178/watcher-2076900-1247363178 -o /tmp/evaluation-result-2076900-1247363178/solver-2076900-1247363178 -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-2076900-1247363178.xml

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

MD5SUM BENCH= 8083874e58e9fdb0d48e10bbca119bf4
RANDOM SEED=1185538002

node80.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1779480 kB
Buffers:         19592 kB
Cached:          99612 kB
SwapCached:          0 kB
Active:         175692 kB
Inactive:        56508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2428 kB
Writeback:           0 kB
Mapped:         130792 kB
Slab:            29340 kB
Committed_AS:   934856 kB
PageTables:       1984 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= 66364 MiB
End job on node80 at 2009-07-12 04:16:36