Trace number 2083512

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) 493.821 506.324

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-9.xml
MD5SUMfb81abe9ad9e3c26d2d93322f7bc814c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.5612
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:45:26 2009
0.00/0.08	c 0	PID 24092
0.07/0.08	c 0	HOST node4.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083512-1247377526.xml TO HOME/temp.csp
0.07/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-2083512-1247377526.xml' 'HOME/temp.csp'
1.65/1.76	c 2	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.71/1.81	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.71/1.81	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.71/1.89	c 2	Parsing HOME/temp.csp
1.72/2.07	c 2	parsed 10000 expressions
2.09/2.29	c 2	parsed 20000 expressions
2.19/2.33	c 2	parsed 23592 expressions
2.19/2.34	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/2.34	c 2	Converting to clausal form CSP
4.87/5.09	c 5	converted 2360 (10%) expressions
10.74/10.93	c 11	converted 4719 (20%) expressions
15.41/15.62	c 16	converted 7078 (30%) expressions
20.28/20.51	c 20	converted 9437 (40%) expressions
24.66/24.94	c 25	converted 11796 (50%) expressions
29.03/29.33	c 29	converted 14156 (60%) expressions
33.62/33.95	c 34	converted 16515 (70%) expressions
37.59/37.98	c 38	converted 18874 (80%) expressions
41.48/41.83	c 42	converted 21233 (90%) expressions
45.25/45.64	c 46	converted 23592 (100%) expressions
45.25/45.64	c 46	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
45.25/45.64	c 46	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
45.25/45.64	c 46	Propagation in CSP
47.74/48.15	c 48	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
47.74/48.15	c 48	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
47.74/48.15	c 48	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
47.74/48.20	c 48	Simplifing CSP by introducing new Boolean variables
48.83/49.21	c 49	CSP : 3955 integers, 110590 booleans, 184002 clauses, largest domain size 2377
48.83/49.21	c 49	Heap : 109 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
49.42/49.88	c 50	Encoding CSP to SAT : HOME/temp.cnf
57.08/57.56	c 57	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
64.95/65.48	c 65	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
72.71/73.25	c 73	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
79.17/79.78	c 80	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
80.25/80.89	c 81	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
81.32/81.97	c 82	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
82.40/83.06	c 83	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
83.45/84.15	c 84	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
84.52/85.24	c 85	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
85.60/86.31	c 86	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
134.77/136.00	c 136	18401 (10%) CSP clauses are encoded (11975172 clauses, 266411045 bytes)
177.81/179.53	c 179	36801 (20%) CSP clauses are encoded (17869645 clauses, 422945319 bytes)
214.30/216.22	c 216	55201 (30%) CSP clauses are encoded (23564709 clauses, 575142591 bytes)
252.87/255.04	c 255	73601 (40%) CSP clauses are encoded (29708453 clauses, 740157271 bytes)
290.96/293.39	c 293	92001 (50%) CSP clauses are encoded (35592117 clauses, 898224962 bytes)
330.80/333.89	c 334	110402 (60%) CSP clauses are encoded (41824757 clauses, 1066044336 bytes)
371.22/374.98	c 375	128802 (70%) CSP clauses are encoded (47933050 clauses, 1230946305 bytes)
410.20/414.64	c 415	147202 (80%) CSP clauses are encoded (54023871 clauses, 1394953803 bytes)
449.02/454.21	c 454	165602 (90%) CSP clauses are encoded (60124421 clauses, 1559985065 bytes)
486.90/493.09	c 493	184002 (100%) CSP clauses are encoded (66150381 clauses, 1723125552 bytes)
486.90/493.09	c 493	184002 CSP clauses encoded
487.00/493.12	c 493	Writing map file : HOME/temp.map
487.22/493.43	c 493	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
487.22/493.43	c 493	SAT : 6267587 SAT variables, 66150381 SAT clauses, 1723125552 bytes
487.22/493.43	c 493	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
487.22/493.50	c 493	SOLVING HOME/temp.cnf
487.30/493.50	c 493	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
487.30/493.62	c 494	This is MiniSat 2.0 beta
487.30/493.62	c 494	WARNING: for repeatability, setting FPU to use double precision
487.30/493.63	c 494	============================[ Problem Statistics ]=============================
487.30/493.63	c 494	|                                                                             |
487.30/493.65	c 494	|  Number of variables:  6267587                                              |
487.30/493.65	c 494	|  Number of clauses:    66150381                                             |
493.34/503.82	c ERROR INTERRUPTED
493.45/503.95	s UNKNOWN
493.45/503.95	c 504	CPU 487.31 (0.07 0.01 476.68 10.55)
493.45/503.95	c 504	END Sun Jul 12 07:53:50 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-2083512-1247377526/watcher-2083512-1247377526 -o /tmp/evaluation-result-2083512-1247377526/solver-2083512-1247377526 -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-2083512-1247377526.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.15 2.25 2.17 4/74 24092
/proc/meminfo: memFree=452696/2055920 swapFree=4192956/4192956
[pid=24092] ppid=24090 vsize=4708 CPUtime=0
/proc/24092/stat : 24092 (sugar) R 24090 24092 22121 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 24820097 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 259910595977 0 0 4096 0 0 0 0 17 1 0 0
/proc/24092/statm: 1177 43 33 3 0 8 0

