Trace number 2083511

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) 596.687 604.769

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-9.xml
MD5SUMfb81abe9ad9e3c26d2d93322f7bc814c
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 benchmark57.5612
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
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 07:45:21 2009
0.00/0.08	c 0	PID 22948
0.06/0.08	c 0	HOST node62.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083511-1247377521.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083511-1247377521.xml' 'HOME/temp.csp'
1.46/1.57	c 2	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.53/1.61	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.53/1.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'
1.53/1.69	c 2	Parsing HOME/temp.csp
1.54/1.87	c 2	parsed 10000 expressions
1.54/2.09	c 2	parsed 20000 expressions
2.01/2.13	c 2	parsed 23592 expressions
2.01/2.14	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.14	c 2	Converting to clausal form CSP
4.70/4.89	c 5	converted 2360 (10%) expressions
10.57/10.76	c 11	converted 4719 (20%) expressions
15.24/15.49	c 16	converted 7078 (30%) expressions
20.21/20.43	c 21	converted 9437 (40%) expressions
24.58/24.88	c 25	converted 11796 (50%) expressions
28.96/29.28	c 29	converted 14156 (60%) expressions
33.64/33.93	c 34	converted 16515 (70%) expressions
37.73/38.00	c 38	converted 18874 (80%) expressions
41.51/41.87	c 42	converted 21233 (90%) expressions
45.29/45.69	c 46	converted 23592 (100%) expressions
45.29/45.69	c 46	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
45.29/45.69	c 46	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
45.29/45.69	c 46	Propagation in CSP
47.88/48.21	c 48	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
47.88/48.21	c 48	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
47.88/48.21	c 48	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
47.88/48.25	c 48	Simplifing CSP by introducing new Boolean variables
48.87/49.27	c 49	CSP : 3955 integers, 110590 booleans, 184002 clauses, largest domain size 2377
48.87/49.27	c 49	Heap : 109 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
49.57/49.97	c 50	Encoding CSP to SAT : HOME/temp.cnf
57.33/57.72	c 58	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
65.19/65.66	c 66	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
72.95/73.48	c 74	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
79.52/80.08	c 80	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
80.71/81.20	c 81	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
81.70/82.26	c 82	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
82.79/83.34	c 83	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
83.78/84.39	c 85	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
84.88/85.46	c 86	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
85.93/86.77	c 87	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
135.55/136.77	c 137	18401 (10%) CSP clauses are encoded (11975172 clauses, 266411045 bytes)
179.56/181.38	c 182	36801 (20%) CSP clauses are encoded (17869645 clauses, 422945319 bytes)
219.47/221.62	c 222	55201 (30%) CSP clauses are encoded (23564709 clauses, 575142591 bytes)
261.25/263.88	c 264	73601 (40%) CSP clauses are encoded (29708453 clauses, 740157271 bytes)
302.83/305.85	c 306	92001 (50%) CSP clauses are encoded (35592117 clauses, 898224962 bytes)
344.08/347.53	c 348	110402 (60%) CSP clauses are encoded (41824757 clauses, 1066044336 bytes)
384.57/388.42	c 389	128802 (70%) CSP clauses are encoded (47933050 clauses, 1230946305 bytes)
423.58/427.85	c 428	147202 (80%) CSP clauses are encoded (54023871 clauses, 1394953803 bytes)
462.54/467.43	c 468	165602 (90%) CSP clauses are encoded (60124421 clauses, 1559985065 bytes)
500.10/505.63	c 506	184002 (100%) CSP clauses are encoded (66150381 clauses, 1723125552 bytes)
500.10/505.63	c 506	184002 CSP clauses encoded
500.10/505.65	c 506	Writing map file : HOME/temp.map
500.34/505.94	c 506	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
500.34/505.94	c 506	SAT : 6267587 SAT variables, 66150381 SAT clauses, 1723125552 bytes
500.34/505.94	c 506	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
500.43/506.00	c 506	SOLVING HOME/temp.cnf
500.43/506.00	c 506	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
596.10/603.12	c ERROR INTERRUPTED
596.22/603.25	s UNKNOWN
596.22/603.25	c 603	CPU 500.44 (0.07 0.02 489.59 10.76)
596.22/603.25	c 603	END Sun Jul 12 07:55: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-2083511-1247377521/watcher-2083511-1247377521 -o /tmp/evaluation-result-2083511-1247377521/solver-2083511-1247377521 -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-2083511-1247377521.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.09 2.11 2.09 4/80 22948
/proc/meminfo: memFree=1630456/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=18576 CPUtime=0
/proc/22948/stat : 22948 (runsolver) R 22946 22948 21281 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24816023 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22948/statm: 4644 284 249 26 0 2626 0

