Trace number 2082093

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (MO) 137.792 142.156

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.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:57:03 2009
0.00/0.08	c 0	PID 22941
0.07/0.08	c 0	HOST node12.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2082093-1247374622.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2082093-1247374622.xml' 'HOME/temp.csp'
3.43/3.53	c 3	1 domains, 400 variables, 2 predicates, 0 relations, 59900 constraints
3.43/3.55	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.43/3.55	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.48/3.63	c 3	Parsing HOME/temp.csp
3.48/3.79	c 3	parsed 10000 expressions
3.48/3.92	c 3	parsed 20000 expressions
3.48/4.06	c 4	parsed 30000 expressions
3.48/4.14	c 4	parsed 40000 expressions
4.20/4.34	c 4	parsed 50000 expressions
4.31/4.42	c 4	parsed 60000 expressions
4.31/4.42	c 4	parsed 60303 expressions
4.31/4.43	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.31/4.43	c 4	Converting to clausal form CSP
5.40/5.53	c 5	converted 6031 (10%) expressions
6.28/6.46	c 6	converted 12061 (20%) expressions
6.97/7.16	c 7	converted 18091 (30%) expressions
8.06/8.25	c 8	converted 24122 (40%) expressions
8.76/8.93	c 8	converted 30152 (50%) expressions
9.45/9.62	c 9	converted 36182 (60%) expressions
10.93/11.18	c 11	converted 42213 (70%) expressions
11.63/11.87	c 11	converted 48243 (80%) expressions
12.41/12.61	c 12	converted 54273 (90%) expressions
13.01/13.29	c 13	converted 60303 (100%) expressions
13.01/13.29	c 13	CSP : 400 integers, 59700 booleans, 239000 clauses, largest domain size 200
13.01/13.29	c 13	Heap : 149 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.01/13.29	c 13	Propagation in CSP
13.50/13.76	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.50/13.76	c 13	CSP : 400 integers, 59700 booleans, 239000 clauses, largest domain size 200
13.50/13.76	c 13	Heap : 153 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.60/13.82	c 13	Simplifing CSP by introducing new Boolean variables
16.28/16.52	c 16	CSP : 400 integers, 298894 booleans, 478194 clauses, largest domain size 200
16.28/16.52	c 16	Heap : 223 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.86/18.10	c 18	Encoding CSP to SAT : HOME/temp.cnf
17.86/18.17	c 18	40 (10%) CSP integer variables are encoded (7920 clauses, 100823 bytes)
17.86/18.18	c 18	80 (20%) CSP integer variables are encoded (15840 clauses, 215566 bytes)
17.86/18.19	c 18	120 (30%) CSP integer variables are encoded (23760 clauses, 334366 bytes)
17.96/18.20	c 18	160 (40%) CSP integer variables are encoded (31680 clauses, 453166 bytes)
17.96/18.21	c 18	200 (50%) CSP integer variables are encoded (39600 clauses, 571966 bytes)
17.96/18.22	c 18	240 (60%) CSP integer variables are encoded (47520 clauses, 690766 bytes)
17.96/18.23	c 18	280 (70%) CSP integer variables are encoded (55440 clauses, 809566 bytes)
17.96/18.24	c 18	320 (80%) CSP integer variables are encoded (63360 clauses, 928366 bytes)
17.96/18.25	c 18	360 (90%) CSP integer variables are encoded (71280 clauses, 1047166 bytes)
17.96/18.26	c 18	400 (100%) CSP integer variables are encoded (79200 clauses, 1165966 bytes)
27.14/27.51	c 27	47820 (10%) CSP clauses are encoded (4962973 clauses, 104879585 bytes)
36.27/36.85	c 36	95639 (20%) CSP clauses are encoded (9917751 clauses, 211953759 bytes)
45.93/46.75	c 46	143459 (30%) CSP clauses are encoded (15023067 clauses, 325842118 bytes)
55.97/57.01	c 57	191278 (40%) CSP clauses are encoded (20266194 clauses, 445499266 bytes)
66.32/67.67	c 67	239097 (50%) CSP clauses are encoded (25688277 clauses, 569854365 bytes)
76.97/78.78	c 78	286917 (60%) CSP clauses are encoded (31262633 clauses, 697711710 bytes)
88.00/90.06	c 90	334736 (70%) CSP clauses are encoded (37022952 clauses, 829846197 bytes)
99.42/101.73	c 101	382556 (80%) CSP clauses are encoded (43002952 clauses, 967033307 bytes)
111.29/113.92	c 113	430375 (90%) CSP clauses are encoded (49252759 clauses, 1110425931 bytes)
123.85/127.07	c 127	478194 (100%) CSP clauses are encoded (55919194 clauses, 1263400597 bytes)
123.85/127.07	c 127	478194 CSP clauses encoded
123.85/127.07	c 127	Writing map file : HOME/temp.map
123.95/127.11	c 127	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
123.95/127.11	c 127	SAT : 378494 SAT variables, 55919194 SAT clauses, 1263400597 bytes
123.95/127.11	c 127	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
123.95/127.20	c 127	SOLVING HOME/temp.cnf
124.02/127.20	c 127	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
124.02/127.37	c 127	This is MiniSat 2.0 beta
124.02/127.37	c 127	WARNING: for repeatability, setting FPU to use double precision
124.02/127.37	c 127	============================[ Problem Statistics ]=============================
124.02/127.37	c 127	|                                                                             |
124.02/127.37	c 127	|  Number of variables:  378494                                               |
124.02/127.37	c 127	|  Number of clauses:    55919194                                             |
137.18/141.01	c ERROR INTERRUPTED
137.29/141.16	s UNKNOWN
137.29/141.16	c 141	CPU 124.02 (0.07 0.01 115.1 8.84)
137.29/141.16	c 141	END Sun Jul 12 06:59:24 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2082093-1247374622/watcher-2082093-1247374622 -o /tmp/evaluation-result-2082093-1247374622/solver-2082093-1247374622 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2082093-1247374622.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.02 2.01 2.00 4/72 22941
/proc/meminfo: memFree=1366952/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=12000 CPUtime=0
/proc/22941/stat : 22941 (sugar) R 22939 22941 17442 0 -1 4194304 197 0 0 0 0 0 0 0 20 0 1 0 24529276 12288000 165 996147200 4194304 4206940 548682068608 18446744073709551615 252429141555 0 0 4224 0 0 0 0 17 1 0 0
/proc/22941/statm: 3000 165 127 3 0 100 0

