Trace number 2081498

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) 336.939 342.823

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-300.xml
MD5SUMc7d57b0262fde2b45e9a562f45f9d3ca
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.1408
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints44850
Maximum constraint arity2
Maximum domain size300
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44850
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 06:29:31 2009
0.05/0.08	c 0	PID 24633
0.05/0.08	c 0	HOST node70.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2081498-1247372970.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081498-1247372970.xml' 'HOME/temp.csp'
2.44/2.58	c 2	1 domains, 300 variables, 1 predicates, 0 relations, 44850 constraints
2.51/2.61	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.51/2.61	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.51/2.69	c 2	Parsing HOME/temp.csp
2.52/2.87	c 3	parsed 10000 expressions
2.52/3.06	c 3	parsed 20000 expressions
2.52/3.18	c 3	parsed 30000 expressions
3.19/3.37	c 3	parsed 40000 expressions
3.28/3.43	c 3	parsed 45152 expressions
3.28/3.44	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.28/3.44	c 3	Converting to clausal form CSP
4.17/4.32	c 4	converted 4516 (10%) expressions
4.68/4.81	c 5	converted 9031 (20%) expressions
5.38/5.56	c 5	converted 13546 (30%) expressions
5.87/6.07	c 6	converted 18061 (40%) expressions
6.76/6.97	c 7	converted 22576 (50%) expressions
7.25/7.46	c 7	converted 27092 (60%) expressions
7.76/7.97	c 8	converted 31607 (70%) expressions
8.25/8.46	c 8	converted 36122 (80%) expressions
8.74/8.97	c 9	converted 40637 (90%) expressions
10.12/10.31	c 10	converted 45152 (100%) expressions
10.12/10.32	c 10	CSP : 300 integers, 44850 booleans, 179400 clauses, largest domain size 300
10.12/10.32	c 10	Heap : 123 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.12/10.32	c 10	Propagation in CSP
10.43/10.68	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.43/10.68	c 10	CSP : 300 integers, 44850 booleans, 179400 clauses, largest domain size 300
10.43/10.68	c 10	Heap : 116 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.52/10.72	c 10	Simplifing CSP by introducing new Boolean variables
11.41/11.62	c 11	CSP : 300 integers, 224248 booleans, 358798 clauses, largest domain size 300
11.41/11.62	c 11	Heap : 177 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.39/12.69	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.50/12.75	c 13	30 (10%) CSP integer variables are encoded (8940 clauses, 114079 bytes)
12.50/12.76	c 13	60 (20%) CSP integer variables are encoded (17880 clauses, 246128 bytes)
12.50/12.77	c 13	90 (30%) CSP integer variables are encoded (26820 clauses, 380228 bytes)
12.50/12.78	c 13	120 (40%) CSP integer variables are encoded (35760 clauses, 514328 bytes)
12.50/12.79	c 13	150 (50%) CSP integer variables are encoded (44700 clauses, 648428 bytes)
12.59/12.80	c 13	180 (60%) CSP integer variables are encoded (53640 clauses, 782528 bytes)
12.59/12.82	c 13	210 (70%) CSP integer variables are encoded (62580 clauses, 916628 bytes)
12.59/12.83	c 13	240 (80%) CSP integer variables are encoded (71520 clauses, 1050728 bytes)
12.59/12.84	c 13	270 (90%) CSP integer variables are encoded (80460 clauses, 1184828 bytes)
12.59/12.85	c 13	300 (100%) CSP integer variables are encoded (89400 clauses, 1318928 bytes)
22.44/22.85	c 23	35880 (10%) CSP clauses are encoded (5582468 clauses, 118503992 bytes)
32.33/33.06	c 33	71760 (20%) CSP clauses are encoded (11175254 clauses, 239603310 bytes)
42.92/43.82	c 44	107640 (30%) CSP clauses are encoded (16897428 clauses, 369925620 bytes)
53.77/55.00	c 55	143520 (40%) CSP clauses are encoded (22822730 clauses, 505942951 bytes)
65.13/66.71	c 66	179399 (50%) CSP clauses are encoded (28894880 clauses, 645337799 bytes)
76.75/78.71	c 78	215279 (60%) CSP clauses are encoded (35153778 clauses, 789027838 bytes)
88.77/91.13	c 91	251159 (70%) CSP clauses are encoded (41646928 clauses, 938105673 bytes)
101.22/104.04	c 104	287039 (80%) CSP clauses are encoded (48374418 clauses, 1092573328 bytes)
113.45/116.62	c 116	322919 (90%) CSP clauses are encoded (55405988 clauses, 1254034823 bytes)
126.14/129.76	c 130	358798 (100%) CSP clauses are encoded (62909298 clauses, 1426346351 bytes)
126.14/129.76	c 130	358798 CSP clauses encoded
126.14/129.78	c 130	Writing map file : HOME/temp.map
126.21/129.83	c 130	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
126.21/129.83	c 130	SAT : 313948 SAT variables, 62909298 SAT clauses, 1426346351 bytes
126.21/129.83	c 130	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
126.21/129.88	c 130	SOLVING HOME/temp.cnf
126.21/129.88	c 130	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
336.43/341.82	c ERROR INTERRUPTED
336.55/341.94	s UNKNOWN
336.55/341.94	c 342	CPU 126.31 (0.07 0.01 117.28 8.95)
336.55/341.94	c 342	END Sun Jul 12 06:35: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-2081498-1247372970/watcher-2081498-1247372970 -o /tmp/evaluation-result-2081498-1247372970/solver-2081498-1247372970 -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-2081498-1247372970.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 24633
/proc/meminfo: memFree=1576936/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=12268 CPUtime=0
/proc/24633/stat : 24633 (sugar) R 24631 24633 18582 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24359737 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233410968574 0 0 4224 0 0 0 0 17 1 0 0
/proc/24633/statm: 3067 316 241 3 0 167 0

