Trace number 1077395

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? (MO) 256.178 256.981

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-20-2-5.xml
MD5SUMade608e558973f2aa275e9c799b5f2d2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.10	c 0	Sugar v1-13 + HOME/picosat
0.02/0.11	c 1	BEGIN Fri Jul  4 19:26:47 2008
0.02/0.11	c 1	PID 17955
0.02/0.13	c 1	HOST node67.alineos.net
0.02/0.13	c 1	CONVERTING HOME/instance-1077395-1215192407.xml TO HOME/temp.csp
0.02/0.13	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077395-1215192407.xml' 'HOME/temp.csp'
0.03/0.42	c 1	1 domains, 100 variables, 20 predicates, 0 relations, 20 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.21/0.53	c 1	Parsing HOME/temp.csp
0.21/0.58	c 1	parsed 141 expressions
0.21/0.58	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.21/0.58	c 1	Converting to clausal form CSP
0.21/0.60	c 1	converted 15 (10%) expressions
0.21/0.60	c 1	converted 29 (20%) expressions
0.21/0.60	c 1	converted 43 (30%) expressions
0.21/0.60	c 1	converted 57 (40%) expressions
0.21/0.60	c 1	converted 71 (50%) expressions
0.21/0.60	c 1	converted 85 (60%) expressions
0.21/0.60	c 1	converted 99 (70%) expressions
0.21/0.60	c 1	converted 113 (80%) expressions
0.21/0.62	c 1	converted 127 (90%) expressions
0.21/0.66	c 1	converted 141 (100%) expressions
0.21/0.66	c 1	CSP : 210 integers, 0 booleans, 260 clauses, largest domain size 5671
0.21/0.66	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.21/0.66	c 1	Propagation in CSP
0.21/0.68	c 1	70188 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.21/0.68	c 1	CSP : 210 integers, 0 booleans, 260 clauses, largest domain size 4375
0.21/0.68	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.21/0.68	c 1	Simplifing CSP by introducing new Boolean variables
0.21/0.68	c 1	CSP : 210 integers, 0 booleans, 260 clauses, largest domain size 4375
0.21/0.68	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.70	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.22/0.72	c 1	21 (10%) CSP integer variables are encoded (829 clauses, 8973 bytes)
0.22/0.72	c 1	42 (20%) CSP integer variables are encoded (1657 clauses, 19446 bytes)
0.22/0.72	c 1	63 (30%) CSP integer variables are encoded (2464 clauses, 29937 bytes)
0.22/0.72	c 1	84 (40%) CSP integer variables are encoded (3315 clauses, 41000 bytes)
0.22/0.72	c 1	105 (50%) CSP integer variables are encoded (6895 clauses, 87540 bytes)
0.22/0.75	c 1	126 (60%) CSP integer variables are encoded (35311 clauses, 507785 bytes)
0.22/0.79	c 1	147 (70%) CSP integer variables are encoded (70756 clauses, 1039460 bytes)
0.22/0.85	c 1	168 (80%) CSP integer variables are encoded (122371 clauses, 1858746 bytes)
0.22/0.88	c 1	189 (90%) CSP integer variables are encoded (149723 clauses, 2323730 bytes)
0.22/0.92	c 1	210 (100%) CSP integer variables are encoded (179982 clauses, 2838133 bytes)
0.22/0.97	c 1	26 (10%) CSP clauses are encoded (207030 clauses, 3307820 bytes)
0.83/1.02	c 1	52 (20%) CSP clauses are encoded (240545 clauses, 3890967 bytes)
1.25/1.41	c 2	78 (30%) CSP clauses are encoded (484014 clauses, 8775197 bytes)
1.85/2.07	c 2	104 (40%) CSP clauses are encoded (877910 clauses, 16726645 bytes)
3.45/3.69	c 4	130 (50%) CSP clauses are encoded (1897689 clauses, 36890449 bytes)
4.44/4.61	c 5	156 (60%) CSP clauses are encoded (2477441 clauses, 48874978 bytes)
8.35/8.51	c 9	182 (70%) CSP clauses are encoded (4669523 clauses, 100582312 bytes)
14.26/14.42	c 15	208 (80%) CSP clauses are encoded (7917349 clauses, 179598804 bytes)
24.17/24.49	c 25	234 (90%) CSP clauses are encoded (13378387 clauses, 313063242 bytes)
51.85/52.48	c 53	260 (100%) CSP clauses are encoded (28390997 clauses, 680487186 bytes)
51.85/52.48	c 53	260 CSP clauses encoded
51.85/52.48	c 53	Writing map file : HOME/temp.map
51.85/52.48	c 53	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.85/52.48	c 53	SAT : 180192 SAT variables, 28390997 SAT clauses, 680487186 bytes
51.85/52.48	c 53	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.92/52.51	c 53	SOLVING HOME/temp.cnf
51.92/52.51	c 53	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
255.78/256.51	c ERROR INTERRUPTED
255.89/256.63	s UNKNOWN
255.89/256.63	c 257	CPU 46.88 (0.03 0.01 46.85 5.07)
255.89/256.63	c 257	END Fri Jul  4 19:31:04 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-1077395-1215192407/watcher-1077395-1215192407 -o /tmp/evaluation-result-1077395-1215192407/solver-1077395-1215192407 -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-1077395-1215192407.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: 1.98 1.43 1.21 3/64 17955
/proc/meminfo: memFree=1951632/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=124 CPUtime=0
/proc/17955/stat : 17955 (sugar) D 17953 17955 13757 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 1998210282 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 271635772905 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/17955/statm: 31 23 17 3 0 3 0

