Trace number 2067430

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+minisat? (MO) 380.672 387.115

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-air03.xml
MD5SUMba34b3e37d7d6b960cb91736dd60b6d8
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 benchmark102.105
Satisfiable
(Un)Satisfiability was proved
Number of variables10757
Number of constraints248
Maximum constraint arity3861
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension248
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 22:38:21 2009
0.05/0.08	c 0	PID 14487
0.05/0.08	c 0	HOST node19.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2067430-1247344700.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2067430-1247344700.xml' 'HOME/temp.csp'
2.06/2.13	c 2	1 domains, 10757 variables, 106 predicates, 0 relations, 248 constraints
2.06/2.18	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.06/2.18	c 2	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'
2.08/2.26	c 2	Parsing HOME/temp.csp
2.08/2.40	c 2	parsed 10000 expressions
12.95/13.23	c 13	parsed 11112 expressions
12.95/13.24	c 13	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.95/13.24	c 13	Converting to clausal form CSP
12.95/13.28	c 13	converted 1112 (10%) expressions
12.95/13.29	c 13	converted 2223 (20%) expressions
12.95/13.29	c 13	converted 3334 (30%) expressions
12.95/13.29	c 13	converted 4445 (40%) expressions
12.95/13.29	c 13	converted 5556 (50%) expressions
12.95/13.30	c 13	converted 6668 (60%) expressions
12.95/13.30	c 13	converted 7779 (70%) expressions
13.05/13.30	c 13	converted 8890 (80%) expressions
13.05/13.30	c 13	converted 10001 (90%) expressions
23.04/23.45	c 23	converted 11112 (100%) expressions
23.04/23.46	c 23	CSP : 58275 integers, 0 booleans, 95284 clauses, largest domain size 1288
23.04/23.46	c 23	Heap : 125 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.04/23.46	c 23	Propagation in CSP
25.82/26.23	c 26	498916 values, 0 unsatisfiable literals, and 0 valid clauses are removed
25.82/26.24	c 26	CSP : 58275 integers, 0 booleans, 95284 clauses, largest domain size 1288
25.82/26.24	c 26	Heap : 123 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.82/26.28	c 26	Simplifing CSP by introducing new Boolean variables
25.92/26.33	c 26	CSP : 58275 integers, 0 booleans, 95284 clauses, largest domain size 1288
25.92/26.33	c 26	Heap : 128 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.41/26.83	c 26	Encoding CSP to SAT : HOME/temp.cnf
26.41/26.88	c 26	5828 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
26.41/26.90	c 26	11655 (20%) CSP integer variables are encoded (5340 clauses, 80164 bytes)
26.50/26.96	c 27	17483 (30%) CSP integer variables are encoded (54962 clauses, 824494 bytes)
26.60/27.05	c 27	23310 (40%) CSP integer variables are encoded (119205 clauses, 1866244 bytes)
26.70/27.16	c 27	29138 (50%) CSP integer variables are encoded (195681 clauses, 3166336 bytes)
26.81/27.24	c 27	34965 (60%) CSP integer variables are encoded (252108 clauses, 4125595 bytes)
26.90/27.35	c 27	40793 (70%) CSP integer variables are encoded (338471 clauses, 5593766 bytes)
27.01/27.48	c 27	46620 (80%) CSP integer variables are encoded (426405 clauses, 7088644 bytes)
27.10/27.57	c 27	52448 (90%) CSP integer variables are encoded (485258 clauses, 8089145 bytes)
27.29/27.70	c 27	58275 (100%) CSP integer variables are encoded (589555 clauses, 9862194 bytes)
50.65/51.36	c 51	9529 (10%) CSP clauses are encoded (2307818 clauses, 54254455 bytes)
56.77/57.52	c 57	19057 (20%) CSP clauses are encoded (4239843 clauses, 96797014 bytes)
99.80/101.10	c 101	28586 (30%) CSP clauses are encoded (8735920 clauses, 219094456 bytes)
138.81/140.53	c 140	38114 (40%) CSP clauses are encoded (12503217 clauses, 321761294 bytes)
147.61/149.56	c 149	47642 (50%) CSP clauses are encoded (16193339 clauses, 411750936 bytes)
171.69/174.02	c 174	57171 (60%) CSP clauses are encoded (21678668 clauses, 550995740 bytes)
244.00/247.31	c 247	66699 (70%) CSP clauses are encoded (30519200 clauses, 787645788 bytes)
273.95/277.74	c 277	76228 (80%) CSP clauses are encoded (35989985 clauses, 927667521 bytes)
289.72/293.89	c 293	85756 (90%) CSP clauses are encoded (42702113 clauses, 1092306728 bytes)
367.86/373.25	c 373	95284 (100%) CSP clauses are encoded (57679045 clauses, 1476930359 bytes)
367.86/373.25	c 373	95284 CSP clauses encoded
367.86/373.25	c 373	Writing map file : HOME/temp.map
367.96/373.30	c 373	Heap : 62 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
367.96/373.30	c 373	SAT : 647830 SAT variables, 57679045 SAT clauses, 1476930359 bytes
367.96/373.30	c 373	Heap : 62 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
367.96/373.36	c 373	SOLVING HOME/temp.cnf
367.96/373.36	c 373	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
368.01/373.46	c 373	This is MiniSat 2.0 beta
368.01/373.46	c 373	WARNING: for repeatability, setting FPU to use double precision
368.01/373.46	c 373	============================[ Problem Statistics ]=============================
368.01/373.46	c 373	|                                                                             |
368.01/373.46	c 373	|  Number of variables:  647830                                               |
368.01/373.46	c 373	|  Number of clauses:    57679045                                             |
379.99/386.02	c ERROR INTERRUPTED
380.10/386.16	s UNKNOWN
380.10/386.16	c 386	CPU 368.02 (0.06 0.02 357.87 10.07)
380.10/386.16	c 386	END Sat Jul 11 22:44:47 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-2067430-1247344700/watcher-2067430-1247344700 -o /tmp/evaluation-result-2067430-1247344700/solver-2067430-1247344700 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2067430-1247344700.xml 

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


