Trace number 2081091

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) 323.51 330.446

General information on the benchmark

Namecsp/super-os/super-os-taillard-20/
normalized-super-os-taillard-20-9.xml
MD5SUM766b595736fa171b6dcf2e85be74bc4b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Maximum constraint arity2
Maximum domain size1322
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23200
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 06:16:48 2009
0.05/0.08	c 0	PID 26037
0.05/0.08	c 0	HOST node35.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2081091-1247372207.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-2081091-1247372207.xml' 'HOME/temp.csp'
1.75/1.86	c 1	98 domains, 800 variables, 3 predicates, 0 relations, 23200 constraints
1.80/1.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.80/1.92	c 1	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.82/2.00	c 2	Parsing HOME/temp.csp
1.98/2.17	c 2	parsed 10000 expressions
2.18/2.31	c 2	parsed 20000 expressions
2.18/2.35	c 2	parsed 24101 expressions
2.18/2.36	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.18/2.36	c 2	Converting to clausal form CSP
2.57/2.71	c 2	converted 2411 (10%) expressions
2.68/2.80	c 2	converted 4821 (20%) expressions
2.68/2.89	c 2	converted 7231 (30%) expressions
2.87/3.07	c 3	converted 9641 (40%) expressions
2.97/3.17	c 3	converted 12051 (50%) expressions
3.07/3.27	c 3	converted 14461 (60%) expressions
3.17/3.35	c 3	converted 16871 (70%) expressions
3.27/3.44	c 3	converted 19281 (80%) expressions
3.46/3.69	c 3	converted 21691 (90%) expressions
3.57/3.78	c 3	converted 24101 (100%) expressions
3.57/3.78	c 3	CSP : 800 integers, 0 booleans, 23200 clauses, largest domain size 1322
3.57/3.78	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.57/3.78	c 3	Propagation in CSP
3.76/3.90	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.76/3.90	c 3	CSP : 800 integers, 0 booleans, 23200 clauses, largest domain size 1322
3.76/3.90	c 3	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.76/3.92	c 3	Simplifing CSP by introducing new Boolean variables
4.16/4.37	c 4	CSP : 800 integers, 46400 booleans, 69600 clauses, largest domain size 1322
4.16/4.37	c 4	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.36/4.59	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.55/4.75	c 4	80 (10%) CSP integer variables are encoded (101560 clauses, 1504549 bytes)
4.65/4.89	c 4	160 (20%) CSP integer variables are encoded (203524 clauses, 3237937 bytes)
4.86/5.02	c 5	240 (30%) CSP integer variables are encoded (305290 clauses, 4967959 bytes)
4.96/5.17	c 5	320 (40%) CSP integer variables are encoded (407720 clauses, 6709269 bytes)
5.05/5.30	c 5	400 (50%) CSP integer variables are encoded (509236 clauses, 8435041 bytes)
5.25/5.43	c 5	480 (60%) CSP integer variables are encoded (610588 clauses, 10158025 bytes)
5.35/5.56	c 5	560 (70%) CSP integer variables are encoded (711780 clauses, 11878289 bytes)
5.44/5.69	c 5	640 (80%) CSP integer variables are encoded (813124 clauses, 13601137 bytes)
5.64/5.81	c 5	720 (90%) CSP integer variables are encoded (914552 clauses, 15325413 bytes)
5.73/5.94	c 6	800 (100%) CSP integer variables are encoded (1015570 clauses, 17075434 bytes)
16.66/17.15	c 17	6960 (10%) CSP clauses are encoded (6692526 clauses, 155415905 bytes)
27.79/28.60	c 28	13920 (20%) CSP clauses are encoded (12406978 clauses, 300732456 bytes)
39.07/40.16	c 40	20880 (30%) CSP clauses are encoded (18082256 clauses, 448269264 bytes)
50.34/51.76	c 51	27840 (40%) CSP clauses are encoded (23755136 clauses, 595746074 bytes)
61.68/63.55	c 63	34800 (50%) CSP clauses are encoded (29500458 clauses, 745112938 bytes)
72.96/75.17	c 75	41760 (60%) CSP clauses are encoded (35180110 clauses, 892787584 bytes)
84.04/86.59	c 86	48720 (70%) CSP clauses are encoded (40795214 clauses, 1038776588 bytes)
95.27/98.15	c 98	55680 (80%) CSP clauses are encoded (46451820 clauses, 1185865374 bytes)
106.47/109.65	c 109	62640 (90%) CSP clauses are encoded (52099144 clauses, 1332744918 bytes)
117.62/121.25	c 121	69600 (100%) CSP clauses are encoded (57730120 clauses, 1480071810 bytes)
117.62/121.25	c 121	69600 CSP clauses encoded
117.62/121.25	c 121	Writing map file : HOME/temp.map
117.62/121.28	c 121	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
117.62/121.28	c 121	SAT : 1062770 SAT variables, 57730120 SAT clauses, 1480071810 bytes
117.62/121.28	c 121	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
117.62/121.30	c 121	SOLVING HOME/temp.cnf
117.62/121.30	c 121	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
322.91/329.22	c ERROR INTERRUPTED
323.02/329.36	s UNKNOWN
323.02/329.36	c 329	CPU 117.73 (0.06 0.02 107.38 10.27)
323.02/329.36	c 329	END Sun Jul 12 06:22:17 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-2081091-1247372207/watcher-2081091-1247372207 -o /tmp/evaluation-result-2081091-1247372207/solver-2081091-1247372207 -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-2081091-1247372207.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