[startup+0.082463 s]
/proc/loadavg: 2.09 2.11 2.09 4/80 22948
/proc/meminfo: memFree=1630456/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16740 CPUtime=0.06
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24816023 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101609 s]
/proc/loadavg: 2.09 2.11 2.09 4/80 22948
/proc/meminfo: memFree=1630456/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=0.06
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24816023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301622 s]
/proc/loadavg: 2.09 2.11 2.09 4/80 22948
/proc/meminfo: memFree=1630456/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=0.06
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24816023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701675 s]
/proc/loadavg: 2.09 2.11 2.09 4/80 22948
/proc/meminfo: memFree=1630456/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=0.06
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24816023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 2.09 2.11 2.09 4/91 22960
/proc/meminfo: memFree=1594592/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=0.06
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24816023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1111 409 3 0 796 0
[pid=22951] ppid=22948 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22948 22948 21281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24816032 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 233 193 169 0 50 0
[pid=22952] ppid=22951 vsize=864776 CPUtime=1.4
/proc/22952/stat : 22952 (java) S 22951 22948 21281 0 -1 0 13923 0 1 0 132 8 0 0 18 0 9 0 24816032 885530624 11953 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22952/statm: 216194 11953 2557 9 0 210706 0
[pid=22952/tid=22953] ppid=22951 vsize=864776 CPUtime=0.8
/proc/22952/task/22953/stat : 22953 (java) R 22951 22948 21281 0 -1 64 3061 0 1 0 78 2 0 0 25 0 9 0 24816033 885530624 11953 996147200 134512640 134550932 4294955984 18446744073709551615 102094018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22952/tid=22954] ppid=22951 vsize=864776 CPUtime=0.43
/proc/22952/task/22954/stat : 22954 (java) S 22951 22948 21281 0 -1 64 9622 0 0 0 39 4 0 0 16 0 9 0 24816035 885530624 11953 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22952/tid=22955] ppid=22951 vsize=864776 CPUtime=0
/proc/22952/task/22955/stat : 22955 (java) S 22951 22948 21281 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24816035 885530624 11953 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22952/tid=22956] ppid=22951 vsize=864776 CPUtime=0
/proc/22952/task/22956/stat : 22956 (java) S 22951 22948 21281 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24816035 885530624 11953 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22952/tid=22957] ppid=22951 vsize=864776 CPUtime=0
/proc/22952/task/22957/stat : 22957 (java) S 22951 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24816037 885530624 11953 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22952/tid=22958] ppid=22951 vsize=864776 CPUtime=0.14
/proc/22952/task/22958/stat : 22958 (java) S 22951 22948 21281 0 -1 64 534 0 0 0 14 0 0 0 16 0 9 0 24816037 885530624 11953 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22952/tid=22959] ppid=22951 vsize=864776 CPUtime=0
/proc/22952/task/22959/stat : 22959 (java) S 22951 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24816037 885530624 11953 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22952/tid=22960] ppid=22951 vsize=864776 CPUtime=0
/proc/22952/task/22960/stat : 22960 (java) S 22951 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24816037 885530624 11953 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) 887000

