Trace number 2080783

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? (TO) 1800.08 1803.05

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-46.xml
MD5SUMbf3260c27f381e64bb908b737ec83dbb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2116
Number of constraints47655
Maximum constraint arity2
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension47655
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:00:11 2009
0.00/0.08	c 0	PID 22697
0.07/0.08	c 0	HOST node66.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080783-1247371211.xml TO HOME/temp.csp
0.07/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-2080783-1247371211.xml' 'HOME/temp.csp'
2.64/2.73	c 3	1 domains, 2116 variables, 4 predicates, 0 relations, 47655 constraints
2.64/2.76	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.64/2.76	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'
2.69/2.84	c 3	Parsing HOME/temp.csp
2.69/2.99	c 3	parsed 10000 expressions
2.69/3.10	c 3	parsed 20000 expressions
3.10/3.23	c 4	parsed 30000 expressions
3.20/3.31	c 4	parsed 40000 expressions
3.30/3.45	c 4	parsed 49776 expressions
3.30/3.46	c 4	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.30/3.46	c 4	Converting to clausal form CSP
4.30/4.43	c 5	converted 4978 (10%) expressions
5.57/5.75	c 6	converted 9956 (20%) expressions
6.77/6.91	c 7	converted 14933 (30%) expressions
8.16/8.38	c 9	converted 19911 (40%) expressions
9.34/9.52	c 10	converted 24888 (50%) expressions
10.42/10.67	c 11	converted 29866 (60%) expressions
11.91/12.19	c 13	converted 34844 (70%) expressions
13.19/13.40	c 14	converted 39821 (80%) expressions
14.27/14.54	c 15	converted 44799 (90%) expressions
15.36/15.67	c 16	converted 49776 (100%) expressions
15.36/15.67	c 16	CSP : 2116 integers, 45906 booleans, 141537 clauses, largest domain size 46
15.36/15.67	c 16	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.36/15.67	c 16	Propagation in CSP
17.64/17.91	c 18	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.64/17.92	c 18	CSP : 2116 integers, 45906 booleans, 141537 clauses, largest domain size 46
17.64/17.92	c 18	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.64/17.96	c 18	Simplifing CSP by introducing new Boolean variables
17.94/18.25	c 19	CSP : 2116 integers, 95220 booleans, 190851 clauses, largest domain size 46
17.94/18.25	c 19	Heap : 95 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.53/18.84	c 19	Encoding CSP to SAT : HOME/temp.cnf
18.63/18.95	c 19	212 (10%) CSP integer variables are encoded (9328 clauses, 119165 bytes)
18.63/19.00	c 19	424 (20%) CSP integer variables are encoded (18656 clauses, 258188 bytes)
18.73/19.04	c 19	635 (30%) CSP integer variables are encoded (27940 clauses, 397448 bytes)
18.73/19.09	c 19	847 (40%) CSP integer variables are encoded (37268 clauses, 537368 bytes)
18.83/19.14	c 19	1058 (50%) CSP integer variables are encoded (46552 clauses, 676628 bytes)
18.83/19.18	c 20	1270 (60%) CSP integer variables are encoded (55880 clauses, 816548 bytes)
18.93/19.23	c 20	1482 (70%) CSP integer variables are encoded (65208 clauses, 956468 bytes)
18.93/19.27	c 20	1693 (80%) CSP integer variables are encoded (74492 clauses, 1095728 bytes)
19.02/19.32	c 20	1905 (90%) CSP integer variables are encoded (83820 clauses, 1235648 bytes)
19.02/19.37	c 20	2116 (100%) CSP integer variables are encoded (93104 clauses, 1374908 bytes)
22.31/22.64	c 23	19086 (10%) CSP clauses are encoded (746629 clauses, 14923250 bytes)
25.46/25.90	c 26	38171 (20%) CSP clauses are encoded (1399801 clauses, 29058839 bytes)
28.82/29.21	c 30	57256 (30%) CSP clauses are encoded (2056852 clauses, 43949297 bytes)
32.08/32.51	c 33	76341 (40%) CSP clauses are encoded (2711307 clauses, 58777156 bytes)
35.35/35.80	c 36	95426 (50%) CSP clauses are encoded (3364629 clauses, 73580977 bytes)
38.50/39.08	c 39	114511 (60%) CSP clauses are encoded (4017252 clauses, 88369378 bytes)
41.76/42.37	c 43	133596 (70%) CSP clauses are encoded (4675770 clauses, 103293505 bytes)
45.02/45.67	c 46	152681 (80%) CSP clauses are encoded (5330445 clauses, 118129261 bytes)
48.28/48.98	c 49	171766 (90%) CSP clauses are encoded (5986358 clauses, 132992769 bytes)
51.53/52.29	c 53	190851 (100%) CSP clauses are encoded (6640610 clauses, 147817251 bytes)
51.53/52.30	c 53	190851 CSP clauses encoded
51.53/52.30	c 53	Writing map file : HOME/temp.map
51.62/52.33	c 53	Heap : 78 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
51.62/52.33	c 53	SAT : 190440 SAT variables, 6640610 SAT clauses, 147817251 bytes
51.62/52.33	c 53	Heap : 78 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
51.62/52.38	c 53	SOLVING HOME/temp.cnf
51.62/52.38	c 53	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1803.02	c ERROR INTERRUPTED
1800.08/1803.04	s UNKNOWN
1800.08/1803.04	c 1803	CPU 51.7 (0.06 0.02 50.27 1.35)
1800.08/1803.04	c 1803	END Sun Jul 12 06:30:14 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-2080783-1247371211/watcher-2080783-1247371211 -o /tmp/evaluation-result-2080783-1247371211/solver-2080783-1247371211 -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-2080783-1247371211.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.12 2.11 2.09 4/81 22697
/proc/meminfo: memFree=1634000/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=12000 CPUtime=0
/proc/22697/stat : 22697 (sugar) R 22695 22697 18191 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 24183960 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 227607509984 0 0 4224 0 0 0 0 17 1 0 0
/proc/22697/statm: 3000 173 134 3 0 100 0