[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26037
/proc/meminfo: memFree=1540480/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=18576 CPUtime=0
/proc/26037/stat : 26037 (runsolver) R 26035 21931 21931 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 24287149 19021824 282 996147200 4194304 4302564 548682068304 18446744073709551615 266134607287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26037/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0693591 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26037
/proc/meminfo: memFree=1540480/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16212 CPUtime=0.05
/proc/26037/stat : 26037 (sugar) R 26035 26037 21931 0 -1 4194304 977 0 0 0 4 1 0 0 18 0 1 0 24287149 16601088 945 996147200 4194304 4206940 548682068608 18446744073709551615 266152745539 0 0 4224 0 0 0 0 17 1 0 0
/proc/26037/statm: 4053 945 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101373 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26037
/proc/meminfo: memFree=1540480/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=0.06
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24287149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30138 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26037
/proc/meminfo: memFree=1540480/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=0.06
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24287149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701425 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26037
/proc/meminfo: memFree=1540480/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=0.06
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24287149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 26049
/proc/meminfo: memFree=1515560/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=0.06
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24287149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1111 409 3 0 796 0
[pid=26040] ppid=26037 vsize=5356 CPUtime=0
/proc/26040/stat : 26040 (sh) S 26037 26037 21931 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 24287158 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26040/statm: 1339 233 193 169 0 50 0
[pid=26041] ppid=26040 vsize=864792 CPUtime=1.39
/proc/26041/stat : 26041 (java) S 26040 26037 21931 0 -1 0 13744 0 1 0 130 9 0 0 18 0 9 0 24287158 885547008 11768 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26041/statm: 216198 11768 2556 9 0 210710 0
[pid=26041/tid=26042] ppid=26040 vsize=864792 CPUtime=0.77
/proc/26041/task/26042/stat : 26042 (java) R 26040 26037 21931 0 -1 64 3066 0 1 0 74 3 0 0 24 0 9 0 24287160 885547008 11768 996147200 134512640 134550932 4294955984 18446744073709551615 4125961508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26041/tid=26043] ppid=26040 vsize=864792 CPUtime=0.46
/proc/26041/task/26043/stat : 26043 (java) S 26040 26037 21931 0 -1 64 9452 0 0 0 42 4 0 0 16 0 9 0 24287161 885547008 11768 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26041/tid=26044] ppid=26040 vsize=864792 CPUtime=0
/proc/26041/task/26044/stat : 26044 (java) S 26040 26037 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24287161 885547008 11768 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26041/tid=26045] ppid=26040 vsize=864792 CPUtime=0
/proc/26041/task/26045/stat : 26045 (java) S 26040 26037 21931 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24287161 885547008 11768 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26041/tid=26046] ppid=26040 vsize=864792 CPUtime=0
/proc/26041/task/26046/stat : 26046 (java) S 26040 26037 21931 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24287163 885547008 11768 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26041/tid=26047] ppid=26040 vsize=864792 CPUtime=0.13
/proc/26041/task/26047/stat : 26047 (java) S 26040 26037 21931 0 -1 64 520 0 0 0 13 0 0 0 16 0 9 0 24287163 885547008 11768 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26041/tid=26048] ppid=26040 vsize=864792 CPUtime=0
/proc/26041/task/26048/stat : 26048 (java) S 26040 26037 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24287164 885547008 11768 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26041/tid=26049] ppid=26040 vsize=864792 CPUtime=0
/proc/26041/task/26049/stat : 26049 (java) S 26040 26037 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24287164 885547008 11768 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) 887016

