Trace number 1051449

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.13+picosat? (TO) 1800.11 1808.9

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 benchmark126.19
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 (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/picosat
0.02/0.04	c 0	BEGIN Thu Jul  3 04:46:42 2008
0.02/0.04	c 0	PID 2371
0.02/0.04	c 0	HOST node53.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1051449-1215053202.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051449-1215053202.xml' 'HOME/temp.csp'
0.03/0.43	c 1	1 domains, 11 variables, 2 predicates, 0 relations, 1375 constraints
0.03/0.46	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.46	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.42/0.54	c 1	Parsing HOME/temp.csp
0.42/0.71	c 1	parsed 1389 expressions
0.42/0.72	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.72	c 1	Converting to clausal form CSP
0.42/0.78	c 1	converted 139 (10%) expressions
0.42/0.82	c 1	converted 278 (20%) expressions
0.42/0.90	c 1	converted 417 (30%) expressions
0.42/0.98	c 1	converted 556 (40%) expressions
0.93/1.04	c 1	converted 695 (50%) expressions
0.93/1.08	c 1	converted 834 (60%) expressions
1.03/1.11	c 1	converted 973 (70%) expressions
1.03/1.14	c 1	converted 1112 (80%) expressions
1.12/1.22	c 1	converted 1251 (90%) expressions
1.12/1.25	c 1	converted 1389 (100%) expressions
1.12/1.25	c 1	CSP : 3971 integers, 0 booleans, 9295 clauses, largest domain size 111
1.12/1.25	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.25	c 1	Propagation in CSP
1.43/1.57	c 2	79310 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.58	c 2	CSP : 3971 integers, 0 booleans, 9295 clauses, largest domain size 91
1.43/1.58	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.58	c 2	Simplifing CSP by introducing new Boolean variables
1.52/1.61	c 2	CSP : 3971 integers, 2640 booleans, 11935 clauses, largest domain size 91
1.52/1.61	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.66	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.63/1.73	c 2	398 (10%) CSP integer variables are encoded (34927 clauses, 502029 bytes)
1.63/1.77	c 2	795 (20%) CSP integer variables are encoded (70260 clauses, 1032024 bytes)
1.72/1.81	c 2	1192 (30%) CSP integer variables are encoded (105593 clauses, 1575440 bytes)
1.72/1.86	c 2	1589 (40%) CSP integer variables are encoded (140926 clauses, 2176101 bytes)
1.83/1.91	c 2	1986 (50%) CSP integer variables are encoded (176259 clauses, 2776762 bytes)
1.83/1.96	c 2	2383 (60%) CSP integer variables are encoded (211592 clauses, 3377423 bytes)
1.92/2.00	c 2	2780 (70%) CSP integer variables are encoded (246925 clauses, 3978084 bytes)
1.92/2.05	c 2	3177 (80%) CSP integer variables are encoded (282258 clauses, 4578745 bytes)
1.92/2.10	c 2	3574 (90%) CSP integer variables are encoded (317591 clauses, 5179406 bytes)
2.01/2.15	c 2	3971 (100%) CSP integer variables are encoded (352924 clauses, 5780067 bytes)
3.21/3.35	c 3	1194 (10%) CSP clauses are encoded (953191 clauses, 17510988 bytes)
6.27/6.40	c 7	2387 (20%) CSP clauses are encoded (2804076 clauses, 47521201 bytes)
9.23/9.47	c 10	3581 (30%) CSP clauses are encoded (4663288 clauses, 78590234 bytes)
12.39/12.64	c 13	4774 (40%) CSP clauses are encoded (6514043 clauses, 110719312 bytes)
15.52/15.88	c 16	5968 (50%) CSP clauses are encoded (8373135 clauses, 143785923 bytes)
18.68/19.07	c 19	7161 (60%) CSP clauses are encoded (10224124 clauses, 176888322 bytes)
21.84/22.29	c 22	8355 (70%) CSP clauses are encoded (12083200 clauses, 210480385 bytes)
25.06/25.54	c 26	9548 (80%) CSP clauses are encoded (13934205 clauses, 244297732 bytes)
28.21/28.79	c 29	10742 (90%) CSP clauses are encoded (15793509 clauses, 278434183 bytes)
31.42/32.06	c 32	11935 (100%) CSP clauses are encoded (17644656 clauses, 312434474 bytes)
31.42/32.06	c 32	11935 CSP clauses encoded
31.42/32.06	c 32	Writing map file : HOME/temp.map
31.42/32.06	c 32	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.42/32.06	c 32	SAT : 359535 SAT variables, 17644656 SAT clauses, 312434474 bytes
31.42/32.06	c 32	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.42/32.08	c 32	SOLVING HOME/temp.cnf
31.42/32.08	c 32	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.11/1808.81	c ERROR INTERRUPTED
1800.11/1808.90	s UNKNOWN
1800.11/1808.90	c 1809	CPU 28.94 (0.03 0.01 28.91 2.56)
1800.11/1808.90	c 1809	END Thu Jul  3 05:16:51 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051449-1215053202/watcher-1051449-1215053202 -o /tmp/evaluation-result-1051449-1215053202/solver-1051449-1215053202 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1051449-1215053202.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2371
/proc/meminfo: memFree=818096/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=12272 CPUtime=0
/proc/2371/stat : 2371 (sugar) R 2369 2371 32434 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1984292543 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269930429029 0 0 4224 0 0 0 0 17 1 0 0
/proc/2371/statm: 3068 327 246 3 0 168 0

[startup+0.0311159 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2371
/proc/meminfo: memFree=818096/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13204 CPUtime=0.02
/proc/2371/stat : 2371 (sugar) R 2369 2371 32434 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 1984292543 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 269930429029 0 0 4224 0 0 0 0 17 1 0 0
/proc/2371/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.10113 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2371
/proc/meminfo: memFree=818096/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=0.03
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1984292543 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2371/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301155 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2371
/proc/meminfo: memFree=818096/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=0.03
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1984292543 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2371/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701199 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2371
/proc/meminfo: memFree=818096/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=0.42
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 973 4907 0 1 3 1 35 3 15 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 2393
/proc/meminfo: memFree=804120/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=0.42
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 974 4907 0 1 3 1 35 3 15 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2384] ppid=2371 vsize=5356 CPUtime=0
/proc/2384/stat : 2384 (sh) S 2371 2371 32434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984292590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2384/statm: 1339 233 193 169 0 50 0
[pid=2385] ppid=2384 vsize=868360 CPUtime=1.01
/proc/2385/stat : 2385 (java) S 2384 2371 32434 0 -1 0 7656 0 1 0 97 4 0 0 20 0 9 0 1984292590 889200640 6832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2385/statm: 217090 6832 2540 9 0 211665 0
[pid=2385/tid=2386] ppid=2384 vsize=868360 CPUtime=0.65
/proc/2385/task/2386/stat : 2386 (java) R 2384 2371 32434 0 -1 64 2720 0 1 0 64 1 0 0 25 0 9 0 1984292591 889200640 6832 996147200 134512640 134550740 4294955952 18446744073709551615 4126903033 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2387] ppid=2384 vsize=868360 CPUtime=0.14
/proc/2385/task/2387/stat : 2387 (java) S 2384 2371 32434 0 -1 64 2782 0 0 0 13 1 0 0 16 0 9 0 1984292592 889200640 6832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2388] ppid=2384 vsize=868360 CPUtime=0
/proc/2385/task/2388/stat : 2388 (java) S 2384 2371 32434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984292592 889200640 6832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2389] ppid=2384 vsize=868360 CPUtime=0
/proc/2385/task/2389/stat : 2389 (java) S 2384 2371 32434 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984292592 889200640 6832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2390] ppid=2384 vsize=868360 CPUtime=0
/proc/2385/task/2390/stat : 2390 (java) S 2384 2371 32434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984292594 889200640 6832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2391] ppid=2384 vsize=868360 CPUtime=0.19
/proc/2385/task/2391/stat : 2391 (java) S 2384 2371 32434 0 -1 64 1461 0 0 0 18 1 0 0 16 0 9 0 1984292594 889200640 6832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2392] ppid=2384 vsize=868360 CPUtime=0
/proc/2385/task/2392/stat : 2392 (java) S 2384 2371 32434 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984292594 889200640 6832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2393] ppid=2384 vsize=868360 CPUtime=0
/proc/2385/task/2393/stat : 2393 (java) R 2384 2371 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984292594 889200640 6832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887316

