Trace number 2071158

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.1 1809.18

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-55-11-a4.xml
MD5SUMb810140e7939220fd6eb4ada33e287a7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark396.794
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size56
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.04/0.25	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.25	c 0	BEGIN Sun Jul 12 00:54:39 2009
0.04/0.25	c 0	PID 21316
0.04/0.27	c 0	HOST node44.alineos.net
0.04/0.27	c 0	CONVERTING HOME/instance-2071158-1247352879.xml TO HOME/temp.csp
0.04/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071158-1247352879.xml' 'HOME/temp.csp'
0.07/0.69	c 1	1 domains, 11 variables, 2 predicates, 0 relations, 1375 constraints
0.07/0.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.69	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.48/0.78	c 1	Parsing HOME/temp.csp
0.48/0.90	c 1	parsed 1389 expressions
0.48/0.93	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.48/0.93	c 1	Converting to clausal form CSP
0.76/1.02	c 1	converted 139 (10%) expressions
0.76/1.07	c 1	converted 278 (20%) expressions
0.86/1.16	c 1	converted 417 (30%) expressions
0.95/1.24	c 1	converted 556 (40%) expressions
0.95/1.29	c 1	converted 695 (50%) expressions
1.06/1.32	c 1	converted 834 (60%) expressions
1.06/1.35	c 1	converted 973 (70%) expressions
1.06/1.38	c 1	converted 1112 (80%) expressions
1.15/1.41	c 1	converted 1251 (90%) expressions
1.15/1.44	c 1	converted 1389 (100%) expressions
1.15/1.44	c 1	CSP : 1991 integers, 0 booleans, 5335 clauses, largest domain size 106
1.15/1.44	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.44	c 1	Propagation in CSP
1.45/1.70	c 2	16605 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.45/1.70	c 2	CSP : 1991 integers, 0 booleans, 5335 clauses, largest domain size 91
1.45/1.70	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.71	c 2	Simplifing CSP by introducing new Boolean variables
1.45/1.73	c 2	CSP : 1991 integers, 2640 booleans, 7975 clauses, largest domain size 91
1.45/1.73	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.78	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.55/1.83	c 2	200 (10%) CSP integer variables are encoded (17305 clauses, 237699 bytes)
1.55/1.85	c 2	399 (20%) CSP integer variables are encoded (35016 clauses, 503364 bytes)
1.55/1.88	c 2	598 (30%) CSP integer variables are encoded (52727 clauses, 769029 bytes)
1.65/1.90	c 2	797 (40%) CSP integer variables are encoded (70438 clauses, 1034694 bytes)
1.65/1.92	c 2	996 (50%) CSP integer variables are encoded (88149 clauses, 1300359 bytes)
1.65/1.95	c 2	1195 (60%) CSP integer variables are encoded (105860 clauses, 1579979 bytes)
1.65/1.97	c 2	1394 (70%) CSP integer variables are encoded (123571 clauses, 1881066 bytes)
1.74/2.00	c 2	1593 (80%) CSP integer variables are encoded (141282 clauses, 2182153 bytes)
1.74/2.03	c 2	1792 (90%) CSP integer variables are encoded (158993 clauses, 2483240 bytes)
1.74/2.05	c 2	1991 (100%) CSP integer variables are encoded (176704 clauses, 2784327 bytes)
2.44/2.73	c 3	798 (10%) CSP clauses are encoded (451645 clauses, 8884639 bytes)
4.43/4.78	c 5	1595 (20%) CSP clauses are encoded (1538894 clauses, 28859034 bytes)
7.18/7.53	c 7	2393 (30%) CSP clauses are encoded (2984474 clauses, 56158972 bytes)
9.85/10.22	c 10	3190 (40%) CSP clauses are encoded (4427303 clauses, 83603728 bytes)
12.51/13.03	c 13	3988 (50%) CSP clauses are encoded (5871307 clauses, 111109714 bytes)
15.18/15.72	c 16	4785 (60%) CSP clauses are encoded (7314840 clauses, 138738161 bytes)
17.94/18.52	c 18	5583 (70%) CSP clauses are encoded (8759574 clauses, 167851103 bytes)
20.71/21.30	c 21	6380 (80%) CSP clauses are encoded (10203231 clauses, 197697043 bytes)
23.45/24.15	c 24	7178 (90%) CSP clauses are encoded (11648879 clauses, 227740645 bytes)
26.26/27.00	c 27	7975 (100%) CSP clauses are encoded (13092896 clauses, 257790430 bytes)
26.26/27.00	c 27	7975 CSP clauses encoded
26.26/27.00	c 27	Writing map file : HOME/temp.map
26.26/27.01	c 27	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.26/27.01	c 27	SAT : 181335 SAT variables, 13092896 SAT clauses, 257790430 bytes
26.26/27.01	c 27	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.26/27.02	c 27	SOLVING HOME/temp.cnf
26.26/27.02	c 27	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.10/1809.11	c ERROR INTERRUPTED
1800.10/1809.18	s UNKNOWN
1800.10/1809.18	c 1809	CPU 26.28 (0.06 0.02 23.86 2.34)
1800.10/1809.18	c 1809	END Sun Jul 12 01:24:48 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-2071158-1247352879/watcher-2071158-1247352879 -o /tmp/evaluation-result-2071158-1247352879/solver-2071158-1247352879 -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-2071158-1247352879.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.00 2.02 4/81 21316
/proc/meminfo: memFree=1931160/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=18576 CPUtime=0
/proc/21316/stat : 21316 (runsolver) R 21314 21316 20344 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22351764 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21316/statm: 4644 284 249 26 0 2626 0