[startup+3.10269 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 26059
/proc/meminfo: memFree=1530856/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=1.82
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1309 14531 0 1 5 2 165 10 16 0 1 0 24287149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1111 409 3 0 796 0
[pid=26050] ppid=26037 vsize=5356 CPUtime=0
/proc/26050/stat : 26050 (sh) S 26037 26037 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24287342 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26050/statm: 1339 233 193 169 0 50 0
[pid=26051] ppid=26050 vsize=868592 CPUtime=1.15
/proc/26051/stat : 26051 (java) S 26050 26037 21931 0 -1 0 9884 0 1 0 108 7 0 0 18 0 9 0 24287342 889438208 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26051/statm: 217148 8936 2566 9 0 211653 0
[pid=26051/tid=26052] ppid=26050 vsize=868592 CPUtime=0.63
/proc/26051/task/26052/stat : 26052 (java) R 26050 26037 21931 0 -1 64 2717 0 1 0 62 1 0 0 21 0 9 0 24287343 889438208 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4126560900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26053] ppid=26050 vsize=868592 CPUtime=0.32
/proc/26051/task/26053/stat : 26053 (java) S 26050 26037 21931 0 -1 64 5025 0 0 0 30 2 0 0 16 0 9 0 24287344 889438208 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26054] ppid=26050 vsize=868592 CPUtime=0
/proc/26051/task/26054/stat : 26054 (java) S 26050 26037 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24287345 889438208 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26055] ppid=26050 vsize=868592 CPUtime=0
/proc/26051/task/26055/stat : 26055 (java) S 26050 26037 21931 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24287345 889438208 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26056] ppid=26050 vsize=868592 CPUtime=0
/proc/26051/task/26056/stat : 26056 (java) S 26050 26037 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24287347 889438208 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26057] ppid=26050 vsize=868592 CPUtime=0.16
/proc/26051/task/26057/stat : 26057 (java) S 26050 26037 21931 0 -1 64 1439 0 0 0 15 1 0 0 16 0 9 0 24287347 889438208 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26058] ppid=26050 vsize=868592 CPUtime=0
/proc/26051/task/26058/stat : 26058 (java) S 26050 26037 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24287347 889438208 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26059] ppid=26050 vsize=868592 CPUtime=0
/proc/26051/task/26059/stat : 26059 (java) S 26050 26037 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24287347 889438208 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890816