[startup+0.0818391 s]
/proc/loadavg: 2.15 2.25 2.17 4/74 24092
/proc/meminfo: memFree=452696/2055920 swapFree=4192956/4192956
[pid=24092] ppid=24090 vsize=16740 CPUtime=0.07
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24820097 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102804 s]
/proc/loadavg: 2.15 2.25 2.17 4/74 24092
/proc/meminfo: memFree=452696/2055920 swapFree=4192956/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=0.07
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24820097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302818 s]
/proc/loadavg: 2.15 2.25 2.17 4/74 24092
/proc/meminfo: memFree=452696/2055920 swapFree=4192956/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=0.07
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24820097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702874 s]
/proc/loadavg: 2.15 2.25 2.17 4/74 24092
/proc/meminfo: memFree=452696/2055920 swapFree=4192956/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=0.07
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24820097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50194 s]
/proc/loadavg: 2.15 2.25 2.17 3/85 24104
/proc/meminfo: memFree=410048/2055920 swapFree=4192956/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=0.07
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24820097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4217 1111 409 3 0 796 0
[pid=24095] ppid=24092 vsize=5356 CPUtime=0
/proc/24095/stat : 24095 (sh) S 24092 24092 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24820106 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24095/statm: 1339 233 193 169 0 50 0
[pid=24096] ppid=24095 vsize=864792 CPUtime=1.39
/proc/24096/stat : 24096 (java) S 24095 24092 22121 0 -1 0 13727 0 1 0 133 6 0 0 18 0 9 0 24820106 885547008 11760 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24096/statm: 216198 11760 2557 9 0 210710 0
[pid=24096/tid=24097] ppid=24095 vsize=864792 CPUtime=0.8
/proc/24096/task/24097/stat : 24097 (java) R 24095 24092 22121 0 -1 64 3059 0 1 0 79 1 0 0 24 0 9 0 24820107 885547008 11760 996147200 134512640 134550932 4294955984 18446744073709551615 4125977787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24096/tid=24098] ppid=24095 vsize=864792 CPUtime=0.42
/proc/24096/task/24098/stat : 24098 (java) S 24095 24092 22121 0 -1 64 9437 0 0 0 39 3 0 0 16 0 9 0 24820108 885547008 11760 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24096/tid=24099] ppid=24095 vsize=864792 CPUtime=0
/proc/24096/task/24099/stat : 24099 (java) S 24095 24092 22121 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24820108 885547008 11760 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24096/tid=24100] ppid=24095 vsize=864792 CPUtime=0
/proc/24096/task/24100/stat : 24100 (java) S 24095 24092 22121 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24820109 885547008 11760 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24096/tid=24101] ppid=24095 vsize=864792 CPUtime=0
/proc/24096/task/24101/stat : 24101 (java) S 24095 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24820111 885547008 11760 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24096/tid=24102] ppid=24095 vsize=864792 CPUtime=0.14
/proc/24096/task/24102/stat : 24102 (java) S 24095 24092 22121 0 -1 64 525 0 0 0 14 0 0 0 16 0 9 0 24820111 885547008 11760 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24096/tid=24103] ppid=24095 vsize=864792 CPUtime=0
/proc/24096/task/24103/stat : 24103 (java) S 24095 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24820111 885547008 11760 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24096/tid=24104] ppid=24095 vsize=864792 CPUtime=0
/proc/24096/task/24104/stat : 24104 (java) S 24095 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24820111 885547008 11760 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) 887016