[startup+0.027723 s]
/proc/loadavg: 1.92 2.00 2.02 4/81 21316
/proc/meminfo: memFree=1931160/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=124 CPUtime=0
/proc/21316/stat : 21316 (sugar) D 21314 21316 20344 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 22351764 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 264837854697 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/21316/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102735 s]
/proc/loadavg: 1.92 2.00 2.02 4/81 21316
/proc/meminfo: memFree=1931160/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=12272 CPUtime=0
/proc/21316/stat : 21316 (sugar) R 21314 21316 20344 0 -1 4194304 389 0 0 0 0 0 0 0 18 0 1 0 22351764 12566528 357 996147200 4194304 4206940 548682068608 18446744073709551615 264858567515 0 0 4224 0 0 0 0 17 1 0 0
/proc/21316/statm: 3068 357 267 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301758 s]
/proc/loadavg: 1.92 2.00 2.02 4/81 21316
/proc/meminfo: memFree=1931160/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=0.07
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.7028 s]
/proc/loadavg: 1.92 2.00 2.02 4/81 21316
/proc/meminfo: memFree=1931160/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=0.48
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1292 4967 0 1 5 2 37 4 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16868

[startup+1.50293 s]
/proc/loadavg: 1.92 2.00 2.02 4/92 21338
/proc/meminfo: memFree=1920896/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=0.48
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1310 4967 0 1 5 2 37 4 15 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21329] ppid=21316 vsize=5356 CPUtime=0
/proc/21329/stat : 21329 (sh) S 21316 21316 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22351834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21329/statm: 1339 233 193 169 0 50 0
[pid=21330] ppid=21329 vsize=868500 CPUtime=0.77
/proc/21330/stat : 21330 (java) S 21329 21316 20344 0 -1 0 5839 0 1 0 74 3 0 0 18 0 9 0 22351834 889344000 5245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21330/statm: 217125 5245 1743 9 0 211630 0
[pid=21330/tid=21331] ppid=21329 vsize=868500 CPUtime=0.52
/proc/21330/task/21331/stat : 21331 (java) R 21329 21316 20344 0 -1 64 2690 0 1 0 51 1 0 0 20 0 9 0 22351835 889344000 5245 996147200 134512640 134550932 4294955936 18446744073709551615 4126772060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21332] ppid=21329 vsize=868500 CPUtime=0.04
/proc/21330/task/21332/stat : 21332 (java) S 21329 21316 20344 0 -1 64 979 0 0 0 4 0 0 0 16 0 9 0 22351836 889344000 5245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21333] ppid=21329 vsize=868500 CPUtime=0
/proc/21330/task/21333/stat : 21333 (java) S 21329 21316 20344 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22351837 889344000 5245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21334] ppid=21329 vsize=868500 CPUtime=0
/proc/21330/task/21334/stat : 21334 (java) S 21329 21316 20344 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 22351837 889344000 5245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21335] ppid=21329 vsize=868500 CPUtime=0
/proc/21330/task/21335/stat : 21335 (java) S 21329 21316 20344 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22351839 889344000 5245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21336] ppid=21329 vsize=868500 CPUtime=0.19
/proc/21330/task/21336/stat : 21336 (java) S 21329 21316 20344 0 -1 64 1477 0 0 0 18 1 0 0 16 0 9 0 22351839 889344000 5245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21337] ppid=21329 vsize=868500 CPUtime=0
/proc/21330/task/21337/stat : 21337 (java) S 21329 21316 20344 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22351839 889344000 5245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21338] ppid=21329 vsize=868500 CPUtime=0
/proc/21330/task/21338/stat : 21338 (java) S 21329 21316 20344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22351839 889344000 5245 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 890724