[startup+0.09639 s]
/proc/loadavg: 1.98 1.43 1.21 3/64 17955
/proc/meminfo: memFree=1951632/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13204 CPUtime=0.01
/proc/17955/stat : 17955 (sugar) R 17953 17955 13757 0 -1 4194304 654 0 0 0 1 0 0 0 18 0 1 0 1998210282 13520896 622 996147200 4194304 4206940 548682068608 18446744073709551615 271638237921 0 0 4224 0 0 0 0 17 0 0 0
/proc/17955/statm: 3301 623 316 3 0 401 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13204

[startup+0.101391 s]
/proc/loadavg: 1.98 1.43 1.21 3/64 17955
/proc/meminfo: memFree=1951632/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13336 CPUtime=0.02
/proc/17955/stat : 17955 (sugar) R 17953 17955 13757 0 -1 4194304 719 0 0 0 2 0 0 0 18 0 1 0 1998210282 13656064 687 996147200 4194304 4206940 548682068608 18446744073709551615 271638237921 0 0 4224 0 0 0 0 17 0 0 0
/proc/17955/statm: 3334 687 336 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.301427 s]
/proc/loadavg: 1.98 1.43 1.21 3/64 17955
/proc/meminfo: memFree=1951632/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=0.03
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1998210282 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702513 s]
/proc/loadavg: 1.98 1.43 1.21 3/64 17955
/proc/meminfo: memFree=1951632/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=0.22
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 974 4166 0 1 3 1 15 3 16 0 1 0 1998210282 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17955/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13600

[startup+1.50165 s]
/proc/loadavg: 1.98 1.43 1.21 2/75 17977
/proc/meminfo: memFree=1937592/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=0.22
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 974 4166 0 1 3 1 15 3 15 0 1 0 1998210282 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 797 370 3 0 500 0
[pid=17968] ppid=17955 vsize=5356 CPUtime=0
/proc/17968/stat : 17968 (sh) S 17955 17955 13757 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998210328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17968/statm: 1339 233 193 169 0 50 0
[pid=17969] ppid=17968 vsize=865172 CPUtime=1.12
/proc/17969/stat : 17969 (java) S 17968 17955 13757 0 -1 0 5317 0 1 0 103 9 0 0 18 0 9 0 1998210329 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17969/statm: 216293 4319 2562 9 0 210840 0
[pid=17969/tid=17970] ppid=17968 vsize=865172 CPUtime=0.92
/proc/17969/task/17970/stat : 17970 (java) R 17968 17955 13757 0 -1 64 2960 0 1 0 85 7 0 0 16 0 9 0 1998210329 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4126577267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17971] ppid=17968 vsize=865172 CPUtime=0.07
/proc/17969/task/17971/stat : 17971 (java) S 17968 17955 13757 0 -1 64 1298 0 0 0 6 1 0 0 16 0 9 0 1998210331 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17972] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17972/stat : 17972 (java) S 17968 17955 13757 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17973] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17973/stat : 17973 (java) S 17968 17955 13757 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17974] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17974/stat : 17974 (java) S 17968 17955 13757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998210333 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17975] ppid=17968 vsize=865172 CPUtime=0.1
/proc/17969/task/17975/stat : 17975 (java) S 17968 17955 13757 0 -1 64 366 0 0 0 10 0 0 0 16 0 9 0 1998210333 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17976] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17976/stat : 17976 (java) S 17968 17955 13757 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998210333 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17977] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17977/stat : 17977 (java) S 17968 17955 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998210333 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 884128