[startup+3.10209 s]
/proc/loadavg: 2.15 2.25 2.17 4/85 24114
/proc/meminfo: memFree=410752/2055920 swapFree=4192956/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=1.72
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1309 14354 0 1 6 1 158 7 15 0 1 0 24820097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4217 1111 409 3 0 796 0
[pid=24105] ppid=24092 vsize=5356 CPUtime=0
/proc/24105/stat : 24105 (sh) S 24092 24092 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24820279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24105/statm: 1339 233 193 169 0 50 0
[pid=24106] ppid=24105 vsize=868556 CPUtime=1.26
/proc/24106/stat : 24106 (java) S 24105 24092 22121 0 -1 0 8954 0 1 0 122 4 0 0 18 0 9 0 24820279 889401344 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24106/statm: 217139 8040 2569 9 0 211644 0
[pid=24106/tid=24107] ppid=24105 vsize=868556 CPUtime=0.86
/proc/24106/task/24107/stat : 24107 (java) R 24105 24092 22121 0 -1 64 2639 0 1 0 85 1 0 0 22 0 9 0 24820280 889401344 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4126507867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24108] ppid=24105 vsize=868556 CPUtime=0.21
/proc/24106/task/24108/stat : 24108 (java) S 24105 24092 22121 0 -1 64 4146 0 0 0 20 1 0 0 16 0 9 0 24820281 889401344 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24109] ppid=24105 vsize=868556 CPUtime=0
/proc/24106/task/24109/stat : 24109 (java) S 24105 24092 22121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24820281 889401344 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24110] ppid=24105 vsize=868556 CPUtime=0
/proc/24106/task/24110/stat : 24110 (java) S 24105 24092 22121 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24820281 889401344 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24111] ppid=24105 vsize=868556 CPUtime=0
/proc/24106/task/24111/stat : 24111 (java) S 24105 24092 22121 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24820284 889401344 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24112] ppid=24105 vsize=868556 CPUtime=0.16
/proc/24106/task/24112/stat : 24112 (java) S 24105 24092 22121 0 -1 64 1466 0 0 0 16 0 0 0 15 0 9 0 24820284 889401344 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24113] ppid=24105 vsize=868556 CPUtime=0
/proc/24106/task/24113/stat : 24113 (java) S 24105 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24820284 889401344 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24114] ppid=24105 vsize=868556 CPUtime=0
/proc/24106/task/24114/stat : 24114 (java) S 24105 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24820284 889401344 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890780

