Trace number 2083984

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+picosat? (MO) 208.071 212.847

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-10.xml
MD5SUMb42627f9cb0b57c1082444fcb5232a6c
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 benchmark32.2211
Satisfiable
(Un)Satisfiability was proved
Number of variables2550
Number of constraints10886
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10886
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 08:02:52 2009
0.06/0.08	c 0	PID 24984
0.06/0.08	c 0	HOST node39.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083984-1247378572.xml TO HOME/temp.csp
0.06/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-2083984-1247378572.xml' 'HOME/temp.csp'
1.26/1.32	c 2	8 domains, 2550 variables, 8 predicates, 0 relations, 10886 constraints
1.26/1.34	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.34	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.29/1.42	c 2	Parsing HOME/temp.csp
1.29/1.59	c 2	parsed 10000 expressions
1.29/1.68	c 2	parsed 13452 expressions
1.29/1.68	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.68	c 2	Converting to clausal form CSP
1.29/1.74	c 2	converted 1346 (10%) expressions
2.03/2.11	c 2	converted 2691 (20%) expressions
3.71/3.89	c 4	converted 4036 (30%) expressions
5.39/5.53	c 6	converted 5381 (40%) expressions
6.77/6.99	c 7	converted 6726 (50%) expressions
8.55/8.70	c 9	converted 8072 (60%) expressions
10.03/10.29	c 11	converted 9417 (70%) expressions
11.82/12.04	c 12	converted 10762 (80%) expressions
13.20/13.41	c 14	converted 12107 (90%) expressions
14.38/14.62	c 15	converted 13452 (100%) expressions
14.38/14.62	c 15	CSP : 7024 integers, 27901 booleans, 73365 clauses, largest domain size 2721
14.38/14.62	c 15	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.38/14.62	c 15	Propagation in CSP
16.17/16.47	c 17	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
16.17/16.47	c 17	CSP : 7024 integers, 27901 booleans, 73365 clauses, largest domain size 2721
16.17/16.47	c 17	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.27/16.50	c 17	Simplifing CSP by introducing new Boolean variables
16.45/16.71	c 17	CSP : 7024 integers, 58219 booleans, 103683 clauses, largest domain size 2721
16.45/16.71	c 17	Heap : 56 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.86/17.12	c 17	Encoding CSP to SAT : HOME/temp.cnf
20.02/20.36	c 21	703 (10%) CSP integer variables are encoded (161665 clauses, 2527116 bytes)
23.09/23.48	c 24	1405 (20%) CSP integer variables are encoded (321009 clauses, 5235964 bytes)
26.25/26.64	c 27	2108 (30%) CSP integer variables are encoded (481711 clauses, 7967898 bytes)
29.04/29.49	c 30	2810 (40%) CSP integer variables are encoded (1251166 clauses, 21556384 bytes)
31.40/31.84	c 32	3512 (50%) CSP integer variables are encoded (3078694 clauses, 56279416 bytes)
33.74/34.32	c 35	4215 (60%) CSP integer variables are encoded (4887593 clauses, 90648497 bytes)
36.03/36.62	c 37	4917 (70%) CSP integer variables are encoded (6668853 clauses, 124492437 bytes)
38.47/39.11	c 39	5620 (80%) CSP integer variables are encoded (8460536 clauses, 158534414 bytes)
40.84/41.56	c 42	6322 (90%) CSP integer variables are encoded (10235166 clauses, 192735175 bytes)
43.37/44.18	c 45	7024 (100%) CSP integer variables are encoded (12049132 clauses, 230828461 bytes)
54.44/55.42	c 56	10369 (10%) CSP clauses are encoded (15631064 clauses, 324827806 bytes)
65.40/66.67	c 67	20737 (20%) CSP clauses are encoded (19343293 clauses, 424248647 bytes)
76.62/78.12	c 78	31105 (30%) CSP clauses are encoded (23169678 clauses, 527444244 bytes)
87.39/89.13	c 90	41474 (40%) CSP clauses are encoded (26797029 clauses, 624676472 bytes)
98.04/100.06	c 100	51842 (50%) CSP clauses are encoded (30366614 clauses, 721019874 bytes)
108.80/111.10	c 111	62210 (60%) CSP clauses are encoded (33972234 clauses, 817658144 bytes)
119.55/122.02	c 122	72579 (70%) CSP clauses are encoded (37510170 clauses, 912877694 bytes)
130.19/132.91	c 133	82947 (80%) CSP clauses are encoded (41090990 clauses, 1009913671 bytes)
141.10/144.18	c 145	93315 (90%) CSP clauses are encoded (44819382 clauses, 1114961138 bytes)
152.33/155.74	c 156	103683 (100%) CSP clauses are encoded (48772060 clauses, 1227694845 bytes)
152.33/155.75	c 156	103683 CSP clauses encoded
152.33/155.75	c 156	Writing map file : HOME/temp.map
152.52/155.93	c 156	Heap : 49 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
152.52/155.93	c 156	SAT : 12114375 SAT variables, 48772060 SAT clauses, 1227694845 bytes
152.52/155.93	c 156	Heap : 49 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
152.52/155.99	c 156	SOLVING HOME/temp.cnf
152.52/155.99	c 156	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
207.57/211.52	c ERROR INTERRUPTED
207.68/211.67	s UNKNOWN
207.68/211.67	c 212	CPU 152.6 (0.07 0.02 144.08 8.43)
207.68/211.67	c 212	END Sun Jul 12 08:06:24 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-2083984-1247378572/watcher-2083984-1247378572 -o /tmp/evaluation-result-2083984-1247378572/solver-2083984-1247378572 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083984-1247378572.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: 1.85 2.02 2.09 4/82 24984
/proc/meminfo: memFree=1180416/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=18576 CPUtime=0
/proc/24984/stat : 24984 (runsolver) R 24982 24984 24947 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24921274 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272836914471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24984/statm: 4644 284 249 26 0 2626 0

