Trace number 2061896

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.07 1808.03

General information on the benchmark

Namecsp/cjss/
normalized-la04x3-570.xml
MD5SUM258e8f81311a1a5f6c31959db09ea953
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
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 variables151
Number of constraints155
Maximum constraint arity30
Maximum domain size571
Number of constraints which are defined in extension0
Number of constraints which are defined in intension150
Global constraints used (with number of constraints)cumulative(5)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:57:41 2009
0.00/0.07	c 0	PID 15259
0.00/0.08	c 0	HOST node61.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2061896-1247327861.xml TO HOME/temp.csp
0.00/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-2061896-1247327861.xml' 'HOME/temp.csp'
0.06/0.37	c 1	2 domains, 151 variables, 1 predicates, 0 relations, 155 constraints
0.06/0.40	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.40	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.48	c 1	Parsing HOME/temp.csp
0.35/0.52	c 1	parsed 309 expressions
0.35/0.53	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.35/0.53	c 1	Converting to clausal form CSP
0.35/0.55	c 1	converted 31 (10%) expressions
0.35/0.55	c 1	converted 62 (20%) expressions
0.35/0.55	c 1	converted 93 (30%) expressions
0.35/0.55	c 1	converted 124 (40%) expressions
0.35/0.57	c 1	converted 155 (50%) expressions
0.35/0.57	c 1	converted 186 (60%) expressions
0.35/0.58	c 1	converted 217 (70%) expressions
0.35/0.59	c 1	converted 248 (80%) expressions
0.35/0.60	c 1	converted 279 (90%) expressions
14.74/14.93	c 15	converted 309 (100%) expressions
14.74/14.94	c 15	CSP : 92650 integers, 53694 booleans, 279438 clauses, largest domain size 559
14.74/14.94	c 15	Heap : 185 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.74/14.94	c 15	Propagation in CSP
16.43/16.67	c 17	13320 values, 0 unsatisfiable literals, and 0 valid clauses are removed
16.43/16.69	c 17	CSP : 92650 integers, 53694 booleans, 279438 clauses, largest domain size 433
16.43/16.69	c 17	Heap : 193 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.53/16.78	c 17	Simplifing CSP by introducing new Boolean variables
16.72/16.92	c 17	CSP : 92650 integers, 53694 booleans, 279438 clauses, largest domain size 433
16.72/16.92	c 17	Heap : 183 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.82/18.06	c 18	Encoding CSP to SAT : HOME/temp.cnf
17.92/18.19	c 18	9265 (10%) CSP integer variables are encoded (48873 clauses, 711015 bytes)
18.02/18.20	c 18	18530 (20%) CSP integer variables are encoded (50553 clauses, 736215 bytes)
18.02/18.22	c 18	27795 (30%) CSP integer variables are encoded (52239 clauses, 761505 bytes)
18.02/18.23	c 18	37060 (40%) CSP integer variables are encoded (53925 clauses, 786795 bytes)
18.02/18.25	c 18	46325 (50%) CSP integer variables are encoded (55287 clauses, 807225 bytes)
18.02/18.26	c 18	55590 (60%) CSP integer variables are encoded (56973 clauses, 833691 bytes)
18.02/18.28	c 18	64855 (70%) CSP integer variables are encoded (58485 clauses, 859395 bytes)
18.02/18.29	c 19	74120 (80%) CSP integer variables are encoded (60171 clauses, 888057 bytes)
18.11/18.31	c 19	83385 (90%) CSP integer variables are encoded (61857 clauses, 916719 bytes)
18.11/18.32	c 19	92650 (100%) CSP integer variables are encoded (63543 clauses, 945381 bytes)
34.52/34.84	c 35	27944 (10%) CSP clauses are encoded (355679 clauses, 8899892 bytes)
82.28/82.87	c 83	55888 (20%) CSP clauses are encoded (696352 clauses, 18882253 bytes)
95.31/95.92	c 96	83832 (30%) CSP clauses are encoded (894910 clauses, 24515187 bytes)
117.99/118.77	c 119	111776 (40%) CSP clauses are encoded (1205029 clauses, 33668524 bytes)
133.50/134.33	c 135	139719 (50%) CSP clauses are encoded (1434850 clauses, 40201335 bytes)
156.78/157.73	c 158	167663 (60%) CSP clauses are encoded (1750120 clauses, 49880562 bytes)
181.44/182.52	c 183	195607 (70%) CSP clauses are encoded (1975222 clauses, 57128164 bytes)
207.18/208.45	c 209	223551 (80%) CSP clauses are encoded (2294886 clauses, 67799113 bytes)
218.33/219.65	c 220	251495 (90%) CSP clauses are encoded (2464228 clauses, 73172830 bytes)
239.41/240.85	c 241	279438 (100%) CSP clauses are encoded (2760570 clauses, 83015478 bytes)
239.41/240.85	c 241	279438 CSP clauses encoded
239.41/240.85	c 241	Writing map file : HOME/temp.map
239.41/240.87	c 241	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
239.41/240.87	c 241	SAT : 194022 SAT variables, 2760570 SAT clauses, 83015478 bytes
239.41/240.87	c 241	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
239.48/240.96	c 241	SOLVING HOME/temp.cnf
239.48/240.97	c 241	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1808.02	c ERROR INTERRUPTED
1800.07/1808.03	s UNKNOWN
1800.07/1808.03	c 1808	CPU 239.54 (0.05 0.01 238.41 1.07)
1800.07/1808.03	c 1808	END Sat Jul 11 18:27:49 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-2061896-1247327861/watcher-2061896-1247327861 -o /tmp/evaluation-result-2061896-1247327861/solver-2061896-1247327861 -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-2061896-1247327861.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.84 1.91 1.90 4/74 15259
/proc/meminfo: memFree=1833888/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=12268 CPUtime=0
/proc/15259/stat : 15259 (sugar) D 15257 15259 12140 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 19849571 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 246406675045 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/15259/statm: 3067 316 241 3 0 167 0

