Trace number 1057253

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) 351.191 359.945

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-80-3-3.xml
MD5SUMb2a5cfb9692531502933a8da0034a3ad
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.066989
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity6
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 20:27:29 2008
0.00/0.04	c 0	PID 20587
0.00/0.05	c 0	HOST node42.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1057253-1215109649.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1057253-1215109649.xml' 'HOME/temp.csp'
0.03/0.39	c 0	1 domains, 100 variables, 80 predicates, 0 relations, 80 constraints
0.03/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.46	c 0	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.44/0.54	c 0	Parsing HOME/temp.csp
0.44/0.69	c 0	parsed 261 expressions
0.44/0.69	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.69	c 0	Converting to clausal form CSP
0.44/0.71	c 0	converted 27 (10%) expressions
0.44/0.71	c 0	converted 53 (20%) expressions
0.44/0.72	c 0	converted 79 (30%) expressions
0.44/0.72	c 0	converted 105 (40%) expressions
0.44/0.72	c 0	converted 131 (50%) expressions
0.44/0.72	c 0	converted 157 (60%) expressions
0.44/0.73	c 0	converted 183 (70%) expressions
0.44/0.78	c 1	converted 209 (80%) expressions
0.44/0.89	c 1	converted 235 (90%) expressions
0.44/0.94	c 1	converted 261 (100%) expressions
0.44/0.94	c 1	CSP : 510 integers, 0 booleans, 980 clauses, largest domain size 19856
0.44/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.94	c 1	Propagation in CSP
0.44/0.99	c 1	1768938 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.44/0.99	c 1	CSP : 510 integers, 0 booleans, 980 clauses, largest domain size 16738
0.44/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/1.00	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.00	c 1	CSP : 510 integers, 0 booleans, 980 clauses, largest domain size 16738
0.95/1.01	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.06	c 1	51 (10%) CSP integer variables are encoded (3434 clauses, 42525 bytes)
0.95/1.07	c 1	102 (20%) CSP integer variables are encoded (12377 clauses, 163743 bytes)
1.24/1.35	c 1	153 (30%) CSP integer variables are encoded (226330 clauses, 3625949 bytes)
1.54/1.64	c 1	204 (40%) CSP integer variables are encoded (439527 clauses, 7250298 bytes)
1.84/1.98	c 2	255 (50%) CSP integer variables are encoded (694580 clauses, 11586199 bytes)
2.23/2.30	c 2	306 (60%) CSP integer variables are encoded (940710 clauses, 15770409 bytes)
2.53/2.61	c 2	357 (70%) CSP integer variables are encoded (1173255 clauses, 20070825 bytes)
2.93/3.01	c 3	408 (80%) CSP integer variables are encoded (1466238 clauses, 25637502 bytes)
3.32/3.45	c 3	459 (90%) CSP integer variables are encoded (1787895 clauses, 31748985 bytes)
3.72/3.85	c 4	510 (100%) CSP integer variables are encoded (2086032 clauses, 37413588 bytes)
4.21/4.32	c 4	98 (10%) CSP clauses are encoded (2347729 clauses, 42102397 bytes)
5.00/5.11	c 5	196 (20%) CSP clauses are encoded (2794140 clauses, 50764736 bytes)
10.03/10.26	c 10	294 (30%) CSP clauses are encoded (5480303 clauses, 110003372 bytes)
27.62/28.36	c 28	392 (40%) CSP clauses are encoded (14725559 clauses, 315206914 bytes)
38.66/39.67	c 39	490 (50%) CSP clauses are encoded (20476991 clauses, 443239013 bytes)
64.29/66.15	c 66	588 (60%) CSP clauses are encoded (33729215 clauses, 748642908 bytes)
79.78/82.02	c 82	686 (70%) CSP clauses are encoded (41570247 clauses, 937226023 bytes)
102.10/104.94	c 105	784 (80%) CSP clauses are encoded (52851510 clauses, 1211628913 bytes)
133.12/136.82	c 137	882 (90%) CSP clauses are encoded (68496021 clauses, 1592619280 bytes)
164.10/169.08	c 169	980 (100%) CSP clauses are encoded (84102642 clauses, 1972942818 bytes)
164.10/169.09	c 169	980 CSP clauses encoded
164.18/169.10	c 169	Writing map file : HOME/temp.map
164.18/169.15	c 169	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
164.18/169.15	c 169	SAT : 2086542 SAT variables, 84102642 SAT clauses, 1972942818 bytes
164.18/169.15	c 169	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
164.18/169.21	c 169	SOLVING HOME/temp.cnf
164.18/169.21	c 169	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
350.54/358.52	c ERROR INTERRUPTED
350.65/358.66	s UNKNOWN
350.65/358.66	c 358	CPU 148.03 (0.04 0.01 147.99 16.17)
350.65/358.66	c 358	END Thu Jul  3 20:33:27 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-1057253-1215109649/watcher-1057253-1215109649 -o /tmp/evaluation-result-1057253-1215109649/solver-1057253-1215109649 -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-1057253-1215109649.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.99 1.97 1.91 4/74 20587
/proc/meminfo: memFree=1682832/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=18572 CPUtime=0
/proc/20587/stat : 20587 (runsolver) R 20585 20587 20264 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1989937346 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20587/statm: 4643 292 257 25 0 2626 0