[startup+0.0806981 s]
/proc/loadavg: 1.85 2.02 2.09 4/82 24984
/proc/meminfo: memFree=1180416/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16740 CPUtime=0.06
/proc/24984/stat : 24984 (sugar) R 24982 24984 24947 0 -1 4194304 1107 0 0 0 5 1 0 0 18 0 1 0 24921274 17141760 1075 996147200 4194304 4206940 548682068608 18446744073709551615 272854417164 0 0 4224 0 0 0 0 17 1 0 0
/proc/24984/statm: 4185 1075 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102702 s]
/proc/loadavg: 1.85 2.02 2.09 4/82 24984
/proc/meminfo: memFree=1180416/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=0.07
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24921274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301699 s]
/proc/loadavg: 1.85 2.02 2.09 4/82 24984
/proc/meminfo: memFree=1180416/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=0.07
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24921274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701729 s]
/proc/loadavg: 1.85 2.02 2.09 4/82 24984
/proc/meminfo: memFree=1180416/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=0.07
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24921274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50178 s]
/proc/loadavg: 1.85 2.02 2.09 4/93 24996
/proc/meminfo: memFree=1154728/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=1.29
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1309 10165 0 1 6 1 116 6 16 0 1 0 24921274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16868

[startup+3.10289 s]
/proc/loadavg: 1.85 2.02 2.09 3/93 25006
/proc/meminfo: memFree=1157608/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=1.29
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1309 10165 0 1 6 1 116 6 15 0 1 0 24921274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 4217 1111 409 3 0 796 0
[pid=24997] ppid=24984 vsize=5356 CPUtime=0
/proc/24997/stat : 24997 (sh) S 24984 24984 24947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24921408 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24997/statm: 1339 233 193 169 0 50 0
[pid=24998] ppid=24997 vsize=868596 CPUtime=1.73
/proc/24998/stat : 24998 (java) S 24997 24984 24947 0 -1 0 8450 0 1 0 167 6 0 0 18 0 9 0 24921409 889442304 7543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24998/statm: 217149 7543 2567 9 0 211654 0
[pid=24998/tid=24999] ppid=24997 vsize=868596 CPUtime=1.27
/proc/24998/task/24999/stat : 24999 (java) R 24997 24984 24947 0 -1 64 2689 0 1 0 125 2 0 0 25 0 9 0 24921410 889442304 7543 996147200 134512640 134550932 4294955936 18446744073709551615 4126511744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25000] ppid=24997 vsize=868596 CPUtime=0.25
/proc/24998/task/25000/stat : 25000 (java) S 24997 24984 24947 0 -1 64 3581 0 0 0 23 2 0 0 16 0 9 0 24921411 889442304 7543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25001] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25001/stat : 25001 (java) S 24997 24984 24947 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24921411 889442304 7543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25002] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25002/stat : 25002 (java) S 24997 24984 24947 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24921411 889442304 7543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25003] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25003/stat : 25003 (java) S 24997 24984 24947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24921413 889442304 7543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25004] ppid=24997 vsize=868596 CPUtime=0.18
/proc/24998/task/25004/stat : 25004 (java) S 24997 24984 24947 0 -1 64 1478 0 0 0 18 0 0 0 15 0 9 0 24921413 889442304 7543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25005] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25005/stat : 25005 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24921413 889442304 7543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25006] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25006/stat : 25006 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24921413 889442304 7543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890820

