Trace number 1040799

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.06 1807.49

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-25-25.xml
MD5SUM6594e3059ad496a089e0bc1e82952595
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.19197
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of constraints1503
Maximum constraint arity25
Maximum domain size74
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1201
Global constraints used (with number of constraints)cumulative(2),weightedsum(300)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Wed Jul  2 13:42:22 2008
0.00/0.05	c 0	PID 11229
0.00/0.06	c 0	HOST node86.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1040799-1214998942.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1040799-1214998942.xml' 'HOME/temp.csp'
0.03/0.66	c 1	26 domains, 1250 variables, 2 predicates, 0 relations, 1503 constraints
0.03/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.71	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.03/0.79	c 1	Parsing HOME/temp.csp
0.89/1.01	c 1	parsed 2781 expressions
0.89/1.02	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.89/1.02	c 1	Converting to clausal form CSP
0.89/1.04	c 1	converted 279 (10%) expressions
0.89/1.05	c 1	converted 557 (20%) expressions
0.89/1.05	c 1	converted 835 (30%) expressions
0.89/1.05	c 1	converted 1113 (40%) expressions
0.99/1.18	c 1	converted 1391 (50%) expressions
1.07/1.23	c 1	converted 1669 (60%) expressions
1.07/1.26	c 1	converted 1947 (70%) expressions
1.07/1.28	c 1	converted 2225 (80%) expressions
1.18/1.30	c 1	converted 2503 (90%) expressions
1.98/2.13	c 2	converted 2781 (100%) expressions
1.98/2.13	c 2	CSP : 8354 integers, 2352 booleans, 21709 clauses, largest domain size 170
1.98/2.13	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.13	c 2	Propagation in CSP
2.08/2.27	c 2	27048 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.08/2.27	c 2	CSP : 8354 integers, 2352 booleans, 21709 clauses, largest domain size 75
2.08/2.27	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.08/2.28	c 2	Simplifing CSP by introducing new Boolean variables
2.17/2.30	c 2	CSP : 8354 integers, 2352 booleans, 21709 clauses, largest domain size 75
2.17/2.30	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.17/2.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.28/2.42	c 2	836 (10%) CSP integer variables are encoded (2950 clauses, 36235 bytes)
2.28/2.43	c 2	1671 (20%) CSP integer variables are encoded (9189 clauses, 118965 bytes)
2.28/2.45	c 2	2507 (30%) CSP integer variables are encoded (20656 clauses, 290970 bytes)
2.28/2.48	c 2	3342 (40%) CSP integer variables are encoded (32215 clauses, 464355 bytes)
2.28/2.49	c 2	4177 (50%) CSP integer variables are encoded (43514 clauses, 633840 bytes)
2.38/2.50	c 2	5013 (60%) CSP integer variables are encoded (54254 clauses, 794940 bytes)
2.38/2.52	c 2	5848 (70%) CSP integer variables are encoded (66230 clauses, 974580 bytes)
2.38/2.53	c 2	6684 (80%) CSP integer variables are encoded (77688 clauses, 1146450 bytes)
2.38/2.55	c 2	7519 (90%) CSP integer variables are encoded (88816 clauses, 1313370 bytes)
2.38/2.56	c 2	8354 (100%) CSP integer variables are encoded (99828 clauses, 1493663 bytes)
2.67/2.80	c 3	2171 (10%) CSP clauses are encoded (207514 clauses, 3388435 bytes)
3.08/3.27	c 3	4342 (20%) CSP clauses are encoded (471452 clauses, 8522359 bytes)
3.57/3.70	c 4	6513 (30%) CSP clauses are encoded (708825 clauses, 13510832 bytes)
3.97/4.14	c 4	8684 (40%) CSP clauses are encoded (954190 clauses, 18669933 bytes)
4.37/4.57	c 4	10855 (50%) CSP clauses are encoded (1192878 clauses, 23681411 bytes)
4.96/5.10	c 5	13026 (60%) CSP clauses are encoded (1487665 clauses, 29853904 bytes)
5.45/5.61	c 5	15197 (70%) CSP clauses are encoded (1756752 clauses, 35511683 bytes)
5.85/6.06	c 6	17368 (80%) CSP clauses are encoded (2001222 clauses, 40652709 bytes)
6.25/6.47	c 6	19539 (90%) CSP clauses are encoded (2228927 clauses, 45437474 bytes)
6.75/6.97	c 7	21709 (100%) CSP clauses are encoded (2488405 clauses, 51343055 bytes)
6.75/6.97	c 7	21709 CSP clauses encoded
6.75/6.97	c 7	Writing map file : HOME/temp.map
6.75/7.00	c 7	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.75/7.00	c 7	SAT : 110482 SAT variables, 2488405 SAT clauses, 51343055 bytes
6.75/7.00	c 7	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.84/7.01	c 7	SOLVING HOME/temp.cnf
6.84/7.01	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1807.32	c ERROR INTERRUPTED
1800.04/1807.33	s UNKNOWN
1800.04/1807.33	c 1807	CPU 6.38 (0.03 0.01 6.35 0.48)
1800.04/1807.33	c 1807	END Wed Jul  2 14:12:29 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-1040799-1214998942/watcher-1040799-1214998942 -o /tmp/evaluation-result-1040799-1214998942/solver-1040799-1214998942 -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-1040799-1214998942.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: 2.08 1.99 1.68 4/83 11229
/proc/meminfo: memFree=1382216/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=18572 CPUtime=0
/proc/11229/stat : 11229 (runsolver) R 11227 11229 11059 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 655623165 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240153849127 0 0 4096 24578 0 0 0 17 0 0 0
/proc/11229/statm: 4643 292 257 25 0 2626 0

