Trace number 1040839

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.13+picosat? (TO) 1800.2 1809.13

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-38-38.xml
MD5SUMceccab7dc200f4f23e5f2834014db6dd
Bench CategoryGLOBAL (global constraints)
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 variables2888
Number of constraints3518
Maximum constraint arity38
Maximum domain size138
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2813
Global constraints used (with number of constraints)cumulative(2),weightedsum(703)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 13:42:25 2008
0.00/0.04	c 0	PID 18373
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1040839-1214998945.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1040839-1214998945.xml' 'HOME/temp.csp'
0.03/0.74	c 1	39 domains, 2888 variables, 2 predicates, 0 relations, 3518 constraints
0.03/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.85	c 1	Parsing HOME/temp.csp
1.12/1.27	c 1	parsed 6447 expressions
1.12/1.28	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.28	c 1	Converting to clausal form CSP
1.21/1.31	c 1	converted 645 (10%) expressions
1.21/1.32	c 1	converted 1290 (20%) expressions
1.21/1.33	c 1	converted 1935 (30%) expressions
1.21/1.33	c 1	converted 2579 (40%) expressions
1.41/1.50	c 2	converted 3224 (50%) expressions
1.41/1.57	c 2	converted 3869 (60%) expressions
1.51/1.66	c 2	converted 4513 (70%) expressions
1.61/1.70	c 2	converted 5158 (80%) expressions
1.61/1.75	c 2	converted 5803 (90%) expressions
3.87/4.10	c 4	converted 6447 (100%) expressions
3.98/4.10	c 4	CSP : 23312 integers, 7424 booleans, 62200 clauses, largest domain size 389
3.98/4.10	c 4	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.98/4.10	c 4	Propagation in CSP
4.27/4.43	c 5	135990 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.27/4.44	c 5	CSP : 23312 integers, 7424 booleans, 62200 clauses, largest domain size 139
4.27/4.44	c 5	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.27/4.47	c 5	Simplifing CSP by introducing new Boolean variables
4.27/4.49	c 5	CSP : 23312 integers, 7424 booleans, 62200 clauses, largest domain size 139
4.27/4.49	c 5	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.57/4.74	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.57/4.79	c 5	2332 (10%) CSP integer variables are encoded (8830 clauses, 112657 bytes)
4.66/4.84	c 5	4663 (20%) CSP integer variables are encoded (50325 clauses, 735082 bytes)
4.77/4.90	c 5	6994 (30%) CSP integer variables are encoded (103186 clauses, 1547492 bytes)
4.77/4.97	c 5	9325 (40%) CSP integer variables are encoded (157614 clauses, 2472768 bytes)
4.87/5.03	c 5	11656 (50%) CSP integer variables are encoded (208765 clauses, 3342335 bytes)
4.87/5.10	c 5	13988 (60%) CSP integer variables are encoded (262154 clauses, 4249948 bytes)
4.97/5.16	c 5	16319 (70%) CSP integer variables are encoded (314947 clauses, 5147429 bytes)
5.07/5.23	c 5	18650 (80%) CSP integer variables are encoded (369443 clauses, 6073861 bytes)
5.16/5.30	c 5	20981 (90%) CSP integer variables are encoded (421210 clauses, 6953900 bytes)
5.16/5.37	c 6	23312 (100%) CSP integer variables are encoded (473882 clauses, 7849324 bytes)
6.16/6.33	c 6	6220 (10%) CSP clauses are encoded (1027677 clauses, 18236300 bytes)
10.61/10.84	c 11	12440 (20%) CSP clauses are encoded (3620463 clauses, 73337391 bytes)
14.35/14.69	c 15	18660 (30%) CSP clauses are encoded (5751411 clauses, 121333812 bytes)
18.31/18.67	c 19	24880 (40%) CSP clauses are encoded (7889551 clauses, 173091760 bytes)
22.44/22.81	c 23	31100 (50%) CSP clauses are encoded (10091500 clauses, 226402643 bytes)
27.54/28.09	c 28	37320 (60%) CSP clauses are encoded (12890932 clauses, 294099773 bytes)
31.83/32.43	c 33	43540 (70%) CSP clauses are encoded (15178502 clauses, 349478354 bytes)
35.73/36.48	c 37	49760 (80%) CSP clauses are encoded (17313982 clauses, 401172730 bytes)
39.66/40.45	c 41	55980 (90%) CSP clauses are encoded (19419590 clauses, 452147186 bytes)
44.35/45.26	c 45	62200 (100%) CSP clauses are encoded (21957246 clauses, 513513713 bytes)
44.35/45.26	c 45	62200 CSP clauses encoded
44.35/45.26	c 45	Writing map file : HOME/temp.map
44.44/45.32	c 45	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.44/45.32	c 45	SAT : 504518 SAT variables, 21957246 SAT clauses, 513513713 bytes
44.44/45.32	c 45	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.44/45.38	c 46	SOLVING HOME/temp.cnf
44.44/45.38	c 46	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1809.01	c ERROR INTERRUPTED
1800.20/1809.12	s UNKNOWN
1800.20/1809.12	c 1809	CPU 41.1 (0.04 0 41.06 3.41)
1800.20/1809.12	c 1809	END Wed Jul  2 14:12:34 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1040839-1214998945/watcher-1040839-1214998945 -o /tmp/evaluation-result-1040839-1214998945/solver-1040839-1214998945 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1040839-1214998945.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.94 1.66 3/82 18373
/proc/meminfo: memFree=1571592/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=18572 CPUtime=0
/proc/18373/stat : 18373 (runsolver) R 18371 18373 18133 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1978868007 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18373/statm: 4643 292 257 25 0 2626 0