[startup+3.10248 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 2393
/proc/meminfo: memFree=792216/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=0.42
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 974 4907 0 1 3 1 35 3 15 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2384] ppid=2371 vsize=5356 CPUtime=0
/proc/2384/stat : 2384 (sh) S 2371 2371 32434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984292590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2384/statm: 1339 233 193 169 0 50 0
[pid=2385] ppid=2384 vsize=868472 CPUtime=2.59
/proc/2385/stat : 2385 (java) S 2384 2371 32434 0 -1 0 8426 0 1 0 242 17 0 0 20 0 9 0 1984292590 889315328 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2385/statm: 217118 7100 2563 9 0 211665 0
[pid=2385/tid=2386] ppid=2384 vsize=868472 CPUtime=2.01
/proc/2385/task/2386/stat : 2386 (java) R 2384 2371 32434 0 -1 64 3251 0 1 0 191 10 0 0 25 0 9 0 1984292591 889315328 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4126970316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2387] ppid=2384 vsize=868472 CPUtime=0.32
/proc/2385/task/2387/stat : 2387 (java) S 2384 2371 32434 0 -1 64 2993 0 0 0 28 4 0 0 16 0 9 0 1984292592 889315328 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2388] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2388/stat : 2388 (java) S 2384 2371 32434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984292592 889315328 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2389] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2389/stat : 2389 (java) S 2384 2371 32434 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984292592 889315328 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2390] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2390/stat : 2390 (java) S 2384 2371 32434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984292594 889315328 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2391] ppid=2384 vsize=868472 CPUtime=0.23
/proc/2385/task/2391/stat : 2391 (java) S 2384 2371 32434 0 -1 64 1489 0 0 0 22 1 0 0 16 0 9 0 1984292594 889315328 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2392] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2392/stat : 2392 (java) S 2384 2371 32434 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984292594 889315328 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2393] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2393/stat : 2393 (java) S 2384 2371 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984292594 889315328 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887428

