Trace number 1065030

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) 204.502 218.134

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-air03.xml
MD5SUM97db8ddfa1e7c994eddc87d16cd8b4a9
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 benchmark51.2372
Satisfiable
(Un)Satisfiability was proved
Number of variables10757
Number of constraints248
Maximum constraint arity3861
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension248
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 06:24:35 2008
0.00/0.05	c 0	PID 18945
0.00/0.05	c 0	HOST node49.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1065030-1215145474.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-1065030-1215145474.xml' 'HOME/temp.csp'
2.73/2.84	c 2	1 domains, 10757 variables, 212 predicates, 0 relations, 248 constraints
2.73/2.88	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.73/2.88	c 2	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'
2.79/2.96	c 3	Parsing HOME/temp.csp
3.10/3.27	c 3	parsed 10000 expressions
24.71/25.10	c 25	parsed 11218 expressions
24.71/25.11	c 25	Heap : 64 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.71/25.11	c 25	Converting to clausal form CSP
24.71/25.14	c 25	converted 1122 (10%) expressions
24.71/25.16	c 25	converted 2244 (20%) expressions
24.71/25.16	c 25	converted 3366 (30%) expressions
24.71/25.16	c 25	converted 4488 (40%) expressions
24.71/25.16	c 25	converted 5609 (50%) expressions
24.71/25.16	c 25	converted 6731 (60%) expressions
24.71/25.16	c 25	converted 7853 (70%) expressions
24.71/25.17	c 25	converted 8975 (80%) expressions
24.71/25.17	c 25	converted 10097 (90%) expressions
41.21/41.70	c 41	converted 11218 (100%) expressions
41.21/41.73	c 41	CSP : 192305 integers, 0 booleans, 363344 clauses, largest domain size 1932
41.21/41.73	c 41	Heap : 274 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.21/41.73	c 41	Propagation in CSP
46.08/46.62	c 46	757795 values, 0 unsatisfiable literals, and 0 valid clauses are removed
46.08/46.64	c 46	CSP : 192305 integers, 0 booleans, 363344 clauses, largest domain size 1932
46.08/46.64	c 46	Heap : 286 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.17/46.73	c 46	Simplifing CSP by introducing new Boolean variables
46.27/46.87	c 46	CSP : 192305 integers, 0 booleans, 363344 clauses, largest domain size 1932
46.27/46.87	c 46	Heap : 283 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.57/48.15	c 48	Encoding CSP to SAT : HOME/temp.cnf
47.67/48.26	c 48	19231 (10%) CSP integer variables are encoded (22352 clauses, 335344 bytes)
47.77/48.37	c 48	38461 (20%) CSP integer variables are encoded (91052 clauses, 1412469 bytes)
47.87/48.48	c 48	57692 (30%) CSP integer variables are encoded (163629 clauses, 2646278 bytes)
48.07/48.61	c 48	76922 (40%) CSP integer variables are encoded (241594 clauses, 3971683 bytes)
48.16/48.73	c 48	96153 (50%) CSP integer variables are encoded (322141 clauses, 5340982 bytes)
48.26/48.87	c 48	115383 (60%) CSP integer variables are encoded (405161 clauses, 6752322 bytes)
48.46/49.00	c 49	134614 (70%) CSP integer variables are encoded (493229 clauses, 8249478 bytes)
48.56/49.13	c 49	153844 (80%) CSP integer variables are encoded (579686 clauses, 9719247 bytes)
48.66/49.26	c 49	173075 (90%) CSP integer variables are encoded (671049 clauses, 11272418 bytes)
48.76/49.39	c 49	192305 (100%) CSP integer variables are encoded (757795 clauses, 12747100 bytes)
52.73/53.39	c 53	36335 (10%) CSP clauses are encoded (2211304 clauses, 42893374 bytes)
59.17/59.89	c 60	72669 (20%) CSP clauses are encoded (5417570 clauses, 118409436 bytes)
67.28/68.10	c 68	109004 (30%) CSP clauses are encoded (9503941 clauses, 216982584 bytes)
76.98/77.95	c 78	145338 (40%) CSP clauses are encoded (14341253 clauses, 333922102 bytes)
88.36/89.56	c 89	181672 (50%) CSP clauses are encoded (20176637 clauses, 475268507 bytes)
103.85/105.33	c 105	218007 (60%) CSP clauses are encoded (28095752 clauses, 667564275 bytes)
119.84/121.69	c 121	254341 (70%) CSP clauses are encoded (36464756 clauses, 870922518 bytes)
137.36/139.53	c 139	290676 (80%) CSP clauses are encoded (45669375 clauses, 1094810524 bytes)
164.23/167.04	c 167	327010 (90%) CSP clauses are encoded (59576879 clauses, 1433608626 bytes)
191.42/195.55	c 195	363344 (100%) CSP clauses are encoded (74289103 clauses, 1792443824 bytes)
191.42/195.55	c 195	363344 CSP clauses encoded
191.42/195.57	c 195	Writing map file : HOME/temp.map
191.52/195.77	c 195	Heap : 209 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
191.52/195.77	c 195	SAT : 950100 SAT variables, 74289103 SAT clauses, 1792443824 bytes
191.52/195.77	c 195	Heap : 209 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
191.57/195.88	c 196	SOLVING HOME/temp.cnf
191.57/195.88	c 196	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
191.63/196.03	c 196	This is MiniSat 2.0 beta
191.63/196.03	c 196	WARNING: for repeatability, setting FPU to use double precision
191.63/196.03	c 196	============================[ Problem Statistics ]=============================
191.63/196.03	c 196	|                                                                             |
191.63/196.06	c 196	|  Number of variables:  950100                                               |
191.63/196.06	c 196	|  Number of clauses:    74289103                                             |
203.93/217.01	c ERROR INTERRUPTED
204.03/217.15	s UNKNOWN
204.03/217.15	c 217	CPU 179.76 (0.04 0.01 179.72 11.86)
204.03/217.15	c 217	END Fri Jul  4 06:28:12 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-1065030-1215145474/watcher-1065030-1215145474 -o /tmp/evaluation-result-1065030-1215145474/solver-1065030-1215145474 -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-1065030-1215145474.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.08 2.02 4/82 18945
/proc/meminfo: memFree=1764224/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=12268 CPUtime=0
/proc/18945/stat : 18945 (sugar) R 18943 18945 16533 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 420164824 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224627751525 0 0 4224 0 0 0 0 17 1 0 0
/proc/18945/statm: 3067 316 241 3 0 167 0