[startup+0 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 14487
/proc/meminfo: memFree=1836520/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=18576 CPUtime=0
/proc/14487/stat : 14487 (runsolver) R 14485 14487 12900 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21536690 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14487/statm: 4644 284 249 26 0 2626 0

[startup+0.0659971 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 14487
/proc/meminfo: memFree=1836520/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16212 CPUtime=0.05
/proc/14487/stat : 14487 (sugar) R 14485 14487 12900 0 -1 4194304 956 0 0 0 4 1 0 0 18 0 1 0 21536690 16601088 924 996147200 4194304 4206940 548682068608 18446744073709551615 255250344599 0 0 4224 0 0 0 0 17 1 0 0
/proc/14487/statm: 4053 924 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101999 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 14487
/proc/meminfo: memFree=1836520/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=0.07
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21536690 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302021 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 14487
/proc/meminfo: memFree=1836520/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=0.07
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21536690 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701066 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 14487
/proc/meminfo: memFree=1836520/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=0.07
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21536690 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50215 s]
/proc/loadavg: 2.14 2.03 2.01 3/85 14499
/proc/meminfo: memFree=1805584/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=0.07
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21536690 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1111 409 3 0 796 0
[pid=14490] ppid=14487 vsize=5356 CPUtime=0
/proc/14490/stat : 14490 (sh) S 14487 14487 12900 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 21536698 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14490/statm: 1339 233 193 169 0 50 0
[pid=14491] ppid=14490 vsize=864752 CPUtime=1.39
/proc/14491/stat : 14491 (java) S 14490 14487 12900 0 -1 0 11118 0 1 0 132 7 0 0 18 0 9 0 21536699 885506048 10071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14491/statm: 216188 10071 2557 9 0 210700 0
[pid=14491/tid=14492] ppid=14490 vsize=864752 CPUtime=1.01
/proc/14491/task/14492/stat : 14492 (java) R 14490 14487 12900 0 -1 64 2964 0 1 0 98 3 0 0 25 0 9 0 21536699 885506048 10071 996147200 134512640 134550932 4294955984 18446744073709551615 4126666843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14491/tid=14493] ppid=14490 vsize=864752 CPUtime=0.19
/proc/14491/task/14493/stat : 14493 (java) S 14490 14487 12900 0 -1 64 6918 0 0 0 17 2 0 0 16 0 9 0 21536701 885506048 10071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14491/tid=14494] ppid=14490 vsize=864752 CPUtime=0
/proc/14491/task/14494/stat : 14494 (java) S 14490 14487 12900 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21536701 885506048 10071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14491/tid=14495] ppid=14490 vsize=864752 CPUtime=0
/proc/14491/task/14495/stat : 14495 (java) S 14490 14487 12900 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21536701 885506048 10071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14491/tid=14496] ppid=14490 vsize=864752 CPUtime=0
/proc/14491/task/14496/stat : 14496 (java) S 14490 14487 12900 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21536703 885506048 10071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14491/tid=14497] ppid=14490 vsize=864752 CPUtime=0.15
/proc/14491/task/14497/stat : 14497 (java) S 14490 14487 12900 0 -1 64 531 0 0 0 15 0 0 0 16 0 9 0 21536703 885506048 10071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14491/tid=14498] ppid=14490 vsize=864752 CPUtime=0
/proc/14491/task/14498/stat : 14498 (java) S 14490 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21536703 885506048 10071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14491/tid=14499] ppid=14490 vsize=864752 CPUtime=0
/proc/14491/task/14499/stat : 14499 (java) S 14490 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21536703 885506048 10071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886976