[startup+6.30239 s]
/proc/loadavg: 2.14 2.25 2.17 3/85 24114
/proc/meminfo: memFree=381376/2055920 swapFree=4192956/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=1.72
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1309 14354 0 1 6 1 158 7 16 0 1 0 24820097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4217 1111 409 3 0 796 0
[pid=24105] ppid=24092 vsize=5356 CPUtime=0
/proc/24105/stat : 24105 (sh) S 24092 24092 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24820279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24105/statm: 1339 233 193 169 0 50 0
[pid=24106] ppid=24105 vsize=868640 CPUtime=4.44
/proc/24106/stat : 24106 (java) S 24105 24092 22121 0 -1 0 10802 0 1 0 437 7 0 0 18 0 9 0 24820279 889487360 9541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24106/statm: 217160 9541 2567 9 0 211665 0
[pid=24106/tid=24107] ppid=24105 vsize=868640 CPUtime=3.71
/proc/24106/task/24107/stat : 24107 (java) R 24105 24092 22121 0 -1 64 3001 0 1 0 369 2 0 0 25 0 9 0 24820280 889487360 9541 996147200 134512640 134550932 4294955936 18446744073709551615 4126507832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24108] ppid=24105 vsize=868640 CPUtime=0.52
/proc/24106/task/24108/stat : 24108 (java) S 24105 24092 22121 0 -1 64 5616 0 0 0 48 4 0 0 16 0 9 0 24820281 889487360 9541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24109] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24109/stat : 24109 (java) S 24105 24092 22121 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24820281 889487360 9541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24110] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24110/stat : 24110 (java) S 24105 24092 22121 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 24820281 889487360 9541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24111] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24111/stat : 24111 (java) S 24105 24092 22121 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24820284 889487360 9541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24112] ppid=24105 vsize=868640 CPUtime=0.19
/proc/24106/task/24112/stat : 24112 (java) S 24105 24092 22121 0 -1 64 1482 0 0 0 19 0 0 0 15 0 9 0 24820284 889487360 9541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24113] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24113/stat : 24113 (java) S 24105 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24820284 889487360 9541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24114] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24114/stat : 24114 (java) S 24105 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24820284 889487360 9541 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) 890864

[startup+12.703 s]
/proc/loadavg: 2.13 2.25 2.17 3/85 24114
/proc/meminfo: memFree=343872/2055920 swapFree=4192956/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=1.72
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1309 14354 0 1 6 1 158 7 16 0 1 0 24820097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4217 1111 409 3 0 796 0
[pid=24105] ppid=24092 vsize=5356 CPUtime=0
/proc/24105/stat : 24105 (sh) S 24092 24092 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24820279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24105/statm: 1339 233 193 169 0 50 0
[pid=24106] ppid=24105 vsize=868640 CPUtime=10.81
/proc/24106/stat : 24106 (java) S 24105 24092 22121 0 -1 0 15488 0 1 0 1068 13 0 0 18 0 9 0 24820279 889487360 12596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24106/statm: 217160 12596 2569 9 0 211665 0
[pid=24106/tid=24107] ppid=24105 vsize=868640 CPUtime=9.43
/proc/24106/task/24107/stat : 24107 (java) R 24105 24092 22121 0 -1 64 3534 0 1 0 941 2 0 0 25 0 9 0 24820280 889487360 12596 996147200 134512640 134550932 4294955936 18446744073709551615 4126507831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24108] ppid=24105 vsize=868640 CPUtime=1.14
/proc/24106/task/24108/stat : 24108 (java) S 24105 24092 22121 0 -1 64 9765 0 0 0 106 8 0 0 16 0 9 0 24820281 889487360 12596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24109] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24109/stat : 24109 (java) S 24105 24092 22121 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24820281 889487360 12596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24110] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24110/stat : 24110 (java) S 24105 24092 22121 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 24820281 889487360 12596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24111] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24111/stat : 24111 (java) S 24105 24092 22121 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24820284 889487360 12596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24112] ppid=24105 vsize=868640 CPUtime=0.2
/proc/24106/task/24112/stat : 24112 (java) S 24105 24092 22121 0 -1 64 1486 0 0 0 20 0 0 0 16 0 9 0 24820284 889487360 12596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24113] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24113/stat : 24113 (java) S 24105 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24820284 889487360 12596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24114] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24114/stat : 24114 (java) S 24105 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24820284 889487360 12596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890864