[startup+3.10295 s]
/proc/loadavg: 1.90 1.42 1.21 2/75 17977
/proc/meminfo: memFree=1924096/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=0.22
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 974 4166 0 1 3 1 15 3 15 0 1 0 1998210282 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 797 370 3 0 500 0
[pid=17968] ppid=17955 vsize=5356 CPUtime=0
/proc/17968/stat : 17968 (sh) S 17955 17955 13757 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998210328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17968/statm: 1339 233 193 169 0 50 0
[pid=17969] ppid=17968 vsize=865172 CPUtime=2.73
/proc/17969/stat : 17969 (java) S 17968 17955 13757 0 -1 0 5880 0 1 0 247 26 0 0 18 0 9 0 1998210329 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17969/statm: 216293 4319 2562 9 0 210840 0
[pid=17969/tid=17970] ppid=17968 vsize=865172 CPUtime=2.41
/proc/17969/task/17970/stat : 17970 (java) R 17968 17955 13757 0 -1 64 3523 0 1 0 221 20 0 0 16 0 9 0 1998210329 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4126585377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17971] ppid=17968 vsize=865172 CPUtime=0.19
/proc/17969/task/17971/stat : 17971 (java) S 17968 17955 13757 0 -1 64 1298 0 0 0 15 4 0 0 16 0 9 0 1998210331 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17972] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17972/stat : 17972 (java) S 17968 17955 13757 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17973] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17973/stat : 17973 (java) S 17968 17955 13757 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17974] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17974/stat : 17974 (java) S 17968 17955 13757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998210333 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17975] ppid=17968 vsize=865172 CPUtime=0.1
/proc/17969/task/17975/stat : 17975 (java) S 17968 17955 13757 0 -1 64 366 0 0 0 10 0 0 0 16 0 9 0 1998210333 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17976] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17976/stat : 17976 (java) S 17968 17955 13757 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998210333 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17977] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17977/stat : 17977 (java) S 17968 17955 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998210333 885936128 4319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 884128

[startup+6.30254 s]
/proc/loadavg: 1.90 1.42 1.21 2/75 17977
/proc/meminfo: memFree=1881152/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=0.22
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 974 4166 0 1 3 1 15 3 16 0 1 0 1998210282 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 797 370 3 0 500 0
[pid=17968] ppid=17955 vsize=5356 CPUtime=0
/proc/17968/stat : 17968 (sh) S 17955 17955 13757 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998210328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17968/statm: 1339 233 193 169 0 50 0
[pid=17969] ppid=17968 vsize=865172 CPUtime=5.94
/proc/17969/stat : 17969 (java) S 17968 17955 13757 0 -1 0 7001 0 1 0 536 58 0 0 18 0 9 0 1998210329 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17969/statm: 216293 4321 2562 9 0 210840 0
[pid=17969/tid=17970] ppid=17968 vsize=865172 CPUtime=5.4
/proc/17969/task/17970/stat : 17970 (java) R 17968 17955 13757 0 -1 64 4642 0 1 0 493 47 0 0 16 0 9 0 1998210329 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4126585619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17971] ppid=17968 vsize=865172 CPUtime=0.42
/proc/17969/task/17971/stat : 17971 (java) S 17968 17955 13757 0 -1 64 1299 0 0 0 32 10 0 0 16 0 9 0 1998210331 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17972] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17972/stat : 17972 (java) S 17968 17955 13757 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17973] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17973/stat : 17973 (java) S 17968 17955 13757 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17974] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17974/stat : 17974 (java) S 17968 17955 13757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998210333 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17975] ppid=17968 vsize=865172 CPUtime=0.1
/proc/17969/task/17975/stat : 17975 (java) S 17968 17955 13757 0 -1 64 367 0 0 0 10 0 0 0 16 0 9 0 1998210333 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17976] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17976/stat : 17976 (java) S 17968 17955 13757 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998210333 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17977] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17977/stat : 17977 (java) S 17968 17955 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998210333 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 884128

