Trace number 2082092

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) 335.912 341.648

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-9.xml
MD5SUM18b7059da0498c17376d1b6f8b9dd1af
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.89156
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints59900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension59900
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 06:56:55 2009
0.00/0.07	c 0	PID 26515
0.06/0.08	c 0	HOST node74.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2082092-1247374614.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-2082092-1247374614.xml' 'HOME/temp.csp'
3.35/3.41	c 3	1 domains, 400 variables, 2 predicates, 0 relations, 59900 constraints
3.35/3.48	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.35/3.48	c 3	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'
3.38/3.56	c 3	Parsing HOME/temp.csp
3.39/3.84	c 3	parsed 10000 expressions
3.39/3.97	c 3	parsed 20000 expressions
3.39/4.11	c 4	parsed 30000 expressions
3.39/4.19	c 4	parsed 40000 expressions
4.19/4.37	c 4	parsed 50000 expressions
4.29/4.46	c 4	parsed 60000 expressions
4.29/4.46	c 4	parsed 60303 expressions
4.29/4.47	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.29/4.47	c 4	Converting to clausal form CSP
5.38/5.53	c 5	converted 6031 (10%) expressions
6.27/6.44	c 6	converted 12061 (20%) expressions
6.97/7.12	c 7	converted 18091 (30%) expressions
7.95/8.20	c 8	converted 24122 (40%) expressions
8.65/8.87	c 8	converted 30152 (50%) expressions
9.34/9.55	c 9	converted 36182 (60%) expressions
10.83/11.06	c 11	converted 42213 (70%) expressions
11.53/11.74	c 11	converted 48243 (80%) expressions
12.22/12.46	c 12	converted 54273 (90%) expressions
12.92/13.15	c 13	converted 60303 (100%) expressions
12.92/13.15	c 13	CSP : 400 integers, 59700 booleans, 239000 clauses, largest domain size 200
12.92/13.15	c 13	Heap : 149 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.92/13.15	c 13	Propagation in CSP
13.41/13.60	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.41/13.60	c 13	CSP : 400 integers, 59700 booleans, 239000 clauses, largest domain size 200
13.41/13.60	c 13	Heap : 153 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.41/13.67	c 13	Simplifing CSP by introducing new Boolean variables
15.89/16.18	c 16	CSP : 400 integers, 298894 booleans, 478194 clauses, largest domain size 200
15.89/16.18	c 16	Heap : 223 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.40/17.62	c 17	Encoding CSP to SAT : HOME/temp.cnf
17.40/17.68	c 17	40 (10%) CSP integer variables are encoded (7920 clauses, 100823 bytes)
17.40/17.69	c 17	80 (20%) CSP integer variables are encoded (15840 clauses, 215566 bytes)
17.49/17.70	c 17	120 (30%) CSP integer variables are encoded (23760 clauses, 334366 bytes)
17.49/17.71	c 17	160 (40%) CSP integer variables are encoded (31680 clauses, 453166 bytes)
17.49/17.72	c 17	200 (50%) CSP integer variables are encoded (39600 clauses, 571966 bytes)
17.49/17.73	c 17	240 (60%) CSP integer variables are encoded (47520 clauses, 690766 bytes)
17.49/17.74	c 17	280 (70%) CSP integer variables are encoded (55440 clauses, 809566 bytes)
17.49/17.75	c 17	320 (80%) CSP integer variables are encoded (63360 clauses, 928366 bytes)
17.49/17.76	c 17	360 (90%) CSP integer variables are encoded (71280 clauses, 1047166 bytes)
17.49/17.77	c 17	400 (100%) CSP integer variables are encoded (79200 clauses, 1165966 bytes)
26.21/26.64	c 26	47820 (10%) CSP clauses are encoded (4962973 clauses, 104879585 bytes)
34.90/35.76	c 35	95639 (20%) CSP clauses are encoded (9917751 clauses, 211953759 bytes)
44.17/45.58	c 45	143459 (30%) CSP clauses are encoded (15023067 clauses, 325842118 bytes)
53.94/55.51	c 55	191278 (40%) CSP clauses are encoded (20266194 clauses, 445499266 bytes)
63.96/66.13	c 66	239097 (50%) CSP clauses are encoded (25688277 clauses, 569854365 bytes)
74.45/77.10	c 77	286917 (60%) CSP clauses are encoded (31262633 clauses, 697711710 bytes)
85.33/88.21	c 88	334736 (70%) CSP clauses are encoded (37022952 clauses, 829846197 bytes)
96.50/99.64	c 99	382556 (80%) CSP clauses are encoded (43002952 clauses, 967033307 bytes)
108.10/111.43	c 111	430375 (90%) CSP clauses are encoded (49252759 clauses, 1110425931 bytes)
120.45/124.13	c 124	478194 (100%) CSP clauses are encoded (55919194 clauses, 1263400597 bytes)
120.45/124.13	c 124	478194 CSP clauses encoded
120.45/124.14	c 124	Writing map file : HOME/temp.map
120.45/124.18	c 124	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
120.45/124.18	c 124	SAT : 378494 SAT variables, 55919194 SAT clauses, 1263400597 bytes
120.45/124.18	c 124	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
120.51/124.26	c 124	SOLVING HOME/temp.cnf
120.51/124.26	c 124	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
335.23/340.31	c ERROR INTERRUPTED
335.35/340.45	s UNKNOWN
335.35/340.45	c 340	CPU 120.56 (0.06 0.02 111.95 8.53)
335.35/340.45	c 340	END Sun Jul 12 07:02:35 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-2082092-1247374614/watcher-2082092-1247374614 -o /tmp/evaluation-result-2082092-1247374614/solver-2082092-1247374614 -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-2082092-1247374614.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.66 2.34 2.13 3/83 26515
/proc/meminfo: memFree=943104/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=18576 CPUtime=0
/proc/26515/stat : 26515 (runsolver) R 26513 26515 21833 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24527242 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 0 0 0
/proc/26515/statm: 4644 284 249 26 0 2626 0