[startup+0.088069 s]
/proc/loadavg: 2.02 2.01 2.00 4/72 22941
/proc/meminfo: memFree=1366952/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=16740 CPUtime=0.07
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24529276 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102043 s]
/proc/loadavg: 2.02 2.01 2.00 4/72 22941
/proc/meminfo: memFree=1366952/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=0.07
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24529276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302059 s]
/proc/loadavg: 2.02 2.01 2.00 4/72 22941
/proc/meminfo: memFree=1366952/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=0.07
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24529276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702102 s]
/proc/loadavg: 2.02 2.01 2.00 4/72 22941
/proc/meminfo: memFree=1366952/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=0.07
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24529276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50118 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 22953
/proc/meminfo: memFree=1340176/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=0.07
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24529276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1111 409 3 0 796 0
[pid=22944] ppid=22941 vsize=5356 CPUtime=0
/proc/22944/stat : 22944 (sh) S 22941 22941 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24529285 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22944/statm: 1339 233 193 169 0 50 0
[pid=22945] ppid=22944 vsize=864776 CPUtime=1.38
/proc/22945/stat : 22945 (java) S 22944 22941 17442 0 -1 0 15630 0 1 0 128 10 0 0 18 0 9 0 24529285 885530624 13167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22945/statm: 216194 13167 2557 9 0 210706 0
[pid=22945/tid=22946] ppid=22944 vsize=864776 CPUtime=0.79
/proc/22945/task/22946/stat : 22946 (java) R 22944 22941 17442 0 -1 64 3024 0 1 0 75 4 0 0 24 0 9 0 24529286 885530624 13167 996147200 134512640 134550932 4294955984 18446744073709551615 4126443164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22947] ppid=22944 vsize=864776 CPUtime=0.47
/proc/22945/task/22947/stat : 22947 (java) S 22944 22941 17442 0 -1 64 11400 0 0 0 42 5 0 0 16 0 9 0 24529288 885530624 13167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22948] ppid=22944 vsize=864776 CPUtime=0
/proc/22945/task/22948/stat : 22948 (java) S 22944 22941 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24529288 885530624 13167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22949] ppid=22944 vsize=864776 CPUtime=0
/proc/22945/task/22949/stat : 22949 (java) S 22944 22941 17442 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24529288 885530624 13167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22950] ppid=22944 vsize=864776 CPUtime=0
/proc/22945/task/22950/stat : 22950 (java) S 22944 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24529290 885530624 13167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22951] ppid=22944 vsize=864776 CPUtime=0.09
/proc/22945/task/22951/stat : 22951 (java) S 22944 22941 17442 0 -1 64 501 0 0 0 9 0 0 0 16 0 9 0 24529290 885530624 13167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22952] ppid=22944 vsize=864776 CPUtime=0
/proc/22945/task/22952/stat : 22952 (java) S 22944 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24529290 885530624 13167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22953] ppid=22944 vsize=864776 CPUtime=0
/proc/22945/task/22953/stat : 22953 (java) S 22944 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24529290 885530624 13167 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) 887000