[startup+6.30186 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 2393
/proc/meminfo: memFree=759000/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=0.42
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 974 4907 0 1 3 1 35 3 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2384] ppid=2371 vsize=5356 CPUtime=0
/proc/2384/stat : 2384 (sh) S 2371 2371 32434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984292590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2384/statm: 1339 233 193 169 0 50 0
[pid=2385] ppid=2384 vsize=868472 CPUtime=5.75
/proc/2385/stat : 2385 (java) S 2384 2371 32434 0 -1 0 9475 0 1 0 535 40 0 0 20 0 9 0 1984292590 889315328 7103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2385/statm: 217118 7103 2563 9 0 211665 0
[pid=2385/tid=2386] ppid=2384 vsize=868472 CPUtime=4.95
/proc/2385/task/2386/stat : 2386 (java) R 2384 2371 32434 0 -1 64 4297 0 1 0 466 29 0 0 25 0 9 0 1984292591 889315328 7103 996147200 134512640 134550740 4294955952 18446744073709551615 4126546163 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2387] ppid=2384 vsize=868472 CPUtime=0.53
/proc/2385/task/2387/stat : 2387 (java) S 2384 2371 32434 0 -1 64 2993 0 0 0 44 9 0 0 16 0 9 0 1984292592 889315328 7103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2388] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2388/stat : 2388 (java) S 2384 2371 32434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984292592 889315328 7103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2389] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2389/stat : 2389 (java) S 2384 2371 32434 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984292592 889315328 7103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2390] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2390/stat : 2390 (java) S 2384 2371 32434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984292594 889315328 7103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2391] ppid=2384 vsize=868472 CPUtime=0.24
/proc/2385/task/2391/stat : 2391 (java) S 2384 2371 32434 0 -1 64 1492 0 0 0 23 1 0 0 17 0 9 0 1984292594 889315328 7103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2392] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2392/stat : 2392 (java) S 2384 2371 32434 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984292594 889315328 7103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2393] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2393/stat : 2393 (java) S 2384 2371 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984292594 889315328 7103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887428