[startup+0.0555771 s]
/proc/loadavg: 1.83 1.94 1.66 3/82 18373
/proc/meminfo: memFree=1571592/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=0.03
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1978868007 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10158 s]
/proc/loadavg: 1.83 1.94 1.66 3/82 18373
/proc/meminfo: memFree=1571592/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=0.03
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1978868007 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301605 s]
/proc/loadavg: 1.83 1.94 1.66 3/82 18373
/proc/meminfo: memFree=1571592/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=0.03
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1978868007 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701653 s]
/proc/loadavg: 1.83 1.94 1.66 3/82 18373
/proc/meminfo: memFree=1571592/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=0.03
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1978868007 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50275 s]
/proc/loadavg: 1.85 1.94 1.66 4/93 18395
/proc/meminfo: memFree=1552688/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=0.71
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 974 7316 0 1 3 0 64 4 15 0 1 0 1978868007 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18373/statm: 3400 797 370 3 0 500 0
[pid=18386] ppid=18373 vsize=5356 CPUtime=0
/proc/18386/stat : 18386 (sh) S 18373 18373 18133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978868085 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18386/statm: 1339 233 193 169 0 50 0
[pid=18387] ppid=18386 vsize=868272 CPUtime=0.7
/proc/18387/stat : 18387 (java) S 18386 18373 18133 0 -1 0 5613 0 1 0 67 3 0 0 18 0 9 0 1978868085 889110528 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18387/statm: 217068 5004 1733 9 0 211643 0
[pid=18387/tid=18388] ppid=18386 vsize=868272 CPUtime=0.46
/proc/18387/task/18388/stat : 18388 (java) R 18386 18373 18133 0 -1 64 2662 0 1 0 45 1 0 0 21 0 9 0 1978868086 889110528 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4126097267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18389] ppid=18386 vsize=868272 CPUtime=0.04
/proc/18387/task/18389/stat : 18389 (java) S 18386 18373 18133 0 -1 64 793 0 0 0 4 0 0 0 16 0 9 0 1978868087 889110528 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18390] ppid=18386 vsize=868272 CPUtime=0
/proc/18387/task/18390/stat : 18390 (java) S 18386 18373 18133 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1978868088 889110528 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18391] ppid=18386 vsize=868272 CPUtime=0
/proc/18387/task/18391/stat : 18391 (java) S 18386 18373 18133 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1978868088 889110528 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18392] ppid=18386 vsize=868272 CPUtime=0
/proc/18387/task/18392/stat : 18392 (java) S 18386 18373 18133 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978868090 889110528 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18393] ppid=18386 vsize=868272 CPUtime=0.18
/proc/18387/task/18393/stat : 18393 (java) S 18386 18373 18133 0 -1 64 1466 0 0 0 17 1 0 0 16 0 9 0 1978868090 889110528 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18394] ppid=18386 vsize=868272 CPUtime=0
/proc/18387/task/18394/stat : 18394 (java) S 18386 18373 18133 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978868090 889110528 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18395] ppid=18386 vsize=868272 CPUtime=0
/proc/18387/task/18395/stat : 18395 (java) S 18386 18373 18133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978868090 889110528 5004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887228

