Trace number 2083171

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) 202.93 215.049

General information on the benchmark

Namecsp/fapp/fapp13/
normalized-fapp13-2000-2.xml
MD5SUMffe961df7b98972151382aba4fbbf029
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.2334
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
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 Sun Jul 12 07:33:16 2009
0.05/0.08	c 0	PID 23766
0.05/0.08	c 0	HOST node24.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2083171-1247376796.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-2083171-1247376796.xml' 'HOME/temp.csp'
1.75/1.88	c 2	49 domains, 2000 variables, 8 predicates, 0 relations, 25652 constraints
1.83/1.91	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.83/1.91	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'
1.83/2.00	c 2	Parsing HOME/temp.csp
2.00/2.18	c 2	parsed 10000 expressions
2.20/2.33	c 2	parsed 20000 expressions
2.30/2.47	c 3	parsed 27709 expressions
2.30/2.48	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/2.48	c 3	Converting to clausal form CSP
3.68/3.80	c 4	converted 2771 (10%) expressions
6.75/6.93	c 7	converted 5542 (20%) expressions
9.91/10.15	c 10	converted 8313 (30%) expressions
13.18/13.40	c 13	converted 11084 (40%) expressions
15.66/15.95	c 16	converted 13855 (50%) expressions
19.02/19.32	c 19	converted 16626 (60%) expressions
21.30/21.64	c 22	converted 19397 (70%) expressions
23.68/24.06	c 24	converted 22168 (80%) expressions
25.77/26.14	c 26	converted 24939 (90%) expressions
27.54/27.90	c 28	converted 27709 (100%) expressions
27.54/27.91	c 28	CSP : 7373 integers, 73503 booleans, 166539 clauses, largest domain size 2657
27.54/27.91	c 28	Heap : 173 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
27.54/27.91	c 28	Propagation in CSP
29.42/29.81	c 30	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.42/29.82	c 30	CSP : 7373 integers, 73503 booleans, 166539 clauses, largest domain size 2657
29.42/29.82	c 30	Heap : 172 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.42/29.88	c 30	Simplifing CSP by introducing new Boolean variables
31.00/31.41	c 31	CSP : 7373 integers, 133913 booleans, 226949 clauses, largest domain size 2657
31.00/31.41	c 31	Heap : 191 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.20/32.63	c 33	Encoding CSP to SAT : HOME/temp.cnf
34.28/34.74	c 35	738 (10%) CSP integer variables are encoded (117562 clauses, 1777793 bytes)
36.25/36.77	c 37	1475 (20%) CSP integer variables are encoded (233325 clauses, 3745764 bytes)
38.23/38.74	c 39	2212 (30%) CSP integer variables are encoded (740018 clauses, 12359545 bytes)
40.11/40.67	c 41	2950 (40%) CSP integer variables are encoded (2301554 clauses, 41513438 bytes)
42.08/42.62	c 43	3687 (50%) CSP integer variables are encoded (3849825 clauses, 70930587 bytes)
43.95/44.51	c 45	4424 (60%) CSP integer variables are encoded (5344932 clauses, 99337620 bytes)
45.90/46.50	c 47	5162 (70%) CSP integer variables are encoded (6898164 clauses, 128849028 bytes)
47.88/48.53	c 49	5899 (80%) CSP integer variables are encoded (8457255 clauses, 158471757 bytes)
49.76/50.45	c 51	6636 (90%) CSP integer variables are encoded (9926800 clauses, 186393112 bytes)
51.82/52.50	c 53	7373 (100%) CSP integer variables are encoded (11430017 clauses, 217827608 bytes)
65.98/67.03	c 67	22695 (10%) CSP clauses are encoded (16611871 clauses, 357938150 bytes)
80.86/82.27	c 82	45390 (20%) CSP clauses are encoded (22248200 clauses, 514076324 bytes)
93.97/95.67	c 96	68085 (30%) CSP clauses are encoded (27134636 clauses, 650009750 bytes)
108.54/110.53	c 111	90780 (40%) CSP clauses are encoded (32655788 clauses, 803482105 bytes)
123.60/125.95	c 126	113475 (50%) CSP clauses are encoded (38385741 clauses, 963236768 bytes)
138.45/141.16	c 141	136170 (60%) CSP clauses are encoded (44063054 clauses, 1121764526 bytes)
153.61/156.63	c 157	158865 (70%) CSP clauses are encoded (49882576 clauses, 1284529461 bytes)
167.29/170.61	c 171	181560 (80%) CSP clauses are encoded (55131187 clauses, 1435766236 bytes)
182.04/185.86	c 186	204255 (90%) CSP clauses are encoded (60969605 clauses, 1606172859 bytes)
197.03/201.31	c 201	226949 (100%) CSP clauses are encoded (67026882 clauses, 1784161331 bytes)
197.03/201.31	c 201	226949 CSP clauses encoded
197.03/201.33	c 201	Writing map file : HOME/temp.map
197.07/201.49	c 202	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
197.07/201.49	c 202	SAT : 11571303 SAT variables, 67026882 SAT clauses, 1784161331 bytes
197.07/201.49	c 202	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
197.19/201.61	c 202	SOLVING HOME/temp.cnf
197.19/201.61	c 202	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
197.22/201.77	c 202	This is MiniSat 2.0 beta
197.22/201.77	c 202	WARNING: for repeatability, setting FPU to use double precision
197.22/201.78	c 202	============================[ Problem Statistics ]=============================
197.22/201.78	c 202	|                                                                             |
197.24/201.82	c 202	|  Number of variables:  11571303                                             |
197.24/201.82	c 202	|  Number of clauses:    67026882                                             |
202.86/213.03	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083171-1247376796/watcher-2083171-1247376796 -o /tmp/evaluation-result-2083171-1247376796/solver-2083171-1247376796 -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-2083171-1247376796.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.00 2.02 2.03 4/73 23766
/proc/meminfo: memFree=1722576/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=18576 CPUtime=0
/proc/23766/stat : 23766 (runsolver) R 23764 23766 18619 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24746430 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23766/statm: 4644 284 249 26 0 2626 0