[startup+0.052636 s]
/proc/loadavg: 2.16 2.08 2.02 4/82 18945
/proc/meminfo: memFree=1764224/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=0.03
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 884 127 0 0 3 0 0 0 18 0 1 0 420164824 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.106646 s]
/proc/loadavg: 2.16 2.08 2.02 4/82 18945
/proc/meminfo: memFree=1764224/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=0.03
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 420164824 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301565 s]
/proc/loadavg: 2.16 2.08 2.02 4/82 18945
/proc/meminfo: memFree=1764224/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=0.03
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 420164824 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701627 s]
/proc/loadavg: 2.16 2.08 2.02 4/82 18945
/proc/meminfo: memFree=1764224/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=0.03
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 420164824 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50174 s]
/proc/loadavg: 2.16 2.08 2.02 3/93 18957
/proc/meminfo: memFree=1732456/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=0.03
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 420164824 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 796 370 3 0 500 0
[pid=18948] ppid=18945 vsize=5356 CPUtime=0
/proc/18948/stat : 18948 (sh) S 18945 18945 16533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 420164829 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18948/statm: 1339 233 193 169 0 50 0
[pid=18949] ppid=18948 vsize=864672 CPUtime=1.41
/proc/18949/stat : 18949 (java) S 18948 18945 16533 0 -1 0 11162 0 1 0 133 8 0 0 18 0 9 0 420164829 885424128 10142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18949/statm: 216168 10142 2529 9 0 210750 0
[pid=18949/tid=18950] ppid=18948 vsize=864672 CPUtime=1.03
/proc/18949/task/18950/stat : 18950 (java) R 18948 18945 16533 0 -1 64 2886 0 1 0 100 3 0 0 25 0 9 0 420164830 885424128 10142 996147200 134512640 134550740 4294956016 18446744073709551615 4126763483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18949/tid=18951] ppid=18948 vsize=864672 CPUtime=0.2
/proc/18949/task/18951/stat : 18951 (java) S 18948 18945 16533 0 -1 64 7046 0 0 0 17 3 0 0 16 0 9 0 420164831 885424128 10142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18949/tid=18952] ppid=18948 vsize=864672 CPUtime=0
/proc/18949/task/18952/stat : 18952 (java) S 18948 18945 16533 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 420164832 885424128 10142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18949/tid=18953] ppid=18948 vsize=864672 CPUtime=0
/proc/18949/task/18953/stat : 18953 (java) S 18948 18945 16533 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 420164832 885424128 10142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18949/tid=18954] ppid=18948 vsize=864672 CPUtime=0
/proc/18949/task/18954/stat : 18954 (java) S 18948 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 420164834 885424128 10142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18949/tid=18955] ppid=18948 vsize=864672 CPUtime=0.16
/proc/18949/task/18955/stat : 18955 (java) S 18948 18945 16533 0 -1 64 530 0 0 0 16 0 0 0 16 0 9 0 420164834 885424128 10142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18949/tid=18956] ppid=18948 vsize=864672 CPUtime=0
/proc/18949/task/18956/stat : 18956 (java) S 18948 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 420164834 885424128 10142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18949/tid=18957] ppid=18948 vsize=864672 CPUtime=0
/proc/18949/task/18957/stat : 18957 (java) S 18948 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 420164834 885424128 10142 996147200 134512640 134550740 4294956016 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) 883628