[startup+12.7017 s]
/proc/loadavg: 1.92 1.44 1.22 2/75 17977
/proc/meminfo: memFree=1795264/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=0.22
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 974 4166 0 1 3 1 15 3 16 0 1 0 1998210282 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 797 370 3 0 500 0
[pid=17968] ppid=17955 vsize=5356 CPUtime=0
/proc/17968/stat : 17968 (sh) S 17955 17955 13757 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998210328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17968/statm: 1339 233 193 169 0 50 0
[pid=17969] ppid=17968 vsize=865172 CPUtime=12.33
/proc/17969/stat : 17969 (java) S 17968 17955 13757 0 -1 0 9175 0 1 0 1114 119 0 0 18 0 9 0 1998210329 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17969/statm: 216293 4321 2562 9 0 210840 0
[pid=17969/tid=17970] ppid=17968 vsize=865172 CPUtime=11.3
/proc/17969/task/17970/stat : 17970 (java) R 17968 17955 13757 0 -1 64 6816 0 1 0 1033 97 0 0 16 0 9 0 1998210329 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4126525973 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17971] ppid=17968 vsize=865172 CPUtime=0.9
/proc/17969/task/17971/stat : 17971 (java) S 17968 17955 13757 0 -1 64 1299 0 0 0 69 21 0 0 16 0 9 0 1998210331 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17972] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17972/stat : 17972 (java) S 17968 17955 13757 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17973] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17973/stat : 17973 (java) S 17968 17955 13757 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17974] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17974/stat : 17974 (java) S 17968 17955 13757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998210333 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17975] ppid=17968 vsize=865172 CPUtime=0.1
/proc/17969/task/17975/stat : 17975 (java) S 17968 17955 13757 0 -1 64 367 0 0 0 10 0 0 0 16 0 9 0 1998210333 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17976] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17976/stat : 17976 (java) S 17968 17955 13757 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998210333 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17977] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17977/stat : 17977 (java) S 17968 17955 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998210333 885936128 4321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 884128

[startup+25.503 s]
/proc/loadavg: 1.93 1.46 1.22 3/75 17977
/proc/meminfo: memFree=1617024/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=0.22
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 974 4166 0 1 3 1 15 3 16 0 1 0 1998210282 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 797 370 3 0 500 0
[pid=17968] ppid=17955 vsize=5356 CPUtime=0
/proc/17968/stat : 17968 (sh) S 17955 17955 13757 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998210328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17968/statm: 1339 233 193 169 0 50 0
[pid=17969] ppid=17968 vsize=865172 CPUtime=25.02
/proc/17969/stat : 17969 (java) S 17968 17955 13757 0 -1 0 13486 0 1 0 2257 245 0 0 18 0 9 0 1998210329 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17969/statm: 216293 4322 2562 9 0 210840 0
[pid=17969/tid=17970] ppid=17968 vsize=865172 CPUtime=23.12
/proc/17969/task/17970/stat : 17970 (java) R 17968 17955 13757 0 -1 64 11125 0 1 0 2112 200 0 0 16 0 9 0 1998210329 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4126575955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17971] ppid=17968 vsize=865172 CPUtime=1.77
/proc/17969/task/17971/stat : 17971 (java) S 17968 17955 13757 0 -1 64 1300 0 0 0 134 43 0 0 16 0 9 0 1998210331 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17972] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17972/stat : 17972 (java) S 17968 17955 13757 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17973] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17973/stat : 17973 (java) S 17968 17955 13757 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.02 1.52 1.25 2/75 17977
/proc/meminfo: memFree=1285760/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=0.22
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 974 4166 0 1 3 1 15 3 16 0 1 0 1998210282 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 797 370 3 0 500 0
[pid=17968] ppid=17955 vsize=5356 CPUtime=0
/proc/17968/stat : 17968 (sh) S 17955 17955 13757 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998210328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17968/statm: 1339 233 193 169 0 50 0
[pid=17969] ppid=17968 vsize=865172 CPUtime=50.34
/proc/17969/stat : 17969 (java) S 17968 17955 13757 0 -1 0 22017 0 1 0 4545 489 0 0 18 0 9 0 1998210329 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17969/statm: 216293 4322 2562 9 0 210840 0
[pid=17969/tid=17970] ppid=17968 vsize=865172 CPUtime=46.64
/proc/17969/task/17970/stat : 17970 (java) R 17968 17955 13757 0 -1 64 19656 0 1 0 4263 401 0 0 17 0 9 0 1998210329 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4126514270 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17971] ppid=17968 vsize=865172 CPUtime=3.58
/proc/17969/task/17971/stat : 17971 (java) S 17968 17955 13757 0 -1 64 1300 0 0 0 271 87 0 0 16 0 9 0 1998210331 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17972] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17972/stat : 17972 (java) S 17968 17955 13757 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17973] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17973/stat : 17973 (java) S 17968 17955 13757 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998210331 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17974] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17974/stat : 17974 (java) S 17968 17955 13757 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998210333 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17975] ppid=17968 vsize=865172 CPUtime=0.1
/proc/17969/task/17975/stat : 17975 (java) S 17968 17955 13757 0 -1 64 368 0 0 0 10 0 0 0 16 0 9 0 1998210333 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17969/tid=17976] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17976/stat : 17976 (java) S 17968 17955 13757 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998210333 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17969/tid=17977] ppid=17968 vsize=865172 CPUtime=0
/proc/17969/task/17977/stat : 17977 (java) S 17968 17955 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998210333 885936128 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 884128