[startup+3.10132 s]
/proc/loadavg: 2.14 2.03 2.01 3/85 14499
/proc/meminfo: memFree=1795344/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=2.08
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1309 12736 0 1 5 2 191 10 15 0 1 0 21536690 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30268 s]
/proc/loadavg: 2.14 2.03 2.01 3/85 14509
/proc/meminfo: memFree=1790928/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=2.08
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1309 12736 0 1 5 2 191 10 15 0 1 0 21536690 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1111 409 3 0 796 0
[pid=14500] ppid=14487 vsize=5356 CPUtime=0
/proc/14500/stat : 14500 (sh) S 14487 14487 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21536908 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14500/statm: 1339 233 193 169 0 50 0
[pid=14501] ppid=14500 vsize=862284 CPUtime=4.04
/proc/14501/stat : 14501 (java) S 14500 14487 12900 0 -1 0 14366 0 1 0 393 11 0 0 18 0 9 0 21536909 882978816 12997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14501/statm: 215571 12997 2158 9 0 210484 0
[pid=14501/tid=14502] ppid=14500 vsize=862284 CPUtime=2.11
/proc/14501/task/14502/stat : 14502 (java) R 14500 14487 12900 0 -1 64 2324 0 1 0 209 2 0 0 25 0 9 0 21536910 882978816 12997 996147200 134512640 134550932 4294955936 18446744073709551615 4126483311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14503] ppid=14500 vsize=862284 CPUtime=1.87
/proc/14501/task/14503/stat : 14503 (java) S 14500 14487 12900 0 -1 64 11032 0 0 0 179 8 0 0 16 0 9 0 21536911 882978816 12997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14504] ppid=14500 vsize=862284 CPUtime=0
/proc/14501/task/14504/stat : 14504 (java) S 14500 14487 12900 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21536911 882978816 12997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14505] ppid=14500 vsize=862284 CPUtime=0
/proc/14501/task/14505/stat : 14505 (java) S 14500 14487 12900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21536911 882978816 12997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14506] ppid=14500 vsize=862284 CPUtime=0
/proc/14501/task/14506/stat : 14506 (java) S 14500 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21536913 882978816 12997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14507] ppid=14500 vsize=862284 CPUtime=0.03
/proc/14501/task/14507/stat : 14507 (java) S 14500 14487 12900 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 21536913 882978816 12997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14508] ppid=14500 vsize=862284 CPUtime=0
/proc/14501/task/14508/stat : 14508 (java) S 14500 14487 12900 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21536913 882978816 12997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14509] ppid=14500 vsize=862284 CPUtime=0
/proc/14501/task/14509/stat : 14509 (java) S 14500 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21536913 882978816 12997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 884508