[startup+6.30234 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 26059
/proc/meminfo: memFree=1475240/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=1.83
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1310 14531 0 1 6 2 165 10 16 0 1 0 24287149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1111 409 3 0 796 0
[pid=26050] ppid=26037 vsize=5356 CPUtime=0
/proc/26050/stat : 26050 (sh) S 26037 26037 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24287342 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26050/statm: 1339 233 193 169 0 50 0
[pid=26051] ppid=26050 vsize=868704 CPUtime=4.3
/proc/26051/stat : 26051 (java) S 26050 26037 21931 0 -1 0 16930 0 1 0 407 23 0 0 18 0 9 0 24287342 889552896 15323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26051/statm: 217176 15323 2590 9 0 211653 0
[pid=26051/tid=26052] ppid=26050 vsize=868704 CPUtime=2.81
/proc/26051/task/26052/stat : 26052 (java) R 26050 26037 21931 0 -1 64 3396 0 1 0 266 15 0 0 25 0 9 0 24287343 889552896 15323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26053] ppid=26050 vsize=868704 CPUtime=1.24
/proc/26051/task/26053/stat : 26053 (java) S 26050 26037 21931 0 -1 64 11347 0 0 0 118 6 0 0 15 0 9 0 24287344 889552896 15323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26054] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26054/stat : 26054 (java) S 26050 26037 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24287345 889552896 15323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26055] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26055/stat : 26055 (java) S 26050 26037 21931 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24287345 889552896 15323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26056] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26056/stat : 26056 (java) S 26050 26037 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24287347 889552896 15323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26057] ppid=26050 vsize=868704 CPUtime=0.22
/proc/26051/task/26057/stat : 26057 (java) S 26050 26037 21931 0 -1 64 1484 0 0 0 21 1 0 0 16 0 9 0 24287347 889552896 15323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26058] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26058/stat : 26058 (java) S 26050 26037 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24287347 889552896 15323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26059] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26059/stat : 26059 (java) S 26050 26037 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24287347 889552896 15323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890928

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 26059
/proc/meminfo: memFree=1393000/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=1.83
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1310 14531 0 1 6 2 165 10 16 0 1 0 24287149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1111 409 3 0 796 0
[pid=26050] ppid=26037 vsize=5356 CPUtime=0
/proc/26050/stat : 26050 (sh) S 26037 26037 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24287342 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26050/statm: 1339 233 193 169 0 50 0
[pid=26051] ppid=26050 vsize=868704 CPUtime=10.58
/proc/26051/stat : 26051 (java) S 26050 26037 21931 0 -1 0 17361 0 1 0 982 76 0 0 18 0 9 0 24287342 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26051/statm: 217176 15331 2590 9 0 211653 0
[pid=26051/tid=26052] ppid=26050 vsize=868704 CPUtime=8.87
/proc/26051/task/26052/stat : 26052 (java) D 26050 26037 21931 0 -1 64 3820 0 1 0 822 65 0 0 25 0 9 0 24287343 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=26051/tid=26053] ppid=26050 vsize=868704 CPUtime=1.45
/proc/26051/task/26053/stat : 26053 (java) S 26050 26037 21931 0 -1 64 11347 0 0 0 136 9 0 0 16 0 9 0 24287344 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26054] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26054/stat : 26054 (java) S 26050 26037 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24287345 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26055] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26055/stat : 26055 (java) S 26050 26037 21931 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24287345 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26056] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26056/stat : 26056 (java) S 26050 26037 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24287347 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26057] ppid=26050 vsize=868704 CPUtime=0.24
/proc/26051/task/26057/stat : 26057 (java) S 26050 26037 21931 0 -1 64 1491 0 0 0 23 1 0 0 17 0 9 0 24287347 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26058] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26058/stat : 26058 (java) S 26050 26037 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24287347 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26059] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26059/stat : 26059 (java) S 26050 26037 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24287347 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 890928

[startup+25.5012 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 26059
/proc/meminfo: memFree=1226280/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=1.83
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1310 14531 0 1 6 2 165 10 16 0 1 0 24287149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1111 409 3 0 796 0
[pid=26050] ppid=26037 vsize=5356 CPUtime=0
/proc/26050/stat : 26050 (sh) S 26037 26037 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24287342 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26050/statm: 1339 233 193 169 0 50 0
[pid=26051] ppid=26050 vsize=868704 CPUtime=23.05
/proc/26051/stat : 26051 (java) S 26050 26037 21931 0 -1 0 18216 0 1 0 2118 187 0 0 18 0 9 0 24287342 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26051/statm: 217176 15331 2590 9 0 211653 0
[pid=26051/tid=26052] ppid=26050 vsize=868704 CPUtime=20.85
/proc/26051/task/26052/stat : 26052 (java) R 26050 26037 21931 0 -1 64 4675 0 1 0 1917 168 0 0 25 0 9 0 24287343 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4126996138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26053] ppid=26050 vsize=868704 CPUtime=1.93
/proc/26051/task/26053/stat : 26053 (java) S 26050 26037 21931 0 -1 64 11347 0 0 0 177 16 0 0 16 0 9 0 24287344 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26054] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26054/stat : 26054 (java) S 26050 26037 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24287345 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26055] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26055/stat : 26055 (java) S 26050 26037 21931 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24287345 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26056] ppid=26050 vsize=868704 CPUtime=0

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