[startup+0.079351 s]
/proc/loadavg: 1.99 1.97 1.91 4/74 20587
/proc/meminfo: memFree=1682832/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=0.03
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1989937346 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101 s]
/proc/loadavg: 1.99 1.97 1.91 4/74 20587
/proc/meminfo: memFree=1682832/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=0.03
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1989937346 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302021 s]
/proc/loadavg: 1.99 1.97 1.91 4/74 20587
/proc/meminfo: memFree=1682832/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=0.03
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1989937346 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701062 s]
/proc/loadavg: 1.99 1.97 1.91 4/74 20587
/proc/meminfo: memFree=1682832/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=0.44
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 973 4492 0 1 3 1 37 3 15 0 1 0 1989937346 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50115 s]
/proc/loadavg: 1.99 1.97 1.91 4/85 20609
/proc/meminfo: memFree=1669496/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=0.44
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 974 4492 0 1 3 1 37 3 15 0 1 0 1989937346 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 797 370 3 0 500 0
[pid=20600] ppid=20587 vsize=5356 CPUtime=0
/proc/20600/stat : 20600 (sh) S 20587 20587 20264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989937392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20600/statm: 1339 233 193 169 0 50 0
[pid=20601] ppid=20600 vsize=868372 CPUtime=1
/proc/20601/stat : 20601 (java) S 20600 20587 20264 0 -1 0 6380 0 1 0 92 8 0 0 19 0 9 0 1989937393 889212928 5498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20601/statm: 217093 5498 2562 9 0 211640 0
[pid=20601/tid=20602] ppid=20600 vsize=868372 CPUtime=0.69
/proc/20601/task/20602/stat : 20602 (java) R 20600 20587 20264 0 -1 64 2826 0 1 0 64 5 0 0 21 0 9 0 1989937394 889212928 5498 996147200 134512640 134550740 4294955952 18446744073709551615 4126897180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20603] ppid=20600 vsize=868372 CPUtime=0.07
/proc/20601/task/20603/stat : 20603 (java) S 20600 20587 20264 0 -1 64 1408 0 0 0 7 0 0 0 16 0 9 0 1989937395 889212928 5498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20604] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20604/stat : 20604 (java) S 20600 20587 20264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989937395 889212928 5498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20605] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20605/stat : 20605 (java) S 20600 20587 20264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1989937395 889212928 5498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20606] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20606/stat : 20606 (java) S 20600 20587 20264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989937397 889212928 5498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20607] ppid=20600 vsize=868372 CPUtime=0.2
/proc/20601/task/20607/stat : 20607 (java) S 20600 20587 20264 0 -1 64 1453 0 0 0 20 0 0 0 16 0 9 0 1989937397 889212928 5498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20608] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20608/stat : 20608 (java) S 20600 20587 20264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1989937397 889212928 5498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20609] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20609/stat : 20609 (java) S 20600 20587 20264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989937397 889212928 5498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887328