[startup+6.30211 s]
/proc/loadavg: 1.86 2.02 2.09 3/93 25006
/proc/meminfo: memFree=1142440/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=1.29
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1309 10165 0 1 6 1 116 6 16 0 1 0 24921274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 4217 1111 409 3 0 796 0
[pid=24997] ppid=24984 vsize=5356 CPUtime=0
/proc/24997/stat : 24997 (sh) S 24984 24984 24947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24921408 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24997/statm: 1339 233 193 169 0 50 0
[pid=24998] ppid=24997 vsize=868596 CPUtime=4.89
/proc/24998/stat : 24998 (java) S 24997 24984 24947 0 -1 0 11486 0 1 0 479 10 0 0 18 0 9 0 24921409 889442304 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24998/statm: 217149 10287 2567 9 0 211654 0
[pid=24998/tid=24999] ppid=24997 vsize=868596 CPUtime=4.04
/proc/24998/task/24999/stat : 24999 (java) R 24997 24984 24947 0 -1 64 3078 0 1 0 401 3 0 0 25 0 9 0 24921410 889442304 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4126564192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25000] ppid=24997 vsize=868596 CPUtime=0.62
/proc/24998/task/25000/stat : 25000 (java) S 24997 24984 24947 0 -1 64 6204 0 0 0 57 5 0 0 16 0 9 0 24921411 889442304 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25001] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25001/stat : 25001 (java) S 24997 24984 24947 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24921411 889442304 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25002] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25002/stat : 25002 (java) S 24997 24984 24947 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24921411 889442304 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25003] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25003/stat : 25003 (java) S 24997 24984 24947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24921413 889442304 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25004] ppid=24997 vsize=868596 CPUtime=0.2
/proc/24998/task/25004/stat : 25004 (java) S 24997 24984 24947 0 -1 64 1502 0 0 0 20 0 0 0 15 0 9 0 24921413 889442304 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25005] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25005/stat : 25005 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24921413 889442304 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25006] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25006/stat : 25006 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24921413 889442304 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890820

[startup+12.7025 s]
/proc/loadavg: 1.87 2.02 2.09 3/93 25006
/proc/meminfo: memFree=1116392/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=1.29
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1309 10165 0 1 6 1 116 6 16 0 1 0 24921274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 4217 1111 409 3 0 796 0
[pid=24997] ppid=24984 vsize=5356 CPUtime=0
/proc/24997/stat : 24997 (sh) S 24984 24984 24947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24921408 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24997/statm: 1339 233 193 169 0 50 0
[pid=24998] ppid=24997 vsize=868596 CPUtime=11.22
/proc/24998/stat : 24998 (java) S 24997 24984 24947 0 -1 0 20186 0 1 0 1105 17 0 0 18 0 9 0 24921409 889442304 16153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24998/statm: 217149 16153 2568 9 0 211654 0
[pid=24998/tid=24999] ppid=24997 vsize=868596 CPUtime=9.34
/proc/24998/task/24999/stat : 24999 (java) R 24997 24984 24947 0 -1 64 3763 0 1 0 930 4 0 0 25 0 9 0 24921410 889442304 16153 996147200 134512640 134550932 4294955936 18446744073709551615 4126508582 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25000] ppid=24997 vsize=868596 CPUtime=1.65
/proc/24998/task/25000/stat : 25000 (java) S 24997 24984 24947 0 -1 64 14218 0 0 0 154 11 0 0 16 0 9 0 24921411 889442304 16153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25001] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25001/stat : 25001 (java) S 24997 24984 24947 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24921411 889442304 16153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25002] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25002/stat : 25002 (java) S 24997 24984 24947 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24921411 889442304 16153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25003] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25003/stat : 25003 (java) S 24997 24984 24947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24921413 889442304 16153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25004] ppid=24997 vsize=868596 CPUtime=0.2
/proc/24998/task/25004/stat : 25004 (java) S 24997 24984 24947 0 -1 64 1503 0 0 0 20 0 0 0 15 0 9 0 24921413 889442304 16153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25005] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25005/stat : 25005 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24921413 889442304 16153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25006] ppid=24997 vsize=868596 CPUtime=0
/proc/24998/task/25006/stat : 25006 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24921413 889442304 16153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890820