[startup+102.307 s]
/proc/loadavg: 2.42 2.13 2.04 3/92 26059
/proc/meminfo: memFree=243176/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=1.83
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1310 14531 0 1 6 2 165 10 16 0 1 0 24287149 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1111 409 3 0 796 0
[pid=26050] ppid=26037 vsize=5356 CPUtime=0
/proc/26050/stat : 26050 (sh) S 26037 26037 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24287342 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26050/statm: 1339 233 193 169 0 50 0
[pid=26051] ppid=26050 vsize=868704 CPUtime=97.55
/proc/26051/stat : 26051 (java) S 26050 26037 21931 0 -1 0 23299 0 1 0 8899 856 0 0 18 0 9 0 24287342 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26051/statm: 217176 15331 2590 9 0 211653 0
[pid=26051/tid=26052] ppid=26050 vsize=868704 CPUtime=92.63
/proc/26051/task/26052/stat : 26052 (java) R 26050 26037 21931 0 -1 64 9758 0 1 0 8466 797 0 0 25 0 9 0 24287343 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4126432252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26053] ppid=26050 vsize=868704 CPUtime=4.64
/proc/26051/task/26053/stat : 26053 (java) S 26050 26037 21931 0 -1 64 11347 0 0 0 409 55 0 0 16 0 9 0 24287344 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26054] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26054/stat : 26054 (java) S 26050 26037 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24287345 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26055] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26055/stat : 26055 (java) S 26050 26037 21931 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24287345 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26056] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26056/stat : 26056 (java) S 26050 26037 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24287347 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26057] ppid=26050 vsize=868704 CPUtime=0.24
/proc/26051/task/26057/stat : 26057 (java) S 26050 26037 21931 0 -1 64 1491 0 0 0 23 1 0 0 17 0 9 0 24287347 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26058] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26058/stat : 26058 (java) S 26050 26037 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24287347 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26051/tid=26059] ppid=26050 vsize=868704 CPUtime=0
/proc/26051/task/26059/stat : 26059 (java) S 26050 26037 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24287347 889552896 15331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.38
Current children cumulated vsize (KiB) 890928

[startup+162.301 s]
/proc/loadavg: 2.31 2.15 2.05 3/84 26061
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=117.72
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1365 39387 0 2 6 2 10737 1027 16 0 1 0 24287149 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1113 409 3 0 796 0
[pid=26060] ppid=26037 vsize=5356 CPUtime=0
/proc/26060/stat : 26060 (sh) S 26037 26037 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24299280 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26060/statm: 1339 232 193 169 0 50 0
[pid=26061] ppid=26060 vsize=225552 CPUtime=40.44
/proc/26061/stat : 26061 (picosat) R 26060 26037 21931 0 -1 4194304 55333 0 0 0 1862 2182 0 0 25 0 1 0 24299281 230965248 55319 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26061/statm: 56388 55319 40 102 0 56283 0
Current children cumulated CPU time (s) 158.16
Current children cumulated vsize (KiB) 247776

[startup+222.302 s]
/proc/loadavg: 2.10 2.12 2.04 3/84 26061
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=117.72
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1365 39387 0 2 6 2 10737 1027 16 0 1 0 24287149 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1113 409 3 0 796 0
[pid=26060] ppid=26037 vsize=5356 CPUtime=0
/proc/26060/stat : 26060 (sh) S 26037 26037 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24299280 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26060/statm: 1339 232 193 169 0 50 0
[pid=26061] ppid=26060 vsize=475872 CPUtime=99.59
/proc/26061/stat : 26061 (picosat) R 26060 26037 21931 0 -1 4194304 111989 0 0 0 4570 5389 0 0 25 0 1 0 24299281 487292928 111975 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 1 0 0
/proc/26061/statm: 118968 111975 40 102 0 118863 0
Current children cumulated CPU time (s) 217.31
Current children cumulated vsize (KiB) 498096

[startup+282.302 s]
/proc/loadavg: 2.04 2.10 2.04 3/84 26061
/proc/meminfo: memFree=16296/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=117.72
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1365 39387 0 2 6 2 10737 1027 16 0 1 0 24287149 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1113 409 3 0 796 0
[pid=26060] ppid=26037 vsize=5356 CPUtime=0
/proc/26060/stat : 26060 (sh) S 26037 26037 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24299280 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26060/statm: 1339 232 193 169 0 50 0
[pid=26061] ppid=26060 vsize=677436 CPUtime=158.91
/proc/26061/stat : 26061 (picosat) R 26060 26037 21931 0 -1 4194304 168739 0 0 0 7298 8593 0 0 25 0 1 0 24299281 693694464 168725 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26061/statm: 169359 168725 40 102 0 169254 0
Current children cumulated CPU time (s) 276.63
Current children cumulated vsize (KiB) 699660



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+329.202 s]
/proc/loadavg: 2.09 2.10 2.04 3/84 26061
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=117.72
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1365 39387 0 2 6 2 10737 1027 16 0 1 0 24287149 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1113 409 3 0 796 0
[pid=26060] ppid=26037 vsize=5356 CPUtime=0
/proc/26060/stat : 26060 (sh) S 26037 26037 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24299280 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26060/statm: 1339 232 193 169 0 50 0
[pid=26061] ppid=26060 vsize=899524 CPUtime=205.19
/proc/26061/stat : 26061 (picosat) R 26060 26037 21931 0 -1 4194304 212841 0 0 0 9436 11083 0 0 25 0 1 0 24299281 921112576 212827 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26061/statm: 224881 212827 40 102 0 224776 0
Current children cumulated CPU time (s) 322.91
Current children cumulated vsize (KiB) 921748

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

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