[startup+3.10233 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 20609
/proc/meminfo: memFree=1655352/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=0.44
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 974 4492 0 1 3 1 37 3 15 0 1 0 1989937346 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 797 370 3 0 500 0
[pid=20600] ppid=20587 vsize=5356 CPUtime=0
/proc/20600/stat : 20600 (sh) S 20587 20587 20264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989937392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20600/statm: 1339 233 193 169 0 50 0
[pid=20601] ppid=20600 vsize=868372 CPUtime=2.58
/proc/20601/stat : 20601 (java) S 20600 20587 20264 0 -1 0 6874 0 1 0 235 23 0 0 19 0 9 0 1989937393 889212928 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20601/statm: 217093 5503 2562 9 0 211640 0
[pid=20601/tid=20602] ppid=20600 vsize=868372 CPUtime=2.16
/proc/20601/task/20602/stat : 20602 (java) R 20600 20587 20264 0 -1 64 3315 0 1 0 198 18 0 0 25 0 9 0 1989937394 889212928 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4126893720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20603] ppid=20600 vsize=868372 CPUtime=0.18
/proc/20601/task/20603/stat : 20603 (java) S 20600 20587 20264 0 -1 64 1408 0 0 0 16 2 0 0 16 0 9 0 1989937395 889212928 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20604] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20604/stat : 20604 (java) S 20600 20587 20264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989937395 889212928 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20605] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20605/stat : 20605 (java) S 20600 20587 20264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1989937395 889212928 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20606] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20606/stat : 20606 (java) S 20600 20587 20264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989937397 889212928 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20607] ppid=20600 vsize=868372 CPUtime=0.21
/proc/20601/task/20607/stat : 20607 (java) S 20600 20587 20264 0 -1 64 1458 0 0 0 21 0 0 0 16 0 9 0 1989937397 889212928 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20608] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20608/stat : 20608 (java) S 20600 20587 20264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1989937397 889212928 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20609] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20609/stat : 20609 (java) S 20600 20587 20264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989937397 889212928 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887328

[startup+6.30268 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 20609
/proc/meminfo: memFree=1614392/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=0.44
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 974 4492 0 1 3 1 37 3 15 0 1 0 1989937346 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 797 370 3 0 500 0
[pid=20600] ppid=20587 vsize=5356 CPUtime=0
/proc/20600/stat : 20600 (sh) S 20587 20587 20264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989937392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20600/statm: 1339 233 193 169 0 50 0
[pid=20601] ppid=20600 vsize=868372 CPUtime=5.73
/proc/20601/stat : 20601 (java) S 20600 20587 20264 0 -1 0 7855 0 1 0 520 53 0 0 19 0 9 0 1989937393 889212928 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20601/statm: 217093 5508 2562 9 0 211640 0
[pid=20601/tid=20602] ppid=20600 vsize=868372 CPUtime=5.05
/proc/20601/task/20602/stat : 20602 (java) R 20600 20587 20264 0 -1 64 4292 0 1 0 463 42 0 0 25 0 9 0 1989937394 889212928 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4126552543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20603] ppid=20600 vsize=868372 CPUtime=0.43
/proc/20601/task/20603/stat : 20603 (java) S 20600 20587 20264 0 -1 64 1408 0 0 0 34 9 0 0 16 0 9 0 1989937395 889212928 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20604] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20604/stat : 20604 (java) S 20600 20587 20264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989937395 889212928 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20605] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20605/stat : 20605 (java) S 20600 20587 20264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1989937395 889212928 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20606] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20606/stat : 20606 (java) S 20600 20587 20264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989937397 889212928 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20607] ppid=20600 vsize=868372 CPUtime=0.22
/proc/20601/task/20607/stat : 20607 (java) S 20600 20587 20264 0 -1 64 1462 0 0 0 21 1 0 0 16 0 9 0 1989937397 889212928 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20608] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20608/stat : 20608 (java) S 20600 20587 20264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1989937397 889212928 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20609] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20609/stat : 20609 (java) S 20600 20587 20264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989937397 889212928 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887328