[startup+12.7026 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 2393
/proc/meminfo: memFree=693080/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=0.42
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 974 4907 0 1 3 1 35 3 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2384] ppid=2371 vsize=5356 CPUtime=0
/proc/2384/stat : 2384 (sh) S 2371 2371 32434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984292590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2384/statm: 1339 233 193 169 0 50 0
[pid=2385] ppid=2384 vsize=868472 CPUtime=12.06
/proc/2385/stat : 2385 (java) S 2384 2371 32434 0 -1 0 11563 0 1 0 1119 87 0 0 20 0 9 0 1984292590 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2385/statm: 217118 7109 2564 9 0 211665 0
[pid=2385/tid=2386] ppid=2384 vsize=868472 CPUtime=10.7
/proc/2385/task/2386/stat : 2386 (java) R 2384 2371 32434 0 -1 64 6379 0 1 0 1007 63 0 0 25 0 9 0 1984292591 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4160647107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2387] ppid=2384 vsize=868472 CPUtime=1.09
/proc/2385/task/2387/stat : 2387 (java) S 2384 2371 32434 0 -1 64 2993 0 0 0 88 21 0 0 15 0 9 0 1984292592 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2388] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2388/stat : 2388 (java) S 2384 2371 32434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984292592 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2389] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2389/stat : 2389 (java) S 2384 2371 32434 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984292592 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2390] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2390/stat : 2390 (java) S 2384 2371 32434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984292594 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2391] ppid=2384 vsize=868472 CPUtime=0.24
/proc/2385/task/2391/stat : 2391 (java) S 2384 2371 32434 0 -1 64 1498 0 0 0 23 1 0 0 16 0 9 0 1984292594 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2392] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2392/stat : 2392 (java) S 2384 2371 32434 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984292594 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2393] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2393/stat : 2393 (java) S 2384 2371 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984292594 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887428