[startup+0.089905 s]
/proc/loadavg: 2.08 1.99 1.68 4/83 11229
/proc/meminfo: memFree=1382216/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=0.03
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 655623165 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101908 s]
/proc/loadavg: 2.08 1.99 1.68 4/83 11229
/proc/meminfo: memFree=1382216/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=0.03
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 655623165 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301924 s]
/proc/loadavg: 2.08 1.99 1.68 4/83 11229
/proc/meminfo: memFree=1382216/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=0.03
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 655623165 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701974 s]
/proc/loadavg: 2.08 1.99 1.68 4/83 11229
/proc/meminfo: memFree=1382216/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=0.03
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 655623165 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50206 s]
/proc/loadavg: 2.15 2.00 1.69 3/94 11251
/proc/meminfo: memFree=1365232/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=0.61
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 974 5204 0 1 3 0 55 3 15 0 1 0 655623165 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11229/statm: 3400 797 370 3 0 500 0
[pid=11242] ppid=11229 vsize=5356 CPUtime=0
/proc/11242/stat : 11242 (sh) S 11229 11229 11059 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 655623236 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11242/statm: 1339 233 193 169 0 50 0
[pid=11243] ppid=11242 vsize=868244 CPUtime=0.76
/proc/11243/stat : 11243 (java) S 11242 11229 11059 0 -1 0 7182 0 1 0 72 4 0 0 20 0 9 0 655623237 889081856 6397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11243/statm: 217061 6397 2541 9 0 211636 0
[pid=11243/tid=11244] ppid=11242 vsize=868244 CPUtime=0.44
/proc/11243/task/11244/stat : 11244 (java) R 11242 11229 11059 0 -1 64 2669 0 1 0 43 1 0 0 25 0 9 0 655623238 889081856 6397 996147200 134512640 134550740 4294955952 18446744073709551615 4125978141 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11245] ppid=11242 vsize=868244 CPUtime=0.1
/proc/11243/task/11245/stat : 11245 (java) S 11242 11229 11059 0 -1 64 2337 0 0 0 9 1 0 0 16 0 9 0 655623239 889081856 6397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11242 vsize=868244 CPUtime=0
/proc/11243/task/11246/stat : 11246 (java) S 11242 11229 11059 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 655623239 889081856 6397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11247] ppid=11242 vsize=868244 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11242 11229 11059 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 655623239 889081856 6397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11248] ppid=11242 vsize=868244 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11242 11229 11059 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 655623241 889081856 6397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11249] ppid=11242 vsize=868244 CPUtime=0.2
/proc/11243/task/11249/stat : 11249 (java) S 11242 11229 11059 0 -1 64 1483 0 0 0 19 1 0 0 16 0 9 0 655623241 889081856 6397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11242 vsize=868244 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11242 11229 11059 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 655623241 889081856 6397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11251] ppid=11242 vsize=868244 CPUtime=0
/proc/11243/task/11251/stat : 11251 (java) S 11242 11229 11059 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 655623241 889081856 6397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 887200