[startup+0.0658109 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 24633
/proc/meminfo: memFree=1576936/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16212 CPUtime=0.05
/proc/24633/stat : 24633 (sugar) R 24631 24633 18582 0 -1 4194304 967 0 0 0 4 1 0 0 18 0 1 0 24359737 16601088 935 996147200 4194304 4206940 548682068608 18446744073709551615 233420389511 0 0 4224 0 0 0 0 17 1 0 0
/proc/24633/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101837 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 24633
/proc/meminfo: memFree=1576936/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=0.06
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24359737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24633/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30183 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 24633
/proc/meminfo: memFree=1576936/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=0.06
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24359737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24633/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701873 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 24633
/proc/meminfo: memFree=1576936/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=0.06
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24359737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24633/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50295 s]
/proc/loadavg: 1.91 1.98 1.99 4/83 24645
/proc/meminfo: memFree=1546640/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=0.06
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24359737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24633/statm: 4217 1111 409 3 0 796 0
[pid=24636] ppid=24633 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24633 24633 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24359745 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 233 193 169 0 50 0
[pid=24637] ppid=24636 vsize=864772 CPUtime=1.39
/proc/24637/stat : 24637 (java) S 24636 24633 18582 0 -1 0 16313 0 1 0 130 9 0 0 18 0 9 0 24359746 885526528 13845 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24637/statm: 216193 13845 2556 9 0 210705 0
[pid=24637/tid=24638] ppid=24636 vsize=864772 CPUtime=0.81
/proc/24637/task/24638/stat : 24638 (java) R 24636 24633 18582 0 -1 64 3052 0 1 0 79 2 0 0 24 0 9 0 24359747 885526528 13845 996147200 134512640 134550932 4294955984 18446744073709551615 4126645268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24637/tid=24639] ppid=24636 vsize=864772 CPUtime=0.43
/proc/24637/task/24639/stat : 24639 (java) S 24636 24633 18582 0 -1 64 12038 0 0 0 38 5 0 0 16 0 9 0 24359748 885526528 13845 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24637/tid=24640] ppid=24636 vsize=864772 CPUtime=0
/proc/24637/task/24640/stat : 24640 (java) S 24636 24633 18582 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24359748 885526528 13845 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24637/tid=24641] ppid=24636 vsize=864772 CPUtime=0
/proc/24637/task/24641/stat : 24641 (java) S 24636 24633 18582 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24359748 885526528 13845 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24637/tid=24642] ppid=24636 vsize=864772 CPUtime=0
/proc/24637/task/24642/stat : 24642 (java) S 24636 24633 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24359750 885526528 13845 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24637/tid=24643] ppid=24636 vsize=864772 CPUtime=0.11
/proc/24637/task/24643/stat : 24643 (java) S 24636 24633 18582 0 -1 64 518 0 0 0 11 0 0 0 16 0 9 0 24359750 885526528 13845 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24637/tid=24644] ppid=24636 vsize=864772 CPUtime=0
/proc/24637/task/24644/stat : 24644 (java) S 24636 24633 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24359750 885526528 13845 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24637/tid=24645] ppid=24636 vsize=864772 CPUtime=0
/proc/24637/task/24645/stat : 24645 (java) S 24636 24633 18582 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24359750 885526528 13845 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) 886996