[startup+0.078952 s]
/proc/loadavg: 2.66 2.34 2.13 3/83 26515
/proc/meminfo: memFree=943104/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16740 CPUtime=0.06
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24527242 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26515/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102309 s]
/proc/loadavg: 2.66 2.34 2.13 3/83 26515
/proc/meminfo: memFree=943104/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=0.06
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24527242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26515/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301329 s]
/proc/loadavg: 2.66 2.34 2.13 3/83 26515
/proc/meminfo: memFree=943104/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=0.06
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24527242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26515/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701379 s]
/proc/loadavg: 2.66 2.34 2.13 3/83 26515
/proc/meminfo: memFree=943104/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=0.06
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24527242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26515/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50248 s]
/proc/loadavg: 2.66 2.34 2.13 4/94 26527
/proc/meminfo: memFree=901992/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=0.06
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24527242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26515/statm: 4217 1111 409 3 0 796 0
[pid=26518] ppid=26515 vsize=5356 CPUtime=0
/proc/26518/stat : 26518 (sh) S 26515 26515 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24527251 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26518/statm: 1339 233 193 169 0 50 0
[pid=26519] ppid=26518 vsize=864776 CPUtime=1.4
/proc/26519/stat : 26519 (java) S 26518 26515 21833 0 -1 0 16264 0 1 0 132 8 0 0 18 0 9 0 24527251 885530624 13804 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26519/statm: 216194 13804 2557 9 0 210706 0
[pid=26519/tid=26520] ppid=26518 vsize=864776 CPUtime=0.82
/proc/26519/task/26520/stat : 26520 (java) R 26518 26515 21833 0 -1 64 3023 0 1 0 80 2 0 0 24 0 9 0 24527252 885530624 13804 996147200 134512640 134550932 4294955984 18446744073709551615 4126443184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26521] ppid=26518 vsize=864776 CPUtime=0.47
/proc/26519/task/26521/stat : 26521 (java) S 26518 26515 21833 0 -1 64 12041 0 0 0 42 5 0 0 16 0 9 0 24527253 885530624 13804 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26522] ppid=26518 vsize=864776 CPUtime=0
/proc/26519/task/26522/stat : 26522 (java) S 26518 26515 21833 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24527253 885530624 13804 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26523] ppid=26518 vsize=864776 CPUtime=0
/proc/26519/task/26523/stat : 26523 (java) S 26518 26515 21833 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24527253 885530624 13804 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26524] ppid=26518 vsize=864776 CPUtime=0
/proc/26519/task/26524/stat : 26524 (java) S 26518 26515 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24527255 885530624 13804 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26525] ppid=26518 vsize=864776 CPUtime=0.09
/proc/26519/task/26525/stat : 26525 (java) S 26518 26515 21833 0 -1 64 496 0 0 0 9 0 0 0 16 0 9 0 24527255 885530624 13804 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26526] ppid=26518 vsize=864776 CPUtime=0
/proc/26519/task/26526/stat : 26526 (java) S 26518 26515 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24527255 885530624 13804 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26527] ppid=26518 vsize=864776 CPUtime=0
/proc/26519/task/26527/stat : 26527 (java) S 26518 26515 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24527255 885530624 13804 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887000