[startup+12.7024 s]
/proc/loadavg: 2.19 2.05 2.01 4/85 14509
/proc/meminfo: memFree=1753872/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=2.08
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1309 12736 0 1 5 2 191 10 15 0 1 0 21536690 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1111 409 3 0 796 0
[pid=14500] ppid=14487 vsize=5356 CPUtime=0
/proc/14500/stat : 14500 (sh) S 14487 14487 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21536908 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14500/statm: 1339 233 193 169 0 50 0
[pid=14501] ppid=14500 vsize=862284 CPUtime=10.38
/proc/14501/stat : 14501 (java) S 14500 14487 12900 0 -1 0 61467 0 1 0 997 41 0 0 18 0 9 0 21536909 882978816 18883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14501/statm: 215571 18883 2159 9 0 210484 0
[pid=14501/tid=14502] ppid=14500 vsize=862284 CPUtime=5.23
/proc/14501/task/14502/stat : 14502 (java) R 14500 14487 12900 0 -1 64 2572 0 1 0 520 3 0 0 25 0 9 0 21536910 882978816 18883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14503] ppid=14500 vsize=862284 CPUtime=5.08
/proc/14501/task/14503/stat : 14503 (java) R 14500 14487 12900 0 -1 64 57885 0 0 0 472 36 0 0 16 0 9 0 21536911 882978816 18883 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14504] ppid=14500 vsize=862284 CPUtime=0
/proc/14501/task/14504/stat : 14504 (java) S 14500 14487 12900 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21536911 882978816 18883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14505] ppid=14500 vsize=862284 CPUtime=0
/proc/14501/task/14505/stat : 14505 (java) S 14500 14487 12900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21536911 882978816 18883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14506] ppid=14500 vsize=862284 CPUtime=0
/proc/14501/task/14506/stat : 14506 (java) S 14500 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21536913 882978816 18883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14507] ppid=14500 vsize=862284 CPUtime=0.03
/proc/14501/task/14507/stat : 14507 (java) S 14500 14487 12900 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 21536913 882978816 18883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14508] ppid=14500 vsize=862284 CPUtime=0
/proc/14501/task/14508/stat : 14508 (java) S 14500 14487 12900 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21536913 882978816 18883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14509] ppid=14500 vsize=862284 CPUtime=0
/proc/14501/task/14509/stat : 14509 (java) S 14500 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21536913 882978816 18883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 884508

[startup+25.5017 s]
/proc/loadavg: 2.23 2.06 2.02 3/85 14509
/proc/meminfo: memFree=1681424/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=2.08
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1310 12736 0 1 5 2 191 10 16 0 1 0 21536690 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1111 409 3 0 796 0
[pid=14500] ppid=14487 vsize=5356 CPUtime=0
/proc/14500/stat : 14500 (sh) S 14487 14487 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21536908 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14500/statm: 1339 233 193 169 0 50 0
[pid=14501] ppid=14500 vsize=868648 CPUtime=23.05
/proc/14501/stat : 14501 (java) S 14500 14487 12900 0 -1 0 89710 0 1 0 2248 57 0 0 18 0 9 0 21536909 889495552 39168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14501/statm: 217162 39168 2567 9 0 211667 0
[pid=14501/tid=14502] ppid=14500 vsize=868648 CPUtime=15.61
/proc/14501/task/14502/stat : 14502 (java) R 14500 14487 12900 0 -1 64 3875 0 1 0 1556 5 0 0 25 0 9 0 21536910 889495552 39168 996147200 134512640 134550932 4294955936 18446744073709551615 4126648761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14503] ppid=14500 vsize=868648 CPUtime=7.21
/proc/14501/task/14503/stat : 14503 (java) S 14500 14487 12900 0 -1 64 83592 0 0 0 672 49 0 0 16 0 9 0 21536911 889495552 39168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14504] ppid=14500 vsize=868648 CPUtime=0
/proc/14501/task/14504/stat : 14504 (java) S 14500 14487 12900 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21536911 889495552 39168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14505] ppid=14500 vsize=868648 CPUtime=0
/proc/14501/task/14505/stat : 14505 (java) S 14500 14487 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21536911 889495552 39168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14506] ppid=14500 vsize=868648 CPUtime=0
/proc/14501/task/14506/stat : 14506 (java) S 14500 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21536913 889495552 39168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14507] ppid=14500 vsize=868648 CPUtime=0.19
/proc/14501/task/14507/stat : 14507 (java) S 14500 14487 12900 0 -1 64 1540 0 0 0 18 1 0 0 16 0 9 0 21536913 889495552 39168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14508] ppid=14500 vsize=868648 CPUtime=0
/proc/14501/task/14508/stat : 14508 (java) S 14500 14487 12900 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21536913 889495552 39168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14509] ppid=14500 vsize=868648 CPUtime=0
/proc/14501/task/14509/stat : 14509 (java) S 14500 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21536913 889495552 39168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 890872