[startup+3.10235 s]
/proc/loadavg: 2.02 2.01 2.00 4/83 22953
/proc/meminfo: memFree=1297168/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=0.07
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24529276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1111 409 3 0 796 0
[pid=22944] ppid=22941 vsize=5356 CPUtime=0
/proc/22944/stat : 22944 (sh) S 22941 22941 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24529285 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22944/statm: 1339 233 193 169 0 50 0
[pid=22945] ppid=22944 vsize=864792 CPUtime=2.97
/proc/22945/stat : 22945 (java) S 22944 22941 17442 0 -1 0 27665 0 1 0 279 18 0 0 18 0 9 0 24529285 885547008 23249 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22945/statm: 216198 23249 2557 9 0 210710 0
[pid=22945/tid=22946] ppid=22944 vsize=864792 CPUtime=1.5
/proc/22945/task/22946/stat : 22946 (java) R 22944 22941 17442 0 -1 64 3910 0 1 0 145 5 0 0 25 0 9 0 24529286 885547008 23249 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22947] ppid=22944 vsize=864792 CPUtime=1.29
/proc/22945/task/22947/stat : 22947 (java) R 22944 22941 17442 0 -1 64 22518 0 0 0 118 11 0 0 16 0 9 0 24529288 885547008 23249 996147200 134512640 134550932 4294955984 18446744073709551615 102759496 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22948] ppid=22944 vsize=864792 CPUtime=0
/proc/22945/task/22948/stat : 22948 (java) S 22944 22941 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24529288 885547008 23249 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22949] ppid=22944 vsize=864792 CPUtime=0
/proc/22945/task/22949/stat : 22949 (java) S 22944 22941 17442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24529288 885547008 23249 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22950] ppid=22944 vsize=864792 CPUtime=0
/proc/22945/task/22950/stat : 22950 (java) S 22944 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24529290 885547008 23249 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22951] ppid=22944 vsize=864792 CPUtime=0.14
/proc/22945/task/22951/stat : 22951 (java) S 22944 22941 17442 0 -1 64 532 0 0 0 14 0 0 0 16 0 9 0 24529290 885547008 23249 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22952] ppid=22944 vsize=864792 CPUtime=0
/proc/22945/task/22952/stat : 22952 (java) S 22944 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24529290 885547008 23249 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22945/tid=22953] ppid=22944 vsize=864792 CPUtime=0
/proc/22945/task/22953/stat : 22953 (java) S 22944 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24529290 885547008 23249 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887016

