Trace number 1086906

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+minisat? (MO) 531.079 544.828

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-5.xml
MD5SUMebde7215c8748835935fe75d97c8a972
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.545
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul  5 09:10:27 2008
0.00/0.15	c 0	PID 21017
0.00/0.15	c 0	HOST node54.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1086906-1215241827.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086906-1215241827.xml' 'HOME/temp.csp'
0.03/1.08	c 1	8 domains, 550 variables, 8 predicates, 0 relations, 9461 constraints
0.94/1.11	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.94/1.11	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.94/1.18	c 1	Parsing HOME/temp.csp
0.95/1.74	c 2	parsed 10000 expressions
0.95/1.74	c 2	parsed 10027 expressions
0.95/1.74	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.74	c 2	Converting to clausal form CSP
3.21/3.49	c 3	converted 1003 (10%) expressions
6.08/6.31	c 6	converted 2006 (20%) expressions
8.55/8.81	c 9	converted 3009 (30%) expressions
10.73/11.02	c 11	converted 4011 (40%) expressions
12.90/13.23	c 13	converted 5014 (50%) expressions
15.28/15.66	c 16	converted 6017 (60%) expressions
17.65/18.00	c 18	converted 7019 (70%) expressions
19.83/20.24	c 20	converted 8022 (80%) expressions
22.10/22.50	c 23	converted 9025 (90%) expressions
24.28/24.77	c 25	converted 10027 (100%) expressions
24.28/24.77	c 25	CSP : 1092 integers, 27523 booleans, 57471 clauses, largest domain size 4101
24.28/24.77	c 25	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.28/24.77	c 25	Propagation in CSP
25.56/26.02	c 26	16544 values, 0 unsatisfiable literals, and 0 valid clauses are removed
25.56/26.02	c 26	CSP : 1092 integers, 27523 booleans, 57471 clauses, largest domain size 4101
25.56/26.03	c 26	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.56/26.04	c 26	Simplifing CSP by introducing new Boolean variables
25.66/26.17	c 26	CSP : 1092 integers, 47043 booleans, 76991 clauses, largest domain size 4101
25.66/26.17	c 26	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.95/26.43	c 26	Encoding CSP to SAT : HOME/temp.cnf
30.31/30.89	c 31	110 (10%) CSP integer variables are encoded (88364 clauses, 1303342 bytes)
34.57/35.11	c 35	219 (20%) CSP integer variables are encoded (174331 clauses, 2741760 bytes)
39.03/39.67	c 40	328 (30%) CSP integer variables are encoded (265236 clauses, 4287145 bytes)
43.19/43.88	c 44	437 (40%) CSP integer variables are encoded (352110 clauses, 5764003 bytes)
47.74/48.48	c 48	546 (50%) CSP integer variables are encoded (443760 clauses, 7322053 bytes)
48.43/49.15	c 49	656 (60%) CSP integer variables are encoded (840374 clauses, 14064491 bytes)
48.93/49.69	c 50	765 (70%) CSP integer variables are encoded (1267749 clauses, 21866757 bytes)
49.53/50.20	c 50	874 (80%) CSP integer variables are encoded (1664928 clauses, 29413158 bytes)
50.02/50.75	c 51	983 (90%) CSP integer variables are encoded (2098783 clauses, 37656403 bytes)
50.51/51.24	c 51	1092 (100%) CSP integer variables are encoded (2489002 clauses, 45070564 bytes)
178.24/180.30	c 180	7700 (10%) CSP clauses are encoded (10115997 clauses, 224449515 bytes)
253.23/256.27	c 256	15399 (20%) CSP clauses are encoded (16291692 clauses, 378770004 bytes)
297.29/301.02	c 301	23098 (30%) CSP clauses are encoded (21158262 clauses, 504820655 bytes)
331.52/335.74	c 336	30797 (40%) CSP clauses are encoded (25408882 clauses, 616380875 bytes)
364.64/369.30	c 369	38496 (50%) CSP clauses are encoded (29779261 clauses, 731981689 bytes)
398.68/403.84	c 404	46195 (60%) CSP clauses are encoded (33999557 clauses, 844377997 bytes)
429.32/434.90	c 435	53894 (70%) CSP clauses are encoded (37943298 clauses, 949998893 bytes)
459.38/465.42	c 465	61593 (80%) CSP clauses are encoded (42003534 clauses, 1058104671 bytes)
489.79/496.35	c 496	69292 (90%) CSP clauses are encoded (46005830 clauses, 1164250985 bytes)
520.09/527.19	c 527	76991 (100%) CSP clauses are encoded (50034351 clauses, 1271772572 bytes)
520.09/527.19	c 527	76991 CSP clauses encoded
520.19/527.20	c 527	Writing map file : HOME/temp.map
520.24/527.38	c 527	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
520.24/527.38	c 527	SAT : 2537137 SAT variables, 50034351 SAT clauses, 1271772572 bytes
520.24/527.38	c 527	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
520.32/527.47	c 527	SOLVING HOME/temp.cnf
520.32/527.47	c 527	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
520.34/527.58	c 528	This is MiniSat 2.0 beta
520.34/527.58	c 528	WARNING: for repeatability, setting FPU to use double precision
520.34/527.59	c 528	============================[ Problem Statistics ]=============================
520.34/527.59	c 528	|                                                                             |
520.34/527.61	c 528	|  Number of variables:  2537137                                              |
520.34/527.61	c 528	|  Number of clauses:    50034351                                             |
530.81/543.82	c ERROR INTERRUPTED
530.93/543.94	s UNKNOWN
530.93/543.94	c 544	CPU 511.71 (0.04 0.01 511.67 8.63)
530.93/543.94	c 544	END Sat Jul  5 09:19:31 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-1086906-1215241827/watcher-1086906-1215241827 -o /tmp/evaluation-result-1086906-1215241827/solver-1086906-1215241827 -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/minisat -tmp=HOME/temp HOME/instance-1086906-1215241827.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.94 1.99 1.99 4/81 21017
/proc/meminfo: memFree=1352280/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=18572 CPUtime=0
/proc/21017/stat : 21017 (runsolver) R 21015 21017 20941 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 2003155344 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21017/statm: 4643 292 257 25 0 2626 0