[startup+51.1015 s]
/proc/loadavg: 2.15 2.05 2.02 3/85 14509
/proc/meminfo: memFree=1632784/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=2.08
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1310 12736 0 1 5 2 191 10 16 0 1 0 21536690 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1111 409 3 0 796 0
[pid=14500] ppid=14487 vsize=5356 CPUtime=0
/proc/14500/stat : 14500 (sh) S 14487 14487 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21536908 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14500/statm: 1339 233 193 169 0 50 0
[pid=14501] ppid=14500 vsize=868760 CPUtime=48.37
/proc/14501/stat : 14501 (java) S 14500 14487 12900 0 -1 0 90109 0 1 0 4749 88 0 0 18 0 9 0 21536909 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/14501/task/14508/stat : 14508 (java) S 14500 14487 12900 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21536913 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14509] ppid=14500 vsize=868760 CPUtime=0
/proc/14501/task/14509/stat : 14509 (java) S 14500 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21536913 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.34
Current children cumulated vsize (KiB) 890984

[startup+282.301 s]
/proc/loadavg: 2.21 2.09 2.02 3/86 14510
/proc/meminfo: memFree=713672/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=2.09
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1310 12736 0 1 6 2 191 10 16 0 1 0 21536690 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1111 409 3 0 796 0
[pid=14500] ppid=14487 vsize=5356 CPUtime=0
/proc/14500/stat : 14500 (sh) S 14487 14487 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21536908 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14500/statm: 1339 233 193 169 0 50 0
[pid=14501] ppid=14500 vsize=868760 CPUtime=276.37
/proc/14501/stat : 14501 (java) S 14500 14487 12900 0 -1 0 93148 0 1 0 26959 678 0 0 18 0 9 0 21536909 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14501/statm: 217190 39321 2591 9 0 211667 0
[pid=14501/tid=14502] ppid=14500 vsize=868760 CPUtime=266.16
/proc/14501/task/14502/stat : 14502 (java) R 14500 14487 12900 0 -1 64 7200 0 1 0 26014 602 0 0 25 0 9 0 21536910 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4126674063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14503] ppid=14500 vsize=868760 CPUtime=9.92
/proc/14501/task/14503/stat : 14503 (java) S 14500 14487 12900 0 -1 64 83669 0 0 0 919 73 0 0 16 0 9 0 21536911 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14504] ppid=14500 vsize=868760 CPUtime=0
/proc/14501/task/14504/stat : 14504 (java) S 14500 14487 12900 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21536911 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14505] ppid=14500 vsize=868760 CPUtime=0
/proc/14501/task/14505/stat : 14505 (java) S 14500 14487 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21536911 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14506] ppid=14500 vsize=868760 CPUtime=0
/proc/14501/task/14506/stat : 14506 (java) S 14500 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21536913 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14507] ppid=14500 vsize=868760 CPUtime=0.25
/proc/14501/task/14507/stat : 14507 (java) S 14500 14487 12900 0 -1 64 1576 0 0 0 24 1 0 0 17 0 9 0 21536913 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14508] ppid=14500 vsize=868760 CPUtime=0
/proc/14501/task/14508/stat : 14508 (java) S 14500 14487 12900 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21536913 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14509] ppid=14500 vsize=868760 CPUtime=0
/proc/14501/task/14509/stat : 14509 (java) S 14500 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21536913 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.46
Current children cumulated vsize (KiB) 890984