[startup+3.10104 s]
/proc/loadavg: 1.92 2.00 2.02 3/92 21338
/proc/meminfo: memFree=1907904/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=0.49
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1310 4967 0 1 6 2 37 4 15 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21329] ppid=21316 vsize=5356 CPUtime=0
/proc/21329/stat : 21329 (sh) S 21316 21316 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22351834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21329/statm: 1339 233 193 169 0 50 0
[pid=21330] ppid=21329 vsize=868700 CPUtime=2.35
/proc/21330/stat : 21330 (java) S 21329 21316 20344 0 -1 0 7724 0 1 0 220 15 0 0 18 0 9 0 22351834 889548800 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21330/statm: 217175 6514 2590 9 0 211652 0
[pid=21330/tid=21331] ppid=21329 vsize=868700 CPUtime=1.84
/proc/21330/task/21331/stat : 21331 (java) R 21329 21316 20344 0 -1 64 3174 0 1 0 174 10 0 0 25 0 9 0 22351835 889548800 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4126938560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21332] ppid=21329 vsize=868700 CPUtime=0.25
/proc/21330/task/21332/stat : 21332 (java) S 21329 21316 20344 0 -1 64 2347 0 0 0 22 3 0 0 16 0 9 0 22351836 889548800 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21333] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21333/stat : 21333 (java) S 21329 21316 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22351837 889548800 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21334] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21334/stat : 21334 (java) S 21329 21316 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22351837 889548800 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21335] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21335/stat : 21335 (java) S 21329 21316 20344 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22351839 889548800 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21336] ppid=21329 vsize=868700 CPUtime=0.23
/proc/21330/task/21336/stat : 21336 (java) S 21329 21316 20344 0 -1 64 1504 0 0 0 22 1 0 0 16 0 9 0 22351839 889548800 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21337] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21337/stat : 21337 (java) S 21329 21316 20344 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22351839 889548800 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21338] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21338/stat : 21338 (java) S 21329 21316 20344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22351839 889548800 6514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 890924

[startup+6.30237 s]
/proc/loadavg: 1.93 2.00 2.02 3/92 21338
/proc/meminfo: memFree=1875840/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=0.49
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1310 4967 0 1 6 2 37 4 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21329] ppid=21316 vsize=5356 CPUtime=0
/proc/21329/stat : 21329 (sh) S 21316 21316 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22351834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21329/statm: 1339 233 193 169 0 50 0
[pid=21330] ppid=21329 vsize=868700 CPUtime=5.52
/proc/21330/stat : 21330 (java) S 21329 21316 20344 0 -1 0 8761 0 1 0 511 41 0 0 18 0 9 0 22351834 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21330/statm: 217175 6516 2590 9 0 211652 0
[pid=21330/tid=21331] ppid=21329 vsize=868700 CPUtime=4.76
/proc/21330/task/21331/stat : 21331 (java) R 21329 21316 20344 0 -1 64 4209 0 1 0 445 31 0 0 25 0 9 0 22351835 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21332] ppid=21329 vsize=868700 CPUtime=0.49
/proc/21330/task/21332/stat : 21332 (java) S 21329 21316 20344 0 -1 64 2347 0 0 0 41 8 0 0 16 0 9 0 22351836 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21333] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21333/stat : 21333 (java) S 21329 21316 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22351837 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21334] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21334/stat : 21334 (java) S 21329 21316 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22351837 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21335] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21335/stat : 21335 (java) S 21329 21316 20344 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22351839 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21336] ppid=21329 vsize=868700 CPUtime=0.24
/proc/21330/task/21336/stat : 21336 (java) S 21329 21316 20344 0 -1 64 1506 0 0 0 23 1 0 0 17 0 9 0 22351839 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21337] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21337/stat : 21337 (java) S 21329 21316 20344 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22351839 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21338] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21338/stat : 21338 (java) S 21329 21316 20344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22351839 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 890924