[startup+0.063445 s]
/proc/loadavg: 2.00 2.02 2.03 4/73 23766
/proc/meminfo: memFree=1722576/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16080 CPUtime=0.05
/proc/23766/stat : 23766 (sugar) R 23764 23766 18619 0 -1 4194304 946 0 0 0 4 1 0 0 18 0 1 0 24746430 16465920 914 996147200 4194304 4206940 548682068608 18446744073709551615 237806064052 0 0 4224 0 0 0 0 17 1 0 0
/proc/23766/statm: 4020 914 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.101479 s]
/proc/loadavg: 2.00 2.02 2.03 4/73 23766
/proc/meminfo: memFree=1722576/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=0.06
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24746430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23766/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301485 s]
/proc/loadavg: 2.00 2.02 2.03 4/73 23766
/proc/meminfo: memFree=1722576/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=0.06
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24746430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23766/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701565 s]
/proc/loadavg: 2.00 2.02 2.03 4/73 23766
/proc/meminfo: memFree=1722576/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=0.06
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24746430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23766/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50271 s]
/proc/loadavg: 2.00 2.02 2.03 3/84 23778
/proc/meminfo: memFree=1695928/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=0.06
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24746430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23766/statm: 4217 1111 409 3 0 796 0
[pid=23769] ppid=23766 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23766 23766 18619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24746438 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 233 193 169 0 50 0
[pid=23770] ppid=23769 vsize=864788 CPUtime=1.39
/proc/23770/stat : 23770 (java) S 23769 23766 18619 0 -1 0 14583 0 1 0 133 6 0 0 18 0 9 0 24746439 885542912 12609 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23770/statm: 216197 12609 2556 9 0 210709 0
[pid=23770/tid=23771] ppid=23769 vsize=864788 CPUtime=0.82
/proc/23770/task/23771/stat : 23771 (java) R 23769 23766 18619 0 -1 64 3074 0 1 0 80 2 0 0 24 0 9 0 24746440 885542912 12609 996147200 134512640 134550932 4294955984 18446744073709551615 4126741269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23772] ppid=23769 vsize=864788 CPUtime=0.42
/proc/23770/task/23772/stat : 23772 (java) S 23769 23766 18619 0 -1 64 10287 0 0 0 39 3 0 0 16 0 9 0 24746441 885542912 12609 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23773] ppid=23769 vsize=864788 CPUtime=0
/proc/23770/task/23773/stat : 23773 (java) S 23769 23766 18619 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24746441 885542912 12609 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23774] ppid=23769 vsize=864788 CPUtime=0
/proc/23770/task/23774/stat : 23774 (java) S 23769 23766 18619 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24746441 885542912 12609 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23775] ppid=23769 vsize=864788 CPUtime=0
/proc/23770/task/23775/stat : 23775 (java) S 23769 23766 18619 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24746443 885542912 12609 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23776] ppid=23769 vsize=864788 CPUtime=0.12
/proc/23770/task/23776/stat : 23776 (java) S 23769 23766 18619 0 -1 64 517 0 0 0 12 0 0 0 16 0 9 0 24746443 885542912 12609 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23777] ppid=23769 vsize=864788 CPUtime=0
/proc/23770/task/23777/stat : 23777 (java) S 23769 23766 18619 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24746443 885542912 12609 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23778] ppid=23769 vsize=864788 CPUtime=0
/proc/23770/task/23778/stat : 23778 (java) S 23769 23766 18619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24746443 885542912 12609 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887012