[startup+6.30267 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 22963
/proc/meminfo: memFree=1322192/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=3.48
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1309 29280 0 1 6 1 320 21 16 0 1 0 24529276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1111 409 3 0 796 0
[pid=22954] ppid=22941 vsize=5356 CPUtime=0
/proc/22954/stat : 22954 (sh) S 22941 22941 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24529631 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22954/statm: 1339 233 193 169 0 50 0
[pid=22955] ppid=22954 vsize=868608 CPUtime=2.7
/proc/22955/stat : 22955 (java) S 22954 22941 17442 0 -1 0 17422 0 1 0 260 10 0 0 18 0 9 0 24529631 889454592 15886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22955/statm: 217152 15886 2566 9 0 211657 0
[pid=22955/tid=22956] ppid=22954 vsize=868608 CPUtime=1.46
/proc/22955/task/22956/stat : 22956 (java) R 22954 22941 17442 0 -1 64 3188 0 1 0 145 1 0 0 25 0 9 0 24529632 889454592 15886 996147200 134512640 134550932 4294955936 18446744073709551615 4126858855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22957] ppid=22954 vsize=868608 CPUtime=1.04
/proc/22955/task/22957/stat : 22957 (java) S 22954 22941 17442 0 -1 64 12062 0 0 0 97 7 0 0 16 0 9 0 24529634 889454592 15886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22958] ppid=22954 vsize=868608 CPUtime=0
/proc/22955/task/22958/stat : 22958 (java) S 22954 22941 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24529634 889454592 15886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22959] ppid=22954 vsize=868608 CPUtime=0
/proc/22955/task/22959/stat : 22959 (java) S 22954 22941 17442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24529634 889454592 15886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22960] ppid=22954 vsize=868608 CPUtime=0
/proc/22955/task/22960/stat : 22960 (java) S 22954 22941 17442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24529636 889454592 15886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22961] ppid=22954 vsize=868608 CPUtime=0.17
/proc/22955/task/22961/stat : 22961 (java) S 22954 22941 17442 0 -1 64 1469 0 0 0 17 0 0 0 16 0 9 0 24529636 889454592 15886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22962] ppid=22954 vsize=868608 CPUtime=0
/proc/22955/task/22962/stat : 22962 (java) S 22954 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24529636 889454592 15886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22963] ppid=22954 vsize=868608 CPUtime=0
/proc/22955/task/22963/stat : 22963 (java) S 22954 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24529636 889454592 15886 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) 890832

[startup+12.7023 s]
/proc/loadavg: 2.10 2.03 2.00 3/83 22963
/proc/meminfo: memFree=1216656/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=3.48
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1309 29280 0 1 6 1 320 21 16 0 1 0 24529276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1111 409 3 0 796 0
[pid=22954] ppid=22941 vsize=5356 CPUtime=0
/proc/22954/stat : 22954 (sh) S 22941 22941 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24529631 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22954/statm: 1339 233 193 169 0 50 0
[pid=22955] ppid=22954 vsize=868608 CPUtime=9.03
/proc/22955/stat : 22955 (java) S 22954 22941 17442 0 -1 0 54071 0 1 0 873 30 0 0 18 0 9 0 24529631 889454592 42479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22955/statm: 217152 42479 2567 9 0 211657 0
[pid=22955/tid=22956] ppid=22954 vsize=868608 CPUtime=5.03
/proc/22955/task/22956/stat : 22956 (java) R 22954 22941 17442 0 -1 64 4418 0 1 0 501 2 0 0 25 0 9 0 24529632 889454592 42479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22957] ppid=22954 vsize=868608 CPUtime=3.79
/proc/22955/task/22957/stat : 22957 (java) R 22954 22941 17442 0 -1 64 47479 0 0 0 353 26 0 0 16 0 9 0 24529634 889454592 42479 996147200 134512640 134550932 4294955936 18446744073709551615 102381474 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22958] ppid=22954 vsize=868608 CPUtime=0
/proc/22955/task/22958/stat : 22958 (java) S 22954 22941 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24529634 889454592 42479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22959] ppid=22954 vsize=868608 CPUtime=0
/proc/22955/task/22959/stat : 22959 (java) S 22954 22941 17442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24529634 889454592 42479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22960] ppid=22954 vsize=868608 CPUtime=0
/proc/22955/task/22960/stat : 22960 (java) S 22954 22941 17442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24529636 889454592 42479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22961] ppid=22954 vsize=868608 CPUtime=0.18
/proc/22955/task/22961/stat : 22961 (java) S 22954 22941 17442 0 -1 64 1471 0 0 0 18 0 0 0 17 0 9 0 24529636 889454592 42479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22962] ppid=22954 vsize=868608 CPUtime=0
/proc/22955/task/22962/stat : 22962 (java) S 22954 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24529636 889454592 42479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22963] ppid=22954 vsize=868608 CPUtime=0
/proc/22955/task/22963/stat : 22963 (java) S 22954 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24529636 889454592 42479 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) 890832

