Trace number 1113646

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 115.371 120.799

General information on the benchmark

Namecsp/graphColoring/insertion/full-insertion/
normalized-4-fullins-4-7.xml
MD5SUM9544dff34dada8786066a85f1dd4ed58
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1657.69
Satisfiable
(Un)Satisfiability was proved
Number of variables690
Number of constraints6650
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6650
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.54	c 0	Sugar v1-13 + HOME/minisat
0.01/0.54	c 0	BEGIN Sat Jul 12 20:53:36 2008
0.01/0.54	c 0	PID 16742
0.01/0.54	c 0	HOST node29.alineos.net
0.01/0.54	c 0	CONVERTING HOME/instance-1113646-1215888815.xml TO HOME/temp.csp
0.01/0.54	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113646-1215888815.xml' 'HOME/temp.csp'
0.66/1.52	c 1	1 domains, 690 variables, 1 predicates, 0 relations, 6650 constraints
0.66/1.59	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.66/1.59	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.69/1.66	c 1	Parsing HOME/temp.csp
0.69/1.93	c 2	parsed 7342 expressions
0.69/1.94	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.69/1.99	c 2	MAX CSP: 6650 constraints
0.69/1.99	c 2	Converting to clausal form CSP
1.28/2.21	c 2	converted 1400 (10%) expressions
1.28/2.27	c 2	converted 2799 (20%) expressions
1.38/2.30	c 2	converted 4199 (30%) expressions
1.38/2.33	c 2	converted 5598 (40%) expressions
1.38/2.36	c 2	converted 6998 (50%) expressions
1.48/2.44	c 2	converted 8397 (60%) expressions
1.48/2.47	c 2	converted 9797 (70%) expressions
1.58/2.50	c 2	converted 11196 (80%) expressions
1.58/2.53	c 2	converted 12596 (90%) expressions
2.18/3.11	c 3	converted 13995 (100%) expressions
2.18/3.11	c 3	CSP : 13990 integers, 0 booleans, 19949 clauses, largest domain size 9976
2.18/3.11	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/3.12	c 3	Propagation in CSP
2.38/3.37	c 3	6641 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.38/3.37	c 3	CSP : 13990 integers, 0 booleans, 19949 clauses, largest domain size 6651
2.38/3.37	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/3.38	c 3	Simplifing CSP by introducing new Boolean variables
2.57/3.57	c 3	CSP : 13990 integers, 13300 booleans, 33249 clauses, largest domain size 6651
2.57/3.57	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.67/3.69	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.77/3.73	c 3	1399 (10%) CSP integer variables are encoded (3450 clauses, 43069 bytes)
2.77/3.73	c 3	2798 (20%) CSP integer variables are encoded (3450 clauses, 43069 bytes)
2.77/3.73	c 3	4197 (30%) CSP integer variables are encoded (3450 clauses, 43069 bytes)
2.77/3.74	c 3	5596 (40%) CSP integer variables are encoded (3450 clauses, 43069 bytes)
2.77/3.74	c 3	6995 (50%) CSP integer variables are encoded (3450 clauses, 43069 bytes)
2.77/3.76	c 3	8394 (60%) CSP integer variables are encoded (18847 clauses, 274024 bytes)
2.77/3.77	c 3	9793 (70%) CSP integer variables are encoded (31876 clauses, 469459 bytes)
2.88/3.88	c 4	11192 (80%) CSP integer variables are encoded (122914 clauses, 1900524 bytes)
2.98/3.90	c 4	12591 (90%) CSP integer variables are encoded (136975 clauses, 2139561 bytes)
2.98/3.92	c 4	13990 (100%) CSP integer variables are encoded (154868 clauses, 2443742 bytes)
3.08/4.01	c 4	3325 (10%) CSP clauses are encoded (171495 clauses, 2742834 bytes)
3.08/4.07	c 4	6650 (20%) CSP clauses are encoded (188122 clauses, 3054364 bytes)
3.18/4.12	c 4	9975 (30%) CSP clauses are encoded (204743 clauses, 3380138 bytes)
3.18/4.17	c 4	13300 (40%) CSP clauses are encoded (221370 clauses, 3706026 bytes)
3.28/4.22	c 4	16625 (50%) CSP clauses are encoded (237997 clauses, 4031914 bytes)
3.28/4.27	c 4	19950 (60%) CSP clauses are encoded (254618 clauses, 4358479 bytes)
7.94/8.96	c 9	23275 (70%) CSP clauses are encoded (3054343 clauses, 64313112 bytes)
83.38/86.68	c 86	26600 (80%) CSP clauses are encoded (44701696 clauses, 1037685825 bytes)
88.28/91.70	c 91	29925 (90%) CSP clauses are encoded (47501421 clauses, 1105996385 bytes)
103.48/107.37	c 107	33249 (100%) CSP clauses are encoded (55835579 clauses, 1309822657 bytes)
103.48/107.37	c 107	33249 CSP clauses encoded
103.48/107.37	c 107	Writing map file : HOME/temp.map
103.57/107.44	c 107	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
103.57/107.44	c 107	SAT : 182158 SAT variables, 55835579 SAT clauses, 1309822657 bytes
103.57/107.44	c 107	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
103.65/107.52	c 107	OBJECTIVE minimize _COST
103.65/107.52	c 107	OBJECTIVE BOUND: 0 <= _COST <= 
103.65/107.52	c 107	SEARCHING: _COST <= 3325
103.65/107.52	c 107	SOLVING HOME/temp.cnf
103.65/107.52	c 107	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
103.65/107.52	c 107	This is MiniSat 2.0 beta
103.65/107.52	c 107	WARNING: for repeatability, setting FPU to use double precision
103.65/107.52	c 107	============================[ Problem Statistics ]=============================
103.65/107.52	c 107	|                                                                             |
103.65/107.53	c 107	|  Number of variables:  182158                                               |
103.65/107.53	c 107	|  Number of clauses:    55835580                                             |
114.84/119.72	c ERROR INTERRUPTED
103.67/119.84	s UNKNOWN
103.67/119.84	c 120	CPU 95.03 (0.06 0.01 94.97 8.63)
103.67/119.84	c 120	END Sat Jul 12 20:55:36 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1113646-1215888815/watcher-1113646-1215888815 -o /tmp/evaluation-result-1113646-1215888815/solver-1113646-1215888815 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1113646-1215888815.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 3.06 3.31 3.29 5/80 16742
/proc/meminfo: memFree=1864096/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=18572 CPUtime=0
/proc/16742/stat : 16742 (runsolver) D 16740 16742 16621 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45583277 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 221780700455 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16742/statm: 4643 292 257 25 0 2626 0