[startup+12.702 s]
/proc/loadavg: 2.01 2.01 2.03 3/92 21338
/proc/meminfo: memFree=1808512/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=0.49
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1310 4967 0 1 6 2 37 4 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21329] ppid=21316 vsize=5356 CPUtime=0
/proc/21329/stat : 21329 (sh) S 21316 21316 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22351834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21329/statm: 1339 233 193 169 0 50 0
[pid=21330] ppid=21329 vsize=868700 CPUtime=11.81
/proc/21330/stat : 21330 (java) S 21329 21316 20344 0 -1 0 10835 0 1 0 1083 98 0 0 18 0 9 0 22351834 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21330/statm: 217175 6516 2590 9 0 211652 0
[pid=21330/tid=21331] ppid=21329 vsize=868700 CPUtime=10.53
/proc/21330/task/21331/stat : 21331 (java) D 21329 21316 20344 0 -1 64 6283 0 1 0 978 75 0 0 25 0 9 0 22351835 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=21330/tid=21332] ppid=21329 vsize=868700 CPUtime=1.02
/proc/21330/task/21332/stat : 21332 (java) S 21329 21316 20344 0 -1 64 2347 0 0 0 81 21 0 0 16 0 9 0 22351836 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21333] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21333/stat : 21333 (java) S 21329 21316 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22351837 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21334] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21334/stat : 21334 (java) S 21329 21316 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22351837 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21335] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21335/stat : 21335 (java) S 21329 21316 20344 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22351839 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21336] ppid=21329 vsize=868700 CPUtime=0.24
/proc/21330/task/21336/stat : 21336 (java) S 21329 21316 20344 0 -1 64 1506 0 0 0 23 1 0 0 17 0 9 0 22351839 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21337] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21337/stat : 21337 (java) S 21329 21316 20344 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22351839 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21338] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21338/stat : 21338 (java) S 21329 21316 20344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22351839 889548800 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 890924

[startup+25.5023 s]
/proc/loadavg: 2.01 2.01 2.03 3/92 21338
/proc/meminfo: memFree=1672256/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=0.49
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1310 4967 0 1 6 2 37 4 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21329] ppid=21316 vsize=5356 CPUtime=0
/proc/21329/stat : 21329 (sh) S 21316 21316 20344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22351834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21329/statm: 1339 233 193 169 0 50 0
[pid=21330] ppid=21329 vsize=868700 CPUtime=24.32
/proc/21330/stat : 21330 (java) S 21329 21316 20344 0 -1 0 14938 0 1 0 2215 217 0 0 18 0 9 0 22351834 889548800 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21330/statm: 217175 6523 2590 9 0 211652 0
[pid=21330/tid=21331] ppid=21329 vsize=868700 CPUtime=21.87
/proc/21330/task/21331/stat : 21331 (java) R 21329 21316 20344 0 -1 64 10379 0 1 0 2022 165 0 0 25 0 9 0 22351835 889548800 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21332] ppid=21329 vsize=868700 CPUtime=2.17
/proc/21330/task/21332/stat : 21332 (java) S 21329 21316 20344 0 -1 64 2347 0 0 0 168 49 0 0 16 0 9 0 22351836 889548800 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21333] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21333/stat : 21333 (java) S 21329 21316 20344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22351837 889548800 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21334] ppid=21329 vsize=868700 CPUtime=0
/proc/21330/task/21334/stat : 21334 (java) S 21329 21316 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22351837 889548800 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21330/tid=21335] ppid=21329 vsize=868700 CPUtime=0

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

