Trace number 2080717

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.06 1815.15

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-45.xml
MD5SUMc4567f2420b9c0b07f072179a1cd8341
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 variables2025
Number of constraints44594
Maximum constraint arity2
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44594
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 05:52:55 2009
0.00/0.08	c 0	PID 22335
0.07/0.08	c 0	HOST node25.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080717-1247370775.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-2080717-1247370775.xml' 'HOME/temp.csp'
2.54/2.63	c 3	1 domains, 2025 variables, 4 predicates, 0 relations, 44594 constraints
2.54/2.67	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.54/2.67	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.59/2.75	c 3	Parsing HOME/temp.csp
2.59/2.90	c 3	parsed 10000 expressions
2.59/3.02	c 3	parsed 20000 expressions
2.59/3.15	c 3	parsed 30000 expressions
3.11/3.24	c 3	parsed 40000 expressions
3.11/3.29	c 3	parsed 46624 expressions
3.11/3.30	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.30	c 3	Converting to clausal form CSP
4.19/4.31	c 4	converted 4663 (10%) expressions
5.38/5.56	c 6	converted 9325 (20%) expressions
6.46/6.64	c 7	converted 13988 (30%) expressions
7.85/8.07	c 8	converted 18650 (40%) expressions
8.94/9.14	c 9	converted 23312 (50%) expressions
10.02/10.20	c 10	converted 27975 (60%) expressions
11.00/11.26	c 11	converted 32637 (70%) expressions
12.59/12.82	c 13	converted 37300 (80%) expressions
13.58/13.86	c 14	converted 41962 (90%) expressions
14.66/14.92	c 15	converted 46624 (100%) expressions
14.66/14.92	c 15	CSP : 2025 integers, 42976 booleans, 132526 clauses, largest domain size 45
14.66/14.92	c 15	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.66/14.92	c 15	Propagation in CSP
16.64/16.98	c 17	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
16.64/16.98	c 17	CSP : 2025 integers, 42976 booleans, 132526 clauses, largest domain size 45
16.64/16.98	c 17	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.75/17.03	c 17	Simplifing CSP by introducing new Boolean variables
17.04/17.36	c 17	CSP : 2025 integers, 89100 booleans, 178650 clauses, largest domain size 45
17.04/17.36	c 17	Heap : 87 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.74/18.03	c 18	Encoding CSP to SAT : HOME/temp.cnf
17.83/18.14	c 18	203 (10%) CSP integer variables are encoded (8729 clauses, 111378 bytes)
17.83/18.19	c 18	405 (20%) CSP integer variables are encoded (17415 clauses, 239583 bytes)
17.92/18.23	c 18	608 (30%) CSP integer variables are encoded (26144 clauses, 370518 bytes)
17.92/18.28	c 18	810 (40%) CSP integer variables are encoded (34830 clauses, 500808 bytes)
18.02/18.33	c 18	1013 (50%) CSP integer variables are encoded (43559 clauses, 631743 bytes)
18.02/18.37	c 18	1215 (60%) CSP integer variables are encoded (52245 clauses, 762033 bytes)
18.13/18.42	c 18	1418 (70%) CSP integer variables are encoded (60974 clauses, 892968 bytes)
18.13/18.46	c 18	1620 (80%) CSP integer variables are encoded (69660 clauses, 1023258 bytes)
18.23/18.51	c 19	1823 (90%) CSP integer variables are encoded (78389 clauses, 1154193 bytes)
18.23/18.56	c 19	2025 (100%) CSP integer variables are encoded (87075 clauses, 1284483 bytes)
21.39/21.73	c 22	17865 (10%) CSP clauses are encoded (685163 clauses, 13664119 bytes)
24.43/24.81	c 25	35730 (20%) CSP clauses are encoded (1282619 clauses, 26206825 bytes)
27.49/27.94	c 28	53595 (30%) CSP clauses are encoded (1882984 clauses, 39522068 bytes)
30.64/31.10	c 31	71460 (40%) CSP clauses are encoded (2481641 clauses, 53081318 bytes)
33.70/34.23	c 34	89325 (50%) CSP clauses are encoded (3081492 clauses, 66668820 bytes)
36.76/37.39	c 37	107190 (60%) CSP clauses are encoded (3677462 clauses, 80166354 bytes)
39.91/40.57	c 41	125055 (70%) CSP clauses are encoded (4280149 clauses, 93820548 bytes)
43.07/43.73	c 44	142920 (80%) CSP clauses are encoded (4876975 clauses, 107338208 bytes)
46.23/46.93	c 47	160785 (90%) CSP clauses are encoded (5480271 clauses, 121007758 bytes)
49.28/50.09	c 50	178650 (100%) CSP clauses are encoded (6082789 clauses, 134657348 bytes)
49.28/50.09	c 50	178650 CSP clauses encoded
49.28/50.09	c 50	Writing map file : HOME/temp.map
49.38/50.12	c 50	Heap : 71 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
49.38/50.12	c 50	SAT : 178200 SAT variables, 6082789 SAT clauses, 134657348 bytes
49.38/50.12	c 50	Heap : 71 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
49.38/50.15	c 50	SOLVING HOME/temp.cnf
49.38/50.15	c 50	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1815.12	c ERROR INTERRUPTED
1800.06/1815.14	s UNKNOWN
1800.06/1815.14	c 1815	CPU 49.43 (0.07 0.01 47.96 1.39)
1800.06/1815.14	c 1815	END Sun Jul 12 06:23:10 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-2080717-1247370775/watcher-2080717-1247370775 -o /tmp/evaluation-result-2080717-1247370775/solver-2080717-1247370775 -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-2080717-1247370775.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 22335
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=12000 CPUtime=0
/proc/22335/stat : 22335 (sugar) R 22333 22335 21659 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 24143868 12288000 167 996147200 4194304 4206940 548682068608 18446744073709551615 253321343682 0 0 4224 0 0 0 0 17 1 0 0
/proc/22335/statm: 3000 167 129 3 0 100 0