[startup+3.10196 s]
/proc/loadavg: 2.16 2.08 2.02 3/93 18957
/proc/meminfo: memFree=1725608/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=2.79
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 973 14142 0 1 3 0 263 13 16 0 1 0 420164824 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 13600

[startup+6.30342 s]
/proc/loadavg: 2.15 2.07 2.02 4/93 18967
/proc/meminfo: memFree=1728808/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=2.79
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 973 14142 0 1 3 0 263 13 15 0 1 0 420164824 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 797 370 3 0 500 0
[pid=18958] ppid=18945 vsize=5356 CPUtime=0
/proc/18958/stat : 18958 (sh) S 18945 18945 16533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 420165111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18958/statm: 1339 233 193 169 0 50 0
[pid=18959] ppid=18958 vsize=864084 CPUtime=3.36
/proc/18959/stat : 18959 (java) S 18958 18945 16533 0 -1 0 12055 0 1 0 326 10 0 0 18 0 9 0 420165112 884822016 10610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18959/statm: 216021 10610 2532 9 0 210603 0
[pid=18959/tid=18960] ppid=18958 vsize=864084 CPUtime=2.02
/proc/18959/task/18960/stat : 18960 (java) R 18958 18945 16533 0 -1 64 2912 0 1 0 200 2 0 0 25 0 9 0 420165113 884822016 10610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18961] ppid=18958 vsize=864084 CPUtime=1.25
/proc/18959/task/18961/stat : 18961 (java) R 18958 18945 16533 0 -1 64 8111 0 0 0 118 7 0 0 15 0 9 0 420165114 884822016 10610 996147200 134512640 134550740 4294955952 18446744073709551615 103829536 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18962] ppid=18958 vsize=864084 CPUtime=0
/proc/18959/task/18962/stat : 18962 (java) S 18958 18945 16533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 420165114 884822016 10610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18963] ppid=18958 vsize=864084 CPUtime=0
/proc/18959/task/18963/stat : 18963 (java) S 18958 18945 16533 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 420165114 884822016 10610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18964] ppid=18958 vsize=864084 CPUtime=0
/proc/18959/task/18964/stat : 18964 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 420165116 884822016 10610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18965] ppid=18958 vsize=864084 CPUtime=0.07
/proc/18959/task/18965/stat : 18965 (java) S 18958 18945 16533 0 -1 64 336 0 0 0 7 0 0 0 17 0 9 0 420165116 884822016 10610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18966] ppid=18958 vsize=864084 CPUtime=0
/proc/18959/task/18966/stat : 18966 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 420165116 884822016 10610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18967] ppid=18958 vsize=864084 CPUtime=0
/proc/18959/task/18967/stat : 18967 (java) S 18958 18945 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 420165116 884822016 10610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883040