[startup+25.5022 s]
/proc/loadavg: 2.10 2.23 2.17 3/85 24114
/proc/meminfo: memFree=263232/2055920 swapFree=4192956/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=1.72
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1309 14354 0 1 6 1 158 7 16 0 1 0 24820097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4217 1111 409 3 0 796 0
[pid=24105] ppid=24092 vsize=5356 CPUtime=0
/proc/24105/stat : 24105 (sh) S 24092 24092 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24820279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24105/statm: 1339 233 193 169 0 50 0
[pid=24106] ppid=24105 vsize=868640 CPUtime=23.54
/proc/24106/stat : 24106 (java) S 24105 24092 22121 0 -1 0 24428 0 1 0 2331 23 0 0 18 0 9 0 24820279 889487360 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24106/statm: 217160 19538 2569 9 0 211665 0
[pid=24106/tid=24107] ppid=24105 vsize=868640 CPUtime=21.07
/proc/24106/task/24107/stat : 24107 (java) R 24105 24092 22121 0 -1 64 4185 0 1 0 2102 5 0 0 25 0 9 0 24820280 889487360 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4126448586 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24108] ppid=24105 vsize=868640 CPUtime=2.22
/proc/24106/task/24108/stat : 24108 (java) S 24105 24092 22121 0 -1 64 18048 0 0 0 206 16 0 0 16 0 9 0 24820281 889487360 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24109] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24109/stat : 24109 (java) S 24105 24092 22121 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24820281 889487360 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24110] ppid=24105 vsize=868640 CPUtime=0
/proc/24106/task/24110/stat : 24110 (java) S 24105 24092 22121 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 24820281 889487360 19538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24111] ppid=24105 vsize=868640 CPUtime=0

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

Current children cumulated vsize (KiB) 890976

[startup+402.308 s]
/proc/loadavg: 2.17 2.31 2.24 4/91 24188
/proc/meminfo: memFree=21648/2055920 swapFree=4192812/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=1.72
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1310 14354 0 1 6 1 158 7 16 0 1 0 24820097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4217 1111 409 3 0 796 0
[pid=24105] ppid=24092 vsize=5356 CPUtime=0
/proc/24105/stat : 24105 (sh) S 24092 24092 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24820279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24105/statm: 1339 233 193 169 0 50 0
[pid=24106] ppid=24105 vsize=868752 CPUtime=396.46
/proc/24106/stat : 24106 (java) S 24105 24092 22121 0 -1 0 48121 0 1 0 38835 811 0 0 18 0 9 0 24820279 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24106/statm: 217188 36480 2593 9 0 211665 0
[pid=24106/tid=24107] ppid=24105 vsize=868752 CPUtime=388.88
/proc/24106/task/24107/stat : 24107 (java) R 24105 24092 22121 0 -1 64 8487 0 1 0 38126 762 0 0 25 0 9 0 24820280 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24108] ppid=24105 vsize=868752 CPUtime=7.23
/proc/24106/task/24108/stat : 24108 (java) S 24105 24092 22121 0 -1 64 37387 0 0 0 677 46 0 0 16 0 9 0 24820281 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24109] ppid=24105 vsize=868752 CPUtime=0
/proc/24106/task/24109/stat : 24109 (java) S 24105 24092 22121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24820281 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24110] ppid=24105 vsize=868752 CPUtime=0
/proc/24106/task/24110/stat : 24110 (java) S 24105 24092 22121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24820281 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24111] ppid=24105 vsize=868752 CPUtime=0
/proc/24106/task/24111/stat : 24111 (java) S 24105 24092 22121 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24820284 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24112] ppid=24105 vsize=868752 CPUtime=0.31
/proc/24106/task/24112/stat : 24112 (java) S 24105 24092 22121 0 -1 64 1544 0 0 0 31 0 0 0 16 0 9 0 24820284 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24113] ppid=24105 vsize=868752 CPUtime=0
/proc/24106/task/24113/stat : 24113 (java) S 24105 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24820284 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24114] ppid=24105 vsize=868752 CPUtime=0
/proc/24106/task/24114/stat : 24114 (java) S 24105 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24820284 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.18
Current children cumulated vsize (KiB) 890976