[startup+12.7024 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 20609
/proc/meminfo: memFree=1537656/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=0.44
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 974 4492 0 1 3 1 37 3 16 0 1 0 1989937346 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 797 370 3 0 500 0
[pid=20600] ppid=20587 vsize=5356 CPUtime=0
/proc/20600/stat : 20600 (sh) S 20587 20587 20264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989937392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20600/statm: 1339 233 193 169 0 50 0
[pid=20601] ppid=20600 vsize=868372 CPUtime=12.05
/proc/20601/stat : 20601 (java) S 20600 20587 20264 0 -1 0 9834 0 1 0 1091 114 0 0 19 0 9 0 1989937393 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20601/statm: 217093 5509 2562 9 0 211640 0
[pid=20601/tid=20602] ppid=20600 vsize=868372 CPUtime=10.9
/proc/20601/task/20602/stat : 20602 (java) R 20600 20587 20264 0 -1 64 6270 0 1 0 999 91 0 0 25 0 9 0 1989937394 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4126552600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20603] ppid=20600 vsize=868372 CPUtime=0.89
/proc/20601/task/20603/stat : 20603 (java) S 20600 20587 20264 0 -1 64 1408 0 0 0 69 20 0 0 16 0 9 0 1989937395 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20604] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20604/stat : 20604 (java) S 20600 20587 20264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989937395 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20605] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20605/stat : 20605 (java) S 20600 20587 20264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1989937395 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20606] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20606/stat : 20606 (java) S 20600 20587 20264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989937397 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20607] ppid=20600 vsize=868372 CPUtime=0.23
/proc/20601/task/20607/stat : 20607 (java) S 20600 20587 20264 0 -1 64 1463 0 0 0 22 1 0 0 16 0 9 0 1989937397 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20608] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20608/stat : 20608 (java) S 20600 20587 20264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1989937397 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20609] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20609/stat : 20609 (java) S 20600 20587 20264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989937397 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887328

[startup+25.5018 s]
/proc/loadavg: 1.99 1.97 1.91 3/85 20609
/proc/meminfo: memFree=1388344/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=0.44
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 974 4492 0 1 3 1 37 3 16 0 1 0 1989937346 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 797 370 3 0 500 0
[pid=20600] ppid=20587 vsize=5356 CPUtime=0
/proc/20600/stat : 20600 (sh) S 20587 20587 20264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989937392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20600/statm: 1339 233 193 169 0 50 0
[pid=20601] ppid=20600 vsize=868372 CPUtime=24.47
/proc/20601/stat : 20601 (java) S 20600 20587 20264 0 -1 0 13755 0 1 0 2212 235 0 0 19 0 9 0 1989937393 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20601/statm: 217093 5509 2562 9 0 211640 0
[pid=20601/tid=20602] ppid=20600 vsize=868372 CPUtime=22.42
/proc/20601/task/20602/stat : 20602 (java) R 20600 20587 20264 0 -1 64 10191 0 1 0 2053 189 0 0 25 0 9 0 1989937394 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4126889048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20603] ppid=20600 vsize=868372 CPUtime=1.8
/proc/20601/task/20603/stat : 20603 (java) S 20600 20587 20264 0 -1 64 1408 0 0 0 136 44 0 0 16 0 9 0 1989937395 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20604] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20604/stat : 20604 (java) S 20600 20587 20264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989937395 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20605] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20605/stat : 20605 (java) S 20600 20587 20264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1989937395 889212928 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 974 4492 0 1 4 1 37 3 16 0 1 0 1989937346 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 797 370 3 0 500 0
[pid=20600] ppid=20587 vsize=5356 CPUtime=0
/proc/20600/stat : 20600 (sh) S 20587 20587 20264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989937392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20600/statm: 1339 233 193 169 0 50 0
[pid=20601] ppid=20600 vsize=868372 CPUtime=157.27
/proc/20601/stat : 20601 (java) S 20600 20587 20264 0 -1 0 55179 0 1 0 14181 1546 0 0 19 0 9 0 1989937393 889212928 5511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20601/statm: 217093 5511 2562 9 0 211640 0
[pid=20601/tid=20602] ppid=20600 vsize=868372 CPUtime=145.38
/proc/20601/task/20602/stat : 20602 (java) R 20600 20587 20264 0 -1 64 51613 0 1 0 13274 1264 0 0 25 0 9 0 1989937394 889212928 5511 996147200 134512640 134550740 4294955952 18446744073709551615 4126890336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20603] ppid=20600 vsize=868372 CPUtime=11.63
/proc/20601/task/20603/stat : 20603 (java) S 20600 20587 20264 0 -1 64 1409 0 0 0 883 280 0 0 16 0 9 0 1989937395 889212928 5511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20604] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20604/stat : 20604 (java) S 20600 20587 20264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989937395 889212928 5511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20605] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20605/stat : 20605 (java) S 20600 20587 20264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1989937395 889212928 5511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20606] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20606/stat : 20606 (java) S 20600 20587 20264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989937397 889212928 5511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20607] ppid=20600 vsize=868372 CPUtime=0.23
/proc/20601/task/20607/stat : 20607 (java) S 20600 20587 20264 0 -1 64 1464 0 0 0 22 1 0 0 16 0 9 0 1989937397 889212928 5511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20608] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20608/stat : 20608 (java) S 20600 20587 20264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1989937397 889212928 5511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20601/tid=20609] ppid=20600 vsize=868372 CPUtime=0
/proc/20601/task/20609/stat : 20609 (java) S 20600 20587 20264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1989937397 889212928 5511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.72
Current children cumulated vsize (KiB) 887328