[startup+3.10265 s]
/proc/loadavg: 2.77 2.37 2.14 4/94 26527
/proc/meminfo: memFree=844008/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=0.06
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24527242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26515/statm: 4217 1111 409 3 0 796 0
[pid=26518] ppid=26515 vsize=5356 CPUtime=0
/proc/26518/stat : 26518 (sh) S 26515 26515 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24527251 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26518/statm: 1339 233 193 169 0 50 0
[pid=26519] ppid=26518 vsize=864792 CPUtime=2.99
/proc/26519/stat : 26519 (java) S 26518 26515 21833 0 -1 0 28621 0 1 0 284 15 0 0 18 0 9 0 24527251 885547008 24209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26519/statm: 216198 24209 2557 9 0 210710 0
[pid=26519/tid=26520] ppid=26518 vsize=864792 CPUtime=1.57
/proc/26519/task/26520/stat : 26520 (java) R 26518 26515 21833 0 -1 64 3908 0 1 0 154 3 0 0 25 0 9 0 24527252 885547008 24209 996147200 134512640 134550932 4294955984 18446744073709551615 4126785223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26521] ppid=26518 vsize=864792 CPUtime=1.25
/proc/26519/task/26521/stat : 26521 (java) S 26518 26515 21833 0 -1 64 23477 0 0 0 114 11 0 0 16 0 9 0 24527253 885547008 24209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26522] ppid=26518 vsize=864792 CPUtime=0
/proc/26519/task/26522/stat : 26522 (java) S 26518 26515 21833 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24527253 885547008 24209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26523] ppid=26518 vsize=864792 CPUtime=0
/proc/26519/task/26523/stat : 26523 (java) S 26518 26515 21833 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24527253 885547008 24209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26524] ppid=26518 vsize=864792 CPUtime=0
/proc/26519/task/26524/stat : 26524 (java) S 26518 26515 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24527255 885547008 24209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26525] ppid=26518 vsize=864792 CPUtime=0.14
/proc/26519/task/26525/stat : 26525 (java) S 26518 26515 21833 0 -1 64 532 0 0 0 14 0 0 0 16 0 9 0 24527255 885547008 24209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26526] ppid=26518 vsize=864792 CPUtime=0
/proc/26519/task/26526/stat : 26526 (java) S 26518 26515 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24527255 885547008 24209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26519/tid=26527] ppid=26518 vsize=864792 CPUtime=0
/proc/26519/task/26527/stat : 26527 (java) S 26518 26515 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24527255 885547008 24209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 887016