[startup+3.10194 s]
/proc/loadavg: 1.85 1.94 1.66 3/93 18395
/proc/meminfo: memFree=1522928/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=0.71
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 974 7316 0 1 3 0 64 4 15 0 1 0 1978868007 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18373/statm: 3400 797 370 3 0 500 0
[pid=18386] ppid=18373 vsize=5356 CPUtime=0
/proc/18386/stat : 18386 (sh) S 18373 18373 18133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978868085 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18386/statm: 1339 233 193 169 0 50 0
[pid=18387] ppid=18386 vsize=868384 CPUtime=2.29
/proc/18387/stat : 18387 (java) S 18386 18373 18133 0 -1 0 12702 0 1 0 221 8 0 0 18 0 9 0 1978868085 889225216 11710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18387/statm: 217096 11710 2541 9 0 211671 0
[pid=18387/tid=18388] ppid=18386 vsize=868384 CPUtime=1.38
/proc/18387/task/18388/stat : 18388 (java) R 18386 18373 18133 0 -1 64 3016 0 1 0 137 1 0 0 25 0 9 0 1978868086 889225216 11710 996147200 134512640 134550740 4294955952 18446744073709551615 4126566555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18389] ppid=18386 vsize=868384 CPUtime=0.64
/proc/18387/task/18389/stat : 18389 (java) S 18386 18373 18133 0 -1 64 7476 0 0 0 60 4 0 0 16 0 9 0 1978868087 889225216 11710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18390] ppid=18386 vsize=868384 CPUtime=0
/proc/18387/task/18390/stat : 18390 (java) S 18386 18373 18133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978868088 889225216 11710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18391] ppid=18386 vsize=868384 CPUtime=0
/proc/18387/task/18391/stat : 18391 (java) S 18386 18373 18133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978868088 889225216 11710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18392] ppid=18386 vsize=868384 CPUtime=0
/proc/18387/task/18392/stat : 18392 (java) S 18386 18373 18133 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978868090 889225216 11710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18393] ppid=18386 vsize=868384 CPUtime=0.24
/proc/18387/task/18393/stat : 18393 (java) S 18386 18373 18133 0 -1 64 1517 0 0 0 23 1 0 0 16 0 9 0 1978868090 889225216 11710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18394] ppid=18386 vsize=868384 CPUtime=0
/proc/18387/task/18394/stat : 18394 (java) S 18386 18373 18133 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978868090 889225216 11710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18395] ppid=18386 vsize=868384 CPUtime=0
/proc/18387/task/18395/stat : 18395 (java) S 18386 18373 18133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978868090 889225216 11710 996147200 134512640 134550740 4294955952 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) 887340