[startup+0.07831 s]
/proc/loadavg: 3.06 3.31 3.29 5/80 16742
/proc/meminfo: memFree=1864096/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=12272 CPUtime=0
/proc/16742/stat : 16742 (sugar) R 16740 16742 16621 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 45583277 12566528 346 996147200 4194304 4206940 548682068592 18446744073709551615 221780546273 0 0 4224 0 0 0 0 17 0 0 0
/proc/16742/statm: 3068 347 257 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101311 s]
/proc/loadavg: 3.06 3.31 3.29 5/80 16742
/proc/meminfo: memFree=1864096/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=12272 CPUtime=0
/proc/16742/stat : 16742 (sugar) R 16740 16742 16621 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 45583277 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 221789600766 0 0 4224 0 0 0 0 17 0 0 0
/proc/16742/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301326 s]
/proc/loadavg: 3.06 3.31 3.29 5/80 16742
/proc/meminfo: memFree=1864096/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=12544 CPUtime=0.01
/proc/16742/stat : 16742 (sugar) R 16740 16742 16621 0 -1 4194304 469 0 0 0 0 1 0 0 18 0 1 0 45583277 12845056 437 996147200 4194304 4206940 548682068592 18446744073709551615 221780546273 0 0 4224 0 0 0 0 17 0 0 0
/proc/16742/statm: 3136 438 289 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.701347 s]
/proc/loadavg: 3.06 3.31 3.29 5/80 16742
/proc/meminfo: memFree=1864096/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=13600 CPUtime=0.03
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 45583277 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16742/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50141 s]
/proc/loadavg: 3.06 3.31 3.29 5/91 16754
/proc/meminfo: memFree=1856264/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=13600 CPUtime=0.03
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 45583277 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16742/statm: 3400 796 370 3 0 500 0
[pid=16745] ppid=16742 vsize=5356 CPUtime=0
/proc/16745/stat : 16745 (sh) S 16742 16742 16621 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 45583332 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16745/statm: 1339 233 193 169 0 50 0
[pid=16746] ppid=16745 vsize=864680 CPUtime=0.63
/proc/16746/stat : 16746 (java) S 16745 16742 16621 0 -1 0 7508 0 1 0 59 4 0 0 20 0 9 0 45583332 885432320 6619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16746/statm: 216170 6619 2529 9 0 210752 0
[pid=16746/tid=16747] ppid=16745 vsize=864680 CPUtime=0.35
/proc/16746/task/16747/stat : 16747 (java) R 16745 16742 16621 0 -1 64 2735 0 1 0 33 2 0 0 25 0 9 0 45583363 885432320 6619 996147200 134512640 134550740 4294956000 18446744073709551615 4126717284 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16748] ppid=16745 vsize=864680 CPUtime=0.14
/proc/16746/task/16748/stat : 16748 (java) S 16745 16742 16621 0 -1 64 3557 0 0 0 13 1 0 0 16 0 9 0 45583364 885432320 6619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16749] ppid=16745 vsize=864680 CPUtime=0
/proc/16746/task/16749/stat : 16749 (java) S 16745 16742 16621 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 45583364 885432320 6619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16750] ppid=16745 vsize=864680 CPUtime=0
/proc/16746/task/16750/stat : 16750 (java) S 16745 16742 16621 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 45583364 885432320 6619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16751] ppid=16745 vsize=864680 CPUtime=0
/proc/16746/task/16751/stat : 16751 (java) S 16745 16742 16621 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 45583366 885432320 6619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16752] ppid=16745 vsize=864680 CPUtime=0.12
/proc/16746/task/16752/stat : 16752 (java) S 16745 16742 16621 0 -1 64 516 0 0 0 12 0 0 0 16 0 9 0 45583366 885432320 6619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16753] ppid=16745 vsize=864680 CPUtime=0
/proc/16746/task/16753/stat : 16753 (java) S 16745 16742 16621 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45583366 885432320 6619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16746/tid=16754] ppid=16745 vsize=864680 CPUtime=0
/proc/16746/task/16754/stat : 16754 (java) S 16745 16742 16621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45583366 885432320 6619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 883636