[startup+3.10194 s]
/proc/loadavg: 2.09 2.11 2.09 3/91 22970
/proc/meminfo: memFree=1611488/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=1.54
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1309 14349 0 1 5 1 139 9 15 0 1 0 24816023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1111 409 3 0 796 0
[pid=22961] ppid=22948 vsize=5356 CPUtime=0
/proc/22961/stat : 22961 (sh) S 22948 22948 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24816184 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22961/statm: 1339 233 193 169 0 50 0
[pid=22962] ppid=22961 vsize=868556 CPUtime=1.47
/proc/22962/stat : 22962 (java) S 22961 22948 21281 0 -1 0 9034 0 1 0 143 4 0 0 18 0 9 0 24816185 889401344 8100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 217139 8100 2569 9 0 211644 0
[pid=22962/tid=22963] ppid=22961 vsize=868556 CPUtime=1.05
/proc/22962/task/22963/stat : 22963 (java) R 22961 22948 21281 0 -1 64 2659 0 1 0 104 1 0 0 24 0 9 0 24816186 889401344 8100 996147200 134512640 134550932 4294955936 18446744073709551615 4126507892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22961 vsize=868556 CPUtime=0.22
/proc/22962/task/22964/stat : 22964 (java) S 22961 22948 21281 0 -1 64 4202 0 0 0 21 1 0 0 16 0 9 0 24816187 889401344 8100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22961 vsize=868556 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22961 22948 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24816187 889401344 8100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22966] ppid=22961 vsize=868556 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22961 22948 21281 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24816187 889401344 8100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22967] ppid=22961 vsize=868556 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22961 22948 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24816189 889401344 8100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22961 vsize=868556 CPUtime=0.16
/proc/22962/task/22968/stat : 22968 (java) S 22961 22948 21281 0 -1 64 1470 0 0 0 16 0 0 0 15 0 9 0 24816189 889401344 8100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22961 vsize=868556 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22961 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24816189 889401344 8100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22961 vsize=868556 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22961 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24816189 889401344 8100 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890780

[startup+6.30131 s]
/proc/loadavg: 2.16 2.13 2.09 3/91 22970
/proc/meminfo: memFree=1599008/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=1.54
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1309 14349 0 1 5 1 139 9 16 0 1 0 24816023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1111 409 3 0 796 0
[pid=22961] ppid=22948 vsize=5356 CPUtime=0
/proc/22961/stat : 22961 (sh) S 22948 22948 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24816184 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22961/statm: 1339 233 193 169 0 50 0
[pid=22962] ppid=22961 vsize=868640 CPUtime=4.64
/proc/22962/stat : 22962 (java) S 22961 22948 21281 0 -1 0 10880 0 1 0 456 8 0 0 18 0 9 0 24816185 889487360 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 217160 9605 2567 9 0 211665 0
[pid=22962/tid=22963] ppid=22961 vsize=868640 CPUtime=3.88
/proc/22962/task/22963/stat : 22963 (java) R 22961 22948 21281 0 -1 64 3015 0 1 0 386 2 0 0 25 0 9 0 24816186 889487360 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4126507840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22961 vsize=868640 CPUtime=0.54
/proc/22962/task/22964/stat : 22964 (java) S 22961 22948 21281 0 -1 64 5680 0 0 0 50 4 0 0 16 0 9 0 24816187 889487360 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22961 22948 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24816187 889487360 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22966] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22961 22948 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24816187 889487360 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22967] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22961 22948 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24816189 889487360 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22961 vsize=868640 CPUtime=0.19
/proc/22962/task/22968/stat : 22968 (java) S 22961 22948 21281 0 -1 64 1482 0 0 0 19 0 0 0 15 0 9 0 24816189 889487360 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22961 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24816189 889487360 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22961 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24816189 889487360 9605 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) 890864