[startup+12.7023 s]
/proc/loadavg: 2.14 2.07 2.02 3/93 18967
/proc/meminfo: memFree=1698088/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=2.79
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 973 14142 0 1 3 0 263 13 15 0 1 0 420164824 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 797 370 3 0 500 0
[pid=18958] ppid=18945 vsize=5356 CPUtime=0
/proc/18958/stat : 18958 (sh) S 18945 18945 16533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 420165111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18958/statm: 1339 233 193 169 0 50 0
[pid=18959] ppid=18958 vsize=864084 CPUtime=9.67
/proc/18959/stat : 18959 (java) S 18958 18945 16533 0 -1 0 39313 0 1 0 940 27 0 0 18 0 9 0 420165112 884822016 17324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18959/statm: 216021 17324 2532 9 0 210603 0
[pid=18959/tid=18960] ppid=18958 vsize=864084 CPUtime=5.51
/proc/18959/task/18960/stat : 18960 (java) R 18958 18945 16533 0 -1 64 3296 0 1 0 547 4 0 0 25 0 9 0 420165113 884822016 17324 996147200 134512640 134550740 4294955952 18446744073709551615 4126378599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18961] ppid=18958 vsize=864084 CPUtime=4.07
/proc/18959/task/18961/stat : 18961 (java) S 18958 18945 16533 0 -1 64 34985 0 0 0 385 22 0 0 16 0 9 0 420165114 884822016 17324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18962] ppid=18958 vsize=864084 CPUtime=0
/proc/18959/task/18962/stat : 18962 (java) S 18958 18945 16533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 420165114 884822016 17324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18963] ppid=18958 vsize=864084 CPUtime=0
/proc/18959/task/18963/stat : 18963 (java) S 18958 18945 16533 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 420165114 884822016 17324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18964] ppid=18958 vsize=864084 CPUtime=0
/proc/18959/task/18964/stat : 18964 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 420165116 884822016 17324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18965] ppid=18958 vsize=864084 CPUtime=0.07
/proc/18959/task/18965/stat : 18965 (java) S 18958 18945 16533 0 -1 64 336 0 0 0 7 0 0 0 17 0 9 0 420165116 884822016 17324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18966] ppid=18958 vsize=864084 CPUtime=0
/proc/18959/task/18966/stat : 18966 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 420165116 884822016 17324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18967] ppid=18958 vsize=864084 CPUtime=0
/proc/18959/task/18967/stat : 18967 (java) S 18958 18945 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 420165116 884822016 17324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 883040