[startup+0.082382 s]
/proc/loadavg: 2.12 2.11 2.09 4/81 22697
/proc/meminfo: memFree=1634000/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16740 CPUtime=0.07
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24183960 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102285 s]
/proc/loadavg: 2.12 2.11 2.09 4/81 22697
/proc/meminfo: memFree=1634000/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=0.07
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24183960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302301 s]
/proc/loadavg: 2.12 2.11 2.09 4/81 22697
/proc/meminfo: memFree=1634000/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=0.07
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24183960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702352 s]
/proc/loadavg: 2.12 2.11 2.09 4/81 22697
/proc/meminfo: memFree=1634000/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=0.07
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24183960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50145 s]
/proc/loadavg: 2.12 2.11 2.09 3/92 22709
/proc/meminfo: memFree=1605304/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=0.07
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24183960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1111 409 3 0 796 0
[pid=22700] ppid=22697 vsize=5356 CPUtime=0
/proc/22700/stat : 22700 (sh) S 22697 22697 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24183969 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22700/statm: 1339 233 193 169 0 50 0
[pid=22701] ppid=22700 vsize=864772 CPUtime=1.38
/proc/22701/stat : 22701 (java) S 22700 22697 18191 0 -1 0 15574 0 1 0 130 8 0 0 18 0 9 0 24183969 885526528 13107 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22701/statm: 216193 13107 2556 9 0 210705 0
[pid=22701/tid=22702] ppid=22700 vsize=864772 CPUtime=0.8
/proc/22701/task/22702/stat : 22702 (java) R 22700 22697 18191 0 -1 64 3099 0 1 0 78 2 0 0 24 0 9 0 24183970 885526528 13107 996147200 134512640 134550932 4294955984 18446744073709551615 4125977516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22701/tid=22703] ppid=22700 vsize=864772 CPUtime=0.44
/proc/22701/task/22703/stat : 22703 (java) S 22700 22697 18191 0 -1 64 11258 0 0 0 40 4 0 0 16 0 9 0 24183971 885526528 13107 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22701/tid=22704] ppid=22700 vsize=864772 CPUtime=0
/proc/22701/task/22704/stat : 22704 (java) S 22700 22697 18191 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24183971 885526528 13107 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22701/tid=22705] ppid=22700 vsize=864772 CPUtime=0
/proc/22701/task/22705/stat : 22705 (java) S 22700 22697 18191 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24183971 885526528 13107 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22701/tid=22706] ppid=22700 vsize=864772 CPUtime=0
/proc/22701/task/22706/stat : 22706 (java) S 22700 22697 18191 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24183974 885526528 13107 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22701/tid=22707] ppid=22700 vsize=864772 CPUtime=0.11
/proc/22701/task/22707/stat : 22707 (java) S 22700 22697 18191 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 24183974 885526528 13107 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22701/tid=22708] ppid=22700 vsize=864772 CPUtime=0
/proc/22701/task/22708/stat : 22708 (java) S 22700 22697 18191 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24183974 885526528 13107 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22701/tid=22709] ppid=22700 vsize=864772 CPUtime=0
/proc/22701/task/22709/stat : 22709 (java) S 22700 22697 18191 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24183974 885526528 13107 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.10163 s]
/proc/loadavg: 2.12 2.11 2.09 4/92 22709
/proc/meminfo: memFree=1563960/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=2.69
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1309 24257 0 1 5 2 248 14 15 0 1 0 24183960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 16868