[startup+3.10301 s]
/proc/loadavg: 2.08 2.04 2.04 3/84 23788
/proc/meminfo: memFree=1711864/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=1.84
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1309 15718 0 1 5 1 170 8 16 0 1 0 24746430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23766/statm: 4217 1111 409 3 0 796 0
[pid=23779] ppid=23766 vsize=5356 CPUtime=0
/proc/23779/stat : 23779 (sh) S 23766 23766 18619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24746622 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23779/statm: 1339 233 193 169 0 50 0
[pid=23780] ppid=23779 vsize=868880 CPUtime=1.16
/proc/23780/stat : 23780 (java) S 23779 23766 18619 0 -1 0 9767 0 1 0 110 6 0 0 18 0 9 0 24746622 889733120 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 217220 8843 2567 9 0 211725 0
[pid=23780/tid=23781] ppid=23779 vsize=868880 CPUtime=0.73
/proc/23780/task/23781/stat : 23781 (java) R 23779 23766 18619 0 -1 64 2617 0 1 0 71 2 0 0 25 0 9 0 24746623 889733120 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23779 vsize=868880 CPUtime=0.22
/proc/23780/task/23782/stat : 23782 (java) R 23779 23766 18619 0 -1 64 4960 0 0 0 21 1 0 0 16 0 9 0 24746624 889733120 8843 996147200 134512640 134550932 4294955936 18446744073709551615 103825728 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23779 vsize=868880 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23779 23766 18619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24746624 889733120 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23779 vsize=868880 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23779 23766 18619 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24746624 889733120 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23779 vsize=868880 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23779 23766 18619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24746627 889733120 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23779 vsize=868880 CPUtime=0.17
/proc/23780/task/23786/stat : 23786 (java) S 23779 23766 18619 0 -1 64 1488 0 0 0 16 1 0 0 16 0 9 0 24746627 889733120 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23779 vsize=868880 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23779 23766 18619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24746627 889733120 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23779 vsize=868880 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23779 23766 18619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24746627 889733120 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 891104

[startup+6.30259 s]
/proc/loadavg: 2.08 2.04 2.04 3/84 23788
/proc/meminfo: memFree=1680184/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=1.84
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1309 15718 0 1 5 1 170 8 16 0 1 0 24746430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23766/statm: 4217 1111 409 3 0 796 0
[pid=23779] ppid=23766 vsize=5356 CPUtime=0
/proc/23779/stat : 23779 (sh) S 23766 23766 18619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24746622 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23779/statm: 1339 233 193 169 0 50 0
[pid=23780] ppid=23779 vsize=868628 CPUtime=4.32
/proc/23780/stat : 23780 (java) S 23779 23766 18619 0 -1 0 14619 0 1 0 423 9 0 0 18 0 9 0 24746622 889475072 13400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 217157 13400 2567 9 0 211662 0
[pid=23780/tid=23781] ppid=23779 vsize=868628 CPUtime=3.35
/proc/23780/task/23781/stat : 23781 (java) R 23779 23766 18619 0 -1 64 3042 0 1 0 332 3 0 0 25 0 9 0 24746623 889475072 13400 996147200 134512640 134550932 4294955936 18446744073709551615 4126456536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23779 vsize=868628 CPUtime=0.75
/proc/23780/task/23782/stat : 23782 (java) S 23779 23766 18619 0 -1 64 9375 0 0 0 71 4 0 0 16 0 9 0 24746624 889475072 13400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23779 23766 18619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24746624 889475072 13400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23779 23766 18619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24746624 889475072 13400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23779 23766 18619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24746627 889475072 13400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23779 vsize=868628 CPUtime=0.2
/proc/23780/task/23786/stat : 23786 (java) S 23779 23766 18619 0 -1 64 1500 0 0 0 19 1 0 0 15 0 9 0 24746627 889475072 13400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23779 23766 18619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24746627 889475072 13400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23779 23766 18619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24746627 889475072 13400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890852

