Trace number 2071147

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.12 1812.93

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-67-11-a4.xml
MD5SUM085bfc51df6ecdce11133d129a5861be
Bench CategoryN-ARY-INT (n-ary 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 variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1375
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.07	c 0	BEGIN Sun Jul 12 00:53:55 2009
0.05/0.07	c 0	PID 16090
0.05/0.08	c 0	HOST node87.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2071147-1247352835.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071147-1247352835.xml' 'HOME/temp.csp'
0.06/0.49	c 1	1 domains, 11 variables, 2 predicates, 0 relations, 1375 constraints
0.06/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	c 1	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'
0.06/0.58	c 1	Parsing HOME/temp.csp
0.44/0.64	c 1	parsed 1389 expressions
0.44/0.65	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.65	c 1	Converting to clausal form CSP
0.44/0.73	c 1	converted 139 (10%) expressions
0.44/0.77	c 1	converted 278 (20%) expressions
0.44/0.85	c 1	converted 417 (30%) expressions
0.44/0.92	c 1	converted 556 (40%) expressions
0.44/0.97	c 1	converted 695 (50%) expressions
0.44/1.00	c 1	converted 834 (60%) expressions
0.92/1.03	c 1	converted 973 (70%) expressions
0.92/1.06	c 1	converted 1112 (80%) expressions
0.92/1.09	c 1	converted 1251 (90%) expressions
1.02/1.11	c 1	converted 1389 (100%) expressions
1.02/1.11	c 1	CSP : 1991 integers, 0 booleans, 5335 clauses, largest domain size 130
1.02/1.11	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.11	c 1	Propagation in CSP
1.21/1.35	c 2	16605 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.35	c 2	CSP : 1991 integers, 0 booleans, 5335 clauses, largest domain size 115
1.21/1.35	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.36	c 2	Simplifing CSP by introducing new Boolean variables
1.21/1.38	c 2	CSP : 1991 integers, 2640 booleans, 7975 clauses, largest domain size 115
1.21/1.38	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.42	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.47	c 2	200 (10%) CSP integer variables are encoded (21973 clauses, 307667 bytes)
1.32/1.49	c 2	399 (20%) CSP integer variables are encoded (44460 clauses, 644972 bytes)
1.42/1.52	c 2	598 (30%) CSP integer variables are encoded (66947 clauses, 982277 bytes)
1.42/1.55	c 2	797 (40%) CSP integer variables are encoded (89434 clauses, 1319582 bytes)
1.42/1.58	c 2	996 (50%) CSP integer variables are encoded (111921 clauses, 1682496 bytes)
1.52/1.61	c 2	1195 (60%) CSP integer variables are encoded (134408 clauses, 2064775 bytes)
1.52/1.63	c 2	1394 (70%) CSP integer variables are encoded (156895 clauses, 2447054 bytes)
1.52/1.67	c 2	1593 (80%) CSP integer variables are encoded (179382 clauses, 2829333 bytes)
1.52/1.70	c 2	1792 (90%) CSP integer variables are encoded (201869 clauses, 3211612 bytes)
1.61/1.73	c 2	1991 (100%) CSP integer variables are encoded (224356 clauses, 3593891 bytes)
2.52/2.67	c 3	798 (10%) CSP clauses are encoded (657685 clauses, 13315583 bytes)
5.52/5.61	c 6	1595 (20%) CSP clauses are encoded (2386142 clauses, 45607304 bytes)
9.39/9.51	c 10	2393 (30%) CSP clauses are encoded (4685354 clauses, 89340428 bytes)
13.19/13.39	c 14	3190 (40%) CSP clauses are encoded (6980567 clauses, 133151312 bytes)
17.09/17.27	c 18	3988 (50%) CSP clauses are encoded (9278203 clauses, 177330182 bytes)
21.08/21.24	c 22	4785 (60%) CSP clauses are encoded (11574120 clauses, 223773197 bytes)
25.10/25.31	c 26	5583 (70%) CSP clauses are encoded (13872486 clauses, 270920013 bytes)
29.10/29.32	c 30	6380 (80%) CSP clauses are encoded (16168527 clauses, 318781883 bytes)
33.10/34.75	c 35	7178 (90%) CSP clauses are encoded (18467807 clauses, 366707279 bytes)
37.18/38.81	c 39	7975 (100%) CSP clauses are encoded (20764208 clauses, 414588344 bytes)
37.18/38.81	c 39	7975 CSP clauses encoded
37.18/38.81	c 39	Writing map file : HOME/temp.map
37.18/38.81	c 39	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.18/38.81	c 39	SAT : 228987 SAT variables, 20764208 SAT clauses, 414588344 bytes
37.18/38.81	c 39	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.18/38.82	c 39	SOLVING HOME/temp.cnf
37.18/38.82	c 39	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1812.82	c ERROR INTERRUPTED
1800.12/1812.92	s UNKNOWN
1800.12/1812.92	c 1813	CPU 37.22 (0.05 0.01 33.86 3.3)
1800.12/1812.92	c 1813	END Sun Jul 12 01:24:08 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-2071147-1247352835/watcher-2071147-1247352835 -o /tmp/evaluation-result-2071147-1247352835/solver-2071147-1247352835 -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-2071147-1247352835.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/83 16090
/proc/meminfo: memFree=837024/2055920 swapFree=4192956/4192956
[pid=16090] ppid=16088 vsize=18576 CPUtime=0
/proc/16090/stat : 16090 (runsolver) R 16088 16090 15264 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 22348352 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 254613712167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16090/statm: 4644 284 249 26 0 2626 0

[startup+0.0666171 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 16090
/proc/meminfo: memFree=837024/2055920 swapFree=4192956/4192956
[pid=16090] ppid=16088 vsize=16344 CPUtime=0.05
/proc/16090/stat : 16090 (sugar) R 16088 16090 15264 0 -1 4194304 1006 0 0 0 4 1 0 0 22 0 1 0 22348352 16736256 974 996147200 4194304 4206940 548682068608 18446744073709551615 254633468192 0 0 4224 0 0 0 0 17 0 0 0
/proc/16090/statm: 4086 974 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.107132 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 16090
/proc/meminfo: memFree=837024/2055920 swapFree=4192956/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=0.06
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1227 128 0 0 5 1 0 0 24 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301642 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 16090
/proc/meminfo: memFree=837024/2055920 swapFree=4192956/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=0.06
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1227 128 0 0 5 1 0 0 24 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70169 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 16090
/proc/meminfo: memFree=837024/2055920 swapFree=4192956/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=0.44
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1309 4965 0 1 5 1 36 2 15 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 16112
/proc/meminfo: memFree=821448/2055920 swapFree=4192956/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=0.44
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1310 4965 0 1 5 1 36 2 15 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16103] ppid=16090 vsize=5356 CPUtime=0
/proc/16103/stat : 16103 (sh) S 16090 16090 15264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22348403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16103/statm: 1339 233 193 169 0 50 0
[pid=16104] ppid=16103 vsize=868692 CPUtime=0.98
/proc/16104/stat : 16104 (java) S 16103 16090 15264 0 -1 0 7332 0 1 0 92 6 0 0 18 0 9 0 22348403 889540608 6496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16104/statm: 217173 6496 2590 9 0 211650 0
[pid=16104/tid=16105] ppid=16103 vsize=868692 CPUtime=0.63
/proc/16104/task/16105/stat : 16105 (java) R 16103 16090 15264 0 -1 64 2793 0 1 0 61 2 0 0 18 0 9 0 22348404 889540608 6496 996147200 134512640 134550932 4294955936 18446744073709551615 4126935016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16106] ppid=16103 vsize=868692 CPUtime=0.14
/proc/16104/task/16106/stat : 16106 (java) S 16103 16090 15264 0 -1 64 2342 0 0 0 13 1 0 0 16 0 9 0 22348405 889540608 6496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16107] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16107/stat : 16107 (java) S 16103 16090 15264 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22348405 889540608 6496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16108] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16108/stat : 16108 (java) S 16103 16090 15264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22348405 889540608 6496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16109] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16109/stat : 16109 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22348407 889540608 6496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16110] ppid=16103 vsize=868692 CPUtime=0.18
/proc/16104/task/16110/stat : 16110 (java) S 16103 16090 15264 0 -1 64 1497 0 0 0 17 1 0 0 16 0 9 0 22348407 889540608 6496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16111] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16111/stat : 16111 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22348407 889540608 6496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16112] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16112/stat : 16112 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22348407 889540608 6496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890916