[startup+12.7021 s]
/proc/loadavg: 2.15 2.13 2.09 3/91 22970
/proc/meminfo: memFree=1586400/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=1.54
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1309 14349 0 1 5 1 139 9 16 0 1 0 24816023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1111 409 3 0 796 0
[pid=22961] ppid=22948 vsize=5356 CPUtime=0
/proc/22961/stat : 22961 (sh) S 22948 22948 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24816184 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22961/statm: 1339 233 193 169 0 50 0
[pid=22962] ppid=22961 vsize=868640 CPUtime=11.02
/proc/22962/stat : 22962 (java) S 22961 22948 21281 0 -1 0 15555 0 1 0 1088 14 0 0 18 0 9 0 24816185 889487360 12657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 217160 12657 2569 9 0 211665 0
[pid=22962/tid=22963] ppid=22961 vsize=868640 CPUtime=9.58
/proc/22962/task/22963/stat : 22963 (java) R 22961 22948 21281 0 -1 64 3540 0 1 0 955 3 0 0 25 0 9 0 24816186 889487360 12657 996147200 134512640 134550932 4294955936 18446744073709551615 4126448547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22961 vsize=868640 CPUtime=1.2
/proc/22962/task/22964/stat : 22964 (java) S 22961 22948 21281 0 -1 64 9826 0 0 0 111 9 0 0 16 0 9 0 24816187 889487360 12657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22961 22948 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24816187 889487360 12657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22966] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22961 22948 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24816187 889487360 12657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22967] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22961 22948 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24816189 889487360 12657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22961 vsize=868640 CPUtime=0.21
/proc/22962/task/22968/stat : 22968 (java) S 22961 22948 21281 0 -1 64 1486 0 0 0 21 0 0 0 16 0 9 0 24816189 889487360 12657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22961 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24816189 889487360 12657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22961 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24816189 889487360 12657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890864

[startup+25.5025 s]
/proc/loadavg: 2.11 2.12 2.09 3/91 22970
/proc/meminfo: memFree=1557920/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=1.54
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1309 14349 0 1 5 1 139 9 16 0 1 0 24816023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1111 409 3 0 796 0
[pid=22961] ppid=22948 vsize=5356 CPUtime=0
/proc/22961/stat : 22961 (sh) S 22948 22948 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24816184 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22961/statm: 1339 233 193 169 0 50 0
[pid=22962] ppid=22961 vsize=868640 CPUtime=23.74
/proc/22962/stat : 22962 (java) S 22961 22948 21281 0 -1 0 24123 0 1 0 2350 24 0 0 18 0 9 0 24816185 889487360 19552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 217160 19552 2569 9 0 211665 0
[pid=22962/tid=22963] ppid=22961 vsize=868640 CPUtime=21.2
/proc/22962/task/22963/stat : 22963 (java) R 22961 22948 21281 0 -1 64 4186 0 1 0 2115 5 0 0 25 0 9 0 24816186 889487360 19552 996147200 134512640 134550932 4294955936 18446744073709551615 102801715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22961 vsize=868640 CPUtime=2.29
/proc/22962/task/22964/stat : 22964 (java) S 22961 22948 21281 0 -1 64 17742 0 0 0 213 16 0 0 16 0 9 0 24816187 889487360 19552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22961 22948 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24816187 889487360 19552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22966] ppid=22961 vsize=868640 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22961 22948 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24816187 889487360 19552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22967] ppid=22961 vsize=868640 CPUtime=0

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

[pid=22962/tid=22969] ppid=22961 vsize=868752 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22961 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24816189 889602048 36476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22961 vsize=868752 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22961 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24816189 889602048 36476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.34
Current children cumulated vsize (KiB) 890976

[startup+462.303 s]
/proc/loadavg: 2.42 2.24 2.13 3/91 22972
/proc/meminfo: memFree=15456/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=1.55
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1310 14349 0 1 6 1 139 9 16 0 1 0 24816023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1111 409 3 0 796 0
[pid=22961] ppid=22948 vsize=5356 CPUtime=0
/proc/22961/stat : 22961 (sh) S 22948 22948 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24816184 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22961/statm: 1339 233 193 169 0 50 0
[pid=22962] ppid=22961 vsize=868752 CPUtime=455.98
/proc/22962/stat : 22962 (java) S 22961 22948 21281 0 -1 0 48176 0 1 0 44646 952 0 0 18 0 9 0 24816185 889602048 36476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 217188 36476 2593 9 0 211665 0
[pid=22962/tid=22963] ppid=22961 vsize=868752 CPUtime=447.83
/proc/22962/task/22963/stat : 22963 (java) R 22961 22948 21281 0 -1 64 8866 0 1 0 43883 900 0 0 25 0 9 0 24816186 889602048 36476 996147200 134512640 134550932 4294955936 18446744073709551615 4127067490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22961 vsize=868752 CPUtime=7.8
/proc/22962/task/22964/stat : 22964 (java) S 22961 22948 21281 0 -1 64 37063 0 0 0 731 49 0 0 16 0 9 0 24816187 889602048 36476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22961 vsize=868752 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22961 22948 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24816187 889602048 36476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22966] ppid=22961 vsize=868752 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22961 22948 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24816187 889602048 36476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22967] ppid=22961 vsize=868752 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22961 22948 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24816189 889602048 36476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22961 vsize=868752 CPUtime=0.31
/proc/22962/task/22968/stat : 22968 (java) S 22961 22948 21281 0 -1 64 1544 0 0 0 30 1 0 0 16 0 9 0 24816189 889602048 36476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22961 vsize=868752 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22961 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24816189 889602048 36476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22961 vsize=868752 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22961 22948 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24816189 889602048 36476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 457.53
Current children cumulated vsize (KiB) 890976