[startup+0.019232 s]
/proc/loadavg: 1.84 1.91 1.90 4/74 15259
/proc/meminfo: memFree=1833888/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=12544 CPUtime=0
/proc/15259/stat : 15259 (sugar) R 15257 15259 12140 0 -1 4194304 481 0 0 0 0 0 0 0 18 0 1 0 19849571 12845056 449 996147200 4194304 4206940 548682068608 18446744073709551615 246406353633 0 0 4224 0 0 0 0 17 0 0 0
/proc/15259/statm: 3136 450 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101236 s]
/proc/loadavg: 1.84 1.91 1.90 4/74 15259
/proc/meminfo: memFree=1833888/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=0.06
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19849571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15259/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301256 s]
/proc/loadavg: 1.84 1.91 1.90 4/74 15259
/proc/meminfo: memFree=1833888/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=0.06
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19849571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15259/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701309 s]
/proc/loadavg: 1.84 1.91 1.90 4/74 15259
/proc/meminfo: memFree=1833888/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=0.35
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1309 4551 0 1 5 1 25 4 15 0 1 0 19849571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 16868

[startup+1.50237 s]
/proc/loadavg: 1.84 1.91 1.90 4/85 15281
/proc/meminfo: memFree=1813000/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=0.35
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1309 4551 0 1 5 1 25 4 15 0 1 0 19849571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1111 409 3 0 796 0
[pid=15272] ppid=15259 vsize=5356 CPUtime=0
/proc/15272/stat : 15272 (sh) S 15259 15259 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19849612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15272/statm: 1339 233 193 169 0 50 0
[pid=15273] ppid=15272 vsize=868480 CPUtime=1.07
/proc/15273/stat : 15273 (java) S 15272 15259 12140 0 -1 0 8975 0 1 0 102 5 0 0 18 0 9 0 19849612 889323520 8161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15273/statm: 217120 8161 2567 9 0 211625 0
[pid=15273/tid=15274] ppid=15272 vsize=868480 CPUtime=0.62
/proc/15273/task/15274/stat : 15274 (java) R 15272 15259 12140 0 -1 64 2726 0 1 0 61 1 0 0 24 0 9 0 19849613 889323520 8161 996147200 134512640 134550932 4294955936 18446744073709551615 4126543683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15275] ppid=15272 vsize=868480 CPUtime=0.22
/proc/15273/task/15275/stat : 15275 (java) S 15272 15259 12140 0 -1 64 4047 0 0 0 21 1 0 0 16 0 9 0 19849614 889323520 8161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15276] ppid=15272 vsize=868480 CPUtime=0
/proc/15273/task/15276/stat : 15276 (java) S 15272 15259 12140 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19849614 889323520 8161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15277] ppid=15272 vsize=868480 CPUtime=0
/proc/15273/task/15277/stat : 15277 (java) S 15272 15259 12140 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19849614 889323520 8161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15278] ppid=15272 vsize=868480 CPUtime=0
/proc/15273/task/15278/stat : 15278 (java) S 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19849616 889323520 8161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15279] ppid=15272 vsize=868480 CPUtime=0.19
/proc/15273/task/15279/stat : 15279 (java) S 15272 15259 12140 0 -1 64 1503 0 0 0 18 1 0 0 16 0 9 0 19849616 889323520 8161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15280] ppid=15272 vsize=868480 CPUtime=0
/proc/15273/task/15280/stat : 15280 (java) S 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19849616 889323520 8161 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15281] ppid=15272 vsize=868480 CPUtime=0
/proc/15273/task/15281/stat : 15281 (java) R 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19849616 889323520 8161 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) 890704