/proc/meminfo: memFree=1153792/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=26.28
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1363 20688 0 2 6 2 2386 234 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21339] ppid=21316 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21316 21316 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354467 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 232 193 169 0 50 0
[pid=21340] ppid=21339 vsize=490704 CPUtime=1327.19
/proc/21340/stat : 21340 (picosat) R 21339 21316 20344 0 -1 4194304 116487 0 0 0 125860 6859 0 0 25 0 1 0 22354467 502480896 116473 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/21340/statm: 122676 116473 42 102 0 122571 0
Current children cumulated CPU time (s) 1353.47
Current children cumulated vsize (KiB) 512928

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.02 3/84 21388
/proc/meminfo: memFree=1154112/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=26.28
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1363 20688 0 2 6 2 2386 234 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21339] ppid=21316 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21316 21316 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354467 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 232 193 169 0 50 0
[pid=21340] ppid=21339 vsize=490704 CPUtime=1387.18
/proc/21340/stat : 21340 (picosat) R 21339 21316 20344 0 -1 4194304 116501 0 0 0 131859 6859 0 0 25 0 1 0 22354467 502480896 116487 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21340/statm: 122676 116487 42 102 0 122571 0
Current children cumulated CPU time (s) 1413.46
Current children cumulated vsize (KiB) 512928

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 21388
/proc/meminfo: memFree=1150272/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=26.28
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1363 20688 0 2 6 2 2386 234 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21339] ppid=21316 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21316 21316 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354467 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 232 193 169 0 50 0
[pid=21340] ppid=21339 vsize=490836 CPUtime=1447.15
/proc/21340/stat : 21340 (picosat) R 21339 21316 20344 0 -1 4194304 116518 0 0 0 137856 6859 0 0 25 0 1 0 22354467 502616064 116504 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21340/statm: 122709 116504 42 102 0 122604 0
Current children cumulated CPU time (s) 1473.43
Current children cumulated vsize (KiB) 513060

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 21388
/proc/meminfo: memFree=1152064/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=26.28
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1363 20688 0 2 6 2 2386 234 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21339] ppid=21316 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21316 21316 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354467 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 232 193 169 0 50 0
[pid=21340] ppid=21339 vsize=490836 CPUtime=1507.12
/proc/21340/stat : 21340 (picosat) R 21339 21316 20344 0 -1 4194304 116533 0 0 0 143853 6859 0 0 25 0 1 0 22354467 502616064 116519 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21340/statm: 122709 116519 42 102 0 122604 0
Current children cumulated CPU time (s) 1533.4
Current children cumulated vsize (KiB) 513060

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21388
/proc/meminfo: memFree=1152320/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=26.28
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1363 20688 0 2 6 2 2386 234 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21339] ppid=21316 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21316 21316 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354467 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 232 193 169 0 50 0
[pid=21340] ppid=21339 vsize=490968 CPUtime=1567.09
/proc/21340/stat : 21340 (picosat) R 21339 21316 20344 0 -1 4194304 116547 0 0 0 149850 6859 0 0 25 0 1 0 22354467 502751232 116533 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/21340/statm: 122742 116533 42 102 0 122637 0
Current children cumulated CPU time (s) 1593.37
Current children cumulated vsize (KiB) 513192

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 21388
/proc/meminfo: memFree=1152512/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=26.28
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1363 20688 0 2 6 2 2386 234 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21339] ppid=21316 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21316 21316 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354467 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 232 193 169 0 50 0
[pid=21340] ppid=21339 vsize=490968 CPUtime=1627.07
/proc/21340/stat : 21340 (picosat) R 21339 21316 20344 0 -1 4194304 116560 0 0 0 155848 6859 0 0 25 0 1 0 22354467 502751232 116546 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21340/statm: 122742 116546 42 102 0 122637 0
Current children cumulated CPU time (s) 1653.35
Current children cumulated vsize (KiB) 513192

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 21388
/proc/meminfo: memFree=1151680/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=26.28
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1363 20688 0 2 6 2 2386 234 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21339] ppid=21316 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21316 21316 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354467 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 232 193 169 0 50 0
[pid=21340] ppid=21339 vsize=490968 CPUtime=1687.05
/proc/21340/stat : 21340 (picosat) R 21339 21316 20344 0 -1 4194304 116572 0 0 0 161846 6859 0 0 25 0 1 0 22354467 502751232 116558 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21340/statm: 122742 116558 42 102 0 122637 0
Current children cumulated CPU time (s) 1713.33
Current children cumulated vsize (KiB) 513192

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 21388
/proc/meminfo: memFree=1141760/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=26.28
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1363 20688 0 2 6 2 2386 234 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21339] ppid=21316 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21316 21316 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354467 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 232 193 169 0 50 0
[pid=21340] ppid=21339 vsize=491100 CPUtime=1747.02
/proc/21340/stat : 21340 (picosat) R 21339 21316 20344 0 -1 4194304 116583 0 0 0 167843 6859 0 0 25 0 1 0 22354467 502886400 116569 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21340/statm: 122775 116569 42 102 0 122670 0
Current children cumulated CPU time (s) 1773.3
Current children cumulated vsize (KiB) 513324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 21388
/proc/meminfo: memFree=1151872/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=26.28
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1363 20688 0 2 6 2 2386 234 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21339] ppid=21316 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21316 21316 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354467 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 232 193 169 0 50 0
[pid=21340] ppid=21339 vsize=491100 CPUtime=1773.82
/proc/21340/stat : 21340 (picosat) R 21339 21316 20344 0 -1 4194304 116589 0 0 0 170523 6859 0 0 25 0 1 0 22354467 502886400 116575 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21340/statm: 122775 116575 42 102 0 122670 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 513324

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

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

