Trace number 2071191

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.02 1811.13

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-19-06.xml
MD5SUMd2c75117203ce693890442ed53c8d908
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 benchmark1.19282
Satisfiable
(Un)Satisfiability was proved
Number of variables287
Number of constraints2528
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2400
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 00:56:57 2009
0.00/0.07	c 0	PID 18067
0.00/0.08	c 0	HOST node76.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071191-1247353017.xml TO HOME/temp.csp
0.00/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-2071191-1247353017.xml' 'HOME/temp.csp'
0.06/0.72	c 1	1 domains, 287 variables, 9 predicates, 8 relations, 2528 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.69/0.83	c 1	Parsing HOME/temp.csp
1.01/1.16	c 1	parsed 2833 expressions
1.01/1.17	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.17	c 1	Converting to clausal form CSP
1.01/1.19	c 1	converted 284 (10%) expressions
2.50/2.67	c 3	converted 567 (20%) expressions
2.60/2.70	c 3	converted 850 (30%) expressions
2.70/2.88	c 3	converted 1134 (40%) expressions
2.80/2.91	c 3	converted 1417 (50%) expressions
2.80/2.98	c 3	converted 1700 (60%) expressions
2.89/3.01	c 3	converted 1984 (70%) expressions
2.89/3.06	c 3	converted 2267 (80%) expressions
3.00/3.15	c 3	converted 2550 (90%) expressions
3.39/3.55	c 4	converted 2833 (100%) expressions
3.39/3.55	c 4	CSP : 287 integers, 0 booleans, 2528 clauses, largest domain size 26
3.39/3.55	c 4	Heap : 63 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.39/3.55	c 4	Propagation in CSP
3.39/3.56	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.39/3.56	c 4	CSP : 287 integers, 0 booleans, 2528 clauses, largest domain size 26
3.39/3.56	c 4	Heap : 63 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.39/3.57	c 4	Simplifing CSP by introducing new Boolean variables
3.59/3.72	c 4	CSP : 287 integers, 18696 booleans, 21224 clauses, largest domain size 26
3.59/3.72	c 4	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.99/4.10	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.99/4.13	c 4	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
3.99/4.13	c 4	58 (20%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
3.99/4.14	c 4	87 (30%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
3.99/4.14	c 4	115 (40%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
3.99/4.14	c 4	144 (50%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
3.99/4.14	c 4	173 (60%) CSP integer variables are encoded (4152 clauses, 51913 bytes)
3.99/4.14	c 4	201 (70%) CSP integer variables are encoded (4824 clauses, 60649 bytes)
3.99/4.14	c 4	230 (80%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
3.99/4.14	c 4	259 (90%) CSP integer variables are encoded (6216 clauses, 78745 bytes)
3.99/4.14	c 4	287 (100%) CSP integer variables are encoded (6888 clauses, 87481 bytes)
22.97/25.20	c 25	2123 (10%) CSP clauses are encoded (600014 clauses, 22327188 bytes)
40.15/42.44	c 43	4245 (20%) CSP clauses are encoded (801520 clauses, 31490264 bytes)
40.27/42.53	c 43	6368 (30%) CSP clauses are encoded (850818 clauses, 32406680 bytes)
45.24/47.57	c 48	8490 (40%) CSP clauses are encoded (937439 clauses, 35498388 bytes)
45.34/47.66	c 48	10612 (50%) CSP clauses are encoded (986711 clauses, 36421052 bytes)
45.44/47.75	c 48	12735 (60%) CSP clauses are encoded (1036009 clauses, 37388212 bytes)
51.30/53.60	c 54	14857 (70%) CSP clauses are encoded (1122655 clauses, 40662726 bytes)
56.47/58.80	c 59	16980 (80%) CSP clauses are encoded (1209302 clauses, 43937290 bytes)
65.32/68.00	c 68	19102 (90%) CSP clauses are encoded (1326541 clauses, 49409497 bytes)
76.75/79.54	c 80	21224 (100%) CSP clauses are encoded (1488932 clauses, 58727306 bytes)
76.75/79.54	c 80	21224 CSP clauses encoded
76.75/79.54	c 80	Writing map file : HOME/temp.map
76.75/79.56	c 80	Heap : 92 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
76.75/79.56	c 80	SAT : 25871 SAT variables, 1488932 SAT clauses, 58727306 bytes
76.75/79.56	c 80	Heap : 92 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
76.81/79.62	c 80	SOLVING HOME/temp.cnf
76.81/79.62	c 80	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1811.12	c ERROR INTERRUPTED
1800.02/1811.12	s UNKNOWN
1800.02/1811.12	c 1811	CPU 76.84 (0.05 0.02 76.08 0.69)
1800.02/1811.12	c 1811	END Sun Jul 12 01:27: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-2071191-1247353017/watcher-2071191-1247353017 -o /tmp/evaluation-result-2071191-1247353017/solver-2071191-1247353017 -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-2071191-1247353017.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: 3.83 4.92 4.81 4/83 18067
/proc/meminfo: memFree=1793848/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=18576 CPUtime=0
/proc/18067/stat : 18067 (runsolver) R 18065 18067 17203 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22367045 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 265674091815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18067/statm: 4644 284 249 26 0 2626 0

[startup+0.104081 s]
/proc/loadavg: 3.83 4.92 4.81 4/83 18067
/proc/meminfo: memFree=1793848/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=0.06
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22367045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.20109 s]
/proc/loadavg: 3.83 4.92 4.81 4/83 18067
/proc/meminfo: memFree=1793848/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=0.06
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22367045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30111 s]
/proc/loadavg: 3.83 4.92 4.81 4/83 18067
/proc/meminfo: memFree=1793848/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=0.06
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22367045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701188 s]
/proc/loadavg: 3.83 4.92 4.81 4/83 18067
/proc/meminfo: memFree=1793848/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=0.06
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22367045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50234 s]
/proc/loadavg: 3.83 4.92 4.81 4/94 18089
/proc/meminfo: memFree=1780504/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=0.69
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1309 7503 0 1 5 1 59 4 16 0 1 0 22367045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1111 409 3 0 796 0
[pid=18080] ppid=18067 vsize=5356 CPUtime=0
/proc/18080/stat : 18080 (sh) S 18067 18067 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22367122 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18080/statm: 1339 233 193 169 0 50 0
[pid=18081] ppid=18080 vsize=864256 CPUtime=0.71
/proc/18081/stat : 18081 (java) S 18080 18067 17203 0 -1 0 8255 0 1 0 69 2 0 0 20 0 9 0 22367122 884998144 7524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18081/statm: 216064 7524 2566 9 0 210569 0
[pid=18081/tid=18082] ppid=18080 vsize=864256 CPUtime=0.4
/proc/18081/task/18082/stat : 18082 (java) R 18080 18067 17203 0 -1 64 2699 0 1 0 40 0 0 0 25 0 9 0 22367123 884998144 7524 996147200 134512640 134550932 4294955936 18446744073709551615 4126517976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18083] ppid=18080 vsize=864256 CPUtime=0.25
/proc/18081/task/18083/stat : 18083 (java) S 18080 18067 17203 0 -1 64 4543 0 0 0 24 1 0 0 16 0 9 0 22367124 884998144 7524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18084] ppid=18080 vsize=864256 CPUtime=0
/proc/18081/task/18084/stat : 18084 (java) S 18080 18067 17203 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22367124 884998144 7524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18085] ppid=18080 vsize=864256 CPUtime=0
/proc/18081/task/18085/stat : 18085 (java) S 18080 18067 17203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22367124 884998144 7524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18086] ppid=18080 vsize=864256 CPUtime=0
/proc/18081/task/18086/stat : 18086 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22367126 884998144 7524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18087] ppid=18080 vsize=864256 CPUtime=0.04
/proc/18081/task/18087/stat : 18087 (java) S 18080 18067 17203 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 22367126 884998144 7524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18088] ppid=18080 vsize=864256 CPUtime=0
/proc/18081/task/18088/stat : 18088 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22367126 884998144 7524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18089] ppid=18080 vsize=864256 CPUtime=0
/proc/18081/task/18089/stat : 18089 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22367126 884998144 7524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886480