[startup+0.108128 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 21017
/proc/meminfo: memFree=1352280/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=12412 CPUtime=0
/proc/21017/stat : 21017 (sugar) D 21015 21017 20941 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 2003155344 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/21017/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.201151 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 21017
/proc/meminfo: memFree=1352280/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=0.03
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003155344 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301173 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 21017
/proc/meminfo: memFree=1352280/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=0.03
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003155344 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701256 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 21017
/proc/meminfo: memFree=1352280/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=0.03
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003155344 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50242 s]
/proc/loadavg: 1.94 1.99 1.99 3/85 21029
/proc/meminfo: memFree=1339832/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=0.95
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 973 8996 0 1 3 0 86 6 16 0 1 0 2003155344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 13600

[startup+3.10175 s]
/proc/loadavg: 1.94 1.99 1.99 3/92 21039
/proc/meminfo: memFree=1332992/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=0.95
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 974 8996 0 1 3 0 86 6 15 0 1 0 2003155344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 797 370 3 0 500 0
[pid=21030] ppid=21017 vsize=5356 CPUtime=0
/proc/21030/stat : 21030 (sh) S 21017 21017 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003155455 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21030/statm: 1339 233 193 169 0 50 0
[pid=21031] ppid=21030 vsize=868404 CPUtime=1.96
/proc/21031/stat : 21031 (java) S 21030 21017 20941 0 -1 0 7666 0 1 0 190 6 0 0 18 0 9 0 2003155455 889245696 6736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 217101 6736 2543 9 0 211676 0
[pid=21031/tid=21032] ppid=21030 vsize=868404 CPUtime=1.57
/proc/21031/task/21032/stat : 21032 (java) R 21030 21017 20941 0 -1 64 2725 0 1 0 155 2 0 0 25 0 9 0 2003155456 889245696 6736 996147200 134512640 134550740 4294955952 18446744073709551615 4126570491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21033] ppid=21030 vsize=868404 CPUtime=0.17
/proc/21031/task/21033/stat : 21033 (java) S 21030 21017 20941 0 -1 64 2794 0 0 0 16 1 0 0 16 0 9 0 2003155457 889245696 6736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21034/stat : 21034 (java) S 21030 21017 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003155458 889245696 6736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21035] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21035/stat : 21035 (java) S 21030 21017 20941 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003155458 889245696 6736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003155460 889245696 6736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21030 vsize=868404 CPUtime=0.19
/proc/21031/task/21037/stat : 21037 (java) S 21030 21017 20941 0 -1 64 1451 0 0 0 18 1 0 0 15 0 9 0 2003155460 889245696 6736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003155460 889245696 6736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21039/stat : 21039 (java) S 21030 21017 20941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003155460 889245696 6736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 887360