[startup+3.1025 s]
/proc/loadavg: 3.06 3.31 3.29 4/91 16764
/proc/meminfo: memFree=1850440/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=13600 CPUtime=0.69
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 974 7943 0 1 2 1 61 5 15 0 1 0 45583277 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16742/statm: 3400 797 370 3 0 500 0
[pid=16755] ppid=16742 vsize=5356 CPUtime=0
/proc/16755/stat : 16755 (sh) S 16742 16742 16621 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 45583436 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16755/statm: 1339 233 193 169 0 50 0
[pid=16756] ppid=16755 vsize=868404 CPUtime=1.49
/proc/16756/stat : 16756 (java) S 16755 16742 16621 0 -1 0 10776 0 1 0 144 5 0 0 19 0 9 0 45583436 889245696 9873 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16756/statm: 217101 9873 2540 9 0 211676 0
[pid=16756/tid=16757] ppid=16755 vsize=868404 CPUtime=0.92
/proc/16756/task/16757/stat : 16757 (java) R 16755 16742 16621 0 -1 64 2824 0 1 0 91 1 0 0 25 0 9 0 45583437 889245696 9873 996147200 134512640 134550740 4294955936 18446744073709551615 4126631707 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16758] ppid=16755 vsize=868404 CPUtime=0.34
/proc/16756/task/16758/stat : 16758 (java) S 16755 16742 16621 0 -1 64 5783 0 0 0 32 2 0 0 16 0 9 0 45583438 889245696 9873 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16759] ppid=16755 vsize=868404 CPUtime=0
/proc/16756/task/16759/stat : 16759 (java) S 16755 16742 16621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45583438 889245696 9873 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16760] ppid=16755 vsize=868404 CPUtime=0
/proc/16756/task/16760/stat : 16760 (java) S 16755 16742 16621 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45583438 889245696 9873 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16761] ppid=16755 vsize=868404 CPUtime=0
/proc/16756/task/16761/stat : 16761 (java) S 16755 16742 16621 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45583440 889245696 9873 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16762] ppid=16755 vsize=868404 CPUtime=0.19
/proc/16756/task/16762/stat : 16762 (java) S 16755 16742 16621 0 -1 64 1477 0 0 0 19 0 0 0 16 0 9 0 45583440 889245696 9873 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16763] ppid=16755 vsize=868404 CPUtime=0
/proc/16756/task/16763/stat : 16763 (java) S 16755 16742 16621 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45583440 889245696 9873 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16764] ppid=16755 vsize=868404 CPUtime=0
/proc/16756/task/16764/stat : 16764 (java) S 16755 16742 16621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45583440 889245696 9873 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 887360