[startup+25.5026 s]
/proc/loadavg: 2.15 2.04 2.01 3/83 22963
/proc/meminfo: memFree=1036240/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=3.48
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1310 29280 0 1 6 1 320 21 16 0 1 0 24529276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1111 409 3 0 796 0
[pid=22954] ppid=22941 vsize=5356 CPUtime=0
/proc/22954/stat : 22954 (sh) S 22941 22941 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24529631 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22954/statm: 1339 233 193 169 0 50 0
[pid=22955] ppid=22954 vsize=868720 CPUtime=21.7
/proc/22955/stat : 22955 (java) S 22954 22941 17442 0 -1 0 91385 0 1 0 2069 101 0 0 18 0 9 0 24529631 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22955/statm: 217180 64160 2591 9 0 211657 0
[pid=22955/tid=22956] ppid=22954 vsize=868720 CPUtime=13.55
/proc/22955/task/22956/stat : 22956 (java) R 22954 22941 17442 0 -1 64 5752 0 1 0 1301 54 0 0 25 0 9 0 24529632 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4126969397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22957] ppid=22954 vsize=868720 CPUtime=7.87
/proc/22955/task/22957/stat : 22957 (java) S 22954 22941 17442 0 -1 64 83419 0 0 0 742 45 0 0 16 0 9 0 24529634 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22958] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22958/stat : 22958 (java) S 22954 22941 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24529634 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22959] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22959/stat : 22959 (java) S 22954 22941 17442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24529634 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22960] ppid=22954 vsize=868720 CPUtime=0

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

/proc/22955/task/22962/stat : 22962 (java) S 22954 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24529636 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22963] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22963/stat : 22963 (java) S 22954 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24529636 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 890944

[startup+51.1021 s]
/proc/loadavg: 2.52 2.13 2.04 3/83 22963
/proc/meminfo: memFree=743440/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=3.48
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1310 29280 0 1 6 1 320 21 16 0 1 0 24529276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1111 409 3 0 796 0
[pid=22954] ppid=22941 vsize=5356 CPUtime=0
/proc/22954/stat : 22954 (sh) S 22941 22941 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24529631 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22954/statm: 1339 233 193 169 0 50 0
[pid=22955] ppid=22954 vsize=868720 CPUtime=46.76
/proc/22955/stat : 22955 (java) S 22954 22941 17442 0 -1 0 91756 0 1 0 4384 292 0 0 18 0 9 0 24529631 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22955/statm: 217180 64160 2591 9 0 211657 0
[pid=22955/tid=22956] ppid=22954 vsize=868720 CPUtime=38.17
/proc/22955/task/22956/stat : 22956 (java) R 22954 22941 17442 0 -1 64 6123 0 1 0 3574 243 0 0 25 0 9 0 24529632 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4126780369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22957] ppid=22954 vsize=868720 CPUtime=8.3
/proc/22955/task/22957/stat : 22957 (java) S 22954 22941 17442 0 -1 64 83419 0 0 0 783 47 0 0 16 0 9 0 24529634 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22958] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22958/stat : 22958 (java) S 22954 22941 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24529634 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22959] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22959/stat : 22959 (java) S 22954 22941 17442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24529634 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22960] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22960/stat : 22960 (java) S 22954 22941 17442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24529636 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22961] ppid=22954 vsize=868720 CPUtime=0.25
/proc/22955/task/22961/stat : 22961 (java) S 22954 22941 17442 0 -1 64 1511 0 0 0 25 0 0 0 15 0 9 0 24529636 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22962] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22962/stat : 22962 (java) S 22954 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24529636 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22963] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22963/stat : 22963 (java) S 22954 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24529636 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 890944