[startup+25.5024 s]
/proc/loadavg: 1.97 2.04 2.09 3/93 25006
/proc/meminfo: memFree=1085416/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=1.29
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1310 10165 0 1 6 1 116 6 16 0 1 0 24921274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 4217 1111 409 3 0 796 0
[pid=24997] ppid=24984 vsize=5356 CPUtime=0
/proc/24997/stat : 24997 (sh) S 24984 24984 24947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24921408 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24997/statm: 1339 233 193 169 0 50 0
[pid=24998] ppid=24997 vsize=868708 CPUtime=23.88
/proc/24998/stat : 24998 (java) S 24997 24984 24947 0 -1 0 25421 0 1 0 2362 26 0 0 18 0 9 0 24921409 889556992 20850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24998/statm: 217177 20850 2592 9 0 211654 0
[pid=24998/tid=24999] ppid=24997 vsize=868708 CPUtime=21.12
/proc/24998/task/24999/stat : 24999 (java) R 24997 24984 24947 0 -1 64 4137 0 1 0 2103 9 0 0 25 0 9 0 24921410 889556992 20850 996147200 134512640 134550932 4294955936 18446744073709551615 4127039379 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25000] ppid=24997 vsize=868708 CPUtime=2.47
/proc/24998/task/25000/stat : 25000 (java) S 24997 24984 24947 0 -1 64 19046 0 0 0 232 15 0 0 16 0 9 0 24921411 889556992 20850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25001] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25001/stat : 25001 (java) S 24997 24984 24947 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24921411 889556992 20850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25002] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25002/stat : 25002 (java) S 24997 24984 24947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24921411 889556992 20850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25003] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25003/stat : 25003 (java) S 24997 24984 24947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24921413 889556992 20850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25004] ppid=24997 vsize=868708 CPUtime=0.26
/proc/24998/task/25004/stat : 25004 (java) S 24997 24984 24947 0 -1 64 1536 0 0 0 26 0 0 0 16 0 9 0 24921413 889556992 20850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25005] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25005/stat : 25005 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24921413 889556992 20850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25006] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25006/stat : 25006 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24921413 889556992 20850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890932

[startup+51.1021 s]
/proc/loadavg: 2.12 2.06 2.10 3/93 25006
/proc/meminfo: memFree=804648/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=1.29
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1310 10165 0 1 6 1 116 6 16 0 1 0 24921274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 4217 1111 409 3 0 796 0
[pid=24997] ppid=24984 vsize=5356 CPUtime=0
/proc/24997/stat : 24997 (sh) S 24984 24984 24947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24921408 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24997/statm: 1339 233 193 169 0 50 0
[pid=24998] ppid=24997 vsize=868708 CPUtime=48.94
/proc/24998/stat : 24998 (java) S 24997 24984 24947 0 -1 0 26509 0 1 0 4695 199 0 0 18 0 9 0 24921409 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24998/statm: 217177 20866 2593 9 0 211654 0
[pid=24998/tid=24999] ppid=24997 vsize=868708 CPUtime=45.55
/proc/24998/task/24999/stat : 24999 (java) R 24997 24984 24947 0 -1 64 5212 0 1 0 4380 175 0 0 25 0 9 0 24921410 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 102094106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25000] ppid=24997 vsize=868708 CPUtime=3.07
/proc/24998/task/25000/stat : 25000 (java) S 24997 24984 24947 0 -1 64 19046 0 0 0 285 22 0 0 16 0 9 0 24921411 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25001] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25001/stat : 25001 (java) S 24997 24984 24947 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24921411 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25002] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25002/stat : 25002 (java) S 24997 24984 24947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24921411 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25003] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25003/stat : 25003 (java) S 24997 24984 24947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24921413 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25004] ppid=24997 vsize=868708 CPUtime=0.29
/proc/24998/task/25004/stat : 25004 (java) S 24997 24984 24947 0 -1 64 1549 0 0 0 29 0 0 0 15 0 9 0 24921413 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25005] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25005/stat : 25005 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24921413 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25006] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25006/stat : 25006 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24921413 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 890932