[startup+25.5011 s]
/proc/loadavg: 2.10 2.07 2.02 4/92 18967
/proc/meminfo: memFree=1661672/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=2.79
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 974 14142 0 1 3 0 263 13 16 0 1 0 420164824 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 797 370 3 0 500 0
[pid=18958] ppid=18945 vsize=5356 CPUtime=0
/proc/18958/stat : 18958 (sh) S 18945 18945 16533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 420165111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18958/statm: 1339 233 193 169 0 50 0
[pid=18959] ppid=18958 vsize=867628 CPUtime=22.31
/proc/18959/stat : 18959 (java) S 18958 18945 16533 0 -1 0 79259 0 1 0 2177 54 0 0 18 0 9 0 420165112 888451072 26402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18959/statm: 216907 26402 2542 9 0 211482 0
[pid=18959/tid=18960] ppid=18958 vsize=867628 CPUtime=12.41
/proc/18959/task/18960/stat : 18960 (java) R 18958 18945 16533 0 -1 64 3801 0 1 0 1234 7 0 0 25 0 9 0 420165113 888451072 26402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18961] ppid=18958 vsize=867628 CPUtime=9.7
/proc/18959/task/18961/stat : 18961 (java) S 18958 18945 16533 0 -1 64 73544 0 0 0 925 45 0 0 16 0 9 0 420165114 888451072 26402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18962] ppid=18958 vsize=867628 CPUtime=0
/proc/18959/task/18962/stat : 18962 (java) S 18958 18945 16533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 420165114 888451072 26402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18963] ppid=18958 vsize=867628 CPUtime=0
/proc/18959/task/18963/stat : 18963 (java) S 18958 18945 16533 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 420165114 888451072 26402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18964] ppid=18958 vsize=867628 CPUtime=0
/proc/18959/task/18964/stat : 18964 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 420165116 888451072 26402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18965] ppid=18958 vsize=867628 CPUtime=0.16
/proc/18959/task/18965/stat : 18965 (java) R 18958 18945 16533 0 -1 64 1218 0 0 0 16 0 0 0 16 0 9 0 420165116 888451072 26402 996147200 134512640 134550740 4294955952 18446744073709551615 102018206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18966] ppid=18958 vsize=867628 CPUtime=0
/proc/18959/task/18966/stat : 18966 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 420165116 888451072 26402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18967] ppid=18958 vsize=867628 CPUtime=0
/proc/18959/task/18967/stat : 18967 (java) S 18958 18945 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 420165116 888451072 26402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 886584

[startup+51.1026 s]
/proc/loadavg: 2.22 2.09 2.03 3/92 18967
/proc/meminfo: memFree=1414376/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=2.79
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 974 14142 0 1 3 0 263 13 15 0 1 0 420164824 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 797 370 3 0 500 0
[pid=18958] ppid=18945 vsize=5356 CPUtime=0
/proc/18958/stat : 18958 (sh) S 18945 18945 16533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 420165111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18958/statm: 1339 233 193 169 0 50 0
[pid=18959] ppid=18958 vsize=868584 CPUtime=47.76
/proc/18959/stat : 18959 (java) S 18958 18945 16533 0 -1 0 139549 0 1 0 4677 99 0 0 18 0 9 0 420165112 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/18959/task/18964/stat : 18964 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18965] ppid=18958 vsize=868584 CPUtime=0.27
/proc/18959/task/18965/stat : 18965 (java) S 18958 18945 16533 0 -1 64 1560 0 0 0 27 0 0 0 16 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18966] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18966/stat : 18966 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18967] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18967/stat : 18967 (java) S 18958 18945 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 887540

[startup+102.308 s]
/proc/loadavg: 2.67 2.23 2.08 3/92 18967
/proc/meminfo: memFree=800488/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=2.79
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 974 14142 0 1 3 0 263 13 16 0 1 0 420164824 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 797 370 3 0 500 0
[pid=18958] ppid=18945 vsize=5356 CPUtime=0
/proc/18958/stat : 18958 (sh) S 18945 18945 16533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 420165111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18958/statm: 1339 233 193 169 0 50 0
[pid=18959] ppid=18958 vsize=868584 CPUtime=98.12
/proc/18959/stat : 18959 (java) S 18958 18945 16533 0 -1 0 140057 0 1 0 9343 469 0 0 18 0 9 0 420165112 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18959/statm: 217146 80896 2565 9 0 211693 0
[pid=18959/tid=18960] ppid=18958 vsize=868584 CPUtime=80.07
/proc/18959/task/18960/stat : 18960 (java) R 18958 18945 16533 0 -1 64 7850 0 1 0 7618 389 0 0 25 0 9 0 420165113 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18961] ppid=18958 vsize=868584 CPUtime=17.73
/proc/18959/task/18961/stat : 18961 (java) S 18958 18945 16533 0 -1 64 129951 0 0 0 1696 77 0 0 16 0 9 0 420165114 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18962] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18962/stat : 18962 (java) S 18958 18945 16533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 420165114 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18963] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18963/stat : 18963 (java) S 18958 18945 16533 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 420165114 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18964] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18964/stat : 18964 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18965] ppid=18958 vsize=868584 CPUtime=0.27
/proc/18959/task/18965/stat : 18965 (java) S 18958 18945 16533 0 -1 64 1560 0 0 0 27 0 0 0 16 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18966] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18966/stat : 18966 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18967] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18967/stat : 18967 (java) S 18958 18945 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.91
Current children cumulated vsize (KiB) 887540