[startup+3.10165 s]
/proc/loadavg: 3.83 4.92 4.81 3/94 18089
/proc/meminfo: memFree=1747160/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=0.69
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1309 7503 0 1 5 1 59 4 16 0 1 0 22367045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1111 409 3 0 796 0
[pid=18080] ppid=18067 vsize=5356 CPUtime=0
/proc/18080/stat : 18080 (sh) S 18067 18067 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22367122 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18080/statm: 1339 233 193 169 0 50 0
[pid=18081] ppid=18080 vsize=868552 CPUtime=2.31
/proc/18081/stat : 18081 (java) S 18080 18067 17203 0 -1 0 20186 0 1 0 222 9 0 0 20 0 9 0 22367122 889397248 19393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18081/statm: 217138 19393 2567 9 0 211643 0
[pid=18081/tid=18082] ppid=18080 vsize=868552 CPUtime=1.07
/proc/18081/task/18082/stat : 18082 (java) R 18080 18067 17203 0 -1 64 3186 0 1 0 107 0 0 0 25 0 9 0 22367123 889397248 19393 996147200 134512640 134550932 4294955936 18446744073709551615 103210713 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18083] ppid=18080 vsize=868552 CPUtime=1.05
/proc/18081/task/18083/stat : 18083 (java) S 18080 18067 17203 0 -1 64 14830 0 0 0 99 6 0 0 16 0 9 0 22367124 889397248 19393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18084] ppid=18080 vsize=868552 CPUtime=0
/proc/18081/task/18084/stat : 18084 (java) S 18080 18067 17203 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22367124 889397248 19393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18085] ppid=18080 vsize=868552 CPUtime=0
/proc/18081/task/18085/stat : 18085 (java) S 18080 18067 17203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22367124 889397248 19393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18086] ppid=18080 vsize=868552 CPUtime=0
/proc/18081/task/18086/stat : 18086 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22367126 889397248 19393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18087] ppid=18080 vsize=868552 CPUtime=0.15
/proc/18081/task/18087/stat : 18087 (java) S 18080 18067 17203 0 -1 64 1467 0 0 0 14 1 0 0 16 0 9 0 22367126 889397248 19393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18088] ppid=18080 vsize=868552 CPUtime=0
/proc/18081/task/18088/stat : 18088 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22367126 889397248 19393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18089] ppid=18080 vsize=868552 CPUtime=0
/proc/18081/task/18089/stat : 18089 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22367126 889397248 19393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890776