[startup+6.30409 s]
/proc/loadavg: 2.11 2.11 2.09 3/92 22719
/proc/meminfo: memFree=1594872/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=2.69
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1309 24257 0 1 5 2 248 14 16 0 1 0 24183960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1111 409 3 0 796 0
[pid=22710] ppid=22697 vsize=5356 CPUtime=0
/proc/22710/stat : 22710 (sh) S 22697 22697 18191 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24184237 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22710/statm: 1339 233 193 169 0 50 0
[pid=22711] ppid=22710 vsize=868620 CPUtime=3.48
/proc/22711/stat : 22711 (java) S 22710 22697 18191 0 -1 0 13794 0 1 0 341 7 0 0 18 0 9 0 24184237 889466880 12389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22711/statm: 217155 12389 2567 9 0 211660 0
[pid=22711/tid=22712] ppid=22710 vsize=868620 CPUtime=2.65
/proc/22711/task/22712/stat : 22712 (java) R 22710 22697 18191 0 -1 64 2951 0 1 0 263 2 0 0 25 0 9 0 24184238 889466880 12389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22713] ppid=22710 vsize=868620 CPUtime=0.63
/proc/22711/task/22713/stat : 22713 (java) S 22710 22697 18191 0 -1 64 8664 0 0 0 60 3 0 0 15 0 9 0 24184239 889466880 12389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22714] ppid=22710 vsize=868620 CPUtime=0
/proc/22711/task/22714/stat : 22714 (java) S 22710 22697 18191 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24184239 889466880 12389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22715] ppid=22710 vsize=868620 CPUtime=0
/proc/22711/task/22715/stat : 22715 (java) S 22710 22697 18191 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24184239 889466880 12389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22716] ppid=22710 vsize=868620 CPUtime=0
/proc/22711/task/22716/stat : 22716 (java) S 22710 22697 18191 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24184242 889466880 12389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22717] ppid=22710 vsize=868620 CPUtime=0.17
/proc/22711/task/22717/stat : 22717 (java) S 22710 22697 18191 0 -1 64 1477 0 0 0 16 1 0 0 15 0 9 0 24184242 889466880 12389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22718] ppid=22710 vsize=868620 CPUtime=0
/proc/22711/task/22718/stat : 22718 (java) S 22710 22697 18191 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24184242 889466880 12389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22719] ppid=22710 vsize=868620 CPUtime=0
/proc/22711/task/22719/stat : 22719 (java) S 22710 22697 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24184242 889466880 12389 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) 890844