[startup+3.10295 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16112
/proc/meminfo: memFree=810440/2055920 swapFree=4192956/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=0.44
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1310 4965 0 1 5 1 36 2 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16103] ppid=16090 vsize=5356 CPUtime=0
/proc/16103/stat : 16103 (sh) S 16090 16090 15264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22348403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16103/statm: 1339 233 193 169 0 50 0
[pid=16104] ppid=16103 vsize=868692 CPUtime=2.57
/proc/16104/stat : 16104 (java) S 16103 16090 15264 0 -1 0 7896 0 1 0 238 19 0 0 18 0 9 0 22348403 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16104/statm: 217173 6513 2590 9 0 211650 0
[pid=16104/tid=16105] ppid=16103 vsize=868692 CPUtime=2.07
/proc/16104/task/16105/stat : 16105 (java) R 16103 16090 15264 0 -1 64 3341 0 1 0 195 12 0 0 25 0 9 0 22348404 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4126830016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16106] ppid=16103 vsize=868692 CPUtime=0.27
/proc/16104/task/16106/stat : 16106 (java) S 16103 16090 15264 0 -1 64 2342 0 0 0 23 4 0 0 16 0 9 0 22348405 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16107] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16107/stat : 16107 (java) S 16103 16090 15264 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22348405 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16108] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16108/stat : 16108 (java) S 16103 16090 15264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22348405 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16109] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16109/stat : 16109 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22348407 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16110] ppid=16103 vsize=868692 CPUtime=0.2
/proc/16104/task/16110/stat : 16110 (java) S 16103 16090 15264 0 -1 64 1513 0 0 0 19 1 0 0 16 0 9 0 22348407 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16111] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16111/stat : 16111 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22348407 889540608 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16112] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16112/stat : 16112 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22348407 889540608 6513 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) 890916