[startup+222.302 s]
/proc/loadavg: 2.43 2.31 2.06 3/77 20611
/proc/meminfo: memFree=16184/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=164.2
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 1023 61995 0 2 4 1 14799 1616 16 0 1 0 1989937346 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 798 370 3 0 500 0
[pid=20610] ppid=20587 vsize=5356 CPUtime=0
/proc/20610/stat : 20610 (sh) S 20587 20587 20264 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 1989954267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20610/statm: 1339 232 193 169 0 50 0
[pid=20611] ppid=20610 vsize=332796 CPUtime=52.04
/proc/20611/stat : 20611 (picosat) R 20610 20587 20264 0 -1 4194304 82693 0 4 0 2387 2817 0 0 25 0 1 0 1989954274 340783104 82683 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20611/statm: 83199 82683 40 102 0 83094 0
Current children cumulated CPU time (s) 216.24
Current children cumulated vsize (KiB) 351752

[startup+282.301 s]
/proc/loadavg: 2.16 2.25 2.05 3/77 20611
/proc/meminfo: memFree=15288/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=164.2
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 1023 61995 0 2 4 1 14799 1616 16 0 1 0 1989937346 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 798 370 3 0 500 0
[pid=20610] ppid=20587 vsize=5356 CPUtime=0
/proc/20610/stat : 20610 (sh) S 20587 20587 20264 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 1989954267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20610/statm: 1339 232 193 169 0 50 0
[pid=20611] ppid=20610 vsize=582324 CPUtime=111.08
/proc/20611/stat : 20611 (picosat) R 20610 20587 20264 0 -1 4194304 139061 0 4 0 5068 6040 0 0 25 0 1 0 1989954274 596299776 139051 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20611/statm: 145581 139051 40 102 0 145476 0
Current children cumulated CPU time (s) 275.28
Current children cumulated vsize (KiB) 601280

[startup+342.307 s]
/proc/loadavg: 2.06 2.20 2.04 3/77 20611
/proc/meminfo: memFree=15160/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=164.2
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 1023 61995 0 2 4 1 14799 1616 16 0 1 0 1989937346 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 798 370 3 0 500 0
[pid=20610] ppid=20587 vsize=5356 CPUtime=0
/proc/20610/stat : 20610 (sh) S 20587 20587 20264 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 1989954267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20610/statm: 1339 232 193 169 0 50 0
[pid=20611] ppid=20610 vsize=783228 CPUtime=170.34
/proc/20611/stat : 20611 (picosat) R 20610 20587 20264 0 -1 4194304 195528 0 4 0 7780 9254 0 0 25 0 1 0 1989954274 802025472 195518 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20611/statm: 195807 195518 40 102 0 195702 0
Current children cumulated CPU time (s) 334.54
Current children cumulated vsize (KiB) 802184



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+358.503 s]
/proc/loadavg: 2.04 2.19 2.04 3/77 20611
/proc/meminfo: memFree=14904/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=164.2
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 1023 61995 0 2 4 1 14799 1616 16 0 1 0 1989937346 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 798 370 3 0 500 0
[pid=20610] ppid=20587 vsize=5356 CPUtime=0
/proc/20610/stat : 20610 (sh) S 20587 20587 20264 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 1989954267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20610/statm: 1339 232 193 169 0 50 0
[pid=20611] ppid=20610 vsize=903016 CPUtime=186.34
/proc/20611/stat : 20611 (picosat) R 20610 20587 20264 0 -1 4194304 210756 0 4 0 8517 10117 0 0 25 0 1 0 1989954274 924688384 210746 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20611/statm: 225754 210746 40 102 0 225649 0
Current children cumulated CPU time (s) 350.54
Current children cumulated vsize (KiB) 921972

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