[startup+6.3027 s]
/proc/loadavg: 3.06 3.30 3.29 3/91 16764
/proc/meminfo: memFree=1808712/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=13600 CPUtime=0.7
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 974 7943 0 1 3 1 61 5 15 0 1 0 45583277 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16742/statm: 3400 797 370 3 0 500 0
[pid=16755] ppid=16742 vsize=5356 CPUtime=0
/proc/16755/stat : 16755 (sh) S 16742 16742 16621 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 45583436 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16755/statm: 1339 233 193 169 0 50 0
[pid=16756] ppid=16755 vsize=868516 CPUtime=4.66
/proc/16756/stat : 16756 (java) S 16755 16742 16621 0 -1 0 12367 0 1 0 441 25 0 0 19 0 9 0 45583436 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16756/statm: 217129 10910 2565 9 0 211676 0
[pid=16756/tid=16757] ppid=16755 vsize=868516 CPUtime=3.63
/proc/16756/task/16757/stat : 16757 (java) R 16755 16742 16621 0 -1 64 3378 0 1 0 345 18 0 0 25 0 9 0 45583437 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16758] ppid=16755 vsize=868516 CPUtime=0.72
/proc/16756/task/16758/stat : 16758 (java) S 16755 16742 16621 0 -1 64 6773 0 0 0 68 4 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16759] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16759/stat : 16759 (java) S 16755 16742 16621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16760] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16760/stat : 16760 (java) S 16755 16742 16621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16761] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16761/stat : 16761 (java) S 16755 16742 16621 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16762] ppid=16755 vsize=868516 CPUtime=0.27
/proc/16756/task/16762/stat : 16762 (java) S 16755 16742 16621 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16763] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16763/stat : 16763 (java) S 16755 16742 16621 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16764] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16764/stat : 16764 (java) S 16755 16742 16621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 887472

[startup+12.7021 s]
/proc/loadavg: 2.97 3.28 3.28 3/91 16764
/proc/meminfo: memFree=1726600/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=13600 CPUtime=0.7
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 974 7943 0 1 3 1 61 5 16 0 1 0 45583277 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16742/statm: 3400 797 370 3 0 500 0
[pid=16755] ppid=16742 vsize=5356 CPUtime=0
/proc/16755/stat : 16755 (sh) S 16742 16742 16621 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 45583436 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16755/statm: 1339 233 193 169 0 50 0
[pid=16756] ppid=16755 vsize=868516 CPUtime=10.75
/proc/16756/stat : 16756 (java) S 16755 16742 16621 0 -1 0 13253 0 1 0 1003 72 0 0 19 0 9 0 45583436 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16756/statm: 217129 10910 2565 9 0 211676 0
[pid=16756/tid=16757] ppid=16755 vsize=868516 CPUtime=9.42
/proc/16756/task/16757/stat : 16757 (java) R 16755 16742 16621 0 -1 64 4264 0 1 0 882 60 0 0 25 0 9 0 45583437 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4127071324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16756/tid=16758] ppid=16755 vsize=868516 CPUtime=1.03
/proc/16756/task/16758/stat : 16758 (java) S 16755 16742 16621 0 -1 64 6773 0 0 0 93 10 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16756/tid=16759] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16759/stat : 16759 (java) S 16755 16742 16621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16760] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16760/stat : 16760 (java) S 16755 16742 16621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16761] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16761/stat : 16761 (java) S 16755 16742 16621 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16762] ppid=16755 vsize=868516 CPUtime=0.27
/proc/16756/task/16762/stat : 16762 (java) S 16755 16742 16621 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16763] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16763/stat : 16763 (java) S 16755 16742 16621 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16764] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16764/stat : 16764 (java) S 16755 16742 16621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.45
Current children cumulated vsize (KiB) 887472