[startup+3.10224 s]
/proc/loadavg: 2.15 2.00 1.69 3/94 11251
/proc/meminfo: memFree=1338608/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=0.62
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 974 5204 0 1 3 1 55 3 15 0 1 0 655623165 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11229/statm: 3400 797 370 3 0 500 0
[pid=11242] ppid=11229 vsize=5356 CPUtime=0
/proc/11242/stat : 11242 (sh) S 11229 11229 11059 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 655623236 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11242/statm: 1339 233 193 169 0 50 0
[pid=11243] ppid=11242 vsize=868472 CPUtime=2.36
/proc/11243/stat : 11243 (java) S 11242 11229 11059 0 -1 0 10317 0 1 0 224 12 0 0 20 0 9 0 655623237 889315328 9222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11243/statm: 217118 9222 2565 9 0 211665 0
[pid=11243/tid=11244] ppid=11242 vsize=868472 CPUtime=1.55
/proc/11243/task/11244/stat : 11244 (java) R 11242 11229 11059 0 -1 64 3001 0 1 0 150 5 0 0 25 0 9 0 655623238 889315328 9222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11245] ppid=11242 vsize=868472 CPUtime=0.48
/proc/11243/task/11245/stat : 11245 (java) S 11242 11229 11059 0 -1 64 5075 0 0 0 44 4 0 0 16 0 9 0 655623239 889315328 9222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11242 vsize=868472 CPUtime=0
/proc/11243/task/11246/stat : 11246 (java) S 11242 11229 11059 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 655623239 889315328 9222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11247] ppid=11242 vsize=868472 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11242 11229 11059 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 655623239 889315328 9222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11248] ppid=11242 vsize=868472 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11242 11229 11059 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 655623241 889315328 9222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11249] ppid=11242 vsize=868472 CPUtime=0.29
/proc/11243/task/11249/stat : 11249 (java) S 11242 11229 11059 0 -1 64 1548 0 0 0 28 1 0 0 16 0 9 0 655623241 889315328 9222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11242 vsize=868472 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11242 11229 11059 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 655623241 889315328 9222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11251] ppid=11242 vsize=868472 CPUtime=0
/proc/11243/task/11251/stat : 11251 (java) S 11242 11229 11059 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 655623241 889315328 9222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887428

[startup+6.3016 s]
/proc/loadavg: 2.15 2.00 1.69 4/94 11251
/proc/meminfo: memFree=1277808/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=0.62
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 974 5204 0 1 3 1 55 3 15 0 1 0 655623165 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 797 370 3 0 500 0
[pid=11242] ppid=11229 vsize=5356 CPUtime=0
/proc/11242/stat : 11242 (sh) S 11229 11229 11059 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 655623236 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11242/statm: 1339 233 193 169 0 50 0
[pid=11243] ppid=11242 vsize=868472 CPUtime=5.53
/proc/11243/stat : 11243 (java) S 11242 11229 11059 0 -1 0 10918 0 1 0 515 38 0 0 20 0 9 0 655623237 889315328 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11243/statm: 217118 9223 2565 9 0 211665 0
[pid=11243/tid=11244] ppid=11242 vsize=868472 CPUtime=4.53
/proc/11243/task/11244/stat : 11244 (java) R 11242 11229 11059 0 -1 64 3601 0 1 0 426 27 0 0 25 0 9 0 655623238 889315328 9223 996147200 134512640 134550740 4294955952 18446744073709551615 102064648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11242 vsize=868472 CPUtime=0.68
/proc/11243/task/11245/stat : 11245 (java) S 11242 11229 11059 0 -1 64 5075 0 0 0 60 8 0 0 16 0 9 0 655623239 889315328 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11243/tid=11246] ppid=11242 vsize=868472 CPUtime=0
/proc/11243/task/11246/stat : 11246 (java) S 11242 11229 11059 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 655623239 889315328 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11247] ppid=11242 vsize=868472 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11242 11229 11059 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 655623239 889315328 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11248] ppid=11242 vsize=868472 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11242 11229 11059 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 655623241 889315328 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11249] ppid=11242 vsize=868472 CPUtime=0.29
/proc/11243/task/11249/stat : 11249 (java) S 11242 11229 11059 0 -1 64 1549 0 0 0 28 1 0 0 16 0 9 0 655623241 889315328 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11242 vsize=868472 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11242 11229 11059 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 655623241 889315328 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11243/tid=11251] ppid=11242 vsize=868472 CPUtime=0
/proc/11243/task/11251/stat : 11251 (java) S 11242 11229 11059 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 655623241 889315328 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887428