[startup+3.10253 s]
/proc/loadavg: 1.84 1.91 1.90 4/85 15281
/proc/meminfo: memFree=1798280/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=0.35
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1309 4551 0 1 5 1 25 4 15 0 1 0 19849571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1111 409 3 0 796 0
[pid=15272] ppid=15259 vsize=5356 CPUtime=0
/proc/15272/stat : 15272 (sh) S 15259 15259 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19849612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15272/statm: 1339 233 193 169 0 50 0
[pid=15273] ppid=15272 vsize=869068 CPUtime=2.66
/proc/15273/stat : 15273 (java) S 15272 15259 12140 0 -1 0 15176 0 1 0 256 10 0 0 18 0 9 0 19849612 889925632 14095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15273/statm: 217267 14095 2567 9 0 211772 0
[pid=15273/tid=15274] ppid=15272 vsize=869068 CPUtime=1.58
/proc/15273/task/15274/stat : 15274 (java) R 15272 15259 12140 0 -1 64 3054 0 1 0 156 2 0 0 25 0 9 0 19849613 889925632 14095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15275] ppid=15272 vsize=869068 CPUtime=0.86
/proc/15273/task/15275/stat : 15275 (java) R 15272 15259 12140 0 -1 64 9916 0 0 0 80 6 0 0 16 0 9 0 19849614 889925632 14095 996147200 134512640 134550932 4294955936 18446744073709551615 104195295 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15276] ppid=15272 vsize=869068 CPUtime=0
/proc/15273/task/15276/stat : 15276 (java) S 15272 15259 12140 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19849614 889925632 14095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15277] ppid=15272 vsize=869068 CPUtime=0
/proc/15273/task/15277/stat : 15277 (java) S 15272 15259 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19849614 889925632 14095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15278] ppid=15272 vsize=869068 CPUtime=0
/proc/15273/task/15278/stat : 15278 (java) S 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19849616 889925632 14095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15279] ppid=15272 vsize=869068 CPUtime=0.2
/proc/15273/task/15279/stat : 15279 (java) S 15272 15259 12140 0 -1 64 1507 0 0 0 19 1 0 0 16 0 9 0 19849616 889925632 14095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15280] ppid=15272 vsize=869068 CPUtime=0
/proc/15273/task/15280/stat : 15280 (java) S 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19849616 889925632 14095 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15281] ppid=15272 vsize=869068 CPUtime=0
/proc/15273/task/15281/stat : 15281 (java) S 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19849616 889925632 14095 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) 891292