[startup+6.30241 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 21039
/proc/meminfo: memFree=1281920/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=0.95
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 974 8996 0 1 3 0 86 6 16 0 1 0 2003155344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 797 370 3 0 500 0
[pid=21030] ppid=21017 vsize=5356 CPUtime=0
/proc/21030/stat : 21030 (sh) S 21017 21017 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003155455 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21030/statm: 1339 233 193 169 0 50 0
[pid=21031] ppid=21030 vsize=868404 CPUtime=5.13
/proc/21031/stat : 21031 (java) S 21030 21017 20941 0 -1 0 8910 0 1 0 504 9 0 0 18 0 9 0 2003155455 889245696 7593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 217101 7593 2540 9 0 211676 0
[pid=21031/tid=21032] ppid=21030 vsize=868404 CPUtime=4.46
/proc/21031/task/21032/stat : 21032 (java) R 21030 21017 20941 0 -1 64 3094 0 1 0 443 3 0 0 25 0 9 0 2003155456 889245696 7593 996147200 134512640 134550740 4294955952 18446744073709551615 4126567194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21033] ppid=21030 vsize=868404 CPUtime=0.44
/proc/21031/task/21033/stat : 21033 (java) S 21030 21017 20941 0 -1 64 3662 0 0 0 40 4 0 0 16 0 9 0 2003155457 889245696 7593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21034/stat : 21034 (java) S 21030 21017 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003155458 889245696 7593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21035] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21035/stat : 21035 (java) S 21030 21017 20941 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003155458 889245696 7593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003155460 889245696 7593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21030 vsize=868404 CPUtime=0.21
/proc/21031/task/21037/stat : 21037 (java) S 21030 21017 20941 0 -1 64 1458 0 0 0 20 1 0 0 16 0 9 0 2003155460 889245696 7593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003155460 889245696 7593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21039/stat : 21039 (java) S 21030 21017 20941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003155460 889245696 7593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887360

[startup+12.7017 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 21039
/proc/meminfo: memFree=1274496/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=0.95
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 974 8996 0 1 3 0 86 6 16 0 1 0 2003155344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 797 370 3 0 500 0
[pid=21030] ppid=21017 vsize=5356 CPUtime=0
/proc/21030/stat : 21030 (sh) S 21017 21017 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003155455 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21030/statm: 1339 233 193 169 0 50 0
[pid=21031] ppid=21030 vsize=868404 CPUtime=11.46
/proc/21031/stat : 21031 (java) S 21030 21017 20941 0 -1 0 11350 0 1 0 1131 15 0 0 18 0 9 0 2003155455 889245696 9441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 217101 9441 2540 9 0 211676 0
[pid=21031/tid=21032] ppid=21030 vsize=868404 CPUtime=10.26
/proc/21031/task/21032/stat : 21032 (java) R 21030 21017 20941 0 -1 64 3766 0 1 0 1021 5 0 0 25 0 9 0 2003155456 889245696 9441 996147200 134512640 134550740 4294955952 18446744073709551615 4126565885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21033] ppid=21030 vsize=868404 CPUtime=0.96
/proc/21031/task/21033/stat : 21033 (java) S 21030 21017 20941 0 -1 64 5429 0 0 0 89 7 0 0 16 0 9 0 2003155457 889245696 9441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21034/stat : 21034 (java) S 21030 21017 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003155458 889245696 9441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21035] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21035/stat : 21035 (java) S 21030 21017 20941 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003155458 889245696 9441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003155460 889245696 9441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21030 vsize=868404 CPUtime=0.21
/proc/21031/task/21037/stat : 21037 (java) S 21030 21017 20941 0 -1 64 1459 0 0 0 20 1 0 0 15 0 9 0 2003155460 889245696 9441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003155460 889245696 9441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21039/stat : 21039 (java) S 21030 21017 20941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003155460 889245696 9441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 887360