[startup+342.302 s]
/proc/loadavg: 2.11 2.08 2.02 3/86 14510
/proc/meminfo: memFree=351560/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=2.09
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1310 12736 0 1 6 2 191 10 16 0 1 0 21536690 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1111 409 3 0 796 0
[pid=14500] ppid=14487 vsize=5356 CPUtime=0
/proc/14500/stat : 14500 (sh) S 14487 14487 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21536908 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14500/statm: 1339 233 193 169 0 50 0
[pid=14501] ppid=14500 vsize=868760 CPUtime=335.34
/proc/14501/stat : 14501 (java) S 14500 14487 12900 0 -1 0 94197 0 1 0 32636 898 0 0 18 0 9 0 21536909 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14501/statm: 217190 39321 2591 9 0 211667 0
[pid=14501/tid=14502] ppid=14500 vsize=868760 CPUtime=324.45
/proc/14501/task/14502/stat : 14502 (java) R 14500 14487 12900 0 -1 64 8249 0 1 0 31630 815 0 0 25 0 9 0 21536910 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4126555125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14503] ppid=14500 vsize=868760 CPUtime=10.61
/proc/14501/task/14503/stat : 14503 (java) S 14500 14487 12900 0 -1 64 83669 0 0 0 980 81 0 0 16 0 9 0 21536911 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14504] ppid=14500 vsize=868760 CPUtime=0
/proc/14501/task/14504/stat : 14504 (java) S 14500 14487 12900 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21536911 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14505] ppid=14500 vsize=868760 CPUtime=0
/proc/14501/task/14505/stat : 14505 (java) S 14500 14487 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21536911 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14506] ppid=14500 vsize=868760 CPUtime=0
/proc/14501/task/14506/stat : 14506 (java) S 14500 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21536913 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14507] ppid=14500 vsize=868760 CPUtime=0.25
/proc/14501/task/14507/stat : 14507 (java) S 14500 14487 12900 0 -1 64 1576 0 0 0 24 1 0 0 17 0 9 0 21536913 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14508] ppid=14500 vsize=868760 CPUtime=0
/proc/14501/task/14508/stat : 14508 (java) S 14500 14487 12900 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21536913 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14501/tid=14509] ppid=14500 vsize=868760 CPUtime=0
/proc/14501/task/14509/stat : 14509 (java) S 14500 14487 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21536913 889610240 39321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 337.43
Current children cumulated vsize (KiB) 890984



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+386.001 s]
/proc/loadavg: 2.05 2.07 2.01 3/78 14512
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=368.01
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1376 107714 0 2 6 2 35787 1006 15 0 1 0 21536690 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1113 409 3 0 796 0
[pid=14511] ppid=14487 vsize=5356 CPUtime=0
/proc/14511/stat : 14511 (sh) S 14487 14487 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21574026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14511/statm: 1339 232 193 169 0 50 0
[pid=14512] ppid=14511 vsize=903364 CPUtime=11.98
/proc/14512/stat : 14512 (minisat) R 14511 14487 12900 0 -1 4194304 218628 0 0 0 1030 168 0 0 25 0 1 0 21574036 925044736 218614 996147200 134512640 135127466 4294956256 18446744073709551615 134704096 0 0 4096 3 0 0 0 17 1 0 0
/proc/14512/statm: 225841 218614 62 150 0 225688 0
Current children cumulated CPU time (s) 379.99
Current children cumulated vsize (KiB) 925588

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

############
# WARNING:
# current cumulated CPU time (368.05 s) is less than in the last sample (380.1 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (12.05 s) to the 'lost time'.