[startup+3.10111 s]
/proc/loadavg: 1.91 1.98 1.99 3/83 24645
/proc/meminfo: memFree=1505936/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=2.52
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1309 23413 0 1 5 1 233 13 15 0 1 0 24359737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24633/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 16868

[startup+6.30243 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24655
/proc/meminfo: memFree=1456400/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=2.53
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1309 23413 0 1 6 1 233 13 15 0 1 0 24359737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24633/statm: 4217 1111 409 3 0 796 0
[pid=24646] ppid=24633 vsize=5356 CPUtime=0
/proc/24646/stat : 24646 (sh) S 24633 24633 18582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24359999 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24646/statm: 1339 233 193 169 0 50 0
[pid=24647] ppid=24646 vsize=868600 CPUtime=3.64
/proc/24647/stat : 24647 (java) S 24646 24633 18582 0 -1 0 23306 0 1 0 351 13 0 0 18 0 9 0 24359999 889446400 21734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24647/statm: 217150 21734 2566 9 0 211655 0
[pid=24647/tid=24648] ppid=24646 vsize=868600 CPUtime=2.19
/proc/24647/task/24648/stat : 24648 (java) R 24646 24633 18582 0 -1 64 3196 0 1 0 217 2 0 0 25 0 9 0 24360000 889446400 21734 996147200 134512640 134550932 4294955936 18446744073709551615 4126455172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24649] ppid=24646 vsize=868600 CPUtime=1.25
/proc/24647/task/24649/stat : 24649 (java) S 24646 24633 18582 0 -1 64 17924 0 0 0 117 8 0 0 16 0 9 0 24360001 889446400 21734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24650] ppid=24646 vsize=868600 CPUtime=0
/proc/24647/task/24650/stat : 24650 (java) S 24646 24633 18582 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24360001 889446400 21734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24651] ppid=24646 vsize=868600 CPUtime=0
/proc/24647/task/24651/stat : 24651 (java) S 24646 24633 18582 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24360001 889446400 21734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24652] ppid=24646 vsize=868600 CPUtime=0
/proc/24647/task/24652/stat : 24652 (java) S 24646 24633 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24360003 889446400 21734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24653] ppid=24646 vsize=868600 CPUtime=0.17
/proc/24647/task/24653/stat : 24653 (java) S 24646 24633 18582 0 -1 64 1484 0 0 0 16 1 0 0 16 0 9 0 24360003 889446400 21734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24654] ppid=24646 vsize=868600 CPUtime=0
/proc/24647/task/24654/stat : 24654 (java) S 24646 24633 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24360003 889446400 21734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24655] ppid=24646 vsize=868600 CPUtime=0
/proc/24647/task/24655/stat : 24655 (java) S 24646 24633 18582 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24360003 889446400 21734 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.7011 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 24655
/proc/meminfo: memFree=1183504/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=2.53
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1310 23413 0 1 6 1 233 13 16 0 1 0 24359737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24633/statm: 4217 1111 409 3 0 796 0
[pid=24646] ppid=24633 vsize=5356 CPUtime=0
/proc/24646/stat : 24646 (sh) S 24633 24633 18582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24359999 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24646/statm: 1339 233 193 169 0 50 0
[pid=24647] ppid=24646 vsize=868712 CPUtime=9.97
/proc/24647/stat : 24647 (java) S 24646 24633 18582 0 -1 0 67393 0 1 0 966 31 0 0 18 0 9 0 24359999 889561088 51668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24647/statm: 217178 51668 2588 9 0 211655 0
[pid=24647/tid=24648] ppid=24646 vsize=868712 CPUtime=4.86
/proc/24647/task/24648/stat : 24648 (java) R 24646 24633 18582 0 -1 64 4549 0 1 0 484 2 0 0 24 0 9 0 24360000 889561088 51668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24649] ppid=24646 vsize=868712 CPUtime=4.88
/proc/24647/task/24649/stat : 24649 (java) S 24646 24633 18582 0 -1 64 60648 0 0 0 463 25 0 0 17 0 9 0 24360001 889561088 51668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24650] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24650/stat : 24650 (java) S 24646 24633 18582 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24360001 889561088 51668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24651] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24651/stat : 24651 (java) S 24646 24633 18582 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24360001 889561088 51668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24652] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24652/stat : 24652 (java) S 24646 24633 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24360003 889561088 51668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24653] ppid=24646 vsize=868712 CPUtime=0.19
/proc/24647/task/24653/stat : 24653 (java) R 24646 24633 18582 0 -1 64 1494 0 0 0 18 1 0 0 16 0 9 0 24360003 889561088 51668 996147200 134512640 134550932 4294955936 18446744073709551615 101677235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24654] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24654/stat : 24654 (java) S 24646 24633 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24360003 889561088 51668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24655] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24655/stat : 24655 (java) S 24646 24633 18582 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24360003 889561088 51668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890936