[startup+6.30131 s]
/proc/loadavg: 2.00 2.00 2.00 5/94 16112
/proc/meminfo: memFree=774408/2055920 swapFree=4192956/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=0.44
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1310 4965 0 1 5 1 36 2 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16103] ppid=16090 vsize=5356 CPUtime=0
/proc/16103/stat : 16103 (sh) S 16090 16090 15264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22348403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16103/statm: 1339 233 193 169 0 50 0
[pid=16104] ppid=16103 vsize=868692 CPUtime=5.77
/proc/16104/stat : 16104 (java) S 16103 16090 15264 0 -1 0 9059 0 1 0 529 48 0 0 18 0 9 0 22348403 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16104/statm: 217173 6514 2590 9 0 211650 0
[pid=16104/tid=16105] ppid=16103 vsize=868692 CPUtime=5
/proc/16104/task/16105/stat : 16105 (java) R 16103 16090 15264 0 -1 64 4503 0 1 0 466 34 0 0 25 0 9 0 22348404 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16106] ppid=16103 vsize=868692 CPUtime=0.54
/proc/16104/task/16106/stat : 16106 (java) S 16103 16090 15264 0 -1 64 2342 0 0 0 43 11 0 0 16 0 9 0 22348405 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16107] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16107/stat : 16107 (java) S 16103 16090 15264 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22348405 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16108] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16108/stat : 16108 (java) S 16103 16090 15264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22348405 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16109] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16109/stat : 16109 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22348407 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16110] ppid=16103 vsize=868692 CPUtime=0.2
/proc/16104/task/16110/stat : 16110 (java) S 16103 16090 15264 0 -1 64 1514 0 0 0 19 1 0 0 17 0 9 0 22348407 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16111] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16111/stat : 16111 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22348407 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16112] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16112/stat : 16112 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22348407 889540608 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890916