[startup+25.5024 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 21039
/proc/meminfo: memFree=1165696/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=0.95
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 974 8996 0 1 3 0 86 6 16 0 1 0 2003155344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 797 370 3 0 500 0
[pid=21030] ppid=21017 vsize=5356 CPUtime=0
/proc/21030/stat : 21030 (sh) S 21017 21017 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003155455 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21030/statm: 1339 233 193 169 0 50 0
[pid=21031] ppid=21030 vsize=868404 CPUtime=24.12
/proc/21031/stat : 21031 (java) S 21030 21017 20941 0 -1 0 15479 0 1 0 2390 22 0 0 18 0 9 0 2003155455 889245696 12833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 217101 12833 2540 9 0 211676 0
[pid=21031/tid=21032] ppid=21030 vsize=868404 CPUtime=22.02
/proc/21031/task/21032/stat : 21032 (java) R 21030 21017 20941 0 -1 64 4631 0 1 0 2196 6 0 0 25 0 9 0 2003155456 889245696 12833 996147200 134512640 134550740 4294955952 18446744073709551615 4126567185 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21033] ppid=21030 vsize=868404 CPUtime=1.84
/proc/21031/task/21033/stat : 21033 (java) S 21030 21017 20941 0 -1 64 8686 0 0 0 171 13 0 0 16 0 9 0 2003155457 889245696 12833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21034/stat : 21034 (java) S 21030 21017 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003155458 889245696 12833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21035] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21035/stat : 21035 (java) S 21030 21017 20941 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003155458 889245696 12833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003155460 889245696 12833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21030 vsize=868404 CPUtime=0.22
/proc/21031/task/21037/stat : 21037 (java) S 21030 21017 20941 0 -1 64 1466 0 0 0 21 1 0 0 16 0 9 0 2003155460 889245696 12833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003155460 889245696 12833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21030 vsize=868404 CPUtime=0
/proc/21031/task/21039/stat : 21039 (java) S 21030 21017 20941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003155460 889245696 12833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 887360

[startup+51.1027 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 21039
/proc/meminfo: memFree=1119296/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=0.95
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 974 8996 0 1 3 0 86 6 15 0 1 0 2003155344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 797 370 3 0 500 0
[pid=21030] ppid=21017 vsize=5356 CPUtime=0
/proc/21030/stat : 21030 (sh) S 21017 21017 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003155455 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21030/statm: 1339 233 193 169 0 50 0
[pid=21031] ppid=21030 vsize=868516 CPUtime=49.46
/proc/21031/stat : 21031 (java) S 21030 21017 20941 0 -1 0 18806 0 1 0 4897 49 0 0 18 0 9 0 2003155455 889360384 15492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/21031/task/21039/stat : 21039 (java) S 21030 21017 20941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003155460 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 397.2
Current children cumulated vsize (KiB) 887472

[startup+462.303 s]
/proc/loadavg: 2.94 2.45 2.17 3/92 21039
/proc/meminfo: memFree=93768/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=0.96
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 974 8996 0 1 4 0 86 6 16 0 1 0 2003155344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 797 370 3 0 500 0
[pid=21030] ppid=21017 vsize=5356 CPUtime=0
/proc/21030/stat : 21030 (sh) S 21017 21017 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003155455 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21030/statm: 1339 233 193 169 0 50 0
[pid=21031] ppid=21030 vsize=868516 CPUtime=455.36
/proc/21031/stat : 21031 (java) S 21030 21017 20941 0 -1 0 25650 0 1 0 44829 707 0 0 18 0 9 0 2003155455 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 217129 15505 2566 9 0 211676 0
[pid=21031/tid=21032] ppid=21030 vsize=868516 CPUtime=449.46
/proc/21031/task/21032/stat : 21032 (java) R 21030 21017 20941 0 -1 64 12097 0 1 0 44300 646 0 0 25 0 9 0 2003155456 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4127015649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21033] ppid=21030 vsize=868516 CPUtime=5.58
/proc/21031/task/21033/stat : 21033 (java) S 21030 21017 20941 0 -1 64 11348 0 0 0 500 58 0 0 16 0 9 0 2003155457 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21030 vsize=868516 CPUtime=0
/proc/21031/task/21034/stat : 21034 (java) S 21030 21017 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003155458 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21035] ppid=21030 vsize=868516 CPUtime=0
/proc/21031/task/21035/stat : 21035 (java) S 21030 21017 20941 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003155458 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21030 vsize=868516 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003155460 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21030 vsize=868516 CPUtime=0.29
/proc/21031/task/21037/stat : 21037 (java) S 21030 21017 20941 0 -1 64 1509 0 0 0 28 1 0 0 17 0 9 0 2003155460 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21030 vsize=868516 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003155460 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21030 vsize=868516 CPUtime=0
/proc/21031/task/21039/stat : 21039 (java) S 21030 21017 20941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003155460 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 456.32
Current children cumulated vsize (KiB) 887472