[startup+102.309 s]
/proc/loadavg: 2.85 2.25 2.16 3/93 25006
/proc/meminfo: memFree=339496/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=1.29
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1310 10165 0 1 6 1 116 6 16 0 1 0 24921274 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 4217 1111 409 3 0 796 0
[pid=24997] ppid=24984 vsize=5356 CPUtime=0
/proc/24997/stat : 24997 (sh) S 24984 24984 24947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24921408 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24997/statm: 1339 233 193 169 0 50 0
[pid=24998] ppid=24997 vsize=868708 CPUtime=99
/proc/24998/stat : 24998 (java) S 24997 24984 24947 0 -1 0 28307 0 1 0 9396 504 0 0 18 0 9 0 24921409 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24998/statm: 217177 20866 2593 9 0 211654 0
[pid=24998/tid=24999] ppid=24997 vsize=868708 CPUtime=94.54
/proc/24998/task/24999/stat : 24999 (java) R 24997 24984 24947 0 -1 64 7010 0 1 0 8990 464 0 0 25 0 9 0 24921410 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4127044698 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25000] ppid=24997 vsize=868708 CPUtime=4.14
/proc/24998/task/25000/stat : 25000 (java) S 24997 24984 24947 0 -1 64 19046 0 0 0 376 38 0 0 16 0 9 0 24921411 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25001] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25001/stat : 25001 (java) S 24997 24984 24947 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24921411 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25002] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25002/stat : 25002 (java) S 24997 24984 24947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24921411 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25003] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25003/stat : 25003 (java) S 24997 24984 24947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24921413 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25004] ppid=24997 vsize=868708 CPUtime=0.29
/proc/24998/task/25004/stat : 25004 (java) S 24997 24984 24947 0 -1 64 1549 0 0 0 29 0 0 0 17 0 9 0 24921413 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25005] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25005/stat : 25005 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24921413 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24998/tid=25006] ppid=24997 vsize=868708 CPUtime=0
/proc/24998/task/25006/stat : 25006 (java) S 24997 24984 24947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24921413 889556992 20866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.29
Current children cumulated vsize (KiB) 890932

[startup+162.303 s]
/proc/loadavg: 2.91 2.39 2.21 3/85 25008
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=152.6
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1366 40678 0 2 7 2 14408 843 17 0 1 0 24921274 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24984/statm: 4217 1114 409 3 0 796 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24936874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=94448 CPUtime=6.27
/proc/25008/stat : 25008 (picosat) R 25007 24984 24947 0 -1 4194304 22407 0 0 0 284 343 0 0 25 0 1 0 24936875 96714752 22393 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/25008/statm: 23612 22393 40 102 0 23507 0
Current children cumulated CPU time (s) 158.87
Current children cumulated vsize (KiB) 116672



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+211.503 s]
/proc/loadavg: 2.43 2.34 2.20 2/85 25008
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=152.6
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1366 40678 0 2 7 2 14408 843 17 0 1 0 24921274 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24984/statm: 4217 1114 409 3 0 796 0
[pid=25007] ppid=24984 vsize=5356 CPUtime=0
/proc/25007/stat : 25007 (sh) S 24984 24984 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24936874 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25007/statm: 1339 232 193 169 0 50 0
[pid=25008] ppid=25007 vsize=917848 CPUtime=54.97
/proc/25008/stat : 25008 (picosat) D 25007 24984 24947 0 -1 4194304 192536 0 0 0 2518 2979 0 0 25 0 1 0 24936875 939876352 192522 996147200 134512640 134931368 4294956256 18446744073709551615 134577520 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/25008/statm: 229462 192522 40 102 0 229357 0
Current children cumulated CPU time (s) 207.57
Current children cumulated vsize (KiB) 940072

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

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