[startup+25.5019 s]
/proc/loadavg: 3.05 3.28 3.28 3/91 16764
/proc/meminfo: memFree=1564872/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=13600 CPUtime=0.7
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 974 7943 0 1 3 1 61 5 16 0 1 0 45583277 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16742/statm: 3400 797 370 3 0 500 0
[pid=16755] ppid=16742 vsize=5356 CPUtime=0
/proc/16755/stat : 16755 (sh) S 16742 16742 16621 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 45583436 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16755/statm: 1339 233 193 169 0 50 0
[pid=16756] ppid=16755 vsize=868516 CPUtime=23.25
/proc/16756/stat : 16756 (java) S 16755 16742 16621 0 -1 0 15010 0 1 0 2147 178 0 0 19 0 9 0 45583436 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16756/statm: 217129 10910 2565 9 0 211676 0
[pid=16756/tid=16757] ppid=16755 vsize=868516 CPUtime=21.32
/proc/16756/task/16757/stat : 16757 (java) R 16755 16742 16621 0 -1 64 6021 0 1 0 1976 156 0 0 25 0 9 0 45583437 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4127071324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16756/tid=16758] ppid=16755 vsize=868516 CPUtime=1.64
/proc/16756/task/16758/stat : 16758 (java) S 16755 16742 16621 0 -1 64 6773 0 0 0 144 20 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16756/tid=16759] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16759/stat : 16759 (java) S 16755 16742 16621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16760] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16760/stat : 16760 (java) S 16755 16742 16621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/16756/task/16764/stat : 16764 (java) S 16755 16742 16621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.95
Current children cumulated vsize (KiB) 887472

[startup+51.1023 s]
/proc/loadavg: 3.18 3.29 3.28 4/91 16764
/proc/meminfo: memFree=1240136/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=13600 CPUtime=0.7
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 974 7943 0 1 3 1 61 5 16 0 1 0 45583277 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16742/statm: 3400 797 370 3 0 500 0
[pid=16755] ppid=16742 vsize=5356 CPUtime=0
/proc/16755/stat : 16755 (sh) S 16742 16742 16621 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 45583436 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16755/statm: 1339 233 193 169 0 50 0
[pid=16756] ppid=16755 vsize=868516 CPUtime=48.1
/proc/16756/stat : 16756 (java) S 16755 16742 16621 0 -1 0 18546 0 1 0 4418 392 0 0 19 0 9 0 45583436 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16756/statm: 217129 10910 2565 9 0 211676 0
[pid=16756/tid=16757] ppid=16755 vsize=868516 CPUtime=44.9
/proc/16756/task/16757/stat : 16757 (java) R 16755 16742 16621 0 -1 64 9557 0 1 0 4141 349 0 0 25 0 9 0 45583437 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4127092795 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16758] ppid=16755 vsize=868516 CPUtime=2.9
/proc/16756/task/16758/stat : 16758 (java) S 16755 16742 16621 0 -1 64 6773 0 0 0 249 41 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16759] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16759/stat : 16759 (java) S 16755 16742 16621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16760] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16760/stat : 16760 (java) S 16755 16742 16621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16761] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16761/stat : 16761 (java) S 16755 16742 16621 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16762] ppid=16755 vsize=868516 CPUtime=0.27
/proc/16756/task/16762/stat : 16762 (java) S 16755 16742 16621 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16763] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16763/stat : 16763 (java) S 16755 16742 16621 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16764] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16764/stat : 16764 (java) S 16755 16742 16621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.8
Current children cumulated vsize (KiB) 887472