[startup+12.703 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 16112
/proc/meminfo: memFree=697032/2055920 swapFree=4192956/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=0.44
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1310 4965 0 1 5 1 36 2 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16103] ppid=16090 vsize=5356 CPUtime=0
/proc/16103/stat : 16103 (sh) S 16090 16090 15264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22348403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16103/statm: 1339 233 193 169 0 50 0
[pid=16104] ppid=16103 vsize=868692 CPUtime=12.15
/proc/16104/stat : 16104 (java) S 16103 16090 15264 0 -1 0 11366 0 1 0 1113 102 0 0 18 0 9 0 22348403 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16104/statm: 217173 6515 2590 9 0 211650 0
[pid=16104/tid=16105] ppid=16103 vsize=868692 CPUtime=10.84
/proc/16104/task/16105/stat : 16105 (java) R 16103 16090 15264 0 -1 64 6809 0 1 0 1009 75 0 0 25 0 9 0 22348404 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4126378384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16106] ppid=16103 vsize=868692 CPUtime=1.08
/proc/16104/task/16106/stat : 16106 (java) S 16103 16090 15264 0 -1 64 2342 0 0 0 83 25 0 0 16 0 9 0 22348405 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16107] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16107/stat : 16107 (java) S 16103 16090 15264 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22348405 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16108] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16108/stat : 16108 (java) S 16103 16090 15264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22348405 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16109] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16109/stat : 16109 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22348407 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16110] ppid=16103 vsize=868692 CPUtime=0.21
/proc/16104/task/16110/stat : 16110 (java) S 16103 16090 15264 0 -1 64 1515 0 0 0 20 1 0 0 17 0 9 0 22348407 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16111] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16111/stat : 16111 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22348407 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16112] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16112/stat : 16112 (java) S 16103 16090 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22348407 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 890916

[startup+25.5015 s]
/proc/loadavg: 2.44 2.10 2.03 3/94 16112
/proc/meminfo: memFree=537480/2055920 swapFree=4192956/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=0.44
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1310 4965 0 1 5 1 36 2 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16103] ppid=16090 vsize=5356 CPUtime=0
/proc/16103/stat : 16103 (sh) S 16090 16090 15264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22348403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16103/statm: 1339 233 193 169 0 50 0
[pid=16104] ppid=16103 vsize=868692 CPUtime=24.86
/proc/16104/stat : 16104 (java) S 16103 16090 15264 0 -1 0 15959 0 1 0 2271 215 0 0 18 0 9 0 22348403 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16104/statm: 217173 6515 2590 9 0 211650 0
[pid=16104/tid=16105] ppid=16103 vsize=868692 CPUtime=22.51
/proc/16104/task/16105/stat : 16105 (java) R 16103 16090 15264 0 -1 64 11402 0 1 0 2089 162 0 0 25 0 9 0 22348404 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4126560296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16106] ppid=16103 vsize=868692 CPUtime=2.11
/proc/16104/task/16106/stat : 16106 (java) S 16103 16090 15264 0 -1 64 2342 0 0 0 161 50 0 0 16 0 9 0 22348405 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16107] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16107/stat : 16107 (java) S 16103 16090 15264 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22348405 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16108] ppid=16103 vsize=868692 CPUtime=0
/proc/16104/task/16108/stat : 16108 (java) S 16103 16090 15264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22348405 889540608 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16104/tid=16109] ppid=16103 vsize=868692 CPUtime=0

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