[startup+329.321 s]
/proc/loadavg: 2.09 2.10 2.04 3/84 26061
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=117.72
/proc/26037/stat : 26037 (sugar) S 26035 26037 21931 0 -1 4194304 1394 39387 0 2 6 2 10737 1027 16 0 1 0 24287149 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26037/statm: 4217 1113 409 3 0 796 0
[pid=26060] ppid=26037 vsize=0 CPUtime=0
/proc/26060/stat : 26060 (sh) Z 26037 26037 21931 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24299280 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26060/statm: 0 0 0 0 0 0 0
[pid=26061] ppid=1 vsize=0 CPUtime=205.3
/proc/26061/stat : 26061 (picosat) R 1 26037 21931 0 -1 4195332 212841 0 0 0 9436 11094 0 0 25 0 1 0 24299281 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/26061/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 323.02
Current children cumulated vsize (KiB) 16868

[startup+329.402 s]
/proc/loadavg: 2.09 2.10 2.04 3/84 26061
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=117.75
/proc/26037/stat : 26037 (sugar) R 26035 26037 21931 0 -1 4194304 1423 39664 0 2 6 4 10738 1027 16 0 1 0 24287149 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26037/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 117.75
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+329.402 s]
/proc/loadavg: 2.09 2.10 2.04 3/84 26061
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=117.75
/proc/26037/stat : 26037 (sugar) R 26035 26037 21931 0 -1 4194304 1423 39664 0 2 6 4 10738 1027 16 0 1 0 24287149 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26037/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 117.75
Current children cumulated vsize (KiB) 16868

[startup+330.202 s]
/proc/loadavg: 2.09 2.10 2.04 2/83 26062
/proc/meminfo: memFree=1750896/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=118.2
/proc/26037/stat : 26037 (sugar) D 26035 26037 21931 0 -1 4194304 1423 39664 0 2 6 49 10738 1027 15 0 1 0 24287149 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26037/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 118.2
Current children cumulated vsize (KiB) 16868

[startup+330.402 s]
/proc/loadavg: 2.09 2.10 2.04 2/83 26062
/proc/meminfo: memFree=1750896/2055920 swapFree=4192812/4192956
[pid=26037] ppid=26035 vsize=16868 CPUtime=118.22
/proc/26037/stat : 26037 (sugar) D 26035 26037 21931 0 -1 4194304 1423 39664 0 2 6 51 10738 1027 15 0 1 0 24287149 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26037/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 118.22
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): 205.27
#  lost CPU user time (s): 94.35
#  lost CPU system time (s): 110.92

Real time (s): 330.446
CPU time (s): 323.51
CPU user time (s): 201.796
CPU system time (s): 121.714
CPU usage (%): 97.9012
Max. virtual memory (cumulated for all children) (KiB): 921748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.446
system time used= 10.7944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41146
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= 74630
involuntary context switches= 79520

runsolver used 0.52092 second user time and 1.14283 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 06:16:48
IDJOB=2081091
IDBENCH=57302
IDSOLVER=738
FILE ID=node35/2081091-1247372207
PBS_JOBID= 9507016
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-20/normalized-super-os-taillard-20-9.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-2081091-1247372207/watcher-2081091-1247372207 -o /tmp/evaluation-result-2081091-1247372207/solver-2081091-1247372207 -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-2081091-1247372207.xml

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

MD5SUM BENCH= 766b595736fa171b6dcf2e85be74bc4b
RANDOM SEED=1191937415

node35.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:       1540960 kB
Buffers:         47496 kB
Cached:         195672 kB
SwapCached:          0 kB
Active:         336744 kB
Inactive:       103340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1540960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4260 kB
Writeback:           0 kB
Mapped:         217372 kB
Slab:            59672 kB
Committed_AS:   411700 kB
PageTables:       2216 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= 66296 MiB
End job on node35 at 2009-07-12 06:22:19