[startup+25.5024 s]
/proc/loadavg: 2.08 2.02 2.00 3/94 24693
/proc/meminfo: memFree=1221368/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=2.53
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1310 23413 0 1 6 1 233 13 16 0 1 0 24359737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24633/statm: 4217 1111 409 3 0 796 0
[pid=24646] ppid=24633 vsize=5356 CPUtime=0
/proc/24646/stat : 24646 (sh) S 24633 24633 18582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24359999 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24646/statm: 1339 233 193 169 0 50 0
[pid=24647] ppid=24646 vsize=868712 CPUtime=22.45
/proc/24647/stat : 24647 (java) S 24646 24633 18582 0 -1 0 67684 0 1 0 2126 119 0 0 18 0 9 0 24359999 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24647/statm: 217178 51701 2591 9 0 211655 0
[pid=24647/tid=24648] ppid=24646 vsize=868712 CPUtime=17.08
/proc/24647/task/24648/stat : 24648 (java) R 24646 24633 18582 0 -1 64 4811 0 1 0 1619 89 0 0 25 0 9 0 24360000 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24649] ppid=24646 vsize=868712 CPUtime=5.1
/proc/24647/task/24649/stat : 24649 (java) S 24646 24633 18582 0 -1 64 60649 0 0 0 483 27 0 0 16 0 9 0 24360001 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24650] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24650/stat : 24650 (java) S 24646 24633 18582 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24360001 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24651] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24651/stat : 24651 (java) S 24646 24633 18582 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24360001 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24652] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24652/stat : 24652 (java) S 24646 24633 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24360003 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24653] ppid=24646 vsize=868712 CPUtime=0.24
/proc/24647/task/24653/stat : 24653 (java) S 24646 24633 18582 0 -1 64 1522 0 0 0 23 1 0 0 16 0 9 0 24360003 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24654] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24654/stat : 24654 (java) S 24646 24633 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24360003 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24655] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24655/stat : 24655 (java) S 24646 24633 18582 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24360003 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 890936

[startup+51.1029 s]
/proc/loadavg: 2.39 2.09 2.03 5/94 24693
/proc/meminfo: memFree=668280/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=2.53
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1310 23413 0 1 6 1 233 13 16 0 1 0 24359737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24633/statm: 4217 1111 409 3 0 796 0
[pid=24646] ppid=24633 vsize=5356 CPUtime=0
/proc/24646/stat : 24646 (sh) S 24633 24633 18582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24359999 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24646/statm: 1339 233 193 169 0 50 0
[pid=24647] ppid=24646 vsize=868712 CPUtime=47.55
/proc/24647/stat : 24647 (java) S 24646 24633 18582 0 -1 0 68200 0 1 0 4452 303 0 0 18 0 9 0 24359999 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24647/statm: 217178 51701 2591 9 0 211655 0

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