[startup+0.085404 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 22335
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16740 CPUtime=0.07
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24143868 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102391 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 22335
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=0.07
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24143868 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301399 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 22335
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=0.07
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24143868 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70144 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 22335
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=0.07
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24143868 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 22347
/proc/meminfo: memFree=1626656/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=0.07
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24143868 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1111 409 3 0 796 0
[pid=22338] ppid=22335 vsize=5356 CPUtime=0
/proc/22338/stat : 22338 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24143877 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22338/statm: 1339 233 193 169 0 50 0
[pid=22339] ppid=22338 vsize=864756 CPUtime=1.38
/proc/22339/stat : 22339 (java) S 22338 22335 21659 0 -1 0 16959 0 1 0 127 11 0 0 18 0 9 0 24143877 885510144 14490 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22339/statm: 216189 14490 2556 9 0 210701 0
[pid=22339/tid=22340] ppid=22338 vsize=864756 CPUtime=0.69
/proc/22339/task/22340/stat : 22340 (java) R 22338 22335 21659 0 -1 64 3103 0 1 0 66 3 0 0 25 0 9 0 24143879 885510144 14490 996147200 134512640 134550932 4294955984 18446744073709551615 4126720130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22339/tid=22341] ppid=22338 vsize=864756 CPUtime=0.55
/proc/22339/task/22341/stat : 22341 (java) S 22338 22335 21659 0 -1 64 12640 0 0 0 48 7 0 0 16 0 9 0 24143880 885510144 14490 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22339/tid=22342] ppid=22338 vsize=864756 CPUtime=0
/proc/22339/task/22342/stat : 22342 (java) S 22338 22335 21659 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24143880 885510144 14490 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22339/tid=22343] ppid=22338 vsize=864756 CPUtime=0
/proc/22339/task/22343/stat : 22343 (java) S 22338 22335 21659 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24143880 885510144 14490 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22339/tid=22344] ppid=22338 vsize=864756 CPUtime=0
/proc/22339/task/22344/stat : 22344 (java) S 22338 22335 21659 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24143882 885510144 14490 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22339/tid=22345] ppid=22338 vsize=864756 CPUtime=0.12
/proc/22339/task/22345/stat : 22345 (java) S 22338 22335 21659 0 -1 64 511 0 0 0 12 0 0 0 16 0 9 0 24143882 885510144 14490 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22339/tid=22346] ppid=22338 vsize=864756 CPUtime=0
/proc/22339/task/22346/stat : 22346 (java) S 22338 22335 21659 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24143882 885510144 14490 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22339/tid=22347] ppid=22338 vsize=864756 CPUtime=0
/proc/22339/task/22347/stat : 22347 (java) S 22338 22335 21659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24143883 885510144 14490 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) 886980