[startup+462.303 s]
/proc/loadavg: 2.72 2.46 2.29 3/91 24188
/proc/meminfo: memFree=16080/2055920 swapFree=4192812/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=1.72
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1310 14354 0 1 6 1 158 7 16 0 1 0 24820097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4217 1111 409 3 0 796 0
[pid=24105] ppid=24092 vsize=5356 CPUtime=0
/proc/24105/stat : 24105 (sh) S 24092 24092 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24820279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24105/statm: 1339 233 193 169 0 50 0
[pid=24106] ppid=24105 vsize=868752 CPUtime=455.25
/proc/24106/stat : 24106 (java) S 24105 24092 22121 0 -1 0 48607 0 1 0 44563 962 0 0 18 0 9 0 24820279 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24106/statm: 217188 36480 2593 9 0 211665 0
[pid=24106/tid=24107] ppid=24105 vsize=868752 CPUtime=447.31
/proc/24106/task/24107/stat : 24107 (java) R 24105 24092 22121 0 -1 64 8973 0 1 0 43821 910 0 0 25 0 9 0 24820280 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4126583324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24108] ppid=24105 vsize=868752 CPUtime=7.59
/proc/24106/task/24108/stat : 24108 (java) S 24105 24092 22121 0 -1 64 37387 0 0 0 709 50 0 0 16 0 9 0 24820281 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24109] ppid=24105 vsize=868752 CPUtime=0
/proc/24106/task/24109/stat : 24109 (java) S 24105 24092 22121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24820281 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24110] ppid=24105 vsize=868752 CPUtime=0
/proc/24106/task/24110/stat : 24110 (java) S 24105 24092 22121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24820281 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24111] ppid=24105 vsize=868752 CPUtime=0
/proc/24106/task/24111/stat : 24111 (java) S 24105 24092 22121 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24820284 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24112] ppid=24105 vsize=868752 CPUtime=0.31
/proc/24106/task/24112/stat : 24112 (java) S 24105 24092 22121 0 -1 64 1544 0 0 0 31 0 0 0 16 0 9 0 24820284 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24113] ppid=24105 vsize=868752 CPUtime=0
/proc/24106/task/24113/stat : 24113 (java) S 24105 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24820284 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24106/tid=24114] ppid=24105 vsize=868752 CPUtime=0
/proc/24106/task/24114/stat : 24114 (java) S 24105 24092 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24820284 889602048 36480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 456.97
Current children cumulated vsize (KiB) 890976



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+503.807 s]
/proc/loadavg: 2.67 2.49 2.31 3/83 24190
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=487.3
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1377 63522 0 4 7 1 47668 1054 15 0 1 0 24820097 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24092/statm: 4217 1114 409 3 0 796 0
[pid=24189] ppid=24092 vsize=5356 CPUtime=0
/proc/24189/stat : 24189 (sh) S 24092 24092 22121 0 -1 4194304 274 0 3 0 0 0 0 0 18 0 1 0 24869448 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24189/statm: 1339 232 193 169 0 50 0
[pid=24190] ppid=24189 vsize=900804 CPUtime=6.04
/proc/24190/stat : 24190 (minisat) R 24189 24092 22121 0 -1 4194304 194307 0 6 0 475 129 0 0 18 0 1 0 24869456 922423296 194299 996147200 134512640 135127466 4294956256 18446744073709551615 134514064 0 0 4096 3 0 0 0 17 0 0 0
/proc/24190/statm: 225201 194299 62 150 0 225048 0
Current children cumulated CPU time (s) 493.34
Current children cumulated vsize (KiB) 923028

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

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

[startup+503.92 s]
/proc/loadavg: 2.67 2.49 2.31 3/83 24190
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=487.3
/proc/24092/stat : 24092 (sugar) S 24090 24092 22121 0 -1 4194304 1399 63522 0 4 7 1 47668 1054 16 0 1 0 24820097 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24092/statm: 4217 1114 409 3 0 796 0
[pid=24189] ppid=24092 vsize=0 CPUtime=0
/proc/24189/stat : 24189 (sh) Z 24092 24092 22121 0 -1 4195340 274 0 3 0 0 0 0 0 16 0 1 0 24869448 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24189/statm: 0 0 0 0 0 0 0
[pid=24190] ppid=1 vsize=0 CPUtime=6.15
/proc/24190/stat : 24190 (minisat) R 1 24092 22121 0 -1 4195332 194307 0 6 0 475 140 0 0 18 0 1 0 24869456 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/24190/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 493.45
Current children cumulated vsize (KiB) 16868