[startup+102.308 s]
/proc/loadavg: 3.34 3.32 3.29 3/91 16764
/proc/meminfo: memFree=580104/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=13600 CPUtime=0.7
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 974 7943 0 1 3 1 61 5 16 0 1 0 45583277 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16742/statm: 3400 797 370 3 0 500 0
[pid=16755] ppid=16742 vsize=5356 CPUtime=0
/proc/16755/stat : 16755 (sh) S 16742 16742 16621 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 45583436 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16755/statm: 1339 233 193 169 0 50 0
[pid=16756] ppid=16755 vsize=868516 CPUtime=97.99
/proc/16756/stat : 16756 (java) S 16755 16742 16621 0 -1 0 25633 0 1 0 8985 814 0 0 19 0 9 0 45583436 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16756/statm: 217129 10910 2565 9 0 211676 0
[pid=16756/tid=16757] ppid=16755 vsize=868516 CPUtime=92.28
/proc/16756/task/16757/stat : 16757 (java) R 16755 16742 16621 0 -1 64 16644 0 1 0 8501 727 0 0 25 0 9 0 45583437 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4127069976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16756/tid=16758] ppid=16755 vsize=868516 CPUtime=5.4
/proc/16756/task/16758/stat : 16758 (java) S 16755 16742 16621 0 -1 64 6773 0 0 0 456 84 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16756/tid=16759] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16759/stat : 16759 (java) S 16755 16742 16621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16760] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16760/stat : 16760 (java) S 16755 16742 16621 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45583438 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16761] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16761/stat : 16761 (java) S 16755 16742 16621 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16762] ppid=16755 vsize=868516 CPUtime=0.27
/proc/16756/task/16762/stat : 16762 (java) S 16755 16742 16621 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16763] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16763/stat : 16763 (java) S 16755 16742 16621 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16756/tid=16764] ppid=16755 vsize=868516 CPUtime=0
/proc/16756/task/16764/stat : 16764 (java) S 16755 16742 16621 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45583440 889360384 10910 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.69
Current children cumulated vsize (KiB) 887472



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+119.703 s]
/proc/loadavg: 3.23 3.30 3.28 4/83 16766
/proc/meminfo: memFree=15432/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=14392 CPUtime=103.67
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 1246 34602 0 2 6 1 9497 863 17 0 1 0 45583277 14737408 994 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16742/statm: 3598 994 374 3 0 698 0
[pid=16765] ppid=16742 vsize=5356 CPUtime=0
/proc/16765/stat : 16765 (sh) S 16742 16742 16621 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45594029 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16765/statm: 1339 232 193 169 0 50 0
[pid=16766] ppid=16765 vsize=903656 CPUtime=11.17
/proc/16766/stat : 16766 (minisat) R 16765 16742 16621 0 -1 4194304 220492 0 0 0 971 146 0 0 25 0 1 0 45594029 925343744 220478 996147200 134512640 135127466 4294956256 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 0 0 0
/proc/16766/statm: 225914 220478 62 150 0 225761 0
Current children cumulated CPU time (s) 114.84
Current children cumulated vsize (KiB) 923404

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

[startup+119.703 s]
/proc/loadavg: 3.23 3.30 3.28 4/83 16766
/proc/meminfo: memFree=15432/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=14392 CPUtime=103.67
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 1246 34602 0 2 6 1 9497 863 17 0 1 0 45583277 14737408 994 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16742/statm: 3598 994 374 3 0 698 0
[pid=16765] ppid=16742 vsize=5356 CPUtime=0
/proc/16765/stat : 16765 (sh) S 16742 16742 16621 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45594029 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16765/statm: 1339 232 193 169 0 50 0
[pid=16766] ppid=16765 vsize=903656 CPUtime=11.17
/proc/16766/stat : 16766 (minisat) R 16765 16742 16621 0 -1 4194304 220492 0 0 0 971 146 0 0 25 0 1 0 45594029 925343744 220478 996147200 134512640 135127466 4294956256 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 0 0 0
/proc/16766/statm: 225914 220478 62 150 0 225761 0
Current children cumulated CPU time (s) 114.84
Current children cumulated vsize (KiB) 923404

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

[startup+119.821 s]
/proc/loadavg: 3.23 3.30 3.28 4/84 16767
/proc/meminfo: memFree=799872/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=14392 CPUtime=103.67
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 1257 34602 0 2 6 1 9497 863 16 0 1 0 45583277 14737408 994 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16742/statm: 3598 994 374 3 0 698 0
[pid=16765] ppid=16742 vsize=0 CPUtime=0
/proc/16765/stat : 16765 (sh) Z 16742 16742 16621 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 45594029 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/16765/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 103.67
Current children cumulated vsize (KiB) 14392

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