[startup+162.302 s]
/proc/loadavg: 2.92 2.38 2.14 3/92 18969
/proc/meminfo: memFree=14944/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=2.79
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 974 14142 0 1 3 0 263 13 16 0 1 0 420164824 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 797 370 3 0 500 0
[pid=18958] ppid=18945 vsize=5356 CPUtime=0
/proc/18958/stat : 18958 (sh) S 18945 18945 16533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 420165111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18958/statm: 1339 233 193 169 0 50 0
[pid=18959] ppid=18958 vsize=868584 CPUtime=156.87
/proc/18959/stat : 18959 (java) S 18958 18945 16533 0 -1 0 140676 0 1 0 14762 925 0 0 18 0 9 0 420165112 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18959/statm: 217146 80896 2565 9 0 211693 0
[pid=18959/tid=18960] ppid=18958 vsize=868584 CPUtime=138.2
/proc/18959/task/18960/stat : 18960 (java) R 18958 18945 16533 0 -1 64 8469 0 1 0 12980 840 0 0 25 0 9 0 420165113 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4126476232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18961] ppid=18958 vsize=868584 CPUtime=18.36
/proc/18959/task/18961/stat : 18961 (java) S 18958 18945 16533 0 -1 64 129951 0 0 0 1753 83 0 0 16 0 9 0 420165114 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18962] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18962/stat : 18962 (java) S 18958 18945 16533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 420165114 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18963] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18963/stat : 18963 (java) S 18958 18945 16533 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 420165114 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18964] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18964/stat : 18964 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18965] ppid=18958 vsize=868584 CPUtime=0.27
/proc/18959/task/18965/stat : 18965 (java) S 18958 18945 16533 0 -1 64 1560 0 0 0 27 0 0 0 16 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18966] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18966/stat : 18966 (java) S 18958 18945 16533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18959/tid=18967] ppid=18958 vsize=868584 CPUtime=0
/proc/18959/task/18967/stat : 18967 (java) S 18958 18945 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 420165116 889430016 80896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.66
Current children cumulated vsize (KiB) 887540



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+217.001 s]
/proc/loadavg: 2.75 2.44 2.17 3/84 18971
/proc/meminfo: memFree=15776/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=191.63
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 1033 155480 0 2 4 1 17972 1186 16 0 1 0 420164824 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18945/statm: 3400 799 370 3 0 500 0
[pid=18970] ppid=18945 vsize=5356 CPUtime=0
/proc/18970/stat : 18970 (sh) S 18945 18945 16533 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 420184412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18970/statm: 1339 232 193 169 0 50 0
[pid=18971] ppid=18970 vsize=905912 CPUtime=12.3
/proc/18971/stat : 18971 (minisat) R 18970 18945 16533 0 -1 4194304 219174 0 6 0 988 242 0 0 18 0 1 0 420184423 927653888 219166 996147200 134512640 135127466 4294956272 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 0 0 0
/proc/18971/statm: 226478 219166 62 150 0 226325 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 924868

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