[startup+386.124 s]
/proc/loadavg: 2.05 2.07 2.01 3/78 14512
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=368.01
/proc/14487/stat : 14487 (sugar) S 14485 14487 12900 0 -1 4194304 1398 107714 0 2 6 2 35787 1006 16 0 1 0 21536690 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14487/statm: 4217 1113 409 3 0 796 0
[pid=14511] ppid=14487 vsize=0 CPUtime=0
/proc/14511/stat : 14511 (sh) Z 14487 14487 12900 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21574026 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14511/statm: 0 0 0 0 0 0 0
[pid=14512] ppid=1 vsize=0 CPUtime=12.09
/proc/14512/stat : 14512 (minisat) R 1 14487 12900 0 -1 4195332 218628 0 0 0 1030 179 0 0 25 0 1 0 21574036 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/14512/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 380.1
Current children cumulated vsize (KiB) 16868

[startup+386.202 s]
/proc/loadavg: 2.05 2.07 2.01 3/78 14512
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=368.05
/proc/14487/stat : 14487 (sugar) R 14485 14487 12900 0 -1 4194304 1423 107991 0 2 6 5 35787 1007 16 0 1 0 21536690 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14487/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 368.05
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+386.202 s]
/proc/loadavg: 2.05 2.07 2.01 3/78 14512
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=368.05
/proc/14487/stat : 14487 (sugar) R 14485 14487 12900 0 -1 4194304 1423 107991 0 2 6 5 35787 1007 16 0 1 0 21536690 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14487/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 368.05
Current children cumulated vsize (KiB) 16868

[startup+386.601 s]
/proc/loadavg: 2.05 2.07 2.01 3/78 14512
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=368.44
/proc/14487/stat : 14487 (sugar) R 14485 14487 12900 0 -1 4194304 1423 107991 0 2 6 44 35787 1007 19 0 1 0 21536690 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14487/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 368.44
Current children cumulated vsize (KiB) 16868

[startup+387.001 s]
/proc/loadavg: 2.05 2.07 2.01 3/78 14512
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=368.59
/proc/14487/stat : 14487 (sugar) D 14485 14487 12900 0 -1 4194304 1423 107991 0 2 6 59 35787 1007 18 0 1 0 21536690 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14487/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 368.59
Current children cumulated vsize (KiB) 16868

[startup+387.101 s]
/proc/loadavg: 2.05 2.07 2.01 2/77 14513
/proc/meminfo: memFree=1942608/2055920 swapFree=4192812/4192956
[pid=14487] ppid=14485 vsize=16868 CPUtime=368.6
/proc/14487/stat : 14487 (sugar) D 14485 14487 12900 0 -1 4194304 1423 107991 0 2 6 60 35787 1007 18 0 1 0 21536690 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14487/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 368.6
Current children cumulated vsize (KiB) 16868

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): 12.05
#  lost CPU user time (s): 10.3
#  lost CPU system time (s): 1.75

Real time (s): 387.115
CPU time (s): 380.672
CPU user time (s): 368.241
CPU system time (s): 12.4314
CPU usage (%): 98.3357
Max. virtual memory (cumulated for all children) (KiB): 925588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.941
system time used= 10.6814
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109473
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= 59730
involuntary context switches= 67763

runsolver used 0.496924 second user time and 1.37879 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 22:38:21
IDJOB=2067430
IDBENCH=54658
IDSOLVER=739
FILE ID=node19/2067430-1247344700
PBS_JOBID= 9506650
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-air03.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067430-1247344700/watcher-2067430-1247344700 -o /tmp/evaluation-result-2067430-1247344700/solver-2067430-1247344700 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2067430-1247344700.xml

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

MD5SUM BENCH= ba34b3e37d7d6b960cb91736dd60b6d8
RANDOM SEED=534978276

node19.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.211
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.211
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:       1837000 kB
Buffers:         21012 kB
Cached:         104380 kB
SwapCached:          0 kB
Active:         135488 kB
Inactive:        37552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7712 kB
Writeback:           0 kB
Mapped:          58340 kB
Slab:            31048 kB
Committed_AS:   236768 kB
PageTables:       1896 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= 66420 MiB
End job on node19 at 2009-07-11 22:44:49