[startup+6.30227 s]
/proc/loadavg: 3.92 4.92 4.81 3/94 18089
/proc/meminfo: memFree=1700120/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=0.69
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1310 7503 0 1 5 1 59 4 15 0 1 0 22367045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1111 409 3 0 796 0
[pid=18080] ppid=18067 vsize=5356 CPUtime=0
/proc/18080/stat : 18080 (sh) S 18067 18067 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22367122 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18080/statm: 1339 233 193 169 0 50 0
[pid=18081] ppid=18080 vsize=868748 CPUtime=5.49
/proc/18081/stat : 18081 (java) S 18080 18067 17203 0 -1 0 24759 0 2 0 536 13 0 0 20 0 9 0 22367122 889597952 23828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18081/statm: 217187 23828 2592 9 0 211664 0
[pid=18081/tid=18082] ppid=18080 vsize=868748 CPUtime=3.3
/proc/18081/task/18082/stat : 18082 (java) R 18080 18067 17203 0 -1 64 3900 0 2 0 328 2 0 0 25 0 9 0 22367123 889597952 23828 996147200 134512640 134550932 4294955936 18446744073709551615 4126966854 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18083] ppid=18080 vsize=868748 CPUtime=1.94
/proc/18081/task/18083/stat : 18083 (java) S 18080 18067 17203 0 -1 64 18639 0 0 0 186 8 0 0 16 0 9 0 22367124 889597952 23828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18084] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18084/stat : 18084 (java) S 18080 18067 17203 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22367124 889597952 23828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18085] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18085/stat : 18085 (java) S 18080 18067 17203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22367124 889597952 23828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18086] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18086/stat : 18086 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22367126 889597952 23828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18087] ppid=18080 vsize=868748 CPUtime=0.21
/proc/18081/task/18087/stat : 18087 (java) S 18080 18067 17203 0 -1 64 1517 0 0 0 20 1 0 0 17 0 9 0 22367126 889597952 23828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18088] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18088/stat : 18088 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22367126 889597952 23828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18089] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18089/stat : 18089 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22367126 889597952 23828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890972

