Trace number 2082059

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) 313.688 318.442

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-7.xml
MD5SUMfc9f58475a614e928f4d65ba1e610c18
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.52361
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of constraints48510
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48510
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:55:56 2009
0.00/0.08	c 0	PID 27757
0.00/0.08	c 0	HOST node50.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2082059-1247374555.xml TO HOME/temp.csp
0.00/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-2082059-1247374555.xml' 'HOME/temp.csp'
2.45/2.52	c 2	1 domains, 360 variables, 2 predicates, 0 relations, 48510 constraints
2.45/2.55	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.45/2.55	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'
2.49/2.63	c 2	Parsing HOME/temp.csp
2.49/2.79	c 2	parsed 10000 expressions
2.49/2.92	c 2	parsed 20000 expressions
2.49/3.05	c 3	parsed 30000 expressions
2.49/3.13	c 3	parsed 40000 expressions
3.11/3.28	c 3	parsed 48873 expressions
3.11/3.29	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.29	c 3	Converting to clausal form CSP
4.10/4.21	c 4	converted 4888 (10%) expressions
4.60/4.75	c 4	converted 9775 (20%) expressions
5.39/5.55	c 5	converted 14662 (30%) expressions
5.88/6.08	c 6	converted 19550 (40%) expressions
6.87/7.01	c 6	converted 24437 (50%) expressions
7.37/7.57	c 7	converted 29324 (60%) expressions
7.96/8.11	c 8	converted 34212 (70%) expressions
8.45/8.67	c 8	converted 39099 (80%) expressions
9.83/10.04	c 10	converted 43986 (90%) expressions
10.32/10.60	c 10	converted 48873 (100%) expressions
10.43/10.60	c 10	CSP : 360 integers, 48330 booleans, 193500 clauses, largest domain size 180
10.43/10.60	c 10	Heap : 122 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.43/10.60	c 10	Propagation in CSP
10.73/10.98	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.73/10.98	c 10	CSP : 360 integers, 48330 booleans, 193500 clauses, largest domain size 180
10.73/10.98	c 10	Heap : 123 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.83/11.03	c 11	Simplifing CSP by introducing new Boolean variables
13.01/13.24	c 13	CSP : 360 integers, 242004 booleans, 387174 clauses, largest domain size 180
13.01/13.24	c 13	Heap : 177 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.19/14.42	c 14	Encoding CSP to SAT : HOME/temp.cnf
14.19/14.48	c 14	36 (10%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
14.19/14.48	c 14	72 (20%) CSP integer variables are encoded (12816 clauses, 170216 bytes)
14.19/14.49	c 14	108 (30%) CSP integer variables are encoded (19224 clauses, 266336 bytes)
14.29/14.50	c 14	144 (40%) CSP integer variables are encoded (25632 clauses, 362456 bytes)
14.29/14.51	c 14	180 (50%) CSP integer variables are encoded (32040 clauses, 458576 bytes)
14.29/14.52	c 14	216 (60%) CSP integer variables are encoded (38448 clauses, 554696 bytes)
14.29/14.53	c 14	252 (70%) CSP integer variables are encoded (44856 clauses, 650816 bytes)
14.29/14.53	c 14	288 (80%) CSP integer variables are encoded (51264 clauses, 746936 bytes)
14.29/14.54	c 14	324 (90%) CSP integer variables are encoded (57672 clauses, 843056 bytes)
14.29/14.55	c 14	360 (100%) CSP integer variables are encoded (64080 clauses, 939176 bytes)
20.89/21.25	c 21	38718 (10%) CSP clauses are encoded (3624742 clauses, 76169014 bytes)
27.60/28.02	c 28	77435 (20%) CSP clauses are encoded (7230123 clauses, 153911839 bytes)
34.49/35.30	c 35	116153 (30%) CSP clauses are encoded (10971371 clauses, 235355528 bytes)
41.81/42.71	c 42	154870 (40%) CSP clauses are encoded (14791319 clauses, 321890989 bytes)
49.30/50.43	c 50	193587 (50%) CSP clauses are encoded (18720897 clauses, 410893376 bytes)
57.04/58.35	c 58	232305 (60%) CSP clauses are encoded (22780213 clauses, 502815108 bytes)
65.01/66.56	c 66	271022 (70%) CSP clauses are encoded (26988500 clauses, 598088660 bytes)
73.38/75.22	c 75	309740 (80%) CSP clauses are encoded (31346624 clauses, 697587204 bytes)
81.96/84.05	c 84	348457 (90%) CSP clauses are encoded (35899887 clauses, 802026465 bytes)
91.25/93.50	c 93	387174 (100%) CSP clauses are encoded (40758474 clauses, 913487823 bytes)
91.25/93.51	c 93	387174 CSP clauses encoded
91.25/93.51	c 93	Writing map file : HOME/temp.map
91.25/93.54	c 93	Heap : 151 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
91.25/93.54	c 93	SAT : 306444 SAT variables, 40758474 SAT clauses, 913487823 bytes
91.25/93.54	c 93	Heap : 151 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
91.25/93.60	c 93	SOLVING HOME/temp.cnf
91.25/93.60	c 93	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
313.12/317.82	c ERROR INTERRUPTED
313.24/317.95	s UNKNOWN
313.24/317.95	c 317	CPU 91.35 (0.05 0.02 85.05 6.23)
313.24/317.95	c 317	END Sun Jul 12 07:01:13 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-2082059-1247374555/watcher-2082059-1247374555 -o /tmp/evaluation-result-2082059-1247374555/solver-2082059-1247374555 -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-2082059-1247374555.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27757
/proc/meminfo: memFree=1651160/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=18576 CPUtime=0
/proc/27757/stat : 27757 (runsolver) R 27755 27757 23333 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 24519155 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27757/statm: 4644 284 249 26 0 2626 0

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

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

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

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

[startup+1.50237 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 27769
/proc/meminfo: memFree=1614464/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=0.06
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24519155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1111 409 3 0 796 0
[pid=27760] ppid=27757 vsize=5356 CPUtime=0
/proc/27760/stat : 27760 (sh) S 27757 27757 23333 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24519163 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27760/statm: 1339 233 193 169 0 50 0
[pid=27761] ppid=27760 vsize=866784 CPUtime=1.4
/proc/27761/stat : 27761 (java) S 27760 27757 23333 0 -1 0 18562 0 1 0 130 10 0 0 18 0 9 0 24519164 887586816 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27761/statm: 216696 15629 2556 9 0 211208 0
[pid=27761/tid=27762] ppid=27760 vsize=866784 CPUtime=0.67
/proc/27761/task/27762/stat : 27762 (java) R 27760 27757 23333 0 -1 64 3057 0 1 0 64 3 0 0 25 0 9 0 24519164 887586816 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27761/tid=27763] ppid=27760 vsize=866784 CPUtime=0.57
/proc/27761/task/27763/stat : 27763 (java) R 27760 27757 23333 0 -1 64 14289 0 0 0 53 4 0 0 16 0 9 0 24519166 887586816 15629 996147200 134512640 134550932 4294955984 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27761/tid=27764] ppid=27760 vsize=866784 CPUtime=0
/proc/27761/task/27764/stat : 27764 (java) S 27760 27757 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24519166 887586816 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27761/tid=27765] ppid=27760 vsize=866784 CPUtime=0
/proc/27761/task/27765/stat : 27765 (java) S 27760 27757 23333 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24519166 887586816 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27761/tid=27766] ppid=27760 vsize=866784 CPUtime=0
/proc/27761/task/27766/stat : 27766 (java) S 27760 27757 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24519168 887586816 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27761/tid=27767] ppid=27760 vsize=866784 CPUtime=0.11
/proc/27761/task/27767/stat : 27767 (java) S 27760 27757 23333 0 -1 64 510 0 0 0 11 0 0 0 16 0 9 0 24519168 887586816 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27761/tid=27768] ppid=27760 vsize=866784 CPUtime=0
/proc/27761/task/27768/stat : 27768 (java) S 27760 27757 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24519168 887586816 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27761/tid=27769] ppid=27760 vsize=866784 CPUtime=0
/proc/27761/task/27769/stat : 27769 (java) S 27760 27757 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24519168 887586816 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 889008