[startup+6.30184 s]
/proc/loadavg: 1.93 1.93 1.90 3/85 15281
/proc/meminfo: memFree=1754120/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=0.35
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1309 4551 0 1 5 1 25 4 15 0 1 0 19849571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1111 409 3 0 796 0
[pid=15272] ppid=15259 vsize=5356 CPUtime=0
/proc/15272/stat : 15272 (sh) S 15259 15259 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19849612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15272/statm: 1339 233 193 169 0 50 0
[pid=15273] ppid=15272 vsize=868564 CPUtime=5.84
/proc/15273/stat : 15273 (java) S 15272 15259 12140 0 -1 0 27083 0 1 0 567 17 0 0 18 0 9 0 19849612 889409536 25336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15273/statm: 217141 25336 2567 9 0 211646 0
[pid=15273/tid=15274] ppid=15272 vsize=868564 CPUtime=3.66
/proc/15273/task/15274/stat : 15274 (java) R 15272 15259 12140 0 -1 64 3595 0 1 0 364 2 0 0 25 0 9 0 19849613 889409536 25336 996147200 134512640 134550932 4294955936 18446744073709551615 4126469575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15275] ppid=15272 vsize=868564 CPUtime=1.93
/proc/15273/task/15275/stat : 15275 (java) S 15272 15259 12140 0 -1 64 21268 0 0 0 181 12 0 0 16 0 9 0 19849614 889409536 25336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15276] ppid=15272 vsize=868564 CPUtime=0
/proc/15273/task/15276/stat : 15276 (java) S 15272 15259 12140 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19849614 889409536 25336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15277] ppid=15272 vsize=868564 CPUtime=0
/proc/15273/task/15277/stat : 15277 (java) S 15272 15259 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19849614 889409536 25336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15278] ppid=15272 vsize=868564 CPUtime=0
/proc/15273/task/15278/stat : 15278 (java) S 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19849616 889409536 25336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15279] ppid=15272 vsize=868564 CPUtime=0.21
/proc/15273/task/15279/stat : 15279 (java) S 15272 15259 12140 0 -1 64 1521 0 0 0 20 1 0 0 15 0 9 0 19849616 889409536 25336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15280] ppid=15272 vsize=868564 CPUtime=0
/proc/15273/task/15280/stat : 15280 (java) S 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19849616 889409536 25336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15281] ppid=15272 vsize=868564 CPUtime=0
/proc/15273/task/15281/stat : 15281 (java) S 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19849616 889409536 25336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890788

[startup+12.7025 s]
/proc/loadavg: 1.94 1.93 1.91 3/85 15281
/proc/meminfo: memFree=1667912/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=0.35
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1309 4551 0 1 5 1 25 4 15 0 1 0 19849571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1111 409 3 0 796 0
[pid=15272] ppid=15259 vsize=5356 CPUtime=0
/proc/15272/stat : 15272 (sh) S 15259 15259 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19849612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15272/statm: 1339 233 193 169 0 50 0
[pid=15273] ppid=15272 vsize=868564 CPUtime=12.2
/proc/15273/stat : 15273 (java) S 15272 15259 12140 0 -1 0 57332 0 1 0 1187 33 0 0 18 0 9 0 19849612 889409536 46509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15273/statm: 217141 46509 2568 9 0 211646 0
[pid=15273/tid=15274] ppid=15272 vsize=868564 CPUtime=7.26
/proc/15273/task/15274/stat : 15274 (java) R 15272 15259 12140 0 -1 64 4859 0 1 0 723 3 0 0 25 0 9 0 19849613 889409536 46509 996147200 134512640 134550932 4294955936 18446744073709551615 4126558724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15275] ppid=15272 vsize=868564 CPUtime=4.7
/proc/15273/task/15275/stat : 15275 (java) S 15272 15259 12140 0 -1 64 50252 0 0 0 443 27 0 0 16 0 9 0 19849614 889409536 46509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15276] ppid=15272 vsize=868564 CPUtime=0
/proc/15273/task/15276/stat : 15276 (java) S 15272 15259 12140 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19849614 889409536 46509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15277] ppid=15272 vsize=868564 CPUtime=0
/proc/15273/task/15277/stat : 15277 (java) S 15272 15259 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19849614 889409536 46509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15278] ppid=15272 vsize=868564 CPUtime=0
/proc/15273/task/15278/stat : 15278 (java) S 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19849616 889409536 46509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15279] ppid=15272 vsize=868564 CPUtime=0.21
/proc/15273/task/15279/stat : 15279 (java) S 15272 15259 12140 0 -1 64 1522 0 0 0 20 1 0 0 17 0 9 0 19849616 889409536 46509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15280] ppid=15272 vsize=868564 CPUtime=0
/proc/15273/task/15280/stat : 15280 (java) S 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19849616 889409536 46509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15281] ppid=15272 vsize=868564 CPUtime=0
/proc/15273/task/15281/stat : 15281 (java) S 15272 15259 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19849616 889409536 46509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890788