[startup+522.302 s]
/proc/loadavg: 2.59 2.45 2.18 3/92 21039
/proc/meminfo: memFree=16328/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=0.96
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 974 8996 0 1 4 0 86 6 16 0 1 0 2003155344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 797 370 3 0 500 0
[pid=21030] ppid=21017 vsize=5356 CPUtime=0
/proc/21030/stat : 21030 (sh) S 21017 21017 20941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003155455 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21030/statm: 1339 233 193 169 0 50 0
[pid=21031] ppid=21030 vsize=868516 CPUtime=514.39
/proc/21031/stat : 21031 (java) S 21030 21017 20941 0 -1 0 27001 0 1 0 50597 842 0 0 18 0 9 0 2003155455 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21031/statm: 217129 15505 2566 9 0 211676 0
[pid=21031/tid=21032] ppid=21030 vsize=868516 CPUtime=507.88
/proc/21031/task/21032/stat : 21032 (java) R 21030 21017 20941 0 -1 64 13448 0 1 0 50015 773 0 0 25 0 9 0 2003155456 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4127013937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21033] ppid=21030 vsize=868516 CPUtime=6.18
/proc/21031/task/21033/stat : 21033 (java) S 21030 21017 20941 0 -1 64 11348 0 0 0 552 66 0 0 16 0 9 0 2003155457 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21034] ppid=21030 vsize=868516 CPUtime=0
/proc/21031/task/21034/stat : 21034 (java) S 21030 21017 20941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003155458 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21035] ppid=21030 vsize=868516 CPUtime=0
/proc/21031/task/21035/stat : 21035 (java) S 21030 21017 20941 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003155458 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21036] ppid=21030 vsize=868516 CPUtime=0
/proc/21031/task/21036/stat : 21036 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003155460 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21037] ppid=21030 vsize=868516 CPUtime=0.29
/proc/21031/task/21037/stat : 21037 (java) S 21030 21017 20941 0 -1 64 1509 0 0 0 28 1 0 0 17 0 9 0 2003155460 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21038] ppid=21030 vsize=868516 CPUtime=0
/proc/21031/task/21038/stat : 21038 (java) S 21030 21017 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003155460 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21031/tid=21039] ppid=21030 vsize=868516 CPUtime=0
/proc/21031/task/21039/stat : 21039 (java) S 21030 21017 20941 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003155460 889360384 15505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 515.35
Current children cumulated vsize (KiB) 887472



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+543.802 s]
/proc/loadavg: 2.47 2.43 2.18 3/84 21041
/proc/meminfo: memFree=16072/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=520.34
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 1035 36423 0 4 4 1 51167 862 15 0 1 0 2003155344 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21017/statm: 3400 800 370 3 0 500 0
[pid=21040] ppid=21017 vsize=5356 CPUtime=0
/proc/21040/stat : 21040 (sh) S 21017 21017 20941 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 2003208091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21040/statm: 1339 232 193 169 0 50 0
[pid=21041] ppid=21040 vsize=911332 CPUtime=10.47
/proc/21041/stat : 21041 (minisat) R 21040 21017 20941 0 -1 4194304 211064 0 6 0 887 160 0 0 18 0 1 0 2003208100 933203968 211056 996147200 134512640 135127466 4294956256 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 0 0 0
/proc/21041/statm: 227833 211056 62 150 0 227680 0
Current children cumulated CPU time (s) 530.81
Current children cumulated vsize (KiB) 930288

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

[startup+543.92 s]
/proc/loadavg: 2.47 2.43 2.18 3/84 21041
/proc/meminfo: memFree=16072/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=520.34
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 1046 36423 0 4 4 1 51167 862 16 0 1 0 2003155344 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21017/statm: 3400 800 370 3 0 500 0
[pid=21040] ppid=21017 vsize=0 CPUtime=0
/proc/21040/stat : 21040 (sh) Z 21017 21017 20941 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 2003208091 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/21040/statm: 0 0 0 0 0 0 0
[pid=21041] ppid=1 vsize=0 CPUtime=10.59
/proc/21041/stat : 21041 (minisat) R 1 21017 20941 0 -1 4195332 211064 0 6 0 887 172 0 0 18 0 1 0 2003208100 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/21041/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 530.93
Current children cumulated vsize (KiB) 13600

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