[startup+1809.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 21388
/proc/meminfo: memFree=1151872/2055920 swapFree=4192812/4192956
[pid=21316] ppid=21314 vsize=16868 CPUtime=26.28
/proc/21316/stat : 21316 (sugar) S 21314 21316 20344 0 -1 4194304 1363 20688 0 2 6 2 2386 234 16 0 1 0 22351764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21316/statm: 4217 1111 409 3 0 796 0
[pid=21339] ppid=21316 vsize=5356 CPUtime=0
/proc/21339/stat : 21339 (sh) S 21316 21316 20344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354467 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21339/statm: 1339 232 193 169 0 50 0
[pid=21340] ppid=21339 vsize=491100 CPUtime=1773.82
/proc/21340/stat : 21340 (picosat) R 21339 21316 20344 0 -1 4194304 116589 0 0 0 170523 6859 0 0 25 0 1 0 22354467 502886400 116575 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21340/statm: 122775 116575 42 102 0 122670 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 513324

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21316 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=928362
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=373639
# CPU time returned by wait4() is 26.302
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.18
CPU time (s): 1800.1
CPU user time (s): 1729.15
CPU system time (s): 70.95
CPU usage (%): 99.4981
Max. virtual memory (cumulated for all children) (KiB): 890924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.9284
system time used= 2.37364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22445
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= 75435
involuntary context switches= 76081

runsolver used 2.19966 second user time and 6.05008 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 00:54:39
IDJOB=2071158
IDBENCH=55440
IDSOLVER=738
FILE ID=node44/2071158-1247352879
PBS_JOBID= 9506918
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-55-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-2071158-1247352879/watcher-2071158-1247352879 -o /tmp/evaluation-result-2071158-1247352879/solver-2071158-1247352879 -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-2071158-1247352879.xml

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

MD5SUM BENCH= b810140e7939220fd6eb4ada33e287a7
RANDOM SEED=1453964446

node44.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.219
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.219
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:       1931640 kB
Buffers:          4812 kB
Cached:          39796 kB
SwapCached:          0 kB
Active:          58448 kB
Inactive:        17216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:          51392 kB
Slab:            33664 kB
Committed_AS:   234904 kB
PageTables:       1852 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= 66360 MiB
End job on node44 at 2009-07-12 01:24:50