[startup+102.308 s]
/proc/loadavg: 2.93 2.28 2.09 3/94 24693
/proc/meminfo: memFree=16120/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=2.53
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1310 23413 0 1 6 1 233 13 16 0 1 0 24359737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24633/statm: 4217 1111 409 3 0 796 0
[pid=24646] ppid=24633 vsize=5356 CPUtime=0
/proc/24646/stat : 24646 (sh) S 24633 24633 18582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24359999 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24646/statm: 1339 233 193 169 0 50 0
[pid=24647] ppid=24646 vsize=868712 CPUtime=97.04
/proc/24647/stat : 24647 (java) S 24646 24633 18582 0 -1 0 69201 0 1 0 9031 673 0 0 18 0 9 0 24359999 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24647/statm: 217178 51701 2591 9 0 211655 0
[pid=24647/tid=24648] ppid=24646 vsize=868712 CPUtime=90.37
/proc/24647/task/24648/stat : 24648 (java) R 24646 24633 18582 0 -1 64 6328 0 1 0 8405 632 0 0 25 0 9 0 24360000 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4126964201 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24649] ppid=24646 vsize=868712 CPUtime=6.4
/proc/24647/task/24649/stat : 24649 (java) S 24646 24633 18582 0 -1 64 60649 0 0 0 602 38 0 0 16 0 9 0 24360001 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24650] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24650/stat : 24650 (java) S 24646 24633 18582 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24360001 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24651] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24651/stat : 24651 (java) S 24646 24633 18582 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24360001 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24652] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24652/stat : 24652 (java) S 24646 24633 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24360003 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24653] ppid=24646 vsize=868712 CPUtime=0.24
/proc/24647/task/24653/stat : 24653 (java) S 24646 24633 18582 0 -1 64 1522 0 0 0 23 1 0 0 16 0 9 0 24360003 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24654] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24654/stat : 24654 (java) S 24646 24633 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24360003 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24647/tid=24655] ppid=24646 vsize=868712 CPUtime=0
/proc/24647/task/24655/stat : 24655 (java) S 24646 24633 18582 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24360003 889561088 51701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.57
Current children cumulated vsize (KiB) 890936

[startup+162.302 s]
/proc/loadavg: 2.72 2.36 2.13 3/86 24695
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=126.29
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1365 93502 0 2 6 1 11728 894 16 0 1 0 24359737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24633/statm: 4217 1113 409 3 0 796 0
[pid=24694] ppid=24633 vsize=5356 CPUtime=0
/proc/24694/stat : 24694 (sh) S 24633 24633 18582 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24372725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24694/statm: 1339 232 193 169 0 50 0
[pid=24695] ppid=24694 vsize=150344 CPUtime=31.87
/proc/24695/stat : 24695 (picosat) R 24694 24633 18582 0 -1 4194304 35251 0 4 0 1441 1746 0 0 25 0 1 0 24372737 153952256 35241 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24695/statm: 37586 35241 40 102 0 37481 0
Current children cumulated CPU time (s) 158.16
Current children cumulated vsize (KiB) 172568

[startup+222.302 s]
/proc/loadavg: 2.50 2.35 2.14 3/86 24695
/proc/meminfo: memFree=19000/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=126.29
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1365 93502 0 2 6 1 11728 894 16 0 1 0 24359737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24633/statm: 4217 1113 409 3 0 796 0
[pid=24694] ppid=24633 vsize=5356 CPUtime=0
/proc/24694/stat : 24694 (sh) S 24633 24633 18582 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24372725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24694/statm: 1339 232 193 169 0 50 0
[pid=24695] ppid=24694 vsize=405680 CPUtime=91.27
/proc/24695/stat : 24695 (picosat) R 24694 24633 18582 0 -1 4194304 93555 0 4 0 4144 4983 0 0 25 0 1 0 24372737 415416320 93545 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24695/statm: 101420 93545 40 102 0 101315 0
Current children cumulated CPU time (s) 217.56
Current children cumulated vsize (KiB) 427904

[startup+282.302 s]
/proc/loadavg: 2.49 2.39 2.17 3/76 24724
/proc/meminfo: memFree=527624/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=126.29
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1365 93502 0 2 6 1 11728 894 16 0 1 0 24359737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24633/statm: 4217 1113 409 3 0 796 0
[pid=24694] ppid=24633 vsize=5356 CPUtime=0
/proc/24694/stat : 24694 (sh) S 24633 24633 18582 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24372725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24694/statm: 1339 232 193 169 0 50 0
[pid=24695] ppid=24694 vsize=681624 CPUtime=150.92
/proc/24695/stat : 24695 (picosat) R 24694 24633 18582 0 -1 4194304 153031 0 4 0 6871 8221 0 0 25 0 1 0 24372737 697982976 153021 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24695/statm: 170406 153021 40 102 0 170301 0
Current children cumulated CPU time (s) 277.21
Current children cumulated vsize (KiB) 703848



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+341.802 s]
/proc/loadavg: 2.18 2.31 2.15 3/76 24724
/proc/meminfo: memFree=118472/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=126.29
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1365 93502 0 2 6 1 11728 894 16 0 1 0 24359737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24633/statm: 4217 1113 409 3 0 796 0
[pid=24694] ppid=24633 vsize=5356 CPUtime=0
/proc/24694/stat : 24694 (sh) S 24633 24633 18582 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24372725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24694/statm: 1339 232 193 169 0 50 0
[pid=24695] ppid=24694 vsize=899556 CPUtime=210.14
/proc/24695/stat : 24695 (picosat) R 24694 24633 18582 0 -1 4194304 214594 0 4 0 9543 11471 0 0 25 0 1 0 24372737 921145344 214584 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24695/statm: 224889 214585 40 102 0 224784 0
Current children cumulated CPU time (s) 336.43
Current children cumulated vsize (KiB) 921780

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

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