[startup+217.119 s]
/proc/loadavg: 2.75 2.44 2.17 3/84 18971
/proc/meminfo: memFree=15776/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=191.63
/proc/18945/stat : 18945 (sugar) S 18943 18945 16533 0 -1 4194304 1044 155480 0 2 4 1 17972 1186 16 0 1 0 420164824 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18945/statm: 3400 799 370 3 0 500 0
[pid=18970] ppid=18945 vsize=0 CPUtime=0
/proc/18970/stat : 18970 (sh) Z 18945 18945 16533 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 420184412 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/18970/statm: 0 0 0 0 0 0 0
[pid=18971] ppid=1 vsize=0 CPUtime=12.4
/proc/18971/stat : 18971 (minisat) R 1 18945 16533 0 -1 4195332 219174 0 6 0 988 252 0 0 18 0 1 0 420184423 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/18971/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 13600

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

[startup+217.202 s]
/proc/loadavg: 2.75 2.44 2.17 3/84 18971
/proc/meminfo: memFree=15776/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=191.65
/proc/18945/stat : 18945 (sugar) R 18943 18945 16533 0 -1 4194304 1069 155755 0 4 4 3 17972 1186 16 0 1 0 420164824 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18945/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 191.65
Current children cumulated vsize (KiB) 13600

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

[startup+217.401 s]
/proc/loadavg: 2.75 2.44 2.17 3/84 18971
/proc/meminfo: memFree=15776/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=191.85
/proc/18945/stat : 18945 (sugar) R 18943 18945 16533 0 -1 4194304 1069 155755 0 4 4 23 17972 1186 16 0 1 0 420164824 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18945/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 191.85
Current children cumulated vsize (KiB) 13600

[startup+217.806 s]
/proc/loadavg: 2.75 2.44 2.17 2/83 18972
/proc/meminfo: memFree=1807208/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=192.04
/proc/18945/stat : 18945 (sugar) D 18943 18945 16533 0 -1 4194304 1069 155755 0 4 4 42 17972 1186 15 0 1 0 420164824 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18945/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 192.04
Current children cumulated vsize (KiB) 13600

[startup+218.001 s]
/proc/loadavg: 2.75 2.44 2.17 2/83 18972
/proc/meminfo: memFree=1807208/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=192.06
/proc/18945/stat : 18945 (sugar) D 18943 18945 16533 0 -1 4194304 1069 155755 0 4 4 44 17972 1186 15 0 1 0 420164824 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18945/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 192.06
Current children cumulated vsize (KiB) 13600

[startup+218.101 s]
/proc/loadavg: 2.75 2.44 2.17 2/83 18972
/proc/meminfo: memFree=1807208/2055920 swapFree=4180312/4192956
[pid=18945] ppid=18943 vsize=13600 CPUtime=192.07
/proc/18945/stat : 18945 (sugar) D 18943 18945 16533 0 -1 4194304 1069 155755 0 4 4 45 17972 1186 15 0 1 0 420164824 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18945/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 192.07
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): 12.38
#  lost CPU user time (s): 9.88
#  lost CPU system time (s): 2.5

Real time (s): 218.134
CPU time (s): 204.502
CPU user time (s): 189.649
CPU system time (s): 14.8531
CPU usage (%): 93.7506
Max. virtual memory (cumulated for all children) (KiB): 924868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.769
system time used= 12.3531
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156855
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= 27210
involuntary context switches= 30125

runsolver used 0.283956 second user time and 0.78288 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-04 06:24:35
IDJOB=1065030
IDBENCH=55027
IDSOLVER=346
FILE ID=node49/1065030-1215145474
PBS_JOBID= 7877307
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-air03.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-1065030-1215145474/watcher-1065030-1215145474 -o /tmp/evaluation-result-1065030-1215145474/solver-1065030-1215145474 -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-1065030-1215145474.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97db8ddfa1e7c994eddc87d16cd8b4a9
RANDOM SEED=1233119496

node49.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.249
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.249
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:       1764704 kB
Buffers:         13612 kB
Cached:         117116 kB
SwapCached:       5544 kB
Active:         167608 kB
Inactive:        71724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764704 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            8884 kB
Writeback:           0 kB
Mapped:         124996 kB
Slab:            36716 kB
Committed_AS:   906612 kB
PageTables:       2028 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= 66544 MiB
End job on node49 at 2008-07-04 06:28:14