[startup+504.002 s]
/proc/loadavg: 2.67 2.49 2.31 3/83 24190
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=487.35
/proc/24092/stat : 24092 (sugar) R 24090 24092 22121 0 -1 4194304 1424 63796 0 7 7 5 47668 1055 16 0 1 0 24820097 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24092/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 487.35
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24092

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

[startup+505.402 s]
/proc/loadavg: 2.67 2.49 2.31 3/82 24191
/proc/meminfo: memFree=1443288/2055920 swapFree=4192812/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=487.65
/proc/24092/stat : 24092 (sugar) D 24090 24092 22121 0 -1 4194304 1424 63796 0 7 7 35 47668 1055 18 0 1 0 24820097 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24092/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 487.65
Current children cumulated vsize (KiB) 16868

[startup+505.802 s]
/proc/loadavg: 2.67 2.49 2.31 3/82 24191
/proc/meminfo: memFree=1443288/2055920 swapFree=4192812/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=487.67
/proc/24092/stat : 24092 (sugar) D 24090 24092 22121 0 -1 4194304 1424 63796 0 7 7 37 47668 1055 18 0 1 0 24820097 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24092/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 487.67
Current children cumulated vsize (KiB) 16868

[startup+506.202 s]
/proc/loadavg: 2.67 2.49 2.31 2/81 24191
/proc/meminfo: memFree=1442720/2055920 swapFree=4192812/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=487.68
/proc/24092/stat : 24092 (sugar) D 24090 24092 22121 0 -1 4194304 1424 63796 0 7 7 38 47668 1055 18 0 1 0 24820097 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24092/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 487.68
Current children cumulated vsize (KiB) 16868

[startup+506.302 s]
/proc/loadavg: 2.67 2.49 2.31 2/81 24191
/proc/meminfo: memFree=1442720/2055920 swapFree=4192812/4192956
[pid=24092] ppid=24090 vsize=16868 CPUtime=487.69
/proc/24092/stat : 24092 (sugar) D 24090 24092 22121 0 -1 4194304 1424 63796 0 7 7 39 47668 1055 18 0 1 0 24820097 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24092/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 487.69
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): 6.10001
#  lost CPU user time (s): 4.75
#  lost CPU system time (s): 1.35

Real time (s): 506.324
CPU time (s): 493.821
CPU user time (s): 481.518
CPU system time (s): 12.3033
CPU usage (%): 97.5305
Max. virtual memory (cumulated for all children) (KiB): 923028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 476.768
system time used= 10.9533
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65220
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55550
involuntary context switches= 61140

runsolver used 0.776881 second user time and 1.9747 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 07:45:26
IDJOB=2083512
IDBENCH=57842
IDSOLVER=739
FILE ID=node4/2083512-1247377526
PBS_JOBID= 9507116
Free space on /tmp= 65664 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp35/normalized-fapp35-1500-9.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-2083512-1247377526/watcher-2083512-1247377526 -o /tmp/evaluation-result-2083512-1247377526/solver-2083512-1247377526 -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-2083512-1247377526.xml

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

MD5SUM BENCH= fb81abe9ad9e3c26d2d93322f7bc814c
RANDOM SEED=435580846

node4.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.213
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.213
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:        453304 kB
Buffers:         82040 kB
Cached:        1264224 kB
SwapCached:          0 kB
Active:         946900 kB
Inactive:       561124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        453304 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          210304 kB
Writeback:           0 kB
Mapped:         172800 kB
Slab:            79512 kB
Committed_AS:   351088 kB
PageTables:       2304 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= 66260 MiB
End job on node4 at 2009-07-12 07:53:52