[startup+12.7018 s]
/proc/loadavg: 2.10 2.11 2.09 4/92 22719
/proc/meminfo: memFree=1545784/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=2.69
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1309 24257 0 1 5 2 248 14 16 0 1 0 24183960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1111 409 3 0 796 0
[pid=22710] ppid=22697 vsize=5356 CPUtime=0
/proc/22710/stat : 22710 (sh) S 22697 22697 18191 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24184237 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22710/statm: 1339 233 193 169 0 50 0
[pid=22711] ppid=22710 vsize=868620 CPUtime=9.81
/proc/22711/stat : 22711 (java) S 22710 22697 18191 0 -1 0 33088 0 1 0 964 17 0 0 18 0 9 0 24184237 889466880 22129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22711/statm: 217155 22129 2568 9 0 211660 0
[pid=22711/tid=22712] ppid=22710 vsize=868620 CPUtime=7.71
/proc/22711/task/22712/stat : 22712 (java) R 22710 22697 18191 0 -1 64 3788 0 1 0 769 2 0 0 25 0 9 0 24184238 889466880 22129 996147200 134512640 134550932 4294955936 18446744073709551615 4126557057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22713] ppid=22710 vsize=868620 CPUtime=1.89
/proc/22711/task/22713/stat : 22713 (java) S 22710 22697 18191 0 -1 64 27118 0 0 0 177 12 0 0 16 0 9 0 24184239 889466880 22129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22714] ppid=22710 vsize=868620 CPUtime=0
/proc/22711/task/22714/stat : 22714 (java) S 22710 22697 18191 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24184239 889466880 22129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22715] ppid=22710 vsize=868620 CPUtime=0
/proc/22711/task/22715/stat : 22715 (java) S 22710 22697 18191 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24184239 889466880 22129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22716] ppid=22710 vsize=868620 CPUtime=0
/proc/22711/task/22716/stat : 22716 (java) S 22710 22697 18191 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24184242 889466880 22129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22717] ppid=22710 vsize=868620 CPUtime=0.17
/proc/22711/task/22717/stat : 22717 (java) S 22710 22697 18191 0 -1 64 1480 0 0 0 16 1 0 0 16 0 9 0 24184242 889466880 22129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22718] ppid=22710 vsize=868620 CPUtime=0
/proc/22711/task/22718/stat : 22718 (java) S 22710 22697 18191 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24184242 889466880 22129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22719] ppid=22710 vsize=868620 CPUtime=0
/proc/22711/task/22719/stat : 22719 (java) S 22710 22697 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24184242 889466880 22129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890844

[startup+25.5023 s]
/proc/loadavg: 2.08 2.10 2.09 3/92 22719
/proc/meminfo: memFree=1489848/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=2.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1310 24257 0 1 6 2 248 14 16 0 1 0 24183960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1111 409 3 0 796 0
[pid=22710] ppid=22697 vsize=5356 CPUtime=0
/proc/22710/stat : 22710 (sh) S 22697 22697 18191 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24184237 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22710/statm: 1339 233 193 169 0 50 0
[pid=22711] ppid=22710 vsize=868732 CPUtime=22.46
/proc/22711/stat : 22711 (java) S 22710 22697 18191 0 -1 0 43166 0 1 0 2207 39 0 0 18 0 9 0 24184237 889581568 30859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22711/statm: 217183 30859 2593 9 0 211660 0
[pid=22711/tid=22712] ppid=22710 vsize=868732 CPUtime=19.17
/proc/22711/task/22712/stat : 22712 (java) R 22710 22697 18191 0 -1 64 4089 0 1 0 1899 18 0 0 25 0 9 0 24184238 889581568 30859 996147200 134512640 134550932 4294955936 18446744073709551615 4127007287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22713] ppid=22710 vsize=868732 CPUtime=3
/proc/22711/task/22713/stat : 22713 (java) S 22710 22697 18191 0 -1 64 36848 0 0 0 283 17 0 0 16 0 9 0 24184239 889581568 30859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22714] ppid=22710 vsize=868732 CPUtime=0
/proc/22711/task/22714/stat : 22714 (java) S 22710 22697 18191 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24184239 889581568 30859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22715] ppid=22710 vsize=868732 CPUtime=0
/proc/22711/task/22715/stat : 22715 (java) S 22710 22697 18191 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24184239 889581568 30859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22716] ppid=22710 vsize=868732 CPUtime=0
/proc/22711/task/22716/stat : 22716 (java) S 22710 22697 18191 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24184242 889581568 30859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22717] ppid=22710 vsize=868732 CPUtime=0.26
/proc/22711/task/22717/stat : 22717 (java) S 22710 22697 18191 0 -1 64 1527 0 0 0 24 2 0 0 16 0 9 0 24184242 889581568 30859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22718] ppid=22710 vsize=868732 CPUtime=0
/proc/22711/task/22718/stat : 22718 (java) S 22710 22697 18191 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24184242 889581568 30859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22711/tid=22719] ppid=22710 vsize=868732 CPUtime=0
/proc/22711/task/22719/stat : 22719 (java) S 22710 22697 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24184242 889581568 30859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890956