[startup+25.5027 s]
/proc/loadavg: 2.02 1.95 1.91 3/85 15281
/proc/meminfo: memFree=1607752/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=0.35
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1310 4551 0 1 5 1 25 4 16 0 1 0 19849571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1111 409 3 0 796 0
[pid=15272] ppid=15259 vsize=5356 CPUtime=0
/proc/15272/stat : 15272 (sh) S 15259 15259 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19849612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15272/statm: 1339 233 193 169 0 50 0
[pid=15273] ppid=15272 vsize=868676 CPUtime=24.93
/proc/15273/stat : 15273 (java) S 15272 15259 12140 0 -1 0 73040 0 1 0 2447 46 0 0 18 0 9 0 19849612 889524224 56804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15273/statm: 217169 56804 2592 9 0 211646 0
[pid=15273/tid=15274] ppid=15272 vsize=868676 CPUtime=18.24
/proc/15273/task/15274/stat : 15274 (java) R 15272 15259 12140 0 -1 64 5732 0 1 0 1816 8 0 0 25 0 9 0 19849613 889524224 56804 996147200 134512640 134550932 4294955936 18446744073709551615 4126463864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15275] ppid=15272 vsize=868676 CPUtime=6.39
/proc/15273/task/15275/stat : 15275 (java) S 15272 15259 12140 0 -1 64 65051 0 0 0 604 35 0 0 16 0 9 0 19849614 889524224 56804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15276] ppid=15272 vsize=868676 CPUtime=0
/proc/15273/task/15276/stat : 15276 (java) S 15272 15259 12140 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19849614 889524224 56804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15277] ppid=15272 vsize=868676 CPUtime=0
/proc/15273/task/15277/stat : 15277 (java) S 15272 15259 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19849614 889524224 56804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15273/tid=15278] ppid=15272 vsize=868676 CPUtime=0

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

/proc/meminfo: memFree=1616648/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=239.53
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1365 78200 0 2 5 1 23840 107 16 0 1 0 19849571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1113 409 3 0 796 0
[pid=15288] ppid=15259 vsize=5356 CPUtime=0
/proc/15288/stat : 15288 (sh) S 15259 15259 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19873668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15288/statm: 1339 232 193 169 0 50 0
[pid=15289] ppid=15288 vsize=126128 CPUtime=1056.24
/proc/15289/stat : 15289 (picosat) R 15288 15259 12140 0 -1 4194304 29635 0 0 0 103855 1769 0 0 25 0 1 0 19873669 129155072 29348 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15289/statm: 31532 29348 48 102 0 31427 0
Current children cumulated CPU time (s) 1295.77
Current children cumulated vsize (KiB) 148352