[startup+12.7028 s]
/proc/loadavg: 2.07 2.04 2.04 4/84 23788
/proc/meminfo: memFree=1628216/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=1.84
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1309 15718 0 1 5 1 170 8 16 0 1 0 24746430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23766/statm: 4217 1111 409 3 0 796 0
[pid=23779] ppid=23766 vsize=5356 CPUtime=0
/proc/23779/stat : 23779 (sh) S 23766 23766 18619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24746622 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23779/statm: 1339 233 193 169 0 50 0
[pid=23780] ppid=23779 vsize=868628 CPUtime=10.65
/proc/23780/stat : 23780 (java) S 23779 23766 18619 0 -1 0 32940 0 1 0 1046 19 0 0 18 0 9 0 24746622 889475072 23895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 217157 23895 2568 9 0 211662 0
[pid=23780/tid=23781] ppid=23779 vsize=868628 CPUtime=8.21
/proc/23780/task/23781/stat : 23781 (java) R 23779 23766 18619 0 -1 64 3915 0 1 0 817 4 0 0 25 0 9 0 24746623 889475072 23895 996147200 134512640 134550932 4294955936 18446744073709551615 4126586179 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23779 vsize=868628 CPUtime=2.21
/proc/23780/task/23782/stat : 23782 (java) S 23779 23766 18619 0 -1 64 26814 0 0 0 208 13 0 0 16 0 9 0 24746624 889475072 23895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23779 23766 18619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24746624 889475072 23895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23779 23766 18619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24746624 889475072 23895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23779 23766 18619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24746627 889475072 23895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23779 vsize=868628 CPUtime=0.21
/proc/23780/task/23786/stat : 23786 (java) S 23779 23766 18619 0 -1 64 1509 0 0 0 20 1 0 0 15 0 9 0 24746627 889475072 23895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23779 23766 18619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24746627 889475072 23895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23779 23766 18619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24746627 889475072 23895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890852

[startup+25.5011 s]
/proc/loadavg: 2.06 2.03 2.04 3/84 23788
/proc/meminfo: memFree=1541304/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=1.85
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1309 15718 0 1 6 1 170 8 16 0 1 0 24746430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23766/statm: 4217 1111 409 3 0 796 0
[pid=23779] ppid=23766 vsize=5356 CPUtime=0
/proc/23779/stat : 23779 (sh) S 23766 23766 18619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24746622 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23779/statm: 1339 233 193 169 0 50 0
[pid=23780] ppid=23779 vsize=868628 CPUtime=23.31
/proc/23780/stat : 23780 (java) S 23779 23766 18619 0 -1 0 60630 0 1 0 2298 33 0 0 18 0 9 0 24746622 889475072 46968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 217157 46968 2568 9 0 211662 0
[pid=23780/tid=23781] ppid=23779 vsize=868628 CPUtime=18.8
/proc/23780/task/23781/stat : 23781 (java) R 23779 23766 18619 0 -1 64 4814 0 1 0 1874 6 0 0 25 0 9 0 24746623 889475072 46968 996147200 134512640 134550932 4294955936 18446744073709551615 4126511903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23779 vsize=868628 CPUtime=4.27
/proc/23780/task/23782/stat : 23782 (java) S 23779 23766 18619 0 -1 64 53603 0 0 0 402 25 0 0 16 0 9 0 24746624 889475072 46968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23779 23766 18619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24746624 889475072 46968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23779 vsize=868628 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23779 23766 18619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24746624 889475072 46968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23779 vsize=868628 CPUtime=0

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