[startup+341.92 s]
/proc/loadavg: 2.18 2.31 2.15 3/76 24724
/proc/meminfo: memFree=118472/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=126.29
/proc/24633/stat : 24633 (sugar) S 24631 24633 18582 0 -1 4194304 1394 93502 0 2 6 1 11728 894 16 0 1 0 24359737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24633/statm: 4217 1113 409 3 0 796 0
[pid=24694] ppid=24633 vsize=0 CPUtime=0
/proc/24694/stat : 24694 (sh) Z 24633 24633 18582 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24372725 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24694/statm: 0 0 0 0 0 0 0
[pid=24695] ppid=1 vsize=0 CPUtime=210.26
/proc/24695/stat : 24695 (picosat) R 1 24633 18582 0 -1 4195332 214595 0 4 0 9543 11483 0 0 25 0 1 0 24372737 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/24695/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 336.55
Current children cumulated vsize (KiB) 16868

[startup+342.002 s]
/proc/loadavg: 2.18 2.31 2.15 3/75 24725
/proc/meminfo: memFree=1137936/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=126.36
/proc/24633/stat : 24633 (sugar) R 24631 24633 18582 0 -1 4194304 1423 93777 0 4 7 6 11728 895 16 0 1 0 24359737 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24633/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 126.36
Current children cumulated vsize (KiB) 16868
#
############


[startup+342.302 s]
/proc/loadavg: 2.18 2.31 2.15 3/75 24725
/proc/meminfo: memFree=1137936/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=126.65
/proc/24633/stat : 24633 (sugar) R 24631 24633 18582 0 -1 4194304 1423 93777 0 4 7 35 11728 895 16 0 1 0 24359737 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24633/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 126.65
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+342.602 s]
/proc/loadavg: 2.18 2.31 2.15 3/75 24725
/proc/meminfo: memFree=1905936/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=126.7
/proc/24633/stat : 24633 (sugar) D 24631 24633 18582 0 -1 4194304 1423 93777 0 4 7 40 11728 895 15 0 1 0 24359737 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24633/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 126.7
Current children cumulated vsize (KiB) 16868

[startup+342.802 s]
/proc/loadavg: 2.18 2.31 2.15 3/75 24725
/proc/meminfo: memFree=1905936/2055920 swapFree=4192812/4192956
[pid=24633] ppid=24631 vsize=16868 CPUtime=126.73
/proc/24633/stat : 24633 (sugar) R 24631 24633 18582 0 -1 4194304 1423 93777 0 4 7 43 11728 895 15 0 1 0 24359737 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24633/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 126.73
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): 210.19
#  lost CPU user time (s): 95.42
#  lost CPU system time (s): 114.77

Real time (s): 342.823
CPU time (s): 336.939
CPU user time (s): 212.771
CPU system time (s): 124.168
CPU usage (%): 98.2835
Max. virtual memory (cumulated for all children) (KiB): 921780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.351
system time used= 9.39757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95259
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26998
involuntary context switches= 28687

runsolver used 0.45393 second user time and 1.17082 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 06:29:31
IDJOB=2081498
IDBENCH=57403
IDSOLVER=738
FILE ID=node70/2081498-1247372970
PBS_JOBID= 9507007
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= c7d57b0262fde2b45e9a562f45f9d3ca
RANDOM SEED=2032612424

node70.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.214
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.214
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:       1577416 kB
Buffers:         27708 kB
Cached:         351188 kB
SwapCached:          0 kB
Active:         245516 kB
Inactive:       157864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           53128 kB
Writeback:           0 kB
Mapped:          35140 kB
Slab:            60664 kB
Committed_AS:   224156 kB
PageTables:       1720 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= 66412 MiB
End job on node70 at 2009-07-12 06:35:15