[startup+211.622 s]
/proc/loadavg: 2.43 2.34 2.20 2/85 25008
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=152.6
/proc/24984/stat : 24984 (sugar) S 24982 24984 24947 0 -1 4194304 1395 40678 0 2 7 2 14408 843 16 0 1 0 24921274 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24984/statm: 4217 1114 409 3 0 796 0
[pid=25007] ppid=24984 vsize=0 CPUtime=0
/proc/25007/stat : 25007 (sh) Z 24984 24984 24947 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24936874 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25007/statm: 0 0 0 0 0 0 0
[pid=25008] ppid=1 vsize=0 CPUtime=55.08
/proc/25008/stat : 25008 (picosat) R 1 24984 24947 0 -1 4195332 192536 0 1 0 2518 2990 0 0 25 0 1 0 24936875 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/25008/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 207.68
Current children cumulated vsize (KiB) 16868

[startup+211.702 s]
/proc/loadavg: 2.43 2.34 2.20 2/85 25008
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=152.62
/proc/24984/stat : 24984 (sugar) R 24982 24984 24947 0 -1 4194304 1424 40955 0 2 7 4 14408 843 16 0 1 0 24921274 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 272837088297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24984/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 152.62
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+211.817 s]
/proc/loadavg: 2.43 2.34 2.20 2/85 25008
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=152.74
/proc/24984/stat : 24984 (sugar) R 24982 24984 24947 0 -1 4194304 1424 40955 0 2 7 16 14408 843 17 0 1 0 24921274 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 272837088297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24984/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 152.74
Current children cumulated vsize (KiB) 16868

[startup+212.602 s]
/proc/loadavg: 2.43 2.34 2.20 2/84 25009
/proc/meminfo: memFree=1489328/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=152.98
/proc/24984/stat : 24984 (sugar) D 24982 24984 24947 0 -1 4194304 1424 40955 0 2 7 40 14408 843 18 0 1 0 24921274 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 272837088297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24984/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 152.98
Current children cumulated vsize (KiB) 16868

[startup+212.802 s]
/proc/loadavg: 2.43 2.34 2.20 2/84 25009
/proc/meminfo: memFree=1489328/2055920 swapFree=4192812/4192956
[pid=24984] ppid=24982 vsize=16868 CPUtime=152.99
/proc/24984/stat : 24984 (sugar) D 24982 24984 24947 0 -1 4194304 1424 40955 0 2 7 41 14408 843 18 0 1 0 24921274 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 272837088297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24984/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 152.99
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 212.847
CPU time (s): 208.071
CPU user time (s): 169.333
CPU system time (s): 38.7377
CPU usage (%): 97.7562
Max. virtual memory (cumulated for all children) (KiB): 940072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.153
system time used= 8.85765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42438
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= 55770
involuntary context switches= 59692

runsolver used 0.32495 second user time and 0.773882 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 08:02:52
IDJOB=2083984
IDBENCH=57998
IDSOLVER=738
FILE ID=node39/2083984-1247378572
PBS_JOBID= 9507207
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp27/normalized-fapp27-2550-10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083984-1247378572/watcher-2083984-1247378572 -o /tmp/evaluation-result-2083984-1247378572/solver-2083984-1247378572 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083984-1247378572.xml

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

MD5SUM BENCH= b42627f9cb0b57c1082444fcb5232a6c
RANDOM SEED=993943048

node39.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.236
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.236
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:       1180896 kB
Buffers:         59960 kB
Cached:         290308 kB
SwapCached:          0 kB
Active:         606108 kB
Inactive:       189408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3036 kB
Writeback:           0 kB
Mapped:         465720 kB
Slab:            63972 kB
Committed_AS:   631428 kB
PageTables:       2668 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= 66428 MiB
End job on node39 at 2009-07-12 08:06:26