[startup+1362.3 s]
/proc/loadavg: 2.02 1.99 1.92 3/77 15289
/proc/meminfo: memFree=1613192/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=239.53
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1365 78200 0 2 5 1 23840 107 16 0 1 0 19849571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1113 409 3 0 796 0
[pid=15288] ppid=15259 vsize=5356 CPUtime=0
/proc/15288/stat : 15288 (sh) S 15259 15259 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19873668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15288/statm: 1339 232 193 169 0 50 0
[pid=15289] ppid=15288 vsize=129640 CPUtime=1115.95
/proc/15289/stat : 15289 (picosat) R 15288 15259 12140 0 -1 4194304 30506 0 0 0 109825 1770 0 0 25 0 1 0 19873669 132751360 30219 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/15289/statm: 32410 30219 48 102 0 32305 0
Current children cumulated CPU time (s) 1355.48
Current children cumulated vsize (KiB) 151864

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.92 3/77 15289
/proc/meminfo: memFree=1611208/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=239.53
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1365 78200 0 2 5 1 23840 107 16 0 1 0 19849571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1113 409 3 0 796 0
[pid=15288] ppid=15259 vsize=5356 CPUtime=0
/proc/15288/stat : 15288 (sh) S 15259 15259 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19873668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15288/statm: 1339 232 193 169 0 50 0
[pid=15289] ppid=15288 vsize=131620 CPUtime=1175.66
/proc/15289/stat : 15289 (picosat) R 15288 15259 12140 0 -1 4194304 30995 0 0 0 115796 1770 0 0 25 0 1 0 19873669 134778880 30708 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15289/statm: 32905 30708 48 102 0 32800 0
Current children cumulated CPU time (s) 1415.19
Current children cumulated vsize (KiB) 153844

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/77 15289
/proc/meminfo: memFree=1609032/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=239.53
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1365 78200 0 2 5 1 23840 107 16 0 1 0 19849571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1113 409 3 0 796 0
[pid=15288] ppid=15259 vsize=5356 CPUtime=0
/proc/15288/stat : 15288 (sh) S 15259 15259 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19873668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15288/statm: 1339 232 193 169 0 50 0
[pid=15289] ppid=15288 vsize=133728 CPUtime=1235.37
/proc/15289/stat : 15289 (picosat) R 15288 15259 12140 0 -1 4194304 31535 0 0 0 121766 1771 0 0 25 0 1 0 19873669 136937472 31248 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/15289/statm: 33432 31248 48 102 0 33327 0
Current children cumulated CPU time (s) 1474.9
Current children cumulated vsize (KiB) 155952

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/77 15289
/proc/meminfo: memFree=1605256/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=239.53
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1365 78200 0 2 5 1 23840 107 16 0 1 0 19849571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1113 409 3 0 796 0
[pid=15288] ppid=15259 vsize=5356 CPUtime=0
/proc/15288/stat : 15288 (sh) S 15259 15259 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19873668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15288/statm: 1339 232 193 169 0 50 0
[pid=15289] ppid=15288 vsize=137632 CPUtime=1295.08
/proc/15289/stat : 15289 (picosat) R 15288 15259 12140 0 -1 4194304 32501 0 0 0 127735 1773 0 0 25 0 1 0 19873669 140935168 32214 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/15289/statm: 34408 32214 48 102 0 34303 0
Current children cumulated CPU time (s) 1534.61
Current children cumulated vsize (KiB) 159856

[startup+1602.3 s]
/proc/loadavg: 1.96 1.97 1.91 3/76 15506
/proc/meminfo: memFree=1694992/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=239.53
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1365 78200 0 2 5 1 23840 107 16 0 1 0 19849571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1113 409 3 0 796 0
[pid=15288] ppid=15259 vsize=5356 CPUtime=0
/proc/15288/stat : 15288 (sh) S 15259 15259 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19873668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15288/statm: 1339 232 193 169 0 50 0
[pid=15289] ppid=15288 vsize=143048 CPUtime=1354.92
/proc/15289/stat : 15289 (picosat) R 15288 15259 12140 0 -1 4194304 33981 0 0 0 133716 1776 0 0 25 0 1 0 19873669 146481152 33576 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15289/statm: 35762 33576 48 102 0 35657 0
Current children cumulated CPU time (s) 1594.45
Current children cumulated vsize (KiB) 165272