/proc/meminfo: memFree=108264/2055920 swapFree=4192948/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=37.22
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1363 25501 0 2 5 1 3386 330 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16113] ppid=16090 vsize=5356 CPUtime=0
/proc/16113/stat : 16113 (sh) S 16090 16090 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22352235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16113/statm: 1339 232 193 169 0 50 0
[pid=16114] ppid=16113 vsize=794500 CPUtime=1315.01
/proc/16114/stat : 16114 (picosat) R 16113 16090 15264 0 -1 4194304 184147 0 0 0 121278 10223 0 0 25 0 1 0 22352235 813568000 184133 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16114/statm: 198625 184133 42 102 0 198520 0
Current children cumulated CPU time (s) 1352.23
Current children cumulated vsize (KiB) 816724

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.03 3/77 16151
/proc/meminfo: memFree=108136/2055920 swapFree=4192948/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=37.22
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1363 25501 0 2 5 1 3386 330 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16113] ppid=16090 vsize=5356 CPUtime=0
/proc/16113/stat : 16113 (sh) S 16090 16090 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22352235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16113/statm: 1339 232 193 169 0 50 0
[pid=16114] ppid=16113 vsize=794500 CPUtime=1374.56
/proc/16114/stat : 16114 (picosat) R 16113 16090 15264 0 -1 4194304 184160 0 0 0 127233 10223 0 0 25 0 1 0 22352235 813568000 184146 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16114/statm: 198625 184146 42 102 0 198520 0
Current children cumulated CPU time (s) 1411.78
Current children cumulated vsize (KiB) 816724

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.02 3/77 16151
/proc/meminfo: memFree=108136/2055920 swapFree=4192948/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=37.22
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1363 25501 0 2 5 1 3386 330 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16113] ppid=16090 vsize=5356 CPUtime=0
/proc/16113/stat : 16113 (sh) S 16090 16090 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22352235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16113/statm: 1339 232 193 169 0 50 0
[pid=16114] ppid=16113 vsize=794500 CPUtime=1434.1
/proc/16114/stat : 16114 (picosat) R 16113 16090 15264 0 -1 4194304 184170 0 0 0 133187 10223 0 0 25 0 1 0 22352235 813568000 184156 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16114/statm: 198625 184156 42 102 0 198520 0
Current children cumulated CPU time (s) 1471.32
Current children cumulated vsize (KiB) 816724

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.02 3/77 16151
/proc/meminfo: memFree=108136/2055920 swapFree=4192948/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=37.22
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1363 25501 0 2 5 1 3386 330 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16113] ppid=16090 vsize=5356 CPUtime=0
/proc/16113/stat : 16113 (sh) S 16090 16090 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22352235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16113/statm: 1339 232 193 169 0 50 0
[pid=16114] ppid=16113 vsize=794632 CPUtime=1493.64
/proc/16114/stat : 16114 (picosat) R 16113 16090 15264 0 -1 4194304 184181 0 0 0 139141 10223 0 0 25 0 1 0 22352235 813703168 184167 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16114/statm: 198658 184167 42 102 0 198553 0
Current children cumulated CPU time (s) 1530.86
Current children cumulated vsize (KiB) 816856

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.01 3/77 16151
/proc/meminfo: memFree=108136/2055920 swapFree=4192948/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=37.22
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1363 25501 0 2 5 1 3386 330 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16113] ppid=16090 vsize=5356 CPUtime=0
/proc/16113/stat : 16113 (sh) S 16090 16090 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22352235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16113/statm: 1339 232 193 169 0 50 0
[pid=16114] ppid=16113 vsize=794632 CPUtime=1553.18
/proc/16114/stat : 16114 (picosat) R 16113 16090 15264 0 -1 4194304 184191 0 0 0 145095 10223 0 0 25 0 1 0 22352235 813703168 184177 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16114/statm: 198658 184177 42 102 0 198553 0
Current children cumulated CPU time (s) 1590.4
Current children cumulated vsize (KiB) 816856

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.01 3/84 16187
/proc/meminfo: memFree=63856/2055920 swapFree=4192948/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=37.22
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1363 25501 0 2 5 1 3386 330 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16113] ppid=16090 vsize=5356 CPUtime=0
/proc/16113/stat : 16113 (sh) S 16090 16090 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22352235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16113/statm: 1339 232 193 169 0 50 0
[pid=16114] ppid=16113 vsize=794632 CPUtime=1612.88
/proc/16114/stat : 16114 (picosat) R 16113 16090 15264 0 -1 4194304 184199 0 0 0 151065 10223 0 0 25 0 1 0 22352235 813703168 184185 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/16114/statm: 198658 184185 42 102 0 198553 0
Current children cumulated CPU time (s) 1650.1
Current children cumulated vsize (KiB) 816856

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 16187
/proc/meminfo: memFree=63728/2055920 swapFree=4192948/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=37.22
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1363 25501 0 2 5 1 3386 330 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16113] ppid=16090 vsize=5356 CPUtime=0
/proc/16113/stat : 16113 (sh) S 16090 16090 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22352235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16113/statm: 1339 232 193 169 0 50 0
[pid=16114] ppid=16113 vsize=794632 CPUtime=1672.65
/proc/16114/stat : 16114 (picosat) R 16113 16090 15264 0 -1 4194304 184208 0 0 0 157042 10223 0 0 25 0 1 0 22352235 813703168 184194 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16114/statm: 198658 184194 42 102 0 198553 0
Current children cumulated CPU time (s) 1709.87
Current children cumulated vsize (KiB) 816856

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.01 3/84 16187
/proc/meminfo: memFree=63536/2055920 swapFree=4192948/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=37.22
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1363 25501 0 2 5 1 3386 330 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16113] ppid=16090 vsize=5356 CPUtime=0
/proc/16113/stat : 16113 (sh) S 16090 16090 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22352235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16113/statm: 1339 232 193 169 0 50 0
[pid=16114] ppid=16113 vsize=794764 CPUtime=1732.41
/proc/16114/stat : 16114 (picosat) R 16113 16090 15264 0 -1 4194304 184218 0 0 0 163018 10223 0 0 25 0 1 0 22352235 813838336 184204 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16114/statm: 198691 184204 42 102 0 198586 0
Current children cumulated CPU time (s) 1769.63
Current children cumulated vsize (KiB) 816988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.81 s]
/proc/loadavg: 2.07 2.03 2.01 3/84 16187
/proc/meminfo: memFree=63536/2055920 swapFree=4192948/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=37.22
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1363 25501 0 2 5 1 3386 330 16 0 1 0 22348352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16090/statm: 4217 1111 409 3 0 796 0
[pid=16113] ppid=16090 vsize=5356 CPUtime=0
/proc/16113/stat : 16113 (sh) S 16090 16090 15264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22352235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16113/statm: 1339 232 193 169 0 50 0
[pid=16114] ppid=16113 vsize=794764 CPUtime=1762.79
/proc/16114/stat : 16114 (picosat) R 16113 16090 15264 0 -1 4194304 184224 0 0 0 166056 10223 0 0 25 0 1 0 22352235 813838336 184210 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16114/statm: 198691 184210 42 102 0 198586 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 816988

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

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