[startup+12.7028 s]
/proc/loadavg: 3.93 4.91 4.81 3/86 18091
/proc/meminfo: memFree=1785496/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=0.69
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1310 7503 0 1 5 1 59 4 15 0 1 0 22367045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1111 409 3 0 796 0
[pid=18080] ppid=18067 vsize=5356 CPUtime=0
/proc/18080/stat : 18080 (sh) S 18067 18067 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22367122 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18080/statm: 1339 233 193 169 0 50 0
[pid=18081] ppid=18080 vsize=868748 CPUtime=11.84
/proc/18081/stat : 18081 (java) S 18080 18067 17203 0 -1 0 26189 0 2 0 1161 23 0 0 20 0 9 0 22367122 889597952 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18081/statm: 217187 25177 2592 9 0 211664 0
[pid=18081/tid=18082] ppid=18080 vsize=868748 CPUtime=9.42
/proc/18081/task/18082/stat : 18082 (java) R 18080 18067 17203 0 -1 64 3981 0 2 0 931 11 0 0 25 0 9 0 22367123 889597952 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18083] ppid=18080 vsize=868748 CPUtime=2.15
/proc/18081/task/18083/stat : 18083 (java) S 18080 18067 17203 0 -1 64 19980 0 0 0 206 9 0 0 15 0 9 0 22367124 889597952 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18084] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18084/stat : 18084 (java) S 18080 18067 17203 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22367124 889597952 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18085] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18085/stat : 18085 (java) S 18080 18067 17203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22367124 889597952 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18086] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18086/stat : 18086 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22367126 889597952 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18087] ppid=18080 vsize=868748 CPUtime=0.22
/proc/18081/task/18087/stat : 18087 (java) S 18080 18067 17203 0 -1 64 1525 0 0 0 21 1 0 0 16 0 9 0 22367126 889597952 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18088] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18088/stat : 18088 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22367126 889597952 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18089] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18089/stat : 18089 (java) S 18080 18067 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22367126 889597952 25177 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890972

[startup+25.503 s]
/proc/loadavg: 3.72 4.81 4.78 3/86 18091
/proc/meminfo: memFree=1721496/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=0.69
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1310 7503 0 1 5 1 59 4 16 0 1 0 22367045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1111 409 3 0 796 0
[pid=18080] ppid=18067 vsize=5356 CPUtime=0
/proc/18080/stat : 18080 (sh) S 18067 18067 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22367122 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18080/statm: 1339 233 193 169 0 50 0
[pid=18081] ppid=18080 vsize=868748 CPUtime=22.67
/proc/18081/stat : 18081 (java) S 18080 18067 17203 0 -1 0 30248 0 2 0 2235 32 0 0 20 0 9 0 22367122 889597952 29133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18081/statm: 217187 29133 2592 9 0 211664 0
[pid=18081/tid=18082] ppid=18080 vsize=868748 CPUtime=19.89
/proc/18081/task/18082/stat : 18082 (java) R 18080 18067 17203 0 -1 64 4084 0 2 0 1971 18 0 0 25 0 9 0 22367123 889597952 29133 996147200 134512640 134550932 4294955936 18446744073709551615 4126545359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18083] ppid=18080 vsize=868748 CPUtime=2.51
/proc/18081/task/18083/stat : 18083 (java) S 18080 18067 17203 0 -1 64 23928 0 0 0 240 11 0 0 16 0 9 0 22367124 889597952 29133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18084] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18084/stat : 18084 (java) S 18080 18067 17203 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22367124 889597952 29133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18085] ppid=18080 vsize=868748 CPUtime=0
/proc/18081/task/18085/stat : 18085 (java) S 18080 18067 17203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22367124 889597952 29133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18081/tid=18086] ppid=18080 vsize=868748 CPUtime=0

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