[startup+6.30233 s]
/proc/loadavg: 1.94 1.96 1.67 3/85 18397
/proc/meminfo: memFree=1380400/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=0.71
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 974 7316 0 1 3 0 64 4 15 0 1 0 1978868007 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 797 370 3 0 500 0
[pid=18386] ppid=18373 vsize=5356 CPUtime=0
/proc/18386/stat : 18386 (sh) S 18373 18373 18133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978868085 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18386/statm: 1339 233 193 169 0 50 0
[pid=18387] ppid=18386 vsize=868496 CPUtime=5.45
/proc/18387/stat : 18387 (java) S 18386 18373 18133 0 -1 0 18522 0 1 0 523 22 0 0 18 0 9 0 1978868085 889339904 16689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18387/statm: 217124 16689 2565 9 0 211671 0
[pid=18387/tid=18388] ppid=18386 vsize=868496 CPUtime=3.74
/proc/18387/task/18388/stat : 18388 (java) R 18386 18373 18133 0 -1 64 3471 0 1 0 362 12 0 0 25 0 9 0 1978868086 889339904 16689 996147200 134512640 134550740 4294955952 18446744073709551615 4127153436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18387/tid=18389] ppid=18386 vsize=868496 CPUtime=1.37
/proc/18387/task/18389/stat : 18389 (java) S 18386 18373 18133 0 -1 64 12797 0 0 0 129 8 0 0 16 0 9 0 1978868087 889339904 16689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18387/tid=18390] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18390/stat : 18390 (java) S 18386 18373 18133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978868088 889339904 16689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18391] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18391/stat : 18391 (java) S 18386 18373 18133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978868088 889339904 16689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18392] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18392/stat : 18392 (java) S 18386 18373 18133 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978868090 889339904 16689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18393] ppid=18386 vsize=868496 CPUtime=0.32
/proc/18387/task/18393/stat : 18393 (java) S 18386 18373 18133 0 -1 64 1561 0 0 0 31 1 0 0 16 0 9 0 1978868090 889339904 16689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18387/tid=18394] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18394/stat : 18394 (java) S 18386 18373 18133 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978868090 889339904 16689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18395] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18395/stat : 18395 (java) S 18386 18373 18133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978868090 889339904 16689 996147200 134512640 134550740 4294955952 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) 887452

[startup+12.7011 s]
/proc/loadavg: 2.02 1.97 1.68 3/85 18397
/proc/meminfo: memFree=1298992/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=0.71
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 974 7316 0 1 3 0 64 4 16 0 1 0 1978868007 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 797 370 3 0 500 0
[pid=18386] ppid=18373 vsize=5356 CPUtime=0
/proc/18386/stat : 18386 (sh) S 18373 18373 18133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978868085 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18386/statm: 1339 233 193 169 0 50 0
[pid=18387] ppid=18386 vsize=868496 CPUtime=11.78
/proc/18387/stat : 18387 (java) S 18386 18373 18133 0 -1 0 18965 0 1 0 1102 76 0 0 18 0 9 0 1978868085 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18387/statm: 217124 16690 2565 9 0 211671 0
[pid=18387/tid=18388] ppid=18386 vsize=868496 CPUtime=9.86
/proc/18387/task/18388/stat : 18388 (java) R 18386 18373 18133 0 -1 64 3913 0 1 0 923 63 0 0 25 0 9 0 1978868086 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4126839829 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18387/tid=18389] ppid=18386 vsize=868496 CPUtime=1.58
/proc/18387/task/18389/stat : 18389 (java) S 18386 18373 18133 0 -1 64 12797 0 0 0 147 11 0 0 16 0 9 0 1978868087 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18387/tid=18390] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18390/stat : 18390 (java) S 18386 18373 18133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978868088 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18391] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18391/stat : 18391 (java) S 18386 18373 18133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978868088 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18392] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18392/stat : 18392 (java) S 18386 18373 18133 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978868090 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18393] ppid=18386 vsize=868496 CPUtime=0.32
/proc/18387/task/18393/stat : 18393 (java) S 18386 18373 18133 0 -1 64 1562 0 0 0 31 1 0 0 17 0 9 0 1978868090 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18387/tid=18394] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18394/stat : 18394 (java) S 18386 18373 18133 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978868090 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18395] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18395/stat : 18395 (java) S 18386 18373 18133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978868090 889339904 16690 996147200 134512640 134550740 4294955952 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) 887452