[startup+25.5011 s]
/proc/loadavg: 2.14 2.03 2.01 3/92 2393
/proc/meminfo: memFree=555288/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=0.42
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 974 4907 0 1 3 1 35 3 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2384] ppid=2371 vsize=5356 CPUtime=0
/proc/2384/stat : 2384 (sh) S 2371 2371 32434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984292590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2384/statm: 1339 233 193 169 0 50 0
[pid=2385] ppid=2384 vsize=868472 CPUtime=24.64
/proc/2385/stat : 2385 (java) S 2384 2371 32434 0 -1 0 15677 0 1 0 2266 198 0 0 20 0 9 0 1984292590 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2385/statm: 217118 7109 2564 9 0 211665 0
[pid=2385/tid=2386] ppid=2384 vsize=868472 CPUtime=22.22
/proc/2385/task/2386/stat : 2386 (java) R 2384 2371 32434 0 -1 64 10493 0 1 0 2075 147 0 0 25 0 9 0 1984292591 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4126473562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2387] ppid=2384 vsize=868472 CPUtime=2.14
/proc/2385/task/2387/stat : 2387 (java) S 2384 2371 32434 0 -1 64 2993 0 0 0 166 48 0 0 16 0 9 0 1984292592 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2388] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2388/stat : 2388 (java) S 2384 2371 32434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984292592 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2385/tid=2389] ppid=2384 vsize=868472 CPUtime=0
/proc/2385/task/2389/stat : 2389 (java) S 2384 2371 32434 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984292592 889315328 7109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=15968/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=31.51
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 1022 22985 0 2 3 1 2891 256 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2394] ppid=2371 vsize=5356 CPUtime=0
/proc/2394/stat : 2394 (sh) S 2371 2371 32434 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984295752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2394/statm: 1339 232 193 169 0 50 0
[pid=2395] ppid=2394 vsize=647440 CPUtime=1264.24
/proc/2395/stat : 2395 (picosat) R 2394 2371 32434 0 -1 4194304 157520 0 0 0 118398 8026 0 0 25 0 1 0 1984295752 662978560 157506 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/2395/statm: 161860 157506 42 102 0 161755 0
Current children cumulated CPU time (s) 1295.75
Current children cumulated vsize (KiB) 666396

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2581
/proc/meminfo: memFree=67816/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=31.51
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 1022 22985 0 2 3 1 2891 256 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2394] ppid=2371 vsize=5356 CPUtime=0
/proc/2394/stat : 2394 (sh) S 2371 2371 32434 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984295752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2394/statm: 1339 232 193 169 0 50 0
[pid=2395] ppid=2394 vsize=647440 CPUtime=1323.89
/proc/2395/stat : 2395 (picosat) R 2394 2371 32434 0 -1 4194304 157524 0 0 0 124363 8026 0 0 25 0 1 0 1984295752 662978560 157510 996147200 134512640 134931368 4294956256 18446744073709551615 134522703 0 0 4096 0 0 0 0 17 0 0 0
/proc/2395/statm: 161860 157510 42 102 0 161755 0
Current children cumulated CPU time (s) 1355.4
Current children cumulated vsize (KiB) 666396

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2581
/proc/meminfo: memFree=28072/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=31.51
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 1022 22985 0 2 3 1 2891 256 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2394] ppid=2371 vsize=5356 CPUtime=0
/proc/2394/stat : 2394 (sh) S 2371 2371 32434 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984295752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2394/statm: 1339 232 193 169 0 50 0
[pid=2395] ppid=2394 vsize=647440 CPUtime=1383.66
/proc/2395/stat : 2395 (picosat) R 2394 2371 32434 0 -1 4194304 157530 0 0 0 130339 8027 0 0 25 0 1 0 1984295752 662978560 157516 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2395/statm: 161860 157516 42 102 0 161755 0
Current children cumulated CPU time (s) 1415.17
Current children cumulated vsize (KiB) 666396

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/75 2609
/proc/meminfo: memFree=91160/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=31.51
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 1022 22985 0 2 3 1 2891 256 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2394] ppid=2371 vsize=5356 CPUtime=0
/proc/2394/stat : 2394 (sh) S 2371 2371 32434 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984295752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2394/statm: 1339 232 193 169 0 50 0
[pid=2395] ppid=2394 vsize=647440 CPUtime=1443.38
/proc/2395/stat : 2395 (picosat) R 2394 2371 32434 0 -1 4194304 157536 0 0 0 136311 8027 0 0 25 0 1 0 1984295752 662978560 157522 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2395/statm: 161860 157522 42 102 0 161755 0
Current children cumulated CPU time (s) 1474.89
Current children cumulated vsize (KiB) 666396

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 2609
/proc/meminfo: memFree=90968/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=31.51
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 1022 22985 0 2 3 1 2891 256 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2394] ppid=2371 vsize=5356 CPUtime=0
/proc/2394/stat : 2394 (sh) S 2371 2371 32434 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984295752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2394/statm: 1339 232 193 169 0 50 0
[pid=2395] ppid=2394 vsize=647572 CPUtime=1503.14
/proc/2395/stat : 2395 (picosat) R 2394 2371 32434 0 -1 4194304 157542 0 0 0 142287 8027 0 0 25 0 1 0 1984295752 663113728 157528 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2395/statm: 161893 157528 42 102 0 161788 0
Current children cumulated CPU time (s) 1534.65
Current children cumulated vsize (KiB) 666528

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2609
/proc/meminfo: memFree=90840/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=31.51
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 1022 22985 0 2 3 1 2891 256 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2394] ppid=2371 vsize=5356 CPUtime=0
/proc/2394/stat : 2394 (sh) S 2371 2371 32434 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984295752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2394/statm: 1339 232 193 169 0 50 0
[pid=2395] ppid=2394 vsize=647572 CPUtime=1562.91
/proc/2395/stat : 2395 (picosat) R 2394 2371 32434 0 -1 4194304 157548 0 0 0 148264 8027 0 0 25 0 1 0 1984295752 663113728 157534 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2395/statm: 161893 157534 42 102 0 161788 0
Current children cumulated CPU time (s) 1594.42
Current children cumulated vsize (KiB) 666528

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2609
/proc/meminfo: memFree=90840/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=31.51
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 1022 22985 0 2 3 1 2891 256 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2394] ppid=2371 vsize=5356 CPUtime=0
/proc/2394/stat : 2394 (sh) S 2371 2371 32434 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984295752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2394/statm: 1339 232 193 169 0 50 0
[pid=2395] ppid=2394 vsize=647572 CPUtime=1622.67
/proc/2395/stat : 2395 (picosat) R 2394 2371 32434 0 -1 4194304 157554 0 0 0 154240 8027 0 0 25 0 1 0 1984295752 663113728 157540 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2395/statm: 161893 157540 42 102 0 161788 0
Current children cumulated CPU time (s) 1654.18
Current children cumulated vsize (KiB) 666528

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2609
/proc/meminfo: memFree=90840/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=31.51
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 1022 22985 0 2 3 1 2891 256 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2394] ppid=2371 vsize=5356 CPUtime=0
/proc/2394/stat : 2394 (sh) S 2371 2371 32434 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984295752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2394/statm: 1339 232 193 169 0 50 0
[pid=2395] ppid=2394 vsize=647572 CPUtime=1682.43
/proc/2395/stat : 2395 (picosat) R 2394 2371 32434 0 -1 4194304 157560 0 0 0 160216 8027 0 0 25 0 1 0 1984295752 663113728 157546 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2395/statm: 161893 157546 42 102 0 161788 0
Current children cumulated CPU time (s) 1713.94
Current children cumulated vsize (KiB) 666528

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2609
/proc/meminfo: memFree=90840/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=31.51
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 1022 22985 0 2 3 1 2891 256 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2394] ppid=2371 vsize=5356 CPUtime=0
/proc/2394/stat : 2394 (sh) S 2371 2371 32434 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984295752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2394/statm: 1339 232 193 169 0 50 0
[pid=2395] ppid=2394 vsize=647572 CPUtime=1742.2
/proc/2395/stat : 2395 (picosat) R 2394 2371 32434 0 -1 4194304 157567 0 0 0 166193 8027 0 0 25 0 1 0 1984295752 663113728 157553 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2395/statm: 161893 157553 42 102 0 161788 0
Current children cumulated CPU time (s) 1773.71
Current children cumulated vsize (KiB) 666528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2609
/proc/meminfo: memFree=90776/2055920 swapFree=4179900/4192956
[pid=2371] ppid=2369 vsize=13600 CPUtime=31.51
/proc/2371/stat : 2371 (sugar) S 2369 2371 32434 0 -1 4194304 1022 22985 0 2 3 1 2891 256 16 0 1 0 1984292543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2371/statm: 3400 797 370 3 0 500 0
[pid=2394] ppid=2371 vsize=5356 CPUtime=0
/proc/2394/stat : 2394 (sh) S 2371 2371 32434 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984295752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2394/statm: 1339 232 193 169 0 50 0
[pid=2395] ppid=2394 vsize=647572 CPUtime=1768.6
/proc/2395/stat : 2395 (picosat) R 2394 2371 32434 0 -1 4194304 157569 0 0 0 168833 8027 0 0 25 0 1 0 1984295752 663113728 157555 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2395/statm: 161893 157555 42 102 0 161788 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 666528

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 2371 and gives
#  childrusage.ru_utime.tv_sec=28
#  childrusage.ru_utime.tv_usec=944599
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=576608
# CPU time returned by wait4() is 31.5212
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.9
CPU time (s): 1800.11
CPU user time (s): 1717.27
CPU system time (s): 82.84
CPU usage (%): 99.514
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.9446
system time used= 2.57661
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24360
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= 71510
involuntary context switches= 72585

runsolver used 1.84272 second user time and 4.80027 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-03 04:46:42
IDJOB=1051449
IDBENCH=55440
IDSOLVER=345
FILE ID=node53/1051449-1215053202
PBS_JOBID= 7875069
Free space on /tmp= 65192 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-55-11-a4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051449-1215053202/watcher-1051449-1215053202 -o /tmp/evaluation-result-1051449-1215053202/solver-1051449-1215053202 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1051449-1215053202.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b810140e7939220fd6eb4ada33e287a7
RANDOM SEED=948843738

node53.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.222
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.222
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:        818512 kB
Buffers:         48344 kB
Cached:        1077860 kB
SwapCached:       7492 kB
Active:         240716 kB
Inactive:       905376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        818512 kB
SwapTotal:     4192956 kB
SwapFree:      4179900 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:          35472 kB
Slab:            76580 kB
Committed_AS:  3796964 kB
PageTables:       1820 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= 65188 MiB
End job on node53 at 2008-07-03 05:16:53