/proc/meminfo: memFree=1658008/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=76.84
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1365 53229 0 3 5 2 7608 69 16 0 1 0 22367045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1113 409 3 0 796 0
[pid=18092] ppid=18067 vsize=5356 CPUtime=0
/proc/18092/stat : 18092 (sh) S 18067 18067 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22375008 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18092/statm: 1339 232 193 169 0 50 0
[pid=18093] ppid=18092 vsize=98268 CPUtime=1216.63
/proc/18093/stat : 18093 (picosat) R 18092 18067 17203 0 -1 4194304 27119 0 0 0 120328 1335 0 0 25 0 1 0 22375008 100626432 23964 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18093/statm: 24567 23964 48 102 0 24462 0
Current children cumulated CPU time (s) 1293.47
Current children cumulated vsize (KiB) 120492

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.63 3/78 18099
/proc/meminfo: memFree=1657240/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=76.84
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1365 53229 0 3 5 2 7608 69 16 0 1 0 22367045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1113 409 3 0 796 0
[pid=18092] ppid=18067 vsize=5356 CPUtime=0
/proc/18092/stat : 18092 (sh) S 18067 18067 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22375008 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18092/statm: 1339 232 193 169 0 50 0
[pid=18093] ppid=18092 vsize=98268 CPUtime=1276.34
/proc/18093/stat : 18093 (picosat) R 18092 18067 17203 0 -1 4194304 27119 0 0 0 126299 1335 0 0 25 0 1 0 22375008 100626432 23964 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18093/statm: 24567 23964 48 102 0 24462 0
Current children cumulated CPU time (s) 1353.18
Current children cumulated vsize (KiB) 120492

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.59 3/78 18099
/proc/meminfo: memFree=1655320/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=76.84
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1365 53229 0 3 5 2 7608 69 16 0 1 0 22367045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1113 409 3 0 796 0
[pid=18092] ppid=18067 vsize=5356 CPUtime=0
/proc/18092/stat : 18092 (sh) S 18067 18067 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22375008 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18092/statm: 1339 232 193 169 0 50 0
[pid=18093] ppid=18092 vsize=101140 CPUtime=1336.04
/proc/18093/stat : 18093 (picosat) R 18092 18067 17203 0 -1 4194304 27838 0 0 0 132268 1336 0 0 25 0 1 0 22375008 103567360 24427 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18093/statm: 25285 24427 48 102 0 25180 0
Current children cumulated CPU time (s) 1412.88
Current children cumulated vsize (KiB) 123364

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.55 3/78 18099
/proc/meminfo: memFree=1653656/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=76.84
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1365 53229 0 3 5 2 7608 69 16 0 1 0 22367045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1113 409 3 0 796 0
[pid=18092] ppid=18067 vsize=5356 CPUtime=0
/proc/18092/stat : 18092 (sh) S 18067 18067 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22375008 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18092/statm: 1339 232 193 169 0 50 0
[pid=18093] ppid=18092 vsize=101140 CPUtime=1395.74
/proc/18093/stat : 18093 (picosat) R 18092 18067 17203 0 -1 4194304 27838 0 0 0 138238 1336 0 0 25 0 1 0 22375008 103567360 24427 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/18093/statm: 25285 24427 48 102 0 25180 0
Current children cumulated CPU time (s) 1472.58
Current children cumulated vsize (KiB) 123364

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.51 3/78 18099
/proc/meminfo: memFree=1652504/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=76.84
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1365 53229 0 3 5 2 7608 69 16 0 1 0 22367045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1113 409 3 0 796 0
[pid=18092] ppid=18067 vsize=5356 CPUtime=0
/proc/18092/stat : 18092 (sh) S 18067 18067 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22375008 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18092/statm: 1339 232 193 169 0 50 0
[pid=18093] ppid=18092 vsize=102064 CPUtime=1455.46
/proc/18093/stat : 18093 (picosat) R 18092 18067 17203 0 -1 4194304 28376 0 0 0 144209 1337 0 0 25 0 1 0 22375008 104513536 24698 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18093/statm: 25516 24698 48 102 0 25411 0
Current children cumulated CPU time (s) 1532.3
Current children cumulated vsize (KiB) 124288

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.48 3/78 18099
/proc/meminfo: memFree=1651416/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=76.84
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1365 53229 0 3 5 2 7608 69 16 0 1 0 22367045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1113 409 3 0 796 0
[pid=18092] ppid=18067 vsize=5356 CPUtime=0
/proc/18092/stat : 18092 (sh) S 18067 18067 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22375008 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18092/statm: 1339 232 193 169 0 50 0
[pid=18093] ppid=18092 vsize=102064 CPUtime=1515.16
/proc/18093/stat : 18093 (picosat) R 18092 18067 17203 0 -1 4194304 28376 0 0 0 150179 1337 0 0 25 0 1 0 22375008 104513536 24698 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/18093/statm: 25516 24698 48 102 0 25411 0
Current children cumulated CPU time (s) 1592
Current children cumulated vsize (KiB) 124288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.44 3/78 18099
/proc/meminfo: memFree=1651416/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=76.84
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1365 53229 0 3 5 2 7608 69 16 0 1 0 22367045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1113 409 3 0 796 0
[pid=18092] ppid=18067 vsize=5356 CPUtime=0
/proc/18092/stat : 18092 (sh) S 18067 18067 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22375008 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18092/statm: 1339 232 193 169 0 50 0
[pid=18093] ppid=18092 vsize=102064 CPUtime=1574.86
/proc/18093/stat : 18093 (picosat) R 18092 18067 17203 0 -1 4194304 28379 0 0 0 156149 1337 0 0 25 0 1 0 22375008 104513536 24701 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18093/statm: 25516 24701 48 102 0 25411 0
Current children cumulated CPU time (s) 1651.7
Current children cumulated vsize (KiB) 124288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.41 3/78 18099
/proc/meminfo: memFree=1648856/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=76.84
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1365 53229 0 3 5 2 7608 69 16 0 1 0 22367045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1113 409 3 0 796 0
[pid=18092] ppid=18067 vsize=5356 CPUtime=0
/proc/18092/stat : 18092 (sh) S 18067 18067 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22375008 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18092/statm: 1339 232 193 169 0 50 0
[pid=18093] ppid=18092 vsize=102988 CPUtime=1634.56
/proc/18093/stat : 18093 (picosat) R 18092 18067 17203 0 -1 4194304 28939 0 0 0 162119 1337 0 0 25 0 1 0 22375008 105459712 24973 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18093/statm: 25747 24973 48 102 0 25642 0
Current children cumulated CPU time (s) 1711.4
Current children cumulated vsize (KiB) 125212

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 2.40 3/84 18135
/proc/meminfo: memFree=1699056/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=76.84
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1365 53229 0 3 5 2 7608 69 16 0 1 0 22367045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1113 409 3 0 796 0
[pid=18092] ppid=18067 vsize=5356 CPUtime=0
/proc/18092/stat : 18092 (sh) S 18067 18067 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22375008 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18092/statm: 1339 232 193 169 0 50 0
[pid=18093] ppid=18092 vsize=102988 CPUtime=1694.39
/proc/18093/stat : 18093 (picosat) R 18092 18067 17203 0 -1 4194304 28939 0 0 0 168101 1338 0 0 25 0 1 0 22375008 105459712 24973 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18093/statm: 25747 24973 48 102 0 25642 0
Current children cumulated CPU time (s) 1771.23
Current children cumulated vsize (KiB) 125212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.1 s]
/proc/loadavg: 2.06 2.03 2.38 3/84 18135
/proc/meminfo: memFree=1698288/2055920 swapFree=4192812/4192956
[pid=18067] ppid=18065 vsize=16868 CPUtime=76.84
/proc/18067/stat : 18067 (sugar) S 18065 18067 17203 0 -1 4194304 1365 53229 0 3 5 2 7608 69 16 0 1 0 22367045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18067/statm: 4217 1113 409 3 0 796 0
[pid=18092] ppid=18067 vsize=5356 CPUtime=0
/proc/18092/stat : 18092 (sh) S 18067 18067 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22375008 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18092/statm: 1339 232 193 169 0 50 0
[pid=18093] ppid=18092 vsize=103780 CPUtime=1723.18
/proc/18093/stat : 18093 (picosat) R 18092 18067 17203 0 -1 4194304 29129 0 0 0 170980 1338 0 0 25 0 1 0 22375008 106270720 25163 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18093/statm: 25945 25163 48 102 0 25840 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 126004

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18067 and gives
#  childrusage.ru_utime.tv_sec=76
#  childrusage.ru_utime.tv_usec=146423
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=719890
# CPU time returned by wait4() is 76.8663
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.13
CPU time (s): 1800.02
CPU user time (s): 1785.93
CPU system time (s): 14.09
CPU usage (%): 99.3868
Max. virtual memory (cumulated for all children) (KiB): 911460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.1464
system time used= 0.71989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54988
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9170
involuntary context switches= 10186

runsolver used 2.39464 second user time and 5.81412 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 00:56:57
IDJOB=2071191
IDBENCH=55447
IDSOLVER=738
FILE ID=node76/2071191-1247353017
PBS_JOBID= 9506828
Free space on /tmp= 66344 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-19-06.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-2071191-1247353017/watcher-2071191-1247353017 -o /tmp/evaluation-result-2071191-1247353017/solver-2071191-1247353017 -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-2071191-1247353017.xml

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

MD5SUM BENCH= d2c75117203ce693890442ed53c8d908
RANDOM SEED=1027856710

node76.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.277
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.277
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:       1794336 kB
Buffers:          4368 kB
Cached:          77640 kB
SwapCached:          0 kB
Active:         197748 kB
Inactive:         9056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           31568 kB
Writeback:           0 kB
Mapped:         146096 kB
Slab:            39576 kB
Committed_AS:   281628 kB
PageTables:       2208 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= 66376 MiB
End job on node76 at 2009-07-12 01:27:10