[startup+6.30203 s]
/proc/loadavg: 2.77 2.37 2.14 3/94 26537
/proc/meminfo: memFree=830376/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=3.39
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1309 29274 0 1 5 2 314 18 16 0 1 0 24527242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26515/statm: 4217 1111 409 3 0 796 0
[pid=26528] ppid=26515 vsize=5356 CPUtime=0
/proc/26528/stat : 26528 (sh) S 26515 26515 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24527591 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26528/statm: 1339 233 193 169 0 50 0
[pid=26529] ppid=26528 vsize=868648 CPUtime=2.79
/proc/26529/stat : 26529 (java) S 26528 26515 21833 0 -1 0 17613 0 1 0 271 8 0 0 18 0 9 0 24527591 889495552 16077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26529/statm: 217162 16077 2566 9 0 211667 0
[pid=26529/tid=26530] ppid=26528 vsize=868648 CPUtime=1.6
/proc/26529/task/26530/stat : 26530 (java) R 26528 26515 21833 0 -1 64 3191 0 1 0 158 2 0 0 25 0 9 0 24527592 889495552 16077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26531] ppid=26528 vsize=868648 CPUtime=0.99
/proc/26529/task/26531/stat : 26531 (java) S 26528 26515 21833 0 -1 64 12247 0 0 0 95 4 0 0 15 0 9 0 24527593 889495552 16077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26532] ppid=26528 vsize=868648 CPUtime=0
/proc/26529/task/26532/stat : 26532 (java) S 26528 26515 21833 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24527593 889495552 16077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26533] ppid=26528 vsize=868648 CPUtime=0
/proc/26529/task/26533/stat : 26533 (java) S 26528 26515 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24527593 889495552 16077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26534] ppid=26528 vsize=868648 CPUtime=0
/proc/26529/task/26534/stat : 26534 (java) S 26528 26515 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24527595 889495552 16077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26535] ppid=26528 vsize=868648 CPUtime=0.17
/proc/26529/task/26535/stat : 26535 (java) S 26528 26515 21833 0 -1 64 1472 0 0 0 17 0 0 0 16 0 9 0 24527595 889495552 16077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26536] ppid=26528 vsize=868648 CPUtime=0
/proc/26529/task/26536/stat : 26536 (java) S 26528 26515 21833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24527595 889495552 16077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26537] ppid=26528 vsize=868648 CPUtime=0
/proc/26529/task/26537/stat : 26537 (java) S 26528 26515 21833 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24527595 889495552 16077 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) 890872

[startup+12.7018 s]
/proc/loadavg: 2.79 2.38 2.14 4/94 26537
/proc/meminfo: memFree=636072/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=3.39
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1309 29274 0 1 5 2 314 18 16 0 1 0 24527242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26515/statm: 4217 1111 409 3 0 796 0
[pid=26528] ppid=26515 vsize=5356 CPUtime=0
/proc/26528/stat : 26528 (sh) S 26515 26515 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24527591 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26528/statm: 1339 233 193 169 0 50 0
[pid=26529] ppid=26528 vsize=868648 CPUtime=9.12
/proc/26529/stat : 26529 (java) S 26528 26515 21833 0 -1 0 54252 0 1 0 881 31 0 0 18 0 9 0 24527591 889495552 43051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26529/statm: 217162 43051 2567 9 0 211667 0
[pid=26529/tid=26530] ppid=26528 vsize=868648 CPUtime=5.27
/proc/26529/task/26530/stat : 26530 (java) R 26528 26515 21833 0 -1 64 4421 0 1 0 522 5 0 0 25 0 9 0 24527592 889495552 43051 996147200 134512640 134550932 4294955936 18446744073709551615 4126521478 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26531] ppid=26528 vsize=868648 CPUtime=3.65
/proc/26529/task/26531/stat : 26531 (java) S 26528 26515 21833 0 -1 64 47653 0 0 0 341 24 0 0 16 0 9 0 24527593 889495552 43051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26532] ppid=26528 vsize=868648 CPUtime=0
/proc/26529/task/26532/stat : 26532 (java) S 26528 26515 21833 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24527593 889495552 43051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26533] ppid=26528 vsize=868648 CPUtime=0
/proc/26529/task/26533/stat : 26533 (java) S 26528 26515 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24527593 889495552 43051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26534] ppid=26528 vsize=868648 CPUtime=0
/proc/26529/task/26534/stat : 26534 (java) S 26528 26515 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24527595 889495552 43051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26535] ppid=26528 vsize=868648 CPUtime=0.17
/proc/26529/task/26535/stat : 26535 (java) S 26528 26515 21833 0 -1 64 1475 0 0 0 17 0 0 0 17 0 9 0 24527595 889495552 43051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26536] ppid=26528 vsize=868648 CPUtime=0
/proc/26529/task/26536/stat : 26536 (java) S 26528 26515 21833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24527595 889495552 43051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26537] ppid=26528 vsize=868648 CPUtime=0
/proc/26529/task/26537/stat : 26537 (java) S 26528 26515 21833 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24527595 889495552 43051 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) 890872