[startup+3.10166 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 22347
/proc/meminfo: memFree=1591200/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=2.59
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1309 23322 0 1 6 1 235 17 16 0 1 0 24143868 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 16868

[startup+6.30296 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 22357
/proc/meminfo: memFree=1622496/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=2.59
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1309 23322 0 1 6 1 235 17 16 0 1 0 24143868 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1111 409 3 0 796 0
[pid=22348] ppid=22335 vsize=5356 CPUtime=0
/proc/22348/stat : 22348 (sh) S 22335 22335 21659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24144135 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22348/statm: 1339 233 193 169 0 50 0
[pid=22349] ppid=22348 vsize=868608 CPUtime=3.58
/proc/22349/stat : 22349 (java) S 22348 22335 21659 0 -1 0 13620 0 1 0 347 11 0 0 18 0 9 0 24144136 889454592 12246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22349/statm: 217152 12246 2567 9 0 211657 0
[pid=22349/tid=22350] ppid=22348 vsize=868608 CPUtime=2.69
/proc/22349/task/22350/stat : 22350 (java) R 22348 22335 21659 0 -1 64 2939 0 1 0 266 3 0 0 25 0 9 0 24144137 889454592 12246 996147200 134512640 134550932 4294955936 18446744073709551615 4126635257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22351] ppid=22348 vsize=868608 CPUtime=0.67
/proc/22349/task/22351/stat : 22351 (java) S 22348 22335 21659 0 -1 64 8540 0 0 0 62 5 0 0 16 0 9 0 24144138 889454592 12246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22352] ppid=22348 vsize=868608 CPUtime=0
/proc/22349/task/22352/stat : 22352 (java) S 22348 22335 21659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24144138 889454592 12246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22353] ppid=22348 vsize=868608 CPUtime=0
/proc/22349/task/22353/stat : 22353 (java) S 22348 22335 21659 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24144138 889454592 12246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22354] ppid=22348 vsize=868608 CPUtime=0
/proc/22349/task/22354/stat : 22354 (java) S 22348 22335 21659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24144140 889454592 12246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22355] ppid=22348 vsize=868608 CPUtime=0.18
/proc/22349/task/22355/stat : 22355 (java) S 22348 22335 21659 0 -1 64 1438 0 0 0 18 0 0 0 15 0 9 0 24144140 889454592 12246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22356] ppid=22348 vsize=868608 CPUtime=0
/proc/22349/task/22356/stat : 22356 (java) S 22348 22335 21659 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24144140 889454592 12246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22357] ppid=22348 vsize=868608 CPUtime=0
/proc/22349/task/22357/stat : 22357 (java) S 22348 22335 21659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24144140 889454592 12246 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) 890832

[startup+12.7035 s]
/proc/loadavg: 2.08 2.02 2.01 4/93 22357
/proc/meminfo: memFree=1574304/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=2.59
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1309 23322 0 1 6 1 235 17 16 0 1 0 24143868 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1111 409 3 0 796 0
[pid=22348] ppid=22335 vsize=5356 CPUtime=0
/proc/22348/stat : 22348 (sh) S 22335 22335 21659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24144135 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22348/statm: 1339 233 193 169 0 50 0
[pid=22349] ppid=22348 vsize=868608 CPUtime=9.9
/proc/22349/stat : 22349 (java) S 22348 22335 21659 0 -1 0 32890 0 1 0 966 24 0 0 18 0 9 0 24144136 889454592 21925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22349/statm: 217152 21925 2568 9 0 211657 0
[pid=22349/tid=22350] ppid=22348 vsize=868608 CPUtime=7.61
/proc/22349/task/22350/stat : 22350 (java) R 22348 22335 21659 0 -1 64 3709 0 1 0 757 4 0 0 25 0 9 0 24144137 889454592 21925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22351] ppid=22348 vsize=868608 CPUtime=2.06
/proc/22349/task/22351/stat : 22351 (java) R 22348 22335 21659 0 -1 64 27037 0 0 0 189 17 0 0 15 0 9 0 24144138 889454592 21925 996147200 134512640 134550932 4294955936 18446744073709551615 102549384 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22352] ppid=22348 vsize=868608 CPUtime=0
/proc/22349/task/22352/stat : 22352 (java) S 22348 22335 21659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24144138 889454592 21925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22353] ppid=22348 vsize=868608 CPUtime=0
/proc/22349/task/22353/stat : 22353 (java) S 22348 22335 21659 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24144138 889454592 21925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22354] ppid=22348 vsize=868608 CPUtime=0
/proc/22349/task/22354/stat : 22354 (java) S 22348 22335 21659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24144140 889454592 21925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22355] ppid=22348 vsize=868608 CPUtime=0.18
/proc/22349/task/22355/stat : 22355 (java) S 22348 22335 21659 0 -1 64 1441 0 0 0 18 0 0 0 16 0 9 0 24144140 889454592 21925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22356] ppid=22348 vsize=868608 CPUtime=0
/proc/22349/task/22356/stat : 22356 (java) S 22348 22335 21659 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24144140 889454592 21925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22357] ppid=22348 vsize=868608 CPUtime=0
/proc/22349/task/22357/stat : 22357 (java) S 22348 22335 21659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24144140 889454592 21925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890832