[startup+1812.92 s]
/proc/loadavg: 2.07 2.03 2.01 3/84 16187
/proc/meminfo: memFree=63536/2055920 swapFree=4192948/4192956
[pid=16090] ppid=16088 vsize=16868 CPUtime=37.22
/proc/16090/stat : 16090 (sugar) S 16088 16090 15264 0 -1 4194304 1392 25501 0 2 5 1 3386 330 16 0 1 0 22348352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16090/statm: 4217 1112 409 3 0 796 0
[pid=16113] ppid=16090 vsize=0 CPUtime=0
/proc/16113/stat : 16113 (sh) Z 16090 16090 15264 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22352235 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16113/statm: 0 0 0 0 0 0 0
[pid=16114] ppid=1 vsize=0 CPUtime=1762.9
/proc/16114/stat : 16114 (picosat) R 1 16090 15264 0 -1 4195332 184224 0 0 0 166056 10234 0 0 25 0 1 0 22352235 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16114/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16090 and gives
#  childrusage.ru_utime.tv_sec=33
#  childrusage.ru_utime.tv_usec=923842
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=326494
# CPU time returned by wait4() is 37.2503
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.93
CPU time (s): 1800.12
CPU user time (s): 1694.47
CPU system time (s): 105.65
CPU usage (%): 99.2936
Max. virtual memory (cumulated for all children) (KiB): 890916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.9238
system time used= 3.32649
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27258
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= 118960
involuntary context switches= 119003

runsolver used 1.67075 second user time and 5.63914 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 00:53:55
IDJOB=2071147
IDBENCH=55439
IDSOLVER=738
FILE ID=node87/2071147-1247352835
PBS_JOBID= 9506871
Free space on /tmp= 66264 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-67-11-a4.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-2071147-1247352835/watcher-2071147-1247352835 -o /tmp/evaluation-result-2071147-1247352835/solver-2071147-1247352835 -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-2071147-1247352835.xml

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

MD5SUM BENCH= 085bfc51df6ecdce11133d129a5861be
RANDOM SEED=1748870135

node87.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        837504 kB
Buffers:         72068 kB
Cached:         952964 kB
SwapCached:          0 kB
Active:         210540 kB
Inactive:       951920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        837504 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:         156640 kB
Slab:            40652 kB
Committed_AS:   380780 kB
PageTables:       2180 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= 66260 MiB
End job on node87 at 2009-07-12 01:24:10