[startup+102.307 s]
/proc/loadavg: 1.44 1.44 1.24 2/67 17979
/proc/meminfo: memFree=1053120/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=51.95
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 1022 26952 0 2 3 1 4684 507 16 0 1 0 1998210282 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 798 370 3 0 500 0
[pid=17978] ppid=17955 vsize=5356 CPUtime=0
/proc/17978/stat : 17978 (sh) S 17955 17955 13757 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998215534 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17978/statm: 1339 232 193 169 0 50 0
[pid=17979] ppid=17978 vsize=232764 CPUtime=49.7
/proc/17979/stat : 17979 (picosat) R 17978 17955 13757 0 -1 4194304 54231 0 0 0 2268 2702 0 0 25 0 1 0 1998215534 238350336 54217 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/17979/statm: 58191 54218 40 102 0 58086 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 251720

[startup+162.302 s]
/proc/loadavg: 1.16 1.36 1.22 2/67 17979
/proc/meminfo: memFree=804992/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=51.95
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 1022 26952 0 2 3 1 4684 507 16 0 1 0 1998210282 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 798 370 3 0 500 0
[pid=17978] ppid=17955 vsize=5356 CPUtime=0
/proc/17978/stat : 17978 (sh) S 17955 17955 13757 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998215534 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17978/statm: 1339 232 193 169 0 50 0
[pid=17979] ppid=17978 vsize=487952 CPUtime=109.67
/proc/17979/stat : 17979 (picosat) R 17978 17955 13757 0 -1 4194304 116775 0 0 0 5032 5935 0 0 25 0 1 0 1998215534 499662848 116761 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/17979/statm: 121988 116761 40 102 0 121883 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 506908

[startup+222.302 s]
/proc/loadavg: 1.06 1.29 1.20 2/67 17979
/proc/meminfo: memFree=552320/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=51.95
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 1022 26952 0 2 3 1 4684 507 16 0 1 0 1998210282 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 798 370 3 0 500 0
[pid=17978] ppid=17955 vsize=5356 CPUtime=0
/proc/17978/stat : 17978 (sh) S 17955 17955 13757 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998215534 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17978/statm: 1339 232 193 169 0 50 0
[pid=17979] ppid=17978 vsize=775644 CPUtime=169.64
/proc/17979/stat : 17979 (picosat) R 17978 17955 13757 0 -1 4194304 179235 0 0 0 7807 9157 0 0 25 0 1 0 1998215534 794259456 179221 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/17979/statm: 193911 179221 40 102 0 193806 0
Current children cumulated CPU time (s) 221.59
Current children cumulated vsize (KiB) 794600



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+256.501 s]
/proc/loadavg: 1.03 1.26 1.19 2/67 17979
/proc/meminfo: memFree=408192/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=51.95
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 1022 26952 0 2 3 1 4684 507 16 0 1 0 1998210282 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 798 370 3 0 500 0
[pid=17978] ppid=17955 vsize=5356 CPUtime=0
/proc/17978/stat : 17978 (sh) S 17955 17955 13757 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998215534 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17978/statm: 1339 232 193 169 0 50 0
[pid=17979] ppid=17978 vsize=902760 CPUtime=203.83
/proc/17979/stat : 17979 (picosat) R 17978 17955 13757 0 -1 4194304 214992 0 0 0 9371 11012 0 0 25 0 1 0 1998215534 924426240 214978 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/17979/statm: 225690 214978 40 102 0 225585 0
Current children cumulated CPU time (s) 255.78
Current children cumulated vsize (KiB) 921716

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