[startup+102.307 s]
/proc/loadavg: 2.87 2.28 2.09 3/83 22963
/proc/meminfo: memFree=138448/2055920 swapFree=4192956/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=3.48
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1310 29280 0 1 6 1 320 21 16 0 1 0 24529276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1111 409 3 0 796 0
[pid=22954] ppid=22941 vsize=5356 CPUtime=0
/proc/22954/stat : 22954 (sh) S 22941 22941 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24529631 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22954/statm: 1339 233 193 169 0 50 0
[pid=22955] ppid=22954 vsize=868720 CPUtime=96.5
/proc/22955/stat : 22955 (java) S 22954 22941 17442 0 -1 0 92486 0 1 0 8979 671 0 0 18 0 9 0 24529631 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22955/statm: 217180 64160 2591 9 0 211657 0
[pid=22955/tid=22956] ppid=22954 vsize=868720 CPUtime=87.03
/proc/22955/task/22956/stat : 22956 (java) R 22954 22941 17442 0 -1 64 6853 0 1 0 8089 614 0 0 25 0 9 0 24529632 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4126967928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22957] ppid=22954 vsize=868720 CPUtime=9.19
/proc/22955/task/22957/stat : 22957 (java) S 22954 22941 17442 0 -1 64 83419 0 0 0 864 55 0 0 16 0 9 0 24529634 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22958] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22958/stat : 22958 (java) S 22954 22941 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24529634 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22959] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22959/stat : 22959 (java) S 22954 22941 17442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24529634 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22960] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22960/stat : 22960 (java) S 22954 22941 17442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24529636 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22961] ppid=22954 vsize=868720 CPUtime=0.25
/proc/22955/task/22961/stat : 22961 (java) S 22954 22941 17442 0 -1 64 1511 0 0 0 25 0 0 0 15 0 9 0 24529636 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22962] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22962/stat : 22962 (java) S 22954 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24529636 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22955/tid=22963] ppid=22954 vsize=868720 CPUtime=0
/proc/22955/task/22963/stat : 22963 (java) S 22954 22941 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24529636 889569280 64160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (KiB) 890944



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+141.001 s]
/proc/loadavg: 3.15 2.43 2.15 3/75 22965
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=124.02
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1376 122428 0 2 7 1 11510 884 15 0 1 0 24529276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1113 409 3 0 796 0
[pid=22964] ppid=22941 vsize=5356 CPUtime=0
/proc/22964/stat : 22964 (sh) S 22941 22941 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24541996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22964/statm: 1339 232 193 169 0 50 0
[pid=22965] ppid=22964 vsize=906176 CPUtime=13.16
/proc/22965/stat : 22965 (minisat) R 22964 22941 17442 0 -1 4194304 222014 0 0 0 1121 195 0 0 25 0 1 0 24542013 927924224 222000 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/22965/statm: 226544 222000 62 150 0 226391 0
Current children cumulated CPU time (s) 137.18
Current children cumulated vsize (KiB) 928400

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

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