[startup+522.302 s]
/proc/loadavg: 2.15 2.20 2.12 3/83 22974
/proc/meminfo: memFree=16288/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=500.43
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1366 63194 0 2 7 2 48959 1075 16 0 1 0 24816023 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1114 409 3 0 796 0
[pid=22973] ppid=22948 vsize=5356 CPUtime=0
/proc/22973/stat : 22973 (sh) S 22948 22948 21281 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24866624 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22973/statm: 1339 232 193 169 0 50 0
[pid=22974] ppid=22973 vsize=323856 CPUtime=15.67
/proc/22974/stat : 22974 (picosat) R 22973 22948 21281 0 -1 4194304 51000 0 4 0 706 861 0 0 25 0 1 0 24866631 331628544 50990 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22974/statm: 80964 50990 40 102 0 80859 0
Current children cumulated CPU time (s) 516.1
Current children cumulated vsize (KiB) 346080

[startup+582.301 s]
/proc/loadavg: 2.05 2.16 2.11 3/83 22974
/proc/meminfo: memFree=16352/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=500.43
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1366 63194 0 2 7 2 48959 1075 16 0 1 0 24816023 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1114 409 3 0 796 0
[pid=22973] ppid=22948 vsize=5356 CPUtime=0
/proc/22973/stat : 22973 (sh) S 22948 22948 21281 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24866624 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22973/statm: 1339 232 193 169 0 50 0
[pid=22974] ppid=22973 vsize=817068 CPUtime=75.05
/proc/22974/stat : 22974 (picosat) R 22973 22948 21281 0 -1 4194304 170339 0 4 0 3450 4055 0 0 25 0 1 0 24866631 836677632 170329 996147200 134512640 134931368 4294956256 18446744073709551615 134525500 0 0 4096 0 0 0 0 17 1 0 0
/proc/22974/statm: 204267 170329 40 102 0 204162 0
Current children cumulated CPU time (s) 575.48
Current children cumulated vsize (KiB) 839292



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+603.103 s]
/proc/loadavg: 2.04 2.15 2.11 3/83 22974
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=500.43
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1366 63194 0 2 7 2 48959 1075 16 0 1 0 24816023 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1114 409 3 0 796 0
[pid=22973] ppid=22948 vsize=5356 CPUtime=0
/proc/22973/stat : 22973 (sh) S 22948 22948 21281 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24866624 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22973/statm: 1339 232 193 169 0 50 0
[pid=22974] ppid=22973 vsize=899452 CPUtime=95.67
/proc/22974/stat : 22974 (picosat) R 22973 22948 21281 0 -1 4194304 188859 0 4 0 4404 5163 0 0 25 0 1 0 24866631 921038848 188849 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22974/statm: 224863 188849 40 102 0 224758 0
Current children cumulated CPU time (s) 596.1
Current children cumulated vsize (KiB) 921676

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

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