[startup+25.5026 s]
/proc/loadavg: 2.24 2.02 1.70 3/85 18397
/proc/meminfo: memFree=1125552/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=0.71
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 974 7316 0 1 3 0 64 4 16 0 1 0 1978868007 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 797 370 3 0 500 0
[pid=18386] ppid=18373 vsize=5356 CPUtime=0
/proc/18386/stat : 18386 (sh) S 18373 18373 18133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978868085 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18386/statm: 1339 233 193 169 0 50 0
[pid=18387] ppid=18386 vsize=868496 CPUtime=24.36
/proc/18387/stat : 18387 (java) S 18386 18373 18133 0 -1 0 19843 0 1 0 2259 177 0 0 18 0 9 0 1978868085 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18387/statm: 217124 16690 2565 9 0 211671 0
[pid=18387/tid=18388] ppid=18386 vsize=868496 CPUtime=21.98
/proc/18387/task/18388/stat : 18388 (java) R 18386 18373 18133 0 -1 64 4791 0 1 0 2040 158 0 0 25 0 9 0 1978868086 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4127150926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18387/tid=18389] ppid=18386 vsize=868496 CPUtime=2.04
/proc/18387/task/18389/stat : 18389 (java) S 18386 18373 18133 0 -1 64 12797 0 0 0 187 17 0 0 16 0 9 0 1978868087 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18387/tid=18390] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18390/stat : 18390 (java) S 18386 18373 18133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978868088 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18387/tid=18391] ppid=18386 vsize=868496 CPUtime=0
/proc/18387/task/18391/stat : 18391 (java) S 18386 18373 18133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978868088 889339904 16690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=116008/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=44.51
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 1022 28822 0 2 4 0 4106 341 16 0 1 0 1978868007 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18373 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18373 18373 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978872545 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=846080 CPUtime=1310.94
/proc/18399/stat : 18399 (picosat) R 18398 18373 18133 0 -1 4194304 196897 0 0 0 121157 9937 0 0 25 0 1 0 1978872545 866385920 196881 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18399/statm: 211520 196881 48 102 0 211415 0
Current children cumulated CPU time (s) 1355.45
Current children cumulated vsize (KiB) 865036

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=114480/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=44.51
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 1022 28822 0 2 4 0 4106 341 16 0 1 0 1978868007 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18373 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18373 18373 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978872545 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=846344 CPUtime=1370.66
/proc/18399/stat : 18399 (picosat) R 18398 18373 18133 0 -1 4194304 196954 0 0 0 127129 9937 0 0 25 0 1 0 1978872545 866656256 196938 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18399/statm: 211586 196938 48 102 0 211481 0
Current children cumulated CPU time (s) 1415.17
Current children cumulated vsize (KiB) 865300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=113136/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=44.51
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 1022 28822 0 2 4 0 4106 341 16 0 1 0 1978868007 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18373 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18373 18373 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978872545 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=846476 CPUtime=1430.39
/proc/18399/stat : 18399 (picosat) R 18398 18373 18133 0 -1 4194304 197012 0 0 0 133102 9937 0 0 25 0 1 0 1978872545 866791424 196996 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18399/statm: 211619 196996 48 102 0 211514 0
Current children cumulated CPU time (s) 1474.9
Current children cumulated vsize (KiB) 865432

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=111920/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=44.51
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 1022 28822 0 2 4 0 4106 341 16 0 1 0 1978868007 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18373 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18373 18373 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978872545 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=846740 CPUtime=1490.11
/proc/18399/stat : 18399 (picosat) R 18398 18373 18133 0 -1 4194304 197071 0 0 0 139074 9937 0 0 25 0 1 0 1978872545 867061760 197055 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18399/statm: 211685 197055 48 102 0 211580 0
Current children cumulated CPU time (s) 1534.62
Current children cumulated vsize (KiB) 865696

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=110768/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=44.51
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 1022 28822 0 2 4 0 4106 341 16 0 1 0 1978868007 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18373 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18373 18373 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978872545 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=847004 CPUtime=1549.84
/proc/18399/stat : 18399 (picosat) R 18398 18373 18133 0 -1 4194304 197120 0 0 0 145046 9938 0 0 25 0 1 0 1978872545 867332096 197104 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/18399/statm: 211751 197104 48 102 0 211646 0
Current children cumulated CPU time (s) 1594.35
Current children cumulated vsize (KiB) 865960

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=109808/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=44.51
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 1022 28822 0 2 4 0 4106 341 16 0 1 0 1978868007 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18373 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18373 18373 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978872545 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=847136 CPUtime=1609.57
/proc/18399/stat : 18399 (picosat) R 18398 18373 18133 0 -1 4194304 197171 0 0 0 151019 9938 0 0 25 0 1 0 1978872545 867467264 197155 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18399/statm: 211784 197155 48 102 0 211679 0
Current children cumulated CPU time (s) 1654.08
Current children cumulated vsize (KiB) 866092

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=108464/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=44.51
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 1022 28822 0 2 4 0 4106 341 16 0 1 0 1978868007 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18373 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18373 18373 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978872545 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=847400 CPUtime=1669.3
/proc/18399/stat : 18399 (picosat) R 18398 18373 18133 0 -1 4194304 197234 0 0 0 156992 9938 0 0 25 0 1 0 1978872545 867737600 197218 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18399/statm: 211850 197218 48 102 0 211745 0
Current children cumulated CPU time (s) 1713.81
Current children cumulated vsize (KiB) 866356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=106992/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=44.51
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 1022 28822 0 2 4 0 4106 341 16 0 1 0 1978868007 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18373 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18373 18373 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978872545 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=847796 CPUtime=1729.01
/proc/18399/stat : 18399 (picosat) R 18398 18373 18133 0 -1 4194304 197319 0 0 0 162963 9938 0 0 25 0 1 0 1978872545 868143104 197303 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18399/statm: 211949 197303 48 102 0 211844 0
Current children cumulated CPU time (s) 1773.52
Current children cumulated vsize (KiB) 866752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.00 1.91 4/83 18470
/proc/meminfo: memFree=284016/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=44.51
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 1022 28822 0 2 4 0 4106 341 16 0 1 0 1978868007 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18373 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18373 18373 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978872545 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=847796 CPUtime=1755.58
/proc/18399/stat : 18399 (picosat) R 18398 18373 18133 0 -1 4194304 197348 0 0 0 165619 9939 0 0 25 0 1 0 1978872545 868143104 197332 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18399/statm: 211949 197332 48 102 0 211844 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 866752

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

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