[startup+141.119 s]
/proc/loadavg: 3.15 2.43 2.15 3/75 22965
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=124.02
/proc/22941/stat : 22941 (sugar) S 22939 22941 17442 0 -1 4194304 1398 122428 0 2 7 1 11510 884 16 0 1 0 24529276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22941/statm: 4217 1113 409 3 0 796 0
[pid=22964] ppid=22941 vsize=0 CPUtime=0
/proc/22964/stat : 22964 (sh) Z 22941 22941 17442 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24541996 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/22964/statm: 0 0 0 0 0 0 0
[pid=22965] ppid=1 vsize=0 CPUtime=13.27
/proc/22965/stat : 22965 (minisat) R 1 22941 17442 0 -1 4195332 222021 0 0 0 1121 206 0 0 25 0 1 0 24542013 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/22965/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 137.29
Current children cumulated vsize (KiB) 16868

[startup+141.201 s]
/proc/loadavg: 3.15 2.43 2.15 3/75 22965
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=124.06
/proc/22941/stat : 22941 (sugar) R 22939 22941 17442 0 -1 4194304 1423 122705 0 2 7 5 11510 884 16 0 1 0 24529276 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22941/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 124.06
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+141.401 s]
/proc/loadavg: 3.15 2.43 2.15 3/75 22965
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=124.26
/proc/22941/stat : 22941 (sugar) R 22939 22941 17442 0 -1 4194304 1423 122705 0 2 7 25 11510 884 17 0 1 0 24529276 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22941/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 124.26
Current children cumulated vsize (KiB) 16868

[startup+141.801 s]
/proc/loadavg: 3.15 2.43 2.15 2/74 22966
/proc/meminfo: memFree=1921176/2055920 swapFree=4192812/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=124.53
/proc/22941/stat : 22941 (sugar) D 22939 22941 17442 0 -1 4194304 1423 122705 0 2 7 52 11510 884 15 0 1 0 24529276 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22941/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 124.53
Current children cumulated vsize (KiB) 16868

[startup+142.001 s]
/proc/loadavg: 3.15 2.43 2.15 2/74 22966
/proc/meminfo: memFree=1921176/2055920 swapFree=4192812/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=124.54
/proc/22941/stat : 22941 (sugar) D 22939 22941 17442 0 -1 4194304 1423 122705 0 2 7 53 11510 884 15 0 1 0 24529276 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22941/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 124.54
Current children cumulated vsize (KiB) 16868

[startup+142.101 s]
/proc/loadavg: 3.15 2.43 2.15 2/74 22966
/proc/meminfo: memFree=1921176/2055920 swapFree=4192812/4192956
[pid=22941] ppid=22939 vsize=16868 CPUtime=124.54
/proc/22941/stat : 22941 (sugar) D 22939 22941 17442 0 -1 4194304 1423 122705 0 2 7 53 11510 884 15 0 1 0 24529276 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22941/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 124.54
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): 13.23
#  lost CPU user time (s): 11.21
#  lost CPU system time (s): 2.02

Real time (s): 142.156
CPU time (s): 137.792
CPU user time (s): 126.39
CPU system time (s): 11.4016
CPU usage (%): 96.9298
Max. virtual memory (cumulated for all children) (KiB): 928400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.18
system time used= 9.38157
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124187
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= 19995
involuntary context switches= 22894

runsolver used 0.212967 second user time and 0.509922 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 06:57:02
IDJOB=2082093
IDBENCH=57529
IDSOLVER=739
FILE ID=node12/2082093-1247374622
PBS_JOBID= 9506997
Free space on /tmp= 66208 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082093-1247374622/watcher-2082093-1247374622 -o /tmp/evaluation-result-2082093-1247374622/solver-2082093-1247374622 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2082093-1247374622.xml

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

MD5SUM BENCH= 18b7059da0498c17376d1b6f8b9dd1af
RANDOM SEED=1356098754

node12.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.240
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.240
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:       1367432 kB
Buffers:         80164 kB
Cached:         488656 kB
SwapCached:          0 kB
Active:         119420 kB
Inactive:       488896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8608 kB
Writeback:           0 kB
Mapped:          51048 kB
Slab:            65540 kB
Committed_AS:   185072 kB
PageTables:       1744 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= 66208 MiB
End job on node12 at 2009-07-12 06:59:26