[startup+3.10151 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 27769
/proc/meminfo: memFree=1576768/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=2.49
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1309 24327 0 1 5 2 228 14 15 0 1 0 24519155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 16868

[startup+6.30179 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 27779
/proc/meminfo: memFree=1589696/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=2.49
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1309 24327 0 1 5 2 228 14 15 0 1 0 24519155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1111 409 3 0 796 0
[pid=27770] ppid=27757 vsize=5356 CPUtime=0
/proc/27770/stat : 27770 (sh) S 27757 27757 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24519410 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27770/statm: 1339 233 193 169 0 50 0
[pid=27771] ppid=27770 vsize=868600 CPUtime=3.68
/proc/27771/stat : 27771 (java) S 27770 27757 23333 0 -1 0 22573 0 1 0 357 11 0 0 18 0 9 0 24519411 889446400 20975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27771/statm: 217150 20975 2566 9 0 211655 0
[pid=27771/tid=27772] ppid=27770 vsize=868600 CPUtime=2.27
/proc/27771/task/27772/stat : 27772 (java) R 27770 27757 23333 0 -1 64 3239 0 1 0 225 2 0 0 25 0 9 0 24519411 889446400 20975 996147200 134512640 134550932 4294955936 18446744073709551615 4126436823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27773] ppid=27770 vsize=868600 CPUtime=1.21
/proc/27771/task/27773/stat : 27773 (java) S 27770 27757 23333 0 -1 64 17148 0 0 0 114 7 0 0 16 0 9 0 24519413 889446400 20975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27774] ppid=27770 vsize=868600 CPUtime=0
/proc/27771/task/27774/stat : 27774 (java) S 27770 27757 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24519413 889446400 20975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27775] ppid=27770 vsize=868600 CPUtime=0
/proc/27771/task/27775/stat : 27775 (java) S 27770 27757 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24519413 889446400 20975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27776] ppid=27770 vsize=868600 CPUtime=0
/proc/27771/task/27776/stat : 27776 (java) S 27770 27757 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24519415 889446400 20975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27777] ppid=27770 vsize=868600 CPUtime=0.17
/proc/27771/task/27777/stat : 27777 (java) S 27770 27757 23333 0 -1 64 1483 0 0 0 17 0 0 0 16 0 9 0 24519415 889446400 20975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27778] ppid=27770 vsize=868600 CPUtime=0
/proc/27771/task/27778/stat : 27778 (java) S 27770 27757 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24519415 889446400 20975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27779] ppid=27770 vsize=868600 CPUtime=0
/proc/27771/task/27779/stat : 27779 (java) S 27770 27757 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24519415 889446400 20975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890824