[startup+25.5022 s]
/proc/loadavg: 2.83 2.41 2.16 3/94 26537
/proc/meminfo: memFree=285672/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=3.4
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1310 29274 0 1 6 2 314 18 15 0 1 0 24527242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26515/statm: 4217 1111 409 3 0 796 0
[pid=26528] ppid=26515 vsize=5356 CPUtime=0
/proc/26528/stat : 26528 (sh) S 26515 26515 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24527591 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26528/statm: 1339 233 193 169 0 50 0
[pid=26529] ppid=26528 vsize=868760 CPUtime=21.72
/proc/26529/stat : 26529 (java) S 26528 26515 21833 0 -1 0 90518 0 1 0 2066 106 0 0 18 0 9 0 24527591 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26529/statm: 217190 64174 2591 9 0 211667 0
[pid=26529/tid=26530] ppid=26528 vsize=868760 CPUtime=14.06
/proc/26529/task/26530/stat : 26530 (java) R 26528 26515 21833 0 -1 64 5764 0 1 0 1345 61 0 0 25 0 9 0 24527592 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4126968794 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26529/tid=26531] ppid=26528 vsize=868760 CPUtime=7.39
/proc/26529/task/26531/stat : 26531 (java) S 26528 26515 21833 0 -1 64 82535 0 0 0 696 43 0 0 16 0 9 0 24527593 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26529/tid=26532] ppid=26528 vsize=868760 CPUtime=0
/proc/26529/task/26532/stat : 26532 (java) S 26528 26515 21833 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24527593 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26533] ppid=26528 vsize=868760 CPUtime=0
/proc/26529/task/26533/stat : 26533 (java) S 26528 26515 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24527593 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26534] ppid=26528 vsize=868760 CPUtime=0

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


[startup+102.306 s]
/proc/loadavg: 3.59 2.74 2.29 3/94 26740
/proc/meminfo: memFree=608616/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=3.4
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1310 29274 0 1 6 2 314 18 16 0 1 0 24527242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26515/statm: 4217 1111 409 3 0 796 0
[pid=26528] ppid=26515 vsize=5356 CPUtime=0
/proc/26528/stat : 26528 (sh) S 26515 26515 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24527591 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26528/statm: 1339 233 193 169 0 50 0
[pid=26529] ppid=26528 vsize=868760 CPUtime=95.76
/proc/26529/stat : 26529 (java) S 26528 26515 21833 0 -1 0 91638 0 1 0 8906 670 0 0 18 0 9 0 24527591 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26529/statm: 217190 64174 2591 9 0 211667 0
[pid=26529/tid=26530] ppid=26528 vsize=868760 CPUtime=86.97
/proc/26529/task/26530/stat : 26530 (java) R 26528 26515 21833 0 -1 64 6884 0 1 0 8081 616 0 0 25 0 9 0 24527592 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4126519376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26531] ppid=26528 vsize=868760 CPUtime=8.53
/proc/26529/task/26531/stat : 26531 (java) S 26528 26515 21833 0 -1 64 82535 0 0 0 801 52 0 0 16 0 9 0 24527593 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26532] ppid=26528 vsize=868760 CPUtime=0
/proc/26529/task/26532/stat : 26532 (java) S 26528 26515 21833 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24527593 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26533] ppid=26528 vsize=868760 CPUtime=0
/proc/26529/task/26533/stat : 26533 (java) S 26528 26515 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24527593 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26534] ppid=26528 vsize=868760 CPUtime=0
/proc/26529/task/26534/stat : 26534 (java) S 26528 26515 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24527595 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26535] ppid=26528 vsize=868760 CPUtime=0.24
/proc/26529/task/26535/stat : 26535 (java) S 26528 26515 21833 0 -1 64 1516 0 0 0 24 0 0 0 15 0 9 0 24527595 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26536] ppid=26528 vsize=868760 CPUtime=0
/proc/26529/task/26536/stat : 26536 (java) S 26528 26515 21833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24527595 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26529/tid=26537] ppid=26528 vsize=868760 CPUtime=0
/proc/26529/task/26537/stat : 26537 (java) S 26528 26515 21833 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24527595 889610240 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.16
Current children cumulated vsize (KiB) 890984