[startup+603.222 s]
/proc/loadavg: 2.04 2.15 2.11 3/83 22974
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=500.43
/proc/22948/stat : 22948 (sugar) S 22946 22948 21281 0 -1 4194304 1395 63194 0 2 7 2 48959 1075 16 0 1 0 24816023 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22948/statm: 4217 1114 409 3 0 796 0
[pid=22973] ppid=22948 vsize=0 CPUtime=0
/proc/22973/stat : 22973 (sh) Z 22948 22948 21281 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24866624 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/22973/statm: 0 0 0 0 0 0 0
[pid=22974] ppid=1 vsize=0 CPUtime=95.79
/proc/22974/stat : 22974 (picosat) R 1 22948 21281 0 -1 4195332 188859 0 4 0 4404 5175 0 0 25 0 1 0 24866631 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/22974/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 596.22
Current children cumulated vsize (KiB) 16868

[startup+603.302 s]
/proc/loadavg: 2.04 2.15 2.11 3/83 22974
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=500.48
/proc/22948/stat : 22948 (sugar) R 22946 22948 21281 0 -1 4194304 1424 63469 0 4 7 6 48959 1076 16 0 1 0 24816023 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22948/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 500.48
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+603.803 s]
/proc/loadavg: 2.03 2.14 2.11 2/82 22975
/proc/meminfo: memFree=1654696/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=500.84
/proc/22948/stat : 22948 (sugar) D 22946 22948 21281 0 -1 4194304 1424 63469 0 4 7 42 48959 1076 18 0 1 0 24816023 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22948/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 500.84
Current children cumulated vsize (KiB) 16868

[startup+604.202 s]
/proc/loadavg: 2.03 2.14 2.11 2/82 22975
/proc/meminfo: memFree=1654696/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=500.86
/proc/22948/stat : 22948 (sugar) D 22946 22948 21281 0 -1 4194304 1424 63469 0 4 7 44 48959 1076 18 0 1 0 24816023 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22948/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 500.86
Current children cumulated vsize (KiB) 16868

[startup+604.601 s]
/proc/loadavg: 2.03 2.14 2.11 2/82 22975
/proc/meminfo: memFree=1654696/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=500.9
/proc/22948/stat : 22948 (sugar) D 22946 22948 21281 0 -1 4194304 1424 63469 0 4 7 48 48959 1076 18 0 1 0 24816023 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22948/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 500.9
Current children cumulated vsize (KiB) 16868

[startup+604.701 s]
/proc/loadavg: 2.03 2.14 2.11 2/82 22975
/proc/meminfo: memFree=1654696/2055920 swapFree=4192812/4192956
[pid=22948] ppid=22946 vsize=16868 CPUtime=500.91
/proc/22948/stat : 22948 (sugar) D 22946 22948 21281 0 -1 4194304 1424 63469 0 4 7 49 48959 1076 18 0 1 0 24816023 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22948/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 500.91
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): 95.74
#  lost CPU user time (s): 44.04
#  lost CPU system time (s): 51.7

Real time (s): 604.769
CPU time (s): 596.687
CPU user time (s): 533.714
CPU system time (s): 62.9733
CPU usage (%): 98.6636
Max. virtual memory (cumulated for all children) (KiB): 921676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 489.674
system time used= 11.2733
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64952
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= 56064
involuntary context switches= 62720

runsolver used 0.767883 second user time and 2.06269 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 07:45:21
IDJOB=2083511
IDBENCH=57842
IDSOLVER=738
FILE ID=node62/2083511-1247377521
PBS_JOBID= 9507140
Free space on /tmp= 66344 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp35/normalized-fapp35-1500-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083511-1247377521/watcher-2083511-1247377521 -o /tmp/evaluation-result-2083511-1247377521/solver-2083511-1247377521 -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-2083511-1247377521.xml

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

MD5SUM BENCH= fb81abe9ad9e3c26d2d93322f7bc814c
RANDOM SEED=876446955

node62.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.220
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.220
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:       1630936 kB
Buffers:          4284 kB
Cached:          45016 kB
SwapCached:          0 kB
Active:         356328 kB
Inactive:         7452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4360 kB
Writeback:           0 kB
Mapped:         332304 kB
Slab:            45644 kB
Committed_AS:   928240 kB
PageTables:       2476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66340 MiB
End job on node62 at 2009-07-12 07:55:26