[startup+12.7024 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 27779
/proc/meminfo: memFree=1447744/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=2.49
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1310 24327 0 1 5 2 228 14 16 0 1 0 24519155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1111 409 3 0 796 0
[pid=27770] ppid=27757 vsize=5356 CPUtime=0
/proc/27770/stat : 27770 (sh) S 27757 27757 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24519410 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27770/statm: 1339 233 193 169 0 50 0
[pid=27771] ppid=27770 vsize=889088 CPUtime=10.02
/proc/27771/stat : 27771 (java) S 27770 27757 23333 0 -1 0 72686 0 1 0 970 32 0 0 18 0 9 0 24519411 910426112 57103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27771/statm: 222272 57103 2567 9 0 216777 0
[pid=27771/tid=27772] ppid=27770 vsize=889088 CPUtime=5.11
/proc/27771/task/27772/stat : 27772 (java) R 27770 27757 23333 0 -1 64 4451 0 1 0 508 3 0 0 25 0 9 0 24519411 910426112 57103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27773] ppid=27770 vsize=889088 CPUtime=4.69
/proc/27771/task/27773/stat : 27773 (java) R 27770 27757 23333 0 -1 64 66041 0 0 0 443 26 0 0 16 0 9 0 24519413 910426112 57103 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27774] ppid=27770 vsize=889088 CPUtime=0
/proc/27771/task/27774/stat : 27774 (java) S 27770 27757 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24519413 910426112 57103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27775] ppid=27770 vsize=889088 CPUtime=0
/proc/27771/task/27775/stat : 27775 (java) S 27770 27757 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24519413 910426112 57103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27776] ppid=27770 vsize=889088 CPUtime=0
/proc/27771/task/27776/stat : 27776 (java) S 27770 27757 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24519415 910426112 57103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27777] ppid=27770 vsize=889088 CPUtime=0.2
/proc/27771/task/27777/stat : 27777 (java) S 27770 27757 23333 0 -1 64 1491 0 0 0 19 1 0 0 16 0 9 0 24519415 910426112 57103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27778] ppid=27770 vsize=889088 CPUtime=0
/proc/27771/task/27778/stat : 27778 (java) S 27770 27757 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24519415 910426112 57103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27779] ppid=27770 vsize=889088 CPUtime=0
/proc/27771/task/27779/stat : 27779 (java) S 27770 27757 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24519415 910426112 57103 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) 911312