[startup+162.302 s]
/proc/loadavg: 2.93 2.71 2.31 4/85 26742
/proc/meminfo: memFree=389928/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=120.56
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1365 121543 0 2 6 2 11195 853 17 0 1 0 24527242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26515/statm: 4217 1113 409 3 0 796 0
[pid=26741] ppid=26515 vsize=5356 CPUtime=0
/proc/26741/stat : 26741 (sh) S 26515 26515 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24539668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26741/statm: 1339 232 193 169 0 50 0
[pid=26742] ppid=26741 vsize=165572 CPUtime=37.97
/proc/26742/stat : 26742 (picosat) R 26741 26515 21833 0 -1 4194304 39718 0 4 0 1727 2070 0 0 25 0 1 0 24539669 169545728 39708 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26742/statm: 41393 39708 40 102 0 41288 0
Current children cumulated CPU time (s) 158.53
Current children cumulated vsize (KiB) 187796

[startup+222.302 s]
/proc/loadavg: 2.52 2.64 2.31 3/84 27266
/proc/meminfo: memFree=182344/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=120.56
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1365 121543 0 2 6 2 11195 853 17 0 1 0 24527242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26515/statm: 4217 1113 409 3 0 796 0
[pid=26741] ppid=26515 vsize=5356 CPUtime=0
/proc/26741/stat : 26741 (sh) S 26515 26515 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24539668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26741/statm: 1339 232 193 169 0 50 0
[pid=26742] ppid=26741 vsize=428300 CPUtime=97.59
/proc/26742/stat : 26742 (picosat) R 26741 26515 21833 0 -1 4194304 100245 0 4 0 4426 5333 0 0 25 0 1 0 24539669 438579200 100235 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26742/statm: 107075 100235 40 102 0 106970 0
Current children cumulated CPU time (s) 218.15
Current children cumulated vsize (KiB) 450524

[startup+282.302 s]
/proc/loadavg: 2.25 2.55 2.29 3/84 27272
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=120.56
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1365 121543 0 2 6 2 11195 853 17 0 1 0 24527242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26515/statm: 4217 1113 409 3 0 796 0
[pid=26741] ppid=26515 vsize=5356 CPUtime=0
/proc/26741/stat : 26741 (sh) S 26515 26515 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24539668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26741/statm: 1339 232 193 169 0 50 0
[pid=26742] ppid=26741 vsize=700680 CPUtime=157.21
/proc/26742/stat : 26742 (picosat) R 26741 26515 21833 0 -1 4194304 158870 0 4 0 7114 8607 0 0 25 0 1 0 24539669 717496320 158860 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26742/statm: 175170 158860 40 102 0 175065 0
Current children cumulated CPU time (s) 277.77
Current children cumulated vsize (KiB) 722904



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+340.302 s]
/proc/loadavg: 2.09 2.44 2.27 3/84 27272
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=120.56
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1365 121543 0 2 6 2 11195 853 17 0 1 0 24527242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26515/statm: 4217 1113 409 3 0 796 0
[pid=26741] ppid=26515 vsize=5356 CPUtime=0
/proc/26741/stat : 26741 (sh) S 26515 26515 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24539668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26741/statm: 1339 232 193 169 0 50 0
[pid=26742] ppid=26741 vsize=899604 CPUtime=214.67
/proc/26742/stat : 26742 (picosat) R 26741 26515 21833 0 -1 4194304 215238 0 4 0 9744 11723 0 0 25 0 1 0 24539669 921194496 215228 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26742/statm: 224901 215228 40 102 0 224796 0
Current children cumulated CPU time (s) 335.23
Current children cumulated vsize (KiB) 921828

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

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