[startup+1809.12 s]
/proc/loadavg: 2.00 2.00 1.91 4/83 18470
/proc/meminfo: memFree=284016/2055920 swapFree=4180424/4192956
[pid=18373] ppid=18371 vsize=13600 CPUtime=44.51
/proc/18373/stat : 18373 (sugar) S 18371 18373 18133 0 -1 4194304 1041 28822 0 2 4 0 4106 341 16 0 1 0 1978868007 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18373/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18373 vsize=0 CPUtime=0
/proc/18398/stat : 18398 (sh) Z 18373 18373 18133 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1978872545 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/18398/statm: 0 0 0 0 0 0 0
[pid=18399] ppid=1 vsize=0 CPUtime=1755.69
/proc/18399/stat : 18399 (picosat) R 1 18373 18133 0 -1 4195332 197348 0 0 0 165619 9950 0 0 25 0 1 0 1978872545 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/18399/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18373 and gives
#  childrusage.ru_utime.tv_sec=41
#  childrusage.ru_utime.tv_usec=102751
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=424479
# CPU time returned by wait4() is 44.5272
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.13
CPU time (s): 1800.2
CPU user time (s): 1697.29
CPU system time (s): 102.91
CPU usage (%): 99.5065
Max. virtual memory (cumulated for all children) (KiB): 888344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.1028
system time used= 3.42448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30199
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= 23717
involuntary context switches= 23567

runsolver used 2.13967 second user time and 5.40318 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-02 13:42:25
IDJOB=1040839
IDBENCH=53746
IDSOLVER=345
FILE ID=node33/1040839-1214998945
PBS_JOBID= 7870856
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-38-38.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1040839-1214998945/watcher-1040839-1214998945 -o /tmp/evaluation-result-1040839-1214998945/solver-1040839-1214998945 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1040839-1214998945.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ceccab7dc200f4f23e5f2834014db6dd
RANDOM SEED=1329468895

node33.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.231
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.231
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:       1572200 kB
Buffers:         55808 kB
Cached:         312768 kB
SwapCached:       6444 kB
Active:         144920 kB
Inactive:       262340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572200 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:           11304 kB
Writeback:           0 kB
Mapped:          55736 kB
Slab:            61668 kB
Committed_AS:  3450564 kB
PageTables:       1976 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= 66548 MiB
End job on node33 at 2008-07-02 14:12:36