[startup+12.7013 s]
/proc/loadavg: 2.44 2.07 1.72 3/86 11253
/proc/meminfo: memFree=1205360/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0
[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=33924 CPUtime=5.65
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 7604 0 0 0 259 306 0 0 25 0 1 0 655623867 34738176 7590 996147200 134512640 134931368 4294956256 18446744073709551615 134525696 0 0 4096 0 0 0 0 17 1 0 0
/proc/11253/statm: 8481 7590 40 102 0 8376 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 52880

[startup+25.5016 s]
/proc/loadavg: 2.68 2.13 1.74 3/86 11254
/proc/meminfo: memFree=1044912/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0
[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=83692 CPUtime=18.35
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 20414 0 0 0 844 991 0 0 25 0 1 0 655623867 85700608 20400 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/11253/statm: 20923 20400 40 102 0 20818 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 102648

[startup+51.1015 s]
/proc/loadavg: 3.28 2.31 1.81 3/86 11256
/proc/meminfo: memFree=878256/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0
[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=101604 CPUtime=43.86
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 22730 0 0 0 3280 1106 0 0 25 0 1 0 655623867 104042496 22716 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/11253/statm: 25401 22716 42 102 0 25296 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 120560

[startup+102.306 s]
/proc/loadavg: 3.51 2.53 1.91 3/86 11260
/proc/meminfo: memFree=509360/2055920 swapFree=4179632/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0

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

[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=116660 CPUtime=1409.67
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 26776 0 4 0 139827 1140 0 0 25 0 1 0 655623867 119459840 26666 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/11253/statm: 29165 26666 48 102 0 29060 0
Current children cumulated CPU time (s) 1416.53
Current children cumulated vsize (KiB) 135616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11297
/proc/meminfo: memFree=1822640/2055920 swapFree=4181008/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0
[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=116660 CPUtime=1469.43
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 26776 0 4 0 145803 1140 0 0 25 0 1 0 655623867 119459840 26666 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11253/statm: 29165 26666 48 102 0 29060 0
Current children cumulated CPU time (s) 1476.29
Current children cumulated vsize (KiB) 135616

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11297
/proc/meminfo: memFree=1822512/2055920 swapFree=4181008/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0
[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=116660 CPUtime=1529.19
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 26776 0 4 0 151779 1140 0 0 25 0 1 0 655623867 119459840 26666 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11253/statm: 29165 26666 48 102 0 29060 0
Current children cumulated CPU time (s) 1536.05
Current children cumulated vsize (KiB) 135616

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11297
/proc/meminfo: memFree=1822512/2055920 swapFree=4181008/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0
[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=116660 CPUtime=1588.97
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 26776 0 4 0 157756 1141 0 0 25 0 1 0 655623867 119459840 26666 996147200 134512640 134931368 4294956256 18446744073709551615 134525669 0 0 4096 0 0 0 0 17 1 0 0
/proc/11253/statm: 29165 26666 48 102 0 29060 0
Current children cumulated CPU time (s) 1595.83
Current children cumulated vsize (KiB) 135616

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11297
/proc/meminfo: memFree=1822448/2055920 swapFree=4181008/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0
[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=116660 CPUtime=1648.73
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 26776 0 4 0 163732 1141 0 0 25 0 1 0 655623867 119459840 26666 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11253/statm: 29165 26666 48 102 0 29060 0
Current children cumulated CPU time (s) 1655.59
Current children cumulated vsize (KiB) 135616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11297
/proc/meminfo: memFree=1822448/2055920 swapFree=4181008/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0
[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=116660 CPUtime=1708.5
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 26776 0 4 0 169709 1141 0 0 25 0 1 0 655623867 119459840 26666 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 1 0 0
/proc/11253/statm: 29165 26666 48 102 0 29060 0
Current children cumulated CPU time (s) 1715.36
Current children cumulated vsize (KiB) 135616

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11297
/proc/meminfo: memFree=1822256/2055920 swapFree=4181008/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0
[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=116660 CPUtime=1768.26
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 26776 0 4 0 175685 1141 0 0 25 0 1 0 655623867 119459840 26666 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 1 0 0
/proc/11253/statm: 29165 26666 48 102 0 29060 0
Current children cumulated CPU time (s) 1775.12
Current children cumulated vsize (KiB) 135616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11297
/proc/meminfo: memFree=1822256/2055920 swapFree=4181008/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0
[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=116660 CPUtime=1793.18
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 26776 0 4 0 178177 1141 0 0 25 0 1 0 655623867 119459840 26666 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 1 0 0
/proc/11253/statm: 29165 26666 48 102 0 29060 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 135616

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

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11297
/proc/meminfo: memFree=1822256/2055920 swapFree=4181008/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.86
/proc/11229/stat : 11229 (sugar) S 11227 11229 11059 0 -1 4194304 1022 16553 0 2 3 1 635 47 16 0 1 0 655623165 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11229/statm: 3400 799 370 3 0 500 0
[pid=11252] ppid=11229 vsize=5356 CPUtime=0
/proc/11252/stat : 11252 (sh) S 11229 11229 11059 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655623866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11252/statm: 1339 232 193 169 0 50 0
[pid=11253] ppid=11252 vsize=116660 CPUtime=1793.18
/proc/11253/stat : 11253 (picosat) R 11252 11229 11059 0 -1 4194304 26776 0 4 0 178177 1141 0 0 25 0 1 0 655623867 119459840 26666 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 1 0 0
/proc/11253/statm: 29165 26666 48 102 0 29060 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 135616

# WARNING:
# current cumulated CPU time (6.87 s) is less than in the last sample (1800.04 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1793.17 s) to the 'lost time'.

[startup+1807.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11297
/proc/meminfo: memFree=1822256/2055920 swapFree=4181008/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.87
/proc/11229/stat : 11229 (sugar) D 11227 11229 11059 0 -1 4194304 1069 16830 0 2 3 1 635 48 16 0 1 0 655623165 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11229/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 13600

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

[startup+1807.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11297
/proc/meminfo: memFree=1822256/2055920 swapFree=4181008/4192956
[pid=11229] ppid=11227 vsize=13600 CPUtime=6.87
/proc/11229/stat : 11229 (sugar) D 11227 11229 11059 0 -1 4194304 1069 16830 0 2 3 1 635 48 16 0 1 0 655623165 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11229/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1793.17
#  lost CPU user time (s): 1781.77
#  lost CPU system time (s): 11.4

Real time (s): 1807.49
CPU time (s): 1800.06
CPU user time (s): 1788.16
CPU system time (s): 11.8999
CPU usage (%): 99.5891
Max. virtual memory (cumulated for all children) (KiB): 887504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.39403
system time used= 0.499924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17930
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= 8699
involuntary context switches= 8666

runsolver used 1.76673 second user time and 5.05323 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-02 13:42:22
IDJOB=1040799
IDBENCH=53742
IDSOLVER=345
FILE ID=node86/1040799-1214998942
PBS_JOBID= 7870753
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-25-25.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-1040799-1214998942/watcher-1040799-1214998942 -o /tmp/evaluation-result-1040799-1214998942/solver-1040799-1214998942 -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-1040799-1214998942.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6594e3059ad496a089e0bc1e82952595
RANDOM SEED=567968019

node86.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1382760 kB
Buffers:         67688 kB
Cached:         498428 kB
SwapCached:       7260 kB
Active:         297992 kB
Inactive:       295296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1382760 kB
SwapTotal:     4192956 kB
SwapFree:      4179632 kB
Dirty:          101304 kB
Writeback:           0 kB
Mapped:          42788 kB
Slab:            64996 kB
Committed_AS:  1060148 kB
PageTables:       2016 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= 66528 MiB
End job on node86 at 2008-07-02 14:12:31