/proc/loadavg: 2.73 2.24 2.11 3/84 23788
/proc/meminfo: memFree=775032/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=1.85
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1310 15718 0 1 6 1 170 8 16 0 1 0 24746430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23766/statm: 4217 1111 409 3 0 796 0
[pid=23779] ppid=23766 vsize=5356 CPUtime=0
/proc/23779/stat : 23779 (sh) S 23766 23766 18619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24746622 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23779/statm: 1339 233 193 169 0 50 0
[pid=23780] ppid=23779 vsize=868740 CPUtime=98.65
/proc/23780/stat : 23780 (java) S 23779 23766 18619 0 -1 0 78590 0 1 0 9409 456 0 0 18 0 9 0 24746622 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 217185 57886 2593 9 0 211662 0
[pid=23780/tid=23781] ppid=23779 vsize=868740 CPUtime=90.36
/proc/23780/task/23781/stat : 23781 (java) R 23779 23766 18619 0 -1 64 6853 0 1 0 8620 416 0 0 25 0 9 0 24746623 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4126600128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23779 vsize=868740 CPUtime=7.97
/proc/23780/task/23782/stat : 23782 (java) S 23779 23766 18619 0 -1 64 69477 0 0 0 759 38 0 0 16 0 9 0 24746624 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23779 vsize=868740 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23779 23766 18619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24746624 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23779 vsize=868740 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23779 23766 18619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24746624 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23779 vsize=868740 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23779 23766 18619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24746627 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23779 vsize=868740 CPUtime=0.3
/proc/23780/task/23786/stat : 23786 (java) S 23779 23766 18619 0 -1 64 1558 0 0 0 29 1 0 0 15 0 9 0 24746627 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23779 vsize=868740 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23779 23766 18619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24746627 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23779 vsize=868740 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23779 23766 18619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24746627 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.5
Current children cumulated vsize (KiB) 890964

[startup+162.301 s]
/proc/loadavg: 2.95 2.38 2.16 3/84 23788
/proc/meminfo: memFree=154680/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=1.85
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1310 15718 0 1 6 1 170 8 16 0 1 0 24746430 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23766/statm: 4217 1111 409 3 0 796 0
[pid=23779] ppid=23766 vsize=5356 CPUtime=0
/proc/23779/stat : 23779 (sh) S 23766 23766 18619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24746622 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23779/statm: 1339 233 193 169 0 50 0
[pid=23780] ppid=23779 vsize=868740 CPUtime=157.31
/proc/23780/stat : 23780 (java) S 23779 23766 18619 0 -1 0 79221 0 1 0 14897 834 0 0 18 0 9 0 24746622 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 217185 57886 2593 9 0 211662 0
[pid=23780/tid=23781] ppid=23779 vsize=868740 CPUtime=148.28
/proc/23780/task/23781/stat : 23781 (java) R 23779 23766 18619 0 -1 64 7484 0 1 0 14039 789 0 0 25 0 9 0 24746623 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4127073338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23779 vsize=868740 CPUtime=8.69
/proc/23780/task/23782/stat : 23782 (java) S 23779 23766 18619 0 -1 64 69477 0 0 0 827 42 0 0 16 0 9 0 24746624 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23779 vsize=868740 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23779 23766 18619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24746624 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23779 vsize=868740 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23779 23766 18619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24746624 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23779 vsize=868740 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23779 23766 18619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24746627 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23779 vsize=868740 CPUtime=0.3
/proc/23780/task/23786/stat : 23786 (java) S 23779 23766 18619 0 -1 64 1558 0 0 0 29 1 0 0 15 0 9 0 24746627 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23779 vsize=868740 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23779 23766 18619 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24746627 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23779 vsize=868740 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23779 23766 18619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24746627 889589760 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.16
Current children cumulated vsize (KiB) 890964



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+213.002 s]
/proc/loadavg: 2.56 2.38 2.17 3/76 23790
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=197.24
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1377 95672 0 2 7 2 18610 1105 15 0 1 0 24746430 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23766/statm: 4217 1114 409 3 0 796 0
[pid=23789] ppid=23766 vsize=5356 CPUtime=0
/proc/23789/stat : 23789 (sh) S 23766 23766 18619 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24766592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23789/statm: 1339 232 193 169 0 50 0
[pid=23790] ppid=23789 vsize=970792 CPUtime=5.62
/proc/23790/stat : 23790 (minisat) R 23789 23766 18619 0 -1 4195840 218264 0 6 0 444 118 0 0 18 0 1 0 24766604 994091008 218252 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/23790/statm: 242698 218252 62 150 0 242545 0
Current children cumulated CPU time (s) 202.86
Current children cumulated vsize (KiB) 993016

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

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