[startup+25.5027 s]
/proc/loadavg: 2.06 2.02 2.00 3/93 22357
/proc/meminfo: memFree=1520480/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=2.6
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1310 23322 0 1 7 1 235 17 16 0 1 0 24143868 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1111 409 3 0 796 0
[pid=22348] ppid=22335 vsize=5356 CPUtime=0
/proc/22348/stat : 22348 (sh) S 22335 22335 21659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24144135 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22348/statm: 1339 233 193 169 0 50 0
[pid=22349] ppid=22348 vsize=868720 CPUtime=22.51
/proc/22349/stat : 22349 (java) S 22348 22335 21659 0 -1 0 41668 0 1 0 2203 48 0 0 18 0 9 0 24144136 889569280 29349 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22349/statm: 217180 29349 2593 9 0 211657 0
[pid=22349/tid=22350] ppid=22348 vsize=868720 CPUtime=18.95
/proc/22349/task/22350/stat : 22350 (java) R 22348 22335 21659 0 -1 64 3968 0 1 0 1872 23 0 0 25 0 9 0 24144137 889569280 29349 996147200 134512640 134550932 4294955936 18446744073709551615 4127004028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22351] ppid=22348 vsize=868720 CPUtime=3.26
/proc/22349/task/22351/stat : 22351 (java) S 22348 22335 21659 0 -1 64 35509 0 0 0 303 23 0 0 16 0 9 0 24144138 889569280 29349 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22352] ppid=22348 vsize=868720 CPUtime=0
/proc/22349/task/22352/stat : 22352 (java) S 22348 22335 21659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24144138 889569280 29349 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22353] ppid=22348 vsize=868720 CPUtime=0
/proc/22349/task/22353/stat : 22353 (java) S 22348 22335 21659 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24144138 889569280 29349 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22354] ppid=22348 vsize=868720 CPUtime=0
/proc/22349/task/22354/stat : 22354 (java) S 22348 22335 21659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24144140 889569280 29349 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22355] ppid=22348 vsize=868720 CPUtime=0.28
/proc/22349/task/22355/stat : 22355 (java) S 22348 22335 21659 0 -1 64 1488 0 0 0 27 1 0 0 16 0 9 0 24144140 889569280 29349 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22356] ppid=22348 vsize=868720 CPUtime=0
/proc/22349/task/22356/stat : 22356 (java) S 22348 22335 21659 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24144140 889569280 29349 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22349/tid=22357] ppid=22348 vsize=868720 CPUtime=0
/proc/22349/task/22357/stat : 22357 (java) S 22348 22335 21659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24144140 889569280 29349 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 890944