[startup+51.1023 s]
/proc/loadavg: 2.13 2.11 2.09 3/92 22725
/proc/meminfo: memFree=1376760/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=2.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1310 24257 0 1 6 2 248 14 16 0 1 0 24183960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1111 409 3 0 796 0
[pid=22710] ppid=22697 vsize=5356 CPUtime=0
/proc/22710/stat : 22710 (sh) S 22697 22697 18191 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24184237 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22710/statm: 1339 233 193 169 0 50 0
[pid=22711] ppid=22710 vsize=868732 CPUtime=47.74
/proc/22711/stat : 22711 (java) S 22710 22697 18191 0 -1 0 43647 0 1 0 4659 115 0 0 18 0 9 0 24184237 889581568 30859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22711/statm: 217183 30859 2593 9 0 211660 0

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

/proc/meminfo: memFree=1229576/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=51.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1365 68235 0 2 6 2 5027 135 17 0 1 0 24183960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1113 409 3 0 796 0
[pid=22726] ppid=22697 vsize=5356 CPUtime=0
/proc/22726/stat : 22726 (sh) S 22697 22697 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24189198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22726/statm: 1339 232 193 169 0 50 0
[pid=22727] ppid=22726 vsize=264028 CPUtime=1247.87
/proc/22727/stat : 22727 (picosat) R 22726 22697 18191 0 -1 4194304 62375 0 0 0 121578 3209 0 0 25 0 1 0 24189198 270364672 62147 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22727/statm: 66007 62147 48 102 0 65902 0
Current children cumulated CPU time (s) 1299.57
Current children cumulated vsize (KiB) 286252

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22848
/proc/meminfo: memFree=1229576/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=51.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1365 68235 0 2 6 2 5027 135 17 0 1 0 24183960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1113 409 3 0 796 0
[pid=22726] ppid=22697 vsize=5356 CPUtime=0
/proc/22726/stat : 22726 (sh) S 22697 22697 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24189198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22726/statm: 1339 232 193 169 0 50 0
[pid=22727] ppid=22726 vsize=264028 CPUtime=1307.84
/proc/22727/stat : 22727 (picosat) R 22726 22697 18191 0 -1 4194304 62375 0 0 0 127575 3209 0 0 25 0 1 0 24189198 270364672 62147 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22727/statm: 66007 62147 48 102 0 65902 0
Current children cumulated CPU time (s) 1359.54
Current children cumulated vsize (KiB) 286252

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22848
/proc/meminfo: memFree=1229512/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=51.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1365 68235 0 2 6 2 5027 135 17 0 1 0 24183960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1113 409 3 0 796 0
[pid=22726] ppid=22697 vsize=5356 CPUtime=0
/proc/22726/stat : 22726 (sh) S 22697 22697 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24189198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22726/statm: 1339 232 193 169 0 50 0
[pid=22727] ppid=22726 vsize=264028 CPUtime=1367.83
/proc/22727/stat : 22727 (picosat) R 22726 22697 18191 0 -1 4194304 62375 0 0 0 133573 3210 0 0 25 0 1 0 24189198 270364672 62147 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 0 0 0
/proc/22727/statm: 66007 62147 48 102 0 65902 0
Current children cumulated CPU time (s) 1419.53
Current children cumulated vsize (KiB) 286252

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22848
/proc/meminfo: memFree=1228936/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=51.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1365 68235 0 2 6 2 5027 135 17 0 1 0 24183960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1113 409 3 0 796 0
[pid=22726] ppid=22697 vsize=5356 CPUtime=0
/proc/22726/stat : 22726 (sh) S 22697 22697 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24189198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22726/statm: 1339 232 193 169 0 50 0
[pid=22727] ppid=22726 vsize=264820 CPUtime=1427.8
/proc/22727/stat : 22727 (picosat) R 22726 22697 18191 0 -1 4194304 62567 0 0 0 139570 3210 0 0 25 0 1 0 24189198 271175680 62339 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22727/statm: 66205 62339 48 102 0 66100 0
Current children cumulated CPU time (s) 1479.5
Current children cumulated vsize (KiB) 287044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22848
/proc/meminfo: memFree=1228232/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=51.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1365 68235 0 2 6 2 5027 135 17 0 1 0 24183960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1113 409 3 0 796 0
[pid=22726] ppid=22697 vsize=5356 CPUtime=0
/proc/22726/stat : 22726 (sh) S 22697 22697 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24189198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22726/statm: 1339 232 193 169 0 50 0
[pid=22727] ppid=22726 vsize=265216 CPUtime=1487.78
/proc/22727/stat : 22727 (picosat) R 22726 22697 18191 0 -1 4194304 62782 0 0 0 145568 3210 0 0 25 0 1 0 24189198 271581184 62433 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22727/statm: 66304 62433 48 102 0 66199 0
Current children cumulated CPU time (s) 1539.48
Current children cumulated vsize (KiB) 287440

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22848
/proc/meminfo: memFree=1228232/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=51.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1365 68235 0 2 6 2 5027 135 17 0 1 0 24183960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1113 409 3 0 796 0
[pid=22726] ppid=22697 vsize=5356 CPUtime=0
/proc/22726/stat : 22726 (sh) S 22697 22697 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24189198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22726/statm: 1339 232 193 169 0 50 0
[pid=22727] ppid=22726 vsize=265216 CPUtime=1547.76
/proc/22727/stat : 22727 (picosat) R 22726 22697 18191 0 -1 4194304 62782 0 0 0 151566 3210 0 0 25 0 1 0 24189198 271581184 62433 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/22727/statm: 66304 62433 48 102 0 66199 0
Current children cumulated CPU time (s) 1599.46
Current children cumulated vsize (KiB) 287440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22848
/proc/meminfo: memFree=1228232/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=51.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1365 68235 0 2 6 2 5027 135 17 0 1 0 24183960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1113 409 3 0 796 0
[pid=22726] ppid=22697 vsize=5356 CPUtime=0
/proc/22726/stat : 22726 (sh) S 22697 22697 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24189198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22726/statm: 1339 232 193 169 0 50 0
[pid=22727] ppid=22726 vsize=265216 CPUtime=1607.73
/proc/22727/stat : 22727 (picosat) R 22726 22697 18191 0 -1 4194304 62782 0 0 0 157563 3210 0 0 25 0 1 0 24189198 271581184 62433 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/22727/statm: 66304 62433 48 102 0 66199 0
Current children cumulated CPU time (s) 1659.43
Current children cumulated vsize (KiB) 287440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22848
/proc/meminfo: memFree=1228232/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=51.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1365 68235 0 2 6 2 5027 135 17 0 1 0 24183960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1113 409 3 0 796 0
[pid=22726] ppid=22697 vsize=5356 CPUtime=0
/proc/22726/stat : 22726 (sh) S 22697 22697 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24189198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22726/statm: 1339 232 193 169 0 50 0
[pid=22727] ppid=22726 vsize=265216 CPUtime=1667.7
/proc/22727/stat : 22727 (picosat) R 22726 22697 18191 0 -1 4194304 62782 0 0 0 163560 3210 0 0 25 0 1 0 24189198 271581184 62433 996147200 134512640 134931368 4294956256 18446744073709551615 134544839 0 0 4096 0 0 0 0 17 0 0 0
/proc/22727/statm: 66304 62433 48 102 0 66199 0
Current children cumulated CPU time (s) 1719.4
Current children cumulated vsize (KiB) 287440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22848
/proc/meminfo: memFree=1228168/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=51.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1365 68235 0 2 6 2 5027 135 17 0 1 0 24183960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1113 409 3 0 796 0
[pid=22726] ppid=22697 vsize=5356 CPUtime=0
/proc/22726/stat : 22726 (sh) S 22697 22697 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24189198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22726/statm: 1339 232 193 169 0 50 0
[pid=22727] ppid=22726 vsize=265216 CPUtime=1727.68
/proc/22727/stat : 22727 (picosat) R 22726 22697 18191 0 -1 4194304 62782 0 0 0 169558 3210 0 0 25 0 1 0 24189198 271581184 62433 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22727/statm: 66304 62433 48 102 0 66199 0
Current children cumulated CPU time (s) 1779.38
Current children cumulated vsize (KiB) 287440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22848
/proc/meminfo: memFree=1228168/2055920 swapFree=4192812/4192956
[pid=22697] ppid=22695 vsize=16868 CPUtime=51.7
/proc/22697/stat : 22697 (sugar) S 22695 22697 18191 0 -1 4194304 1365 68235 0 2 6 2 5027 135 17 0 1 0 24183960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22697/statm: 4217 1113 409 3 0 796 0
[pid=22726] ppid=22697 vsize=5356 CPUtime=0
/proc/22726/stat : 22726 (sh) S 22697 22697 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24189198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22726/statm: 1339 232 193 169 0 50 0
[pid=22727] ppid=22726 vsize=265216 CPUtime=1748.38
/proc/22727/stat : 22727 (picosat) R 22726 22697 18191 0 -1 4194304 62782 0 0 0 171627 3211 0 0 25 0 1 0 24189198 271581184 62433 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/22727/statm: 66304 62433 48 102 0 66199 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 287440

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22697 and gives
#  childrusage.ru_utime.tv_sec=50
#  childrusage.ru_utime.tv_usec=336347
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=379790
# CPU time returned by wait4() is 51.7161
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.05
CPU time (s): 1800.08
CPU user time (s): 1766.6
CPU system time (s): 33.48
CPU usage (%): 99.8353
Max. virtual memory (cumulated for all children) (KiB): 901596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.3363
system time used= 1.37979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69994
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= 11567
involuntary context switches= 13446

runsolver used 2.02669 second user time and 6.20406 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 06:00:11
IDJOB=2080783
IDBENCH=57149
IDSOLVER=738
FILE ID=node66/2080783-1247371211
PBS_JOBID= 9507045
Free space on /tmp= 66244 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-46.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-2080783-1247371211/watcher-2080783-1247371211 -o /tmp/evaluation-result-2080783-1247371211/solver-2080783-1247371211 -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-2080783-1247371211.xml

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

MD5SUM BENCH= bf3260c27f381e64bb908b737ec83dbb
RANDOM SEED=2048221396

node66.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:       1634480 kB
Buffers:         65540 kB
Cached:         202856 kB
SwapCached:          0 kB
Active:         225004 kB
Inactive:       119948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7220 kB
Writeback:           0 kB
Mapped:          96912 kB
Slab:            61672 kB
Committed_AS:   267684 kB
PageTables:       1916 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= 66240 MiB
End job on node66 at 2009-07-12 06:30:16