[startup+213.202 s]
/proc/loadavg: 2.56 2.38 2.17 3/76 23790
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=197.24
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1399 95672 0 2 7 2 18610 1105 16 0 1 0 24746430 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23766/statm: 4217 1114 409 3 0 796 0
[pid=23789] ppid=23766 vsize=0 CPUtime=0
/proc/23789/stat : 23789 (sh) Z 23766 23766 18619 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24766592 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23789/statm: 0 0 0 0 0 0 0
[pid=23790] ppid=1 vsize=970792 CPUtime=5.68
/proc/23790/stat : 23790 (minisat) D 1 23766 18619 0 -1 4195840 218264 0 6 0 444 124 0 0 18 0 1 0 24766604 994091008 218252 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 18446744071563608240 0 0 17 1 0 0
/proc/23790/statm: 242698 218252 62 150 0 242545 0
Current children cumulated CPU time (s) 202.92
Current children cumulated vsize (KiB) 987660

[startup+213.302 s]
/proc/loadavg: 2.56 2.38 2.17 3/77 23791
/proc/meminfo: memFree=15280/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=197.24
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1399 95672 0 2 7 2 18610 1105 16 0 1 0 24746430 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23766/statm: 4217 1114 409 3 0 796 0
[pid=23789] ppid=23766 vsize=0 CPUtime=0
/proc/23789/stat : 23789 (sh) Z 23766 23766 18619 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24766592 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23789/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.24
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23766

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

[startup+214.202 s]
/proc/loadavg: 2.56 2.38 2.17 3/77 23791
/proc/meminfo: memFree=15280/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=197.24
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1399 95672 0 2 7 2 18610 1105 16 0 1 0 24746430 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23766/statm: 4217 1114 409 3 0 796 0
[pid=23789] ppid=23766 vsize=0 CPUtime=0
/proc/23789/stat : 23789 (sh) Z 23766 23766 18619 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24766592 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23789/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.24
Current children cumulated vsize (KiB) 16868

[startup+214.602 s]
/proc/loadavg: 2.56 2.38 2.17 3/77 23791
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=197.24
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1399 95672 0 2 7 2 18610 1105 16 0 1 0 24746430 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23766/statm: 4217 1114 409 3 0 796 0
[pid=23789] ppid=23766 vsize=0 CPUtime=0
/proc/23789/stat : 23789 (sh) Z 23766 23766 18619 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24766592 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23789/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.24
Current children cumulated vsize (KiB) 16868

[startup+215.002 s]
/proc/loadavg: 2.56 2.38 2.17 3/77 23791
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=23766] ppid=23764 vsize=16868 CPUtime=197.24
/proc/23766/stat : 23766 (sugar) S 23764 23766 18619 0 -1 4194304 1399 95672 0 2 7 2 18610 1105 16 0 1 0 24746430 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23766/statm: 4217 1114 409 3 0 796 0
[pid=23789] ppid=23766 vsize=0 CPUtime=0
/proc/23789/stat : 23789 (sh) Z 23766 23766 18619 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24766592 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23789/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.24
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# 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): 5.68001
#  lost CPU user time (s): 4.44
#  lost CPU system time (s): 1.24

Real time (s): 215.049
CPU time (s): 202.93
CPU user time (s): 190.619
CPU system time (s): 12.3113
CPU usage (%): 94.3647
Max. virtual memory (cumulated for all children) (KiB): 993016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.179
system time used= 11.0713
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97071
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= 26665
involuntary context switches= 31444

runsolver used 0.278957 second user time and 0.750885 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-12 07:33:16
IDJOB=2083171
IDBENCH=57725
IDSOLVER=739
FILE ID=node24/2083171-1247376796
PBS_JOBID= 9507004
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp13/normalized-fapp13-2000-2.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-2083171-1247376796/watcher-2083171-1247376796 -o /tmp/evaluation-result-2083171-1247376796/solver-2083171-1247376796 -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-2083171-1247376796.xml

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

MD5SUM BENCH= ffe961df7b98972151382aba4fbbf029
RANDOM SEED=1849495872

node24.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.287
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.287
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:       1723056 kB
Buffers:         64628 kB
Cached:         189964 kB
SwapCached:          0 kB
Active:         162120 kB
Inactive:       112920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5024 kB
Writeback:           0 kB
Mapped:          31192 kB
Slab:            43140 kB
Committed_AS:   236880 kB
PageTables:       1804 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= 64448 MiB
End job on node24 at 2009-07-12 07:36:51