[startup+51.102 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 22359
/proc/meminfo: memFree=1517344/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=49.43
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1365 65766 0 2 7 1 4796 139 17 0 1 0 24143868 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1113 409 3 0 796 0
[pid=22358] ppid=22335 vsize=5356 CPUtime=0
/proc/22358/stat : 22358 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24148884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22358/statm: 1339 232 193 169 0 50 0
[pid=22359] ppid=22358 vsize=20208 CPUtime=0.91
/proc/22359/stat : 22359 (picosat) R 22358 22335 21659 0 -1 4194304 3028 0 0 0 43 48 0 0 25 0 1 0 24148884 20692992 3014 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22359/statm: 5052 3014 40 102 0 4947 0

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

/proc/meminfo: memFree=1293096/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=49.43
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1365 65766 0 2 7 1 4796 139 17 0 1 0 24143868 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1113 409 3 0 796 0
[pid=22358] ppid=22335 vsize=5356 CPUtime=0
/proc/22358/stat : 22358 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24148884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22358/statm: 1339 232 193 169 0 50 0
[pid=22359] ppid=22358 vsize=246952 CPUtime=1299.77
/proc/22359/stat : 22359 (picosat) R 22358 22335 21659 0 -1 4194304 57417 0 0 0 126983 2994 0 0 25 0 1 0 24148884 252878848 57155 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22359/statm: 61738 57155 48 102 0 61633 0
Current children cumulated CPU time (s) 1349.2
Current children cumulated vsize (KiB) 269176

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22365
/proc/meminfo: memFree=1293096/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=49.43
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1365 65766 0 2 7 1 4796 139 17 0 1 0 24143868 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1113 409 3 0 796 0
[pid=22358] ppid=22335 vsize=5356 CPUtime=0
/proc/22358/stat : 22358 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24148884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22358/statm: 1339 232 193 169 0 50 0
[pid=22359] ppid=22358 vsize=246952 CPUtime=1359.22
/proc/22359/stat : 22359 (picosat) R 22358 22335 21659 0 -1 4194304 57417 0 0 0 132927 2995 0 0 25 0 1 0 24148884 252878848 57155 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22359/statm: 61738 57155 48 102 0 61633 0
Current children cumulated CPU time (s) 1408.65
Current children cumulated vsize (KiB) 269176

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22365
/proc/meminfo: memFree=1293032/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=49.43
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1365 65766 0 2 7 1 4796 139 17 0 1 0 24143868 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1113 409 3 0 796 0
[pid=22358] ppid=22335 vsize=5356 CPUtime=0
/proc/22358/stat : 22358 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24148884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22358/statm: 1339 232 193 169 0 50 0
[pid=22359] ppid=22358 vsize=246952 CPUtime=1418.65
/proc/22359/stat : 22359 (picosat) R 22358 22335 21659 0 -1 4194304 57417 0 0 0 138870 2995 0 0 25 0 1 0 24148884 252878848 57155 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22359/statm: 61738 57155 48 102 0 61633 0
Current children cumulated CPU time (s) 1468.08
Current children cumulated vsize (KiB) 269176

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22365
/proc/meminfo: memFree=1292968/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=49.43
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1365 65766 0 2 7 1 4796 139 17 0 1 0 24143868 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1113 409 3 0 796 0
[pid=22358] ppid=22335 vsize=5356 CPUtime=0
/proc/22358/stat : 22358 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24148884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22358/statm: 1339 232 193 169 0 50 0
[pid=22359] ppid=22358 vsize=246952 CPUtime=1478.09
/proc/22359/stat : 22359 (picosat) R 22358 22335 21659 0 -1 4194304 57417 0 0 0 144814 2995 0 0 25 0 1 0 24148884 252878848 57155 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/22359/statm: 61738 57155 48 102 0 61633 0
Current children cumulated CPU time (s) 1527.52
Current children cumulated vsize (KiB) 269176

[startup+1602.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/76 22617
/proc/meminfo: memFree=1406904/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=49.43
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1365 65766 0 2 7 1 4796 139 17 0 1 0 24143868 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1113 409 3 0 796 0
[pid=22358] ppid=22335 vsize=5356 CPUtime=0
/proc/22358/stat : 22358 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24148884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22358/statm: 1339 232 193 169 0 50 0
[pid=22359] ppid=22358 vsize=247348 CPUtime=1537.91
/proc/22359/stat : 22359 (picosat) R 22358 22335 21659 0 -1 4194304 57534 0 0 0 150794 2997 0 0 25 0 1 0 24148884 253284352 57272 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22359/statm: 61837 57272 48 102 0 61732 0
Current children cumulated CPU time (s) 1587.34
Current children cumulated vsize (KiB) 269572

[startup+1662.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/76 22617
/proc/meminfo: memFree=1405944/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=49.43
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1365 65766 0 2 7 1 4796 139 17 0 1 0 24143868 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1113 409 3 0 796 0
[pid=22358] ppid=22335 vsize=5356 CPUtime=0
/proc/22358/stat : 22358 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24148884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22358/statm: 1339 232 193 169 0 50 0
[pid=22359] ppid=22358 vsize=248140 CPUtime=1597.89
/proc/22359/stat : 22359 (picosat) R 22358 22335 21659 0 -1 4194304 57847 0 0 0 156791 2998 0 0 25 0 1 0 24148884 254095360 57464 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22359/statm: 62035 57464 48 102 0 61930 0
Current children cumulated CPU time (s) 1647.32
Current children cumulated vsize (KiB) 270364

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 22617
/proc/meminfo: memFree=1405816/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=49.43
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1365 65766 0 2 7 1 4796 139 17 0 1 0 24143868 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1113 409 3 0 796 0
[pid=22358] ppid=22335 vsize=5356 CPUtime=0
/proc/22358/stat : 22358 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24148884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22358/statm: 1339 232 193 169 0 50 0
[pid=22359] ppid=22358 vsize=248140 CPUtime=1657.86
/proc/22359/stat : 22359 (picosat) R 22358 22335 21659 0 -1 4194304 57847 0 0 0 162788 2998 0 0 25 0 1 0 24148884 254095360 57464 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22359/statm: 62035 57464 48 102 0 61930 0
Current children cumulated CPU time (s) 1707.29
Current children cumulated vsize (KiB) 270364

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 22617
/proc/meminfo: memFree=1405624/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=49.43
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1365 65766 0 2 7 1 4796 139 17 0 1 0 24143868 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1113 409 3 0 796 0
[pid=22358] ppid=22335 vsize=5356 CPUtime=0
/proc/22358/stat : 22358 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24148884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22358/statm: 1339 232 193 169 0 50 0
[pid=22359] ppid=22358 vsize=248140 CPUtime=1717.84
/proc/22359/stat : 22359 (picosat) R 22358 22335 21659 0 -1 4194304 57847 0 0 0 168786 2998 0 0 25 0 1 0 24148884 254095360 57464 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/22359/statm: 62035 57464 48 102 0 61930 0
Current children cumulated CPU time (s) 1767.27
Current children cumulated vsize (KiB) 270364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 22617
/proc/meminfo: memFree=1405624/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=49.43
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1365 65766 0 2 7 1 4796 139 17 0 1 0 24143868 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1113 409 3 0 796 0
[pid=22358] ppid=22335 vsize=5356 CPUtime=0
/proc/22358/stat : 22358 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24148884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22358/statm: 1339 232 193 169 0 50 0
[pid=22359] ppid=22358 vsize=248140 CPUtime=1750.63
/proc/22359/stat : 22359 (picosat) R 22358 22335 21659 0 -1 4194304 57847 0 0 0 172065 2998 0 0 25 0 1 0 24148884 254095360 57464 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22359/statm: 62035 57464 48 102 0 61930 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 270364

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

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

[startup+1815.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 22617
/proc/meminfo: memFree=1405624/2055920 swapFree=4192812/4192956
[pid=22335] ppid=22333 vsize=16868 CPUtime=49.43
/proc/22335/stat : 22335 (sugar) S 22333 22335 21659 0 -1 4194304 1365 65766 0 2 7 1 4796 139 17 0 1 0 24143868 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22335/statm: 4217 1113 409 3 0 796 0
[pid=22358] ppid=22335 vsize=5356 CPUtime=0
/proc/22358/stat : 22358 (sh) S 22335 22335 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24148884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22358/statm: 1339 232 193 169 0 50 0
[pid=22359] ppid=22358 vsize=248140 CPUtime=1750.63
/proc/22359/stat : 22359 (picosat) R 22358 22335 21659 0 -1 4194304 57847 0 0 0 172065 2998 0 0 25 0 1 0 24148884 254095360 57464 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22359/statm: 62035 57464 48 102 0 61930 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 270364

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22335 and gives
#  childrusage.ru_utime.tv_sec=48
#  childrusage.ru_utime.tv_usec=45695
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=419784
# CPU time returned by wait4() is 49.4655
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.15
CPU time (s): 1800.06
CPU user time (s): 1768.68
CPU system time (s): 31.38
CPU usage (%): 99.1689
Max. virtual memory (cumulated for all children) (KiB): 901584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.0457
system time used= 1.41978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67525
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= 11509
involuntary context switches= 12373

runsolver used 2.17767 second user time and 5.99009 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-12 05:52:55
IDJOB=2080717
IDBENCH=57137
IDSOLVER=738
FILE ID=node25/2080717-1247370775
PBS_JOBID= 9507143
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= c4567f2420b9c0b07f072179a1cd8341
RANDOM SEED=1555579994

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1661656 kB
Buffers:         33760 kB
Cached:         166296 kB
SwapCached:          0 kB
Active:         262208 kB
Inactive:        72032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6888 kB
Writeback:           0 kB
Mapped:         154568 kB
Slab:            44996 kB
Committed_AS:   306172 kB
PageTables:       2176 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= 66312 MiB
End job on node25 at 2009-07-12 06:23:12