[startup+1662.3 s]
/proc/loadavg: 1.98 1.97 1.91 3/76 15506
/proc/meminfo: memFree=1695056/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=239.53
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1365 78200 0 2 5 1 23840 107 16 0 1 0 19849571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1113 409 3 0 796 0
[pid=15288] ppid=15259 vsize=5356 CPUtime=0
/proc/15288/stat : 15288 (sh) S 15259 15259 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19873668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15288/statm: 1339 232 193 169 0 50 0
[pid=15289] ppid=15288 vsize=143048 CPUtime=1414.89
/proc/15289/stat : 15289 (picosat) R 15288 15259 12140 0 -1 4194304 33981 0 0 0 139713 1776 0 0 25 0 1 0 19873669 146481152 33576 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/15289/statm: 35762 33576 48 102 0 35657 0
Current children cumulated CPU time (s) 1654.42
Current children cumulated vsize (KiB) 165272

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 15506
/proc/meminfo: memFree=1694928/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=239.53
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1365 78200 0 2 5 1 23840 107 16 0 1 0 19849571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1113 409 3 0 796 0
[pid=15288] ppid=15259 vsize=5356 CPUtime=0
/proc/15288/stat : 15288 (sh) S 15259 15259 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19873668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15288/statm: 1339 232 193 169 0 50 0
[pid=15289] ppid=15288 vsize=143048 CPUtime=1474.87
/proc/15289/stat : 15289 (picosat) R 15288 15259 12140 0 -1 4194304 33981 0 0 0 145711 1776 0 0 25 0 1 0 19873669 146481152 33576 996147200 134512640 134931368 4294956256 18446744073709551615 134529372 0 0 4096 0 0 0 0 17 0 0 0
/proc/15289/statm: 35762 33576 48 102 0 35657 0
Current children cumulated CPU time (s) 1714.4
Current children cumulated vsize (KiB) 165272

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 15506
/proc/meminfo: memFree=1694800/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=239.53
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1365 78200 0 2 5 1 23840 107 16 0 1 0 19849571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1113 409 3 0 796 0
[pid=15288] ppid=15259 vsize=5356 CPUtime=0
/proc/15288/stat : 15288 (sh) S 15259 15259 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19873668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15288/statm: 1339 232 193 169 0 50 0
[pid=15289] ppid=15288 vsize=143048 CPUtime=1534.84
/proc/15289/stat : 15289 (picosat) R 15288 15259 12140 0 -1 4194304 33981 0 0 0 151708 1776 0 0 25 0 1 0 19873669 146481152 33576 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15289/statm: 35762 33576 48 102 0 35657 0
Current children cumulated CPU time (s) 1774.37
Current children cumulated vsize (KiB) 165272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 15506
/proc/meminfo: memFree=1694800/2055920 swapFree=4192812/4192956
[pid=15259] ppid=15257 vsize=16868 CPUtime=239.53
/proc/15259/stat : 15259 (sugar) S 15257 15259 12140 0 -1 4194304 1365 78200 0 2 5 1 23840 107 16 0 1 0 19849571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15259/statm: 4217 1113 409 3 0 796 0
[pid=15288] ppid=15259 vsize=5356 CPUtime=0
/proc/15288/stat : 15288 (sh) S 15259 15259 12140 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19873668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15288/statm: 1339 232 193 169 0 50 0
[pid=15289] ppid=15288 vsize=143048 CPUtime=1560.54
/proc/15289/stat : 15289 (picosat) R 15288 15259 12140 0 -1 4194304 33981 0 0 0 154278 1776 0 0 25 0 1 0 19873669 146481152 33576 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/15289/statm: 35762 33576 48 102 0 35657 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 165272

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15259 and gives
#  childrusage.ru_utime.tv_sec=238
#  childrusage.ru_utime.tv_usec=469747
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=94833
# CPU time returned by wait4() is 239.565
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.03
CPU time (s): 1800.07
CPU user time (s): 1781.23
CPU system time (s): 18.84
CPU usage (%): 99.5596
Max. virtual memory (cumulated for all children) (KiB): 905040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.47
system time used= 1.09483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79959
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= 12011
involuntary context switches= 14552

runsolver used 2.09268 second user time and 6.23605 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-11 17:57:41
IDJOB=2061896
IDBENCH=53850
IDSOLVER=738
FILE ID=node61/2061896-1247327861
PBS_JOBID= 9506507
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/cjss/normalized-la04x3-570.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-2061896-1247327861/watcher-2061896-1247327861 -o /tmp/evaluation-result-2061896-1247327861/solver-2061896-1247327861 -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-2061896-1247327861.xml

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

MD5SUM BENCH= 258e8f81311a1a5f6c31959db09ea953
RANDOM SEED=1019297100

node61.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.229
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.229
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:       1834368 kB
Buffers:          7896 kB
Cached:          92880 kB
SwapCached:          0 kB
Active:         153852 kB
Inactive:        20600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:          84752 kB
Slab:            32324 kB
Committed_AS:   233880 kB
PageTables:       1916 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-11 18:27:51