[startup+25.5025 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 27779
/proc/meminfo: memFree=1319616/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=2.49
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1310 24327 0 1 5 2 228 14 16 0 1 0 24519155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1111 409 3 0 796 0
[pid=27770] ppid=27757 vsize=5356 CPUtime=0
/proc/27770/stat : 27770 (sh) S 27757 27757 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24519410 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27770/statm: 1339 233 193 169 0 50 0
[pid=27771] ppid=27770 vsize=868712 CPUtime=22.63
/proc/27771/stat : 27771 (java) S 27770 27757 23333 0 -1 0 79016 0 1 0 2149 114 0 0 18 0 9 0 24519411 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27771/statm: 217178 53804 2591 9 0 211655 0
[pid=27771/tid=27772] ppid=27770 vsize=868712 CPUtime=15.94
/proc/27771/task/27772/stat : 27772 (java) R 27770 27757 23333 0 -1 64 5793 0 1 0 1513 81 0 0 25 0 9 0 24519411 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4126963887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27773] ppid=27770 vsize=868712 CPUtime=6.43
/proc/27771/task/27773/stat : 27773 (java) S 27770 27757 23333 0 -1 64 70999 0 0 0 612 31 0 0 16 0 9 0 24519413 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27774] ppid=27770 vsize=868712 CPUtime=0
/proc/27771/task/27774/stat : 27774 (java) S 27770 27757 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24519413 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27775] ppid=27770 vsize=868712 CPUtime=0
/proc/27771/task/27775/stat : 27775 (java) S 27770 27757 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24519413 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27776] ppid=27770 vsize=868712 CPUtime=0
/proc/27771/task/27776/stat : 27776 (java) S 27770 27757 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24519415 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27777] ppid=27770 vsize=868712 CPUtime=0.24
/proc/27771/task/27777/stat : 27777 (java) S 27770 27757 23333 0 -1 64 1521 0 0 0 23 1 0 0 16 0 9 0 24519415 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27778] ppid=27770 vsize=868712 CPUtime=0
/proc/27771/task/27778/stat : 27778 (java) S 27770 27757 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24519415 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27779] ppid=27770 vsize=868712 CPUtime=0
/proc/27771/task/27779/stat : 27779 (java) S 27770 27757 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24519415 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 890936

[startup+51.1027 s]
/proc/loadavg: 2.19 2.05 2.01 3/92 27779
/proc/meminfo: memFree=1028288/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=2.49
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1310 24327 0 1 5 2 228 14 16 0 1 0 24519155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1111 409 3 0 796 0
[pid=27770] ppid=27757 vsize=5356 CPUtime=0
/proc/27770/stat : 27770 (sh) S 27757 27757 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24519410 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27770/statm: 1339 233 193 169 0 50 0
[pid=27771] ppid=27770 vsize=868712 CPUtime=47.5
/proc/27771/stat : 27771 (java) S 27770 27757 23333 0 -1 0 79396 0 1 0 4463 287 0 0 18 0 9 0 24519411 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27771/statm: 217178 53804 2591 9 0 211655 0
[pid=27771/tid=27772] ppid=27770 vsize=868712 CPUtime=40.39
/proc/27771/task/27772/stat : 27772 (java) R 27770 27757 23333 0 -1 64 6173 0 1 0 3789 250 0 0 25 0 9 0 24519411 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4126775872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27773] ppid=27770 vsize=868712 CPUtime=6.84
/proc/27771/task/27773/stat : 27773 (java) S 27770 27757 23333 0 -1 64 70999 0 0 0 650 34 0 0 16 0 9 0 24519413 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27774] ppid=27770 vsize=868712 CPUtime=0
/proc/27771/task/27774/stat : 27774 (java) S 27770 27757 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24519413 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27775] ppid=27770 vsize=868712 CPUtime=0
/proc/27771/task/27775/stat : 27775 (java) S 27770 27757 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24519413 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27776] ppid=27770 vsize=868712 CPUtime=0
/proc/27771/task/27776/stat : 27776 (java) S 27770 27757 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24519415 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27777] ppid=27770 vsize=868712 CPUtime=0.24
/proc/27771/task/27777/stat : 27777 (java) S 27770 27757 23333 0 -1 64 1521 0 0 0 23 1 0 0 16 0 9 0 24519415 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27778] ppid=27770 vsize=868712 CPUtime=0
/proc/27771/task/27778/stat : 27778 (java) S 27770 27757 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24519415 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27771/tid=27779] ppid=27770 vsize=868712 CPUtime=0
/proc/27771/task/27779/stat : 27779 (java) S 27770 27757 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24519415 889561088 53804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 890936