[startup+119.821 s]
/proc/loadavg: 3.23 3.30 3.28 4/84 16767
/proc/meminfo: memFree=799872/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=14392 CPUtime=103.67
/proc/16742/stat : 16742 (sugar) S 16740 16742 16621 0 -1 4194304 1257 34602 0 2 6 1 9497 863 16 0 1 0 45583277 14737408 994 996147200 4194304 4206940 548682068592 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16742/statm: 3598 994 374 3 0 698 0
[pid=16765] ppid=16742 vsize=0 CPUtime=0
/proc/16765/stat : 16765 (sh) Z 16742 16742 16621 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 45594029 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/16765/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 103.67
Current children cumulated vsize (KiB) 14392

[startup+120.203 s]
/proc/loadavg: 3.23 3.30 3.28 4/84 16767
/proc/meminfo: memFree=799872/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=14392 CPUtime=104.01
/proc/16742/stat : 16742 (sugar) R 16740 16742 16621 0 -1 4194304 1284 34879 0 2 6 35 9497 863 16 0 1 0 45583277 14737408 995 996147200 4194304 4206940 548682068592 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16742/statm: 3598 995 375 3 0 698 0
Current children cumulated CPU time (s) 104.01
Current children cumulated vsize (KiB) 14392

[startup+120.603 s]
/proc/loadavg: 3.23 3.30 3.28 4/84 16767
/proc/meminfo: memFree=799872/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=14392 CPUtime=104.17
/proc/16742/stat : 16742 (sugar) R 16740 16742 16621 0 -1 4194304 1284 34879 0 2 6 51 9497 863 15 0 1 0 45583277 14737408 995 996147200 4194304 4206940 548682068592 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16742/statm: 3598 995 375 3 0 698 0
Current children cumulated CPU time (s) 104.17
Current children cumulated vsize (KiB) 14392

[startup+120.703 s]
/proc/loadavg: 3.23 3.30 3.28 4/84 16767
/proc/meminfo: memFree=799872/2055920 swapFree=4180012/4192956
[pid=16742] ppid=16740 vsize=14392 CPUtime=104.18
/proc/16742/stat : 16742 (sugar) D 16740 16742 16621 0 -1 4194304 1284 34879 0 2 6 52 9497 863 15 0 1 0 45583277 14737408 995 996147200 4194304 4206940 548682068592 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16742/statm: 3598 995 375 3 0 698 0
Current children cumulated CPU time (s) 104.18
Current children cumulated vsize (KiB) 14392

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): 11.17
#  lost CPU user time (s): 9.71
#  lost CPU system time (s): 1.46

Real time (s): 120.799
CPU time (s): 115.371
CPU user time (s): 104.749
CPU system time (s): 10.6226
CPU usage (%): 95.5065
Max. virtual memory (cumulated for all children) (KiB): 923404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.0386
system time used= 9.16261
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36193
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= 105334
involuntary context switches= 108988

runsolver used 0.157975 second user time and 0.409937 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-12 20:53:36
IDJOB=1113646
IDBENCH=61617
IDSOLVER=368
FILE ID=node29/1113646-1215888815
PBS_JOBID= 7903652
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/insertion/full-insertion/normalized-4-fullins-4-7.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113646-1215888815/watcher-1113646-1215888815 -o /tmp/evaluation-result-1113646-1215888815/solver-1113646-1215888815 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1113646-1215888815.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9544dff34dada8786066a85f1dd4ed58
RANDOM SEED=998119307

node29.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.242
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.242
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:       1864576 kB
Buffers:         11280 kB
Cached:          51892 kB
SwapCached:       7004 kB
Active:         123916 kB
Inactive:        27848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864576 kB
SwapTotal:     4192956 kB
SwapFree:      4180012 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:         104556 kB
Slab:            24516 kB
Committed_AS:   998040 kB
PageTables:       2196 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= 66496 MiB
End job on node29 at 2008-07-12 20:55:37