[startup+256.617 s]
/proc/loadavg: 1.03 1.26 1.19 2/67 17979
/proc/meminfo: memFree=408192/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=51.95
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 1040 26952 0 2 3 1 4684 507 16 0 1 0 1998210282 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 798 370 3 0 500 0
[pid=17978] ppid=17955 vsize=0 CPUtime=0
/proc/17978/stat : 17978 (sh) Z 17955 17955 13757 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1998215534 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17978/statm: 0 0 0 0 0 0 0
[pid=17979] ppid=1 vsize=0 CPUtime=203.94
/proc/17979/stat : 17979 (picosat) R 1 17955 13757 0 -1 4195332 214992 0 0 0 9371 11023 0 0 25 0 1 0 1998215534 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/17979/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (52.03 s) is less than in the last sample (255.89 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (203.86 s) to the 'lost time'.

[startup+256.701 s]
/proc/loadavg: 1.03 1.26 1.19 2/67 17979
/proc/meminfo: memFree=408192/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=52.03
/proc/17955/stat : 17955 (sugar) R 17953 17955 13757 0 -1 4194304 1067 27229 0 2 3 8 4685 507 17 0 1 0 1998210282 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17955/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 52.03
Current children cumulated vsize (KiB) 13600

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

[startup+256.617 s]
/proc/loadavg: 1.03 1.26 1.19 2/67 17979
/proc/meminfo: memFree=408192/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=51.95
/proc/17955/stat : 17955 (sugar) S 17953 17955 13757 0 -1 4194304 1040 26952 0 2 3 1 4684 507 16 0 1 0 1998210282 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17955/statm: 3400 798 370 3 0 500 0
[pid=17978] ppid=17955 vsize=0 CPUtime=0
/proc/17978/stat : 17978 (sh) Z 17955 17955 13757 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1998215534 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17978/statm: 0 0 0 0 0 0 0
[pid=17979] ppid=1 vsize=0 CPUtime=203.94
/proc/17979/stat : 17979 (picosat) R 1 17955 13757 0 -1 4195332 214992 0 0 0 9371 11023 0 0 25 0 1 0 1998215534 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/17979/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 13600

[startup+256.801 s]
/proc/loadavg: 1.03 1.26 1.19 2/67 17979
/proc/meminfo: memFree=408192/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=52.13
/proc/17955/stat : 17955 (sugar) R 17953 17955 13757 0 -1 4194304 1067 27229 0 2 3 18 4685 507 17 0 1 0 1998210282 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17955/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 52.13
Current children cumulated vsize (KiB) 13600

[startup+256.901 s]
/proc/loadavg: 1.03 1.26 1.19 2/67 17979
/proc/meminfo: memFree=408192/2055920 swapFree=4181480/4192956
[pid=17955] ppid=17953 vsize=13600 CPUtime=52.23
/proc/17955/stat : 17955 (sugar) R 17953 17955 13757 0 -1 4194304 1067 27229 0 2 3 28 4685 507 17 0 1 0 1998210282 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17955/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 52.23
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 203.86
#  lost CPU user time (s): 93.7
#  lost CPU system time (s): 110.16

Real time (s): 256.981
CPU time (s): 256.178
CPU user time (s): 140.583
CPU system time (s): 115.595
CPU usage (%): 99.6877
Max. virtual memory (cumulated for all children) (KiB): 921716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.8829
system time used= 5.43517
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28327
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= 79512
involuntary context switches= 60518

runsolver used 0.286956 second user time and 0.708892 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-04 19:26:47
IDJOB=1077395
IDBENCH=56670
IDSOLVER=345
FILE ID=node67/1077395-1215192407
PBS_JOBID= 7881572
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-20-2-5.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-1077395-1215192407/watcher-1077395-1215192407 -o /tmp/evaluation-result-1077395-1215192407/solver-1077395-1215192407 -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-1077395-1215192407.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ade608e558973f2aa275e9c799b5f2d2
RANDOM SEED=960405522

node67.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.281
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.281
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:       1952368 kB
Buffers:          2720 kB
Cached:          35744 kB
SwapCached:       5124 kB
Active:          42260 kB
Inactive:         3888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1952368 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:          13620 kB
Slab:            43416 kB
Committed_AS:  4071632 kB
PageTables:       1436 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= 66428 MiB
End job on node67 at 2008-07-04 19:31:06