[startup+102.306 s]
/proc/loadavg: 2.26 2.08 2.02 3/84 27781
/proc/meminfo: memFree=691776/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=91.35
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1365 104660 0 2 5 2 8505 623 16 0 1 0 24519155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1113 409 3 0 796 0
[pid=27780] ppid=27757 vsize=5356 CPUtime=0
/proc/27780/stat : 27780 (sh) S 27757 27757 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27780/statm: 1339 232 193 169 0 50 0
[pid=27781] ppid=27780 vsize=42204 CPUtime=8.58
/proc/27781/stat : 27781 (picosat) R 27780 27757 23333 0 -1 4194304 10102 0 0 0 383 475 0 0 25 0 1 0 24528516 43216896 10088 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27781/statm: 10551 10088 40 102 0 10446 0
Current children cumulated CPU time (s) 99.93
Current children cumulated vsize (KiB) 64428

[startup+162.301 s]
/proc/loadavg: 2.09 2.07 2.02 3/84 27781
/proc/meminfo: memFree=466368/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=91.35
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1365 104660 0 2 5 2 8505 623 16 0 1 0 24519155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1113 409 3 0 796 0
[pid=27780] ppid=27757 vsize=5356 CPUtime=0
/proc/27780/stat : 27780 (sh) S 27757 27757 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27780/statm: 1339 232 193 169 0 50 0
[pid=27781] ppid=27780 vsize=279584 CPUtime=67.86
/proc/27781/stat : 27781 (picosat) R 27780 27757 23333 0 -1 4194304 67053 0 0 0 3018 3768 0 0 25 0 1 0 24528516 286294016 67039 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27781/statm: 69896 67039 40 102 0 69791 0
Current children cumulated CPU time (s) 159.21
Current children cumulated vsize (KiB) 301808

[startup+222.302 s]
/proc/loadavg: 2.09 2.07 2.02 3/84 27781
/proc/meminfo: memFree=235008/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=91.35
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1365 104660 0 2 5 2 8505 623 16 0 1 0 24519155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1113 409 3 0 796 0
[pid=27780] ppid=27757 vsize=5356 CPUtime=0
/proc/27780/stat : 27780 (sh) S 27757 27757 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27780/statm: 1339 232 193 169 0 50 0
[pid=27781] ppid=27780 vsize=514180 CPUtime=127.3
/proc/27781/stat : 27781 (picosat) R 27780 27757 23333 0 -1 4194304 124300 0 0 0 5684 7046 0 0 25 0 1 0 24528516 526520320 124286 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27781/statm: 128545 124286 40 102 0 128440 0
Current children cumulated CPU time (s) 218.65
Current children cumulated vsize (KiB) 536404