[startup+340.419 s]
/proc/loadavg: 2.09 2.44 2.27 3/84 27272
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=120.56
/proc/26515/stat : 26515 (sugar) S 26513 26515 21833 0 -1 4194304 1394 121543 0 2 6 2 11195 853 16 0 1 0 24527242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26515/statm: 4217 1113 409 3 0 796 0
[pid=26741] ppid=26515 vsize=0 CPUtime=0
/proc/26741/stat : 26741 (sh) Z 26515 26515 21833 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24539668 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/26741/statm: 0 0 0 0 0 0 0
[pid=26742] ppid=1 vsize=0 CPUtime=214.79
/proc/26742/stat : 26742 (picosat) R 1 26515 21833 0 -1 4195332 215239 0 4 0 9745 11734 0 0 25 0 1 0 24539669 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/26742/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 335.35
Current children cumulated vsize (KiB) 16868

[startup+340.502 s]
/proc/loadavg: 2.09 2.44 2.27 3/84 27272
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=120.58
/proc/26515/stat : 26515 (sugar) R 26513 26515 21833 0 -1 4194304 1423 121820 0 2 6 4 11195 853 16 0 1 0 24527242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26515/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 120.58
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+340.602 s]
/proc/loadavg: 2.09 2.44 2.27 3/84 27272
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=120.68
/proc/26515/stat : 26515 (sugar) R 26513 26515 21833 0 -1 4194304 1423 121820 0 2 6 14 11195 853 16 0 1 0 24527242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26515/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 120.68
Current children cumulated vsize (KiB) 16868

[startup+341.402 s]
/proc/loadavg: 2.09 2.44 2.27 3/83 27273
/proc/meminfo: memFree=1760712/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=121.1
/proc/26515/stat : 26515 (sugar) D 26513 26515 21833 0 -1 4194304 1423 121820 0 2 6 56 11195 853 15 0 1 0 24527242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26515/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 121.1
Current children cumulated vsize (KiB) 16868

[startup+341.602 s]
/proc/loadavg: 2.09 2.44 2.27 3/83 27273
/proc/meminfo: memFree=1760712/2055920 swapFree=4192812/4192956
[pid=26515] ppid=26513 vsize=16868 CPUtime=121.11
/proc/26515/stat : 26515 (sugar) D 26513 26515 21833 0 -1 4194304 1423 121820 0 2 6 57 11195 853 15 0 1 0 24527242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26515/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 121.11
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): 214.77
#  lost CPU user time (s): 97.45
#  lost CPU system time (s): 117.32

Real time (s): 341.648
CPU time (s): 335.912
CPU user time (s): 209.471
CPU system time (s): 126.441
CPU usage (%): 98.321
Max. virtual memory (cumulated for all children) (KiB): 921828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.021
system time used= 9.12061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123302
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= 19075
involuntary context switches= 19636

runsolver used 0.467928 second user time and 1.04684 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 06:56:54
IDJOB=2082092
IDBENCH=57529
IDSOLVER=738
FILE ID=node74/2082092-1247374614
PBS_JOBID= 9507065
Free space on /tmp= 102684 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-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-2082092-1247374614/watcher-2082092-1247374614 -o /tmp/evaluation-result-2082092-1247374614/solver-2082092-1247374614 -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-2082092-1247374614.xml

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

MD5SUM BENCH= 18b7059da0498c17376d1b6f8b9dd1af
RANDOM SEED=653016159

node74.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.234
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.234
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:        943648 kB
Buffers:         50372 kB
Cached:         744140 kB
SwapCached:          0 kB
Active:         839416 kB
Inactive:       180488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        943648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          218484 kB
Writeback:           0 kB
Mapped:         246676 kB
Slab:            76892 kB
Committed_AS:   535716 kB
PageTables:       2444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103132 MiB
End job on node74 at 2009-07-12 07:02:37