[startup+544.002 s]
/proc/loadavg: 2.47 2.43 2.18 3/84 21041
/proc/meminfo: memFree=16072/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=520.4
/proc/21017/stat : 21017 (sugar) R 21015 21017 20941 0 -1 4194304 1070 36699 0 5 4 6 51167 863 16 0 1 0 2003155344 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 0 0 0
/proc/21017/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 520.4
Current children cumulated vsize (KiB) 13600

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

[startup+543.92 s]
/proc/loadavg: 2.47 2.43 2.18 3/84 21041
/proc/meminfo: memFree=16072/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=520.34
/proc/21017/stat : 21017 (sugar) S 21015 21017 20941 0 -1 4194304 1046 36423 0 4 4 1 51167 862 16 0 1 0 2003155344 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21017/statm: 3400 800 370 3 0 500 0
[pid=21040] ppid=21017 vsize=0 CPUtime=0
/proc/21040/stat : 21040 (sh) Z 21017 21017 20941 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 2003208091 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/21040/statm: 0 0 0 0 0 0 0
[pid=21041] ppid=1 vsize=0 CPUtime=10.59
/proc/21041/stat : 21041 (minisat) R 1 21017 20941 0 -1 4195332 211064 0 6 0 887 172 0 0 18 0 1 0 2003208100 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/21041/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 530.93
Current children cumulated vsize (KiB) 13600

[startup+544.302 s]
/proc/loadavg: 2.47 2.43 2.18 3/84 21041
/proc/meminfo: memFree=16072/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=520.49
/proc/21017/stat : 21017 (sugar) D 21015 21017 20941 0 -1 4194304 1070 36699 0 5 4 15 51167 863 15 0 1 0 2003155344 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/21017/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 520.49
Current children cumulated vsize (KiB) 13600

[startup+544.702 s]
/proc/loadavg: 2.47 2.43 2.18 2/83 21042
/proc/meminfo: memFree=1242192/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=520.5
/proc/21017/stat : 21017 (sugar) D 21015 21017 20941 0 -1 4194304 1070 36699 0 5 4 16 51167 863 15 0 1 0 2003155344 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/21017/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 520.5
Current children cumulated vsize (KiB) 13600

[startup+544.802 s]
/proc/loadavg: 2.47 2.43 2.18 2/83 21042
/proc/meminfo: memFree=1242192/2055920 swapFree=4179680/4192956
[pid=21017] ppid=21015 vsize=13600 CPUtime=520.5
/proc/21017/stat : 21017 (sugar) D 21015 21017 20941 0 -1 4194304 1070 36699 0 5 4 16 51167 863 15 0 1 0 2003155344 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/21017/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 520.5
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): 10.53
#  lost CPU user time (s): 8.87003
#  lost CPU system time (s): 1.66

Real time (s): 544.828
CPU time (s): 531.079
CPU user time (s): 520.596
CPU system time (s): 10.4827
CPU usage (%): 97.4764
Max. virtual memory (cumulated for all children) (KiB): 930288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 511.726
system time used= 8.82266
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37800
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85853
involuntary context switches= 103621

runsolver used 0.715891 second user time and 1.89471 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 09:10:27
IDJOB=1086906
IDBENCH=57896
IDSOLVER=346
FILE ID=node54/1086906-1215241827
PBS_JOBID= 7882005
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-5.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086906-1215241827/watcher-1086906-1215241827 -o /tmp/evaluation-result-1086906-1215241827/solver-1086906-1215241827 -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/minisat" -tmp="HOME/temp" HOME/instance-1086906-1215241827.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ebde7215c8748835935fe75d97c8a972
RANDOM SEED=85133025

node54.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.279
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.279
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:       1352824 kB
Buffers:          6760 kB
Cached:          70484 kB
SwapCached:       6328 kB
Active:         624108 kB
Inactive:        24992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352824 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            2860 kB
Writeback:           0 kB
Mapped:         585640 kB
Slab:            38244 kB
Committed_AS:  4731896 kB
PageTables:       2840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node54 at 2008-07-05 09:19:33