[startup+358.622 s]
/proc/loadavg: 2.04 2.19 2.04 3/77 20611
/proc/meminfo: memFree=14904/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=164.2
/proc/20587/stat : 20587 (sugar) S 20585 20587 20264 0 -1 4194304 1040 61995 0 2 4 1 14799 1616 16 0 1 0 1989937346 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20587/statm: 3400 798 370 3 0 500 0
[pid=20610] ppid=20587 vsize=0 CPUtime=0
/proc/20610/stat : 20610 (sh) Z 20587 20587 20264 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 1989954267 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/20610/statm: 0 0 0 0 0 0 0
[pid=20611] ppid=1 vsize=0 CPUtime=186.45
/proc/20611/stat : 20611 (picosat) R 1 20587 20264 0 -1 4195332 210756 0 4 0 8517 10128 0 0 25 0 1 0 1989954274 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/20611/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 350.65
Current children cumulated vsize (KiB) 13600

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

[startup+358.703 s]
/proc/loadavg: 2.04 2.19 2.04 3/76 20612
/proc/meminfo: memFree=977728/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=164.24
/proc/20587/stat : 20587 (sugar) R 20585 20587 20264 0 -1 4194304 1068 62270 0 4 4 4 14799 1617 16 0 1 0 1989937346 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/20587/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 164.24
Current children cumulated vsize (KiB) 13600

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

[startup+359.202 s]
/proc/loadavg: 2.04 2.19 2.04 3/76 20612
/proc/meminfo: memFree=977728/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=164.69
/proc/20587/stat : 20587 (sugar) D 20585 20587 20264 0 -1 4194304 1068 62270 0 4 4 49 14799 1617 16 0 1 0 1989937346 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20587/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 164.69
Current children cumulated vsize (KiB) 13600

[startup+359.602 s]
/proc/loadavg: 2.04 2.19 2.04 3/76 20612
/proc/meminfo: memFree=977728/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=164.72
/proc/20587/stat : 20587 (sugar) D 20585 20587 20264 0 -1 4194304 1068 62270 0 4 4 52 14799 1617 15 0 1 0 1989937346 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20587/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 164.72
Current children cumulated vsize (KiB) 13600

[startup+359.802 s]
/proc/loadavg: 2.04 2.19 2.04 2/76 20612
/proc/meminfo: memFree=1895936/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=164.73
/proc/20587/stat : 20587 (sugar) D 20585 20587 20264 0 -1 4194304 1068 62270 0 4 4 53 14799 1617 15 0 1 0 1989937346 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20587/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 164.73
Current children cumulated vsize (KiB) 13600

[startup+359.907 s]
/proc/loadavg: 2.04 2.19 2.04 2/76 20612
/proc/meminfo: memFree=1895936/2055920 swapFree=4180096/4192956
[pid=20587] ppid=20585 vsize=13600 CPUtime=164.74
/proc/20587/stat : 20587 (sugar) D 20585 20587 20264 0 -1 4194304 1068 62270 0 4 4 54 14799 1617 15 0 1 0 1989937346 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20587/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 164.74
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): 186.41
#  lost CPU user time (s): 85.17
#  lost CPU system time (s): 101.24

Real time (s): 359.945
CPU time (s): 351.191
CPU user time (s): 233.204
CPU system time (s): 117.986
CPU usage (%): 97.568
Max. virtual memory (cumulated for all children) (KiB): 921972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.034
system time used= 16.7465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63369
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 361289
involuntary context switches= 364822

runsolver used 0.417936 second user time and 1.2868 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-03 20:27:29
IDJOB=1057253
IDBENCH=54019
IDSOLVER=345
FILE ID=node42/1057253-1215109649
PBS_JOBID= 7877122
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-80-3-3.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-1057253-1215109649/watcher-1057253-1215109649 -o /tmp/evaluation-result-1057253-1215109649/solver-1057253-1215109649 -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-1057253-1215109649.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b2a5cfb9692531502933a8da0034a3ad
RANDOM SEED=491655591

node42.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.214
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.214
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:       1683312 kB
Buffers:         19728 kB
Cached:         226108 kB
SwapCached:       6580 kB
Active:         202368 kB
Inactive:       114472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683312 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          78292 kB
Slab:            40924 kB
Committed_AS:  3554616 kB
PageTables:       2008 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= 66524 MiB
End job on node42 at 2008-07-03 20:33:29