[startup+282.302 s]
/proc/loadavg: 2.08 2.07 2.02 3/84 27781
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=91.35
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1365 104660 0 2 5 2 8505 623 16 0 1 0 24519155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1113 409 3 0 796 0
[pid=27780] ppid=27757 vsize=5356 CPUtime=0
/proc/27780/stat : 27780 (sh) S 27757 27757 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27780/statm: 1339 232 193 169 0 50 0
[pid=27781] ppid=27780 vsize=781016 CPUtime=186.72
/proc/27781/stat : 27781 (picosat) R 27780 27757 23333 0 -1 4194304 181394 0 0 0 8341 10331 0 0 25 0 1 0 24528516 799760384 181380 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27781/statm: 195254 181380 40 102 0 195149 0
Current children cumulated CPU time (s) 278.07
Current children cumulated vsize (KiB) 803240



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+317.801 s]
/proc/loadavg: 2.12 2.07 2.02 3/84 27787
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=91.35
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1365 104660 0 2 5 2 8505 623 16 0 1 0 24519155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1113 409 3 0 796 0
[pid=27780] ppid=27757 vsize=5356 CPUtime=0
/proc/27780/stat : 27780 (sh) S 27757 27757 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24528515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27780/statm: 1339 232 193 169 0 50 0
[pid=27781] ppid=27780 vsize=899552 CPUtime=221.77
/proc/27781/stat : 27781 (picosat) R 27780 27757 23333 0 -1 4194304 214947 0 0 0 9908 12269 0 0 25 0 1 0 24528516 921141248 214933 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27781/statm: 224888 214933 40 102 0 224783 0
Current children cumulated CPU time (s) 313.12
Current children cumulated vsize (KiB) 921776

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

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

[startup+317.926 s]
/proc/loadavg: 2.12 2.07 2.02 3/84 27787
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=91.35
/proc/27757/stat : 27757 (sugar) S 27755 27757 23333 0 -1 4194304 1394 104660 0 2 5 2 8505 623 16 0 1 0 24519155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27757/statm: 4217 1113 409 3 0 796 0
[pid=27780] ppid=27757 vsize=0 CPUtime=0
/proc/27780/stat : 27780 (sh) Z 27757 27757 23333 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24528515 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/27780/statm: 0 0 0 0 0 0 0
[pid=27781] ppid=1 vsize=0 CPUtime=221.89
/proc/27781/stat : 27781 (picosat) R 1 27757 23333 0 -1 4195332 214947 0 0 0 9908 12281 0 0 25 0 1 0 24528516 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/27781/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 313.24
Current children cumulated vsize (KiB) 16868

[startup+318.002 s]
/proc/loadavg: 2.12 2.07 2.02 3/84 27787
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=91.38
/proc/27757/stat : 27757 (sugar) R 27755 27757 23333 0 -1 4194304 1423 104937 0 2 5 5 8505 623 16 0 1 0 24519155 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27757/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 91.38
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+318.201 s]
/proc/loadavg: 2.12 2.07 2.02 3/84 27787
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=91.58
/proc/27757/stat : 27757 (sugar) R 27755 27757 23333 0 -1 4194304 1423 104937 0 2 5 25 8505 623 16 0 1 0 24519155 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27757/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 91.58
Current children cumulated vsize (KiB) 16868

[startup+318.401 s]
/proc/loadavg: 2.12 2.07 2.02 3/84 27787
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=27757] ppid=27755 vsize=16868 CPUtime=91.78
/proc/27757/stat : 27757 (sugar) D 27755 27757 23333 0 -1 4194304 1423 104937 0 2 5 45 8505 623 16 0 1 0 24519155 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27757/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 91.78
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): 221.86
#  lost CPU user time (s): 99.08
#  lost CPU system time (s): 122.78

Real time (s): 318.442
CPU time (s): 313.688
CPU user time (s): 184.189
CPU system time (s): 129.499
CPU usage (%): 98.5072
Max. virtual memory (cumulated for all children) (KiB): 921776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.1091
system time used= 6.71898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106419
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= 15910
involuntary context switches= 18964

runsolver used 0.411937 second user time and 1.08783 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 06:55:55
IDJOB=2082059
IDBENCH=57526
IDSOLVER=738
FILE ID=node50/2082059-1247374555
PBS_JOBID= 9507088
Free space on /tmp= 66420 MiB

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

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

MD5SUM BENCH= fc9f58475a614e928f4d65ba1e610c18
RANDOM SEED=1007878755

node50.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.231
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.231
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:       1651640 kB
Buffers:         36284 kB
Cached:         172204 kB
SwapCached:          0 kB
Active:         252208 kB
Inactive:        96480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7200 kB
Writeback:           0 kB
Mapped:         160616 kB
Slab:            40612 kB
Committed_AS:   382204 kB
PageTables:       2172 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= 66420 MiB
End job on node50 at 2009-07-12 07:01:15