Trace number 1086590

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? 733.884 740.987

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-3.xml
MD5SUMe300dafa26bcab4445d58a8b5c31c7b7
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 benchmark30.4124
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/picosat
0.00/0.14	c 0	BEGIN Sat Jul  5 08:42:34 2008
0.00/0.14	c 0	PID 2086
0.00/0.15	c 0	HOST node24.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1086590-1215240153.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-1086590-1215240153.xml' 'HOME/temp.csp'
1.66/1.84	c 1	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.66/1.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.66/1.88	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'
1.71/1.96	c 1	Parsing HOME/temp.csp
2.11/2.39	c 2	parsed 10000 expressions
2.51/2.70	c 2	parsed 20000 expressions
2.51/2.80	c 2	parsed 23592 expressions
2.60/2.80	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.60/2.80	c 2	Converting to clausal form CSP
4.79/5.06	c 5	converted 2360 (10%) expressions
9.87/10.14	c 10	converted 4719 (20%) expressions
14.24/14.50	c 14	converted 7078 (30%) expressions
18.63/18.95	c 18	converted 9437 (40%) expressions
22.71/23.08	c 23	converted 11796 (50%) expressions
26.78/27.17	c 27	converted 14156 (60%) expressions
31.06/31.47	c 31	converted 16515 (70%) expressions
34.94/35.35	c 35	converted 18874 (80%) expressions
38.63/39.08	c 39	converted 21233 (90%) expressions
42.30/42.79	c 42	converted 23592 (100%) expressions
42.30/42.79	c 42	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
42.30/42.79	c 42	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.30/42.79	c 42	Propagation in CSP
45.89/46.32	c 46	41060 values, 0 unsatisfiable literals, and 0 valid clauses are removed
45.89/46.33	c 46	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
45.89/46.33	c 46	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.89/46.37	c 46	Simplifing CSP by introducing new Boolean variables
46.18/46.63	c 46	CSP : 3955 integers, 111236 booleans, 184648 clauses, largest domain size 2377
46.18/46.63	c 46	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.88/47.32	c 47	Encoding CSP to SAT : HOME/temp.cnf
54.54/55.05	c 55	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
62.40/62.91	c 62	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
70.15/70.71	c 70	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
76.62/77.26	c 77	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
77.72/78.34	c 78	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
78.71/79.38	c 79	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
79.81/80.45	c 80	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
80.88/81.51	c 81	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
81.85/82.70	c 82	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
82.95/83.75	c 83	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
208.75/210.32	c 210	18465 (10%) CSP clauses are encoded (17612230 clauses, 391848767 bytes)
288.53/290.61	c 290	36930 (20%) CSP clauses are encoded (26528026 clauses, 616266652 bytes)
358.23/360.87	c 360	55395 (30%) CSP clauses are encoded (34827257 clauses, 827284219 bytes)
426.50/429.77	c 429	73860 (40%) CSP clauses are encoded (43232868 clauses, 1043472389 bytes)
487.74/491.55	c 491	92324 (50%) CSP clauses are encoded (50722908 clauses, 1238011268 bytes)
549.45/553.80	c 553	110789 (60%) CSP clauses are encoded (58682608 clauses, 1444922071 bytes)
604.44/609.30	c 609	129254 (70%) CSP clauses are encoded (65987158 clauses, 1637104869 bytes)
653.65/659.10	c 659	147719 (80%) CSP clauses are encoded (72901557 clauses, 1819889554 bytes)
696.34/702.33	c 702	166184 (90%) CSP clauses are encoded (79327548 clauses, 1992572406 bytes)
732.87/739.34	c 739	ERROR Exception Too large HOME/temp.cnf
732.87/739.34	c 739	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
732.87/739.34	c 739	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
732.87/739.34	c 739	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
732.87/739.34	s UNKNOWN
732.91/739.42	c 739	CPU 719.59 (0.03 0.01 719.56 13.34)
732.91/739.42	c 739	END Sat Jul  5 08:54:53 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-1086590-1215240153/watcher-1086590-1215240153 -o /tmp/evaluation-result-1086590-1215240153/solver-1086590-1215240153 -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-1086590-1215240153.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.30 2.27 2.16 2/72 2086
/proc/meminfo: memFree=1844920/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=18572 CPUtime=0
/proc/2086/stat : 2086 (runsolver) D 2084 2086 629 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002989906 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2086/statm: 4643 292 257 25 0 2626 0

[startup+0.0894801 s]
/proc/loadavg: 2.30 2.27 2.16 2/72 2086
/proc/meminfo: memFree=1844920/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=12272 CPUtime=0
/proc/2086/stat : 2086 (sugar) R 2084 2086 629 0 -1 4194304 402 0 0 0 0 0 0 0 18 0 1 0 2002989906 12566528 370 996147200 4194304 4206940 548682068608 18446744073709551615 237788107489 0 0 4224 0 0 0 0 17 1 0 0
/proc/2086/statm: 3068 370 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101476 s]
/proc/loadavg: 2.30 2.27 2.16 2/72 2086
/proc/meminfo: memFree=1844920/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=12412 CPUtime=0
/proc/2086/stat : 2086 (sugar) R 2084 2086 629 0 -1 4194304 417 0 0 0 0 0 0 0 18 0 1 0 2002989906 12709888 385 996147200 4194304 4206940 548682068608 18446744073709551615 237805917344 0 0 4224 0 0 0 0 17 1 0 0
/proc/2086/statm: 3103 385 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301503 s]
/proc/loadavg: 2.30 2.27 2.16 2/72 2086
/proc/meminfo: memFree=1844920/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=0.03
/proc/2086/stat : 2086 (sugar) S 2084 2086 629 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 2002989906 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2086/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701549 s]
/proc/loadavg: 2.30 2.27 2.16 2/72 2086
/proc/meminfo: memFree=1844920/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=0.03
/proc/2086/stat : 2086 (sugar) S 2084 2086 629 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 2002989906 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2086/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50263 s]
/proc/loadavg: 2.30 2.27 2.16 4/83 2098
/proc/meminfo: memFree=1819672/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=0.03
/proc/2086/stat : 2086 (sugar) S 2084 2086 629 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 2002989906 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2086/statm: 3400 796 370 3 0 500 0
[pid=2089] ppid=2086 vsize=5356 CPUtime=0
/proc/2089/stat : 2089 (sh) S 2086 2086 629 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2002989921 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2089/statm: 1339 233 193 169 0 50 0
[pid=2090] ppid=2089 vsize=865720 CPUtime=1.32
/proc/2090/stat : 2090 (java) S 2089 2086 629 0 -1 0 13653 0 1 0 125 7 0 0 18 0 9 0 2002989922 886497280 11694 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2090/statm: 216430 11694 2529 9 0 211012 0
[pid=2090/tid=2091] ppid=2089 vsize=865720 CPUtime=0.73
/proc/2090/task/2091/stat : 2091 (java) R 2089 2086 629 0 -1 64 3012 0 1 0 72 1 0 0 23 0 9 0 2002989923 886497280 11694 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2090/tid=2092] ppid=2089 vsize=865720 CPUtime=0.44
/proc/2090/task/2092/stat : 2092 (java) S 2089 2086 629 0 -1 64 9438 0 0 0 40 4 0 0 16 0 9 0 2002989924 886497280 11694 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2090/tid=2093] ppid=2089 vsize=865720 CPUtime=0
/proc/2090/task/2093/stat : 2093 (java) S 2089 2086 629 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002989924 886497280 11694 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2090/tid=2094] ppid=2089 vsize=865720 CPUtime=0
/proc/2090/task/2094/stat : 2094 (java) S 2089 2086 629 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002989924 886497280 11694 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2090/tid=2095] ppid=2089 vsize=865720 CPUtime=0
/proc/2090/task/2095/stat : 2095 (java) S 2089 2086 629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002989926 886497280 11694 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2090/tid=2096] ppid=2089 vsize=865720 CPUtime=0.12
/proc/2090/task/2096/stat : 2096 (java) R 2089 2086 629 0 -1 64 502 0 0 0 12 0 0 0 16 0 9 0 2002989926 886497280 11694 996147200 134512640 134550740 4294956000 18446744073709551615 104075987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2090/tid=2097] ppid=2089 vsize=865720 CPUtime=0
/proc/2090/task/2097/stat : 2097 (java) S 2089 2086 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002989926 886497280 11694 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2090/tid=2098] ppid=2089 vsize=865720 CPUtime=0
/proc/2090/task/2098/stat : 2098 (java) S 2089 2086 629 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002989926 886497280 11694 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 884676

[startup+3.10279 s]
/proc/loadavg: 2.27 2.26 2.15 3/83 2108
/proc/meminfo: memFree=1835224/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=1.71
/proc/2086/stat : 2086 (sugar) S 2084 2086 629 0 -1 4194304 974 14281 0 1 2 1 159 9 15 0 1 0 2002989906 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2086/statm: 3400 797 370 3 0 500 0
[pid=2099] ppid=2086 vsize=5356 CPUtime=0
/proc/2099/stat : 2099 (sh) S 2086 2086 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002990094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2099/statm: 1339 233 193 169 0 50 0
[pid=2100] ppid=2099 vsize=864180 CPUtime=1.19
/proc/2100/stat : 2100 (java) S 2099 2086 629 0 -1 0 7821 0 1 0 114 5 0 0 18 0 9 0 2002990095 884920320 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2100/statm: 216045 6828 2543 9 0 210620 0
[pid=2100/tid=2101] ppid=2099 vsize=864180 CPUtime=0.81
/proc/2100/task/2101/stat : 2101 (java) R 2099 2086 629 0 -1 64 2705 0 1 0 79 2 0 0 18 0 9 0 2002990096 884920320 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4126568234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2102] ppid=2099 vsize=864180 CPUtime=0.24
/proc/2100/task/2102/stat : 2102 (java) S 2099 2086 629 0 -1 64 4057 0 0 0 23 1 0 0 16 0 9 0 2002990097 884920320 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2103] ppid=2099 vsize=864180 CPUtime=0
/proc/2100/task/2103/stat : 2103 (java) S 2099 2086 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002990097 884920320 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2104] ppid=2099 vsize=864180 CPUtime=0
/proc/2100/task/2104/stat : 2104 (java) S 2099 2086 629 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002990097 884920320 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2105] ppid=2099 vsize=864180 CPUtime=0
/proc/2100/task/2105/stat : 2105 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002990099 884920320 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2106] ppid=2099 vsize=864180 CPUtime=0.11
/proc/2100/task/2106/stat : 2106 (java) S 2099 2086 629 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 2002990099 884920320 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2107] ppid=2099 vsize=864180 CPUtime=0
/proc/2100/task/2107/stat : 2107 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002990099 884920320 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2108] ppid=2099 vsize=864180 CPUtime=0
/proc/2100/task/2108/stat : 2108 (java) S 2099 2086 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002990099 884920320 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 883136

[startup+6.30113 s]
/proc/loadavg: 2.27 2.26 2.15 3/83 2108
/proc/meminfo: memFree=1814680/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=1.72
/proc/2086/stat : 2086 (sugar) S 2084 2086 629 0 -1 4194304 974 14281 0 1 3 1 159 9 16 0 1 0 2002989906 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2086/statm: 3400 797 370 3 0 500 0
[pid=2099] ppid=2086 vsize=5356 CPUtime=0
/proc/2099/stat : 2099 (sh) S 2086 2086 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002990094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2099/statm: 1339 233 193 169 0 50 0
[pid=2100] ppid=2099 vsize=868424 CPUtime=4.37
/proc/2100/stat : 2100 (java) S 2099 2086 629 0 -1 0 10739 0 1 0 428 9 0 0 18 0 9 0 2002990095 889266176 9371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2100/statm: 217106 9371 2541 9 0 211681 0
[pid=2100/tid=2101] ppid=2099 vsize=868424 CPUtime=3.59
/proc/2100/task/2101/stat : 2101 (java) R 2099 2086 629 0 -1 64 3071 0 1 0 357 2 0 0 25 0 9 0 2002990096 889266176 9371 996147200 134512640 134550740 4294955952 18446744073709551615 4126568234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2102] ppid=2099 vsize=868424 CPUtime=0.54
/proc/2100/task/2102/stat : 2102 (java) S 2099 2086 629 0 -1 64 5487 0 0 0 49 5 0 0 16 0 9 0 2002990097 889266176 9371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2103] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2103/stat : 2103 (java) S 2099 2086 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002990097 889266176 9371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2104] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2104/stat : 2104 (java) S 2099 2086 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002990097 889266176 9371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2105] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2105/stat : 2105 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002990099 889266176 9371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2106] ppid=2099 vsize=868424 CPUtime=0.21
/proc/2100/task/2106/stat : 2106 (java) S 2099 2086 629 0 -1 64 1485 0 0 0 21 0 0 0 15 0 9 0 2002990099 889266176 9371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2107] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2107/stat : 2107 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002990099 889266176 9371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2108] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2108/stat : 2108 (java) S 2099 2086 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002990099 889266176 9371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 887380

[startup+12.7028 s]
/proc/loadavg: 2.31 2.27 2.16 3/83 2108
/proc/meminfo: memFree=1802264/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=1.72
/proc/2086/stat : 2086 (sugar) S 2084 2086 629 0 -1 4194304 974 14281 0 1 3 1 159 9 16 0 1 0 2002989906 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2086/statm: 3400 797 370 3 0 500 0
[pid=2099] ppid=2086 vsize=5356 CPUtime=0
/proc/2099/stat : 2099 (sh) S 2086 2086 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002990094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2099/statm: 1339 233 193 169 0 50 0
[pid=2100] ppid=2099 vsize=868424 CPUtime=10.74
/proc/2100/stat : 2100 (java) S 2099 2086 629 0 -1 0 15370 0 1 0 1060 14 0 0 18 0 9 0 2002990095 889266176 12366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2100/statm: 217106 12366 2541 9 0 211681 0
[pid=2100/tid=2101] ppid=2099 vsize=868424 CPUtime=9.35
/proc/2100/task/2101/stat : 2101 (java) R 2099 2086 629 0 -1 64 3553 0 1 0 931 4 0 0 25 0 9 0 2002990096 889266176 12366 996147200 134512640 134550740 4294955952 18446744073709551615 4126566964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2102] ppid=2099 vsize=868424 CPUtime=1.14
/proc/2100/task/2102/stat : 2102 (java) S 2099 2086 629 0 -1 64 9634 0 0 0 106 8 0 0 16 0 9 0 2002990097 889266176 12366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2103] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2103/stat : 2103 (java) S 2099 2086 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002990097 889266176 12366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2104] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2104/stat : 2104 (java) S 2099 2086 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002990097 889266176 12366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2105] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2105/stat : 2105 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002990099 889266176 12366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2106] ppid=2099 vsize=868424 CPUtime=0.21
/proc/2100/task/2106/stat : 2106 (java) S 2099 2086 629 0 -1 64 1487 0 0 0 21 0 0 0 15 0 9 0 2002990099 889266176 12366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2107] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2107/stat : 2107 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002990099 889266176 12366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2108] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2108/stat : 2108 (java) S 2099 2086 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002990099 889266176 12366 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) 887380

[startup+25.5021 s]
/proc/loadavg: 2.42 2.29 2.17 3/83 2108
/proc/meminfo: memFree=1775832/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=1.72
/proc/2086/stat : 2086 (sugar) S 2084 2086 629 0 -1 4194304 974 14281 0 1 3 1 159 9 16 0 1 0 2002989906 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2086/statm: 3400 797 370 3 0 500 0
[pid=2099] ppid=2086 vsize=5356 CPUtime=0
/proc/2099/stat : 2099 (sh) S 2086 2086 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002990094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2099/statm: 1339 233 193 169 0 50 0
[pid=2100] ppid=2099 vsize=868424 CPUtime=23.47
/proc/2100/stat : 2100 (java) S 2099 2086 629 0 -1 0 23944 0 1 0 2326 21 0 0 18 0 9 0 2002990095 889266176 18908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2100/statm: 217106 18908 2541 9 0 211681 0
[pid=2100/tid=2101] ppid=2099 vsize=868424 CPUtime=20.98
/proc/2100/task/2101/stat : 2101 (java) R 2099 2086 629 0 -1 64 4206 0 1 0 2093 5 0 0 25 0 9 0 2002990096 889266176 18908 996147200 134512640 134550740 4294955952 18446744073709551615 4126685715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2102] ppid=2099 vsize=868424 CPUtime=2.24
/proc/2100/task/2102/stat : 2102 (java) S 2099 2086 629 0 -1 64 17548 0 0 0 210 14 0 0 16 0 9 0 2002990097 889266176 18908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2103] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2103/stat : 2103 (java) S 2099 2086 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002990097 889266176 18908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2104] ppid=2099 vsize=868424 CPUtime=0
/proc/2100/task/2104/stat : 2104 (java) S 2099 2086 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002990097 889266176 18908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/2100/task/2101/stat : 2101 (java) R 2099 2086 629 0 -1 64 10370 0 1 0 67429 1177 0 0 25 0 9 0 2002990096 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4127022791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2102] ppid=2099 vsize=868536 CPUtime=8.2
/proc/2100/task/2102/stat : 2102 (java) S 2099 2086 629 0 -1 64 35514 0 0 0 766 54 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2103] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2103/stat : 2103 (java) S 2099 2086 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2104] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2104/stat : 2104 (java) S 2099 2086 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2105] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2105/stat : 2105 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2106] ppid=2099 vsize=868536 CPUtime=0.33
/proc/2100/task/2106/stat : 2106 (java) S 2099 2086 629 0 -1 64 1545 0 0 0 32 1 0 0 16 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2107] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2107/stat : 2107 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2108] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2108/stat : 2108 (java) S 2099 2086 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 696.34
Current children cumulated vsize (KiB) 887492

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

[startup+716.701 s]
/proc/loadavg: 2.18 2.30 2.28 3/83 2108
/proc/meminfo: memFree=15768/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=1.72
/proc/2086/stat : 2086 (sugar) S 2084 2086 629 0 -1 4194304 974 14281 0 1 3 1 159 9 16 0 1 0 2002989906 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2086/statm: 3400 797 370 3 0 500 0
[pid=2099] ppid=2086 vsize=5356 CPUtime=0
/proc/2099/stat : 2099 (sh) S 2086 2086 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002990094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2099/statm: 1339 233 193 169 0 50 0
[pid=2100] ppid=2099 vsize=868536 CPUtime=708.84
/proc/2100/stat : 2100 (java) S 2099 2086 629 0 -1 0 48261 0 1 0 69619 1265 0 0 18 0 9 0 2002990095 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2100/statm: 217134 34517 2566 9 0 211681 0
[pid=2100/tid=2101] ppid=2099 vsize=868536 CPUtime=700.2
/proc/2100/task/2101/stat : 2101 (java) R 2099 2086 629 0 -1 64 10506 0 1 0 68812 1208 0 0 25 0 9 0 2002990096 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4127089080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2102] ppid=2099 vsize=868536 CPUtime=8.29
/proc/2100/task/2102/stat : 2102 (java) S 2099 2086 629 0 -1 64 35514 0 0 0 774 55 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2103] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2103/stat : 2103 (java) S 2099 2086 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2104] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2104/stat : 2104 (java) S 2099 2086 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2105] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2105/stat : 2105 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2106] ppid=2099 vsize=868536 CPUtime=0.33
/proc/2100/task/2106/stat : 2106 (java) S 2099 2086 629 0 -1 64 1545 0 0 0 32 1 0 0 16 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2107] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2107/stat : 2107 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2108] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2108/stat : 2108 (java) S 2099 2086 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 710.56
Current children cumulated vsize (KiB) 887492

[startup+729.502 s]
/proc/loadavg: 2.14 2.29 2.28 3/83 2108
/proc/meminfo: memFree=15960/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=1.72
/proc/2086/stat : 2086 (sugar) S 2084 2086 629 0 -1 4194304 974 14281 0 1 3 1 159 9 16 0 1 0 2002989906 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2086/statm: 3400 797 370 3 0 500 0
[pid=2099] ppid=2086 vsize=5356 CPUtime=0
/proc/2099/stat : 2099 (sh) S 2086 2086 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002990094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2099/statm: 1339 233 193 169 0 50 0
[pid=2100] ppid=2099 vsize=868536 CPUtime=721.47
/proc/2100/stat : 2100 (java) S 2099 2086 629 0 -1 0 48379 0 1 0 70850 1297 0 0 18 0 9 0 2002990095 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2100/statm: 217134 34517 2566 9 0 211681 0
[pid=2100/tid=2101] ppid=2099 vsize=868536 CPUtime=712.73
/proc/2100/task/2101/stat : 2101 (java) R 2099 2086 629 0 -1 64 10624 0 1 0 70035 1238 0 0 25 0 9 0 2002990096 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4126638166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2102] ppid=2099 vsize=868536 CPUtime=8.38
/proc/2100/task/2102/stat : 2102 (java) S 2099 2086 629 0 -1 64 35514 0 0 0 781 57 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2103] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2103/stat : 2103 (java) S 2099 2086 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2104] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2104/stat : 2104 (java) S 2099 2086 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2105] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2105/stat : 2105 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2106] ppid=2099 vsize=868536 CPUtime=0.33
/proc/2100/task/2106/stat : 2106 (java) S 2099 2086 629 0 -1 64 1545 0 0 0 32 1 0 0 16 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2107] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2107/stat : 2107 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2108] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2108/stat : 2108 (java) S 2099 2086 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 723.19
Current children cumulated vsize (KiB) 887492

[startup+735.907 s]
/proc/loadavg: 2.13 2.28 2.28 3/83 2108
/proc/meminfo: memFree=15192/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=1.72
/proc/2086/stat : 2086 (sugar) S 2084 2086 629 0 -1 4194304 974 14281 0 1 3 1 159 9 16 0 1 0 2002989906 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2086/statm: 3400 797 370 3 0 500 0
[pid=2099] ppid=2086 vsize=5356 CPUtime=0
/proc/2099/stat : 2099 (sh) S 2086 2086 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002990094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2099/statm: 1339 233 193 169 0 50 0
[pid=2100] ppid=2099 vsize=868536 CPUtime=727.8
/proc/2100/stat : 2100 (java) S 2099 2086 629 0 -1 0 48438 0 1 0 71467 1313 0 0 18 0 9 0 2002990095 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2100/statm: 217134 34517 2566 9 0 211681 0
[pid=2100/tid=2101] ppid=2099 vsize=868536 CPUtime=719.02
/proc/2100/task/2101/stat : 2101 (java) R 2099 2086 629 0 -1 64 10683 0 1 0 70649 1253 0 0 25 0 9 0 2002990096 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 102064759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2102] ppid=2099 vsize=868536 CPUtime=8.42
/proc/2100/task/2102/stat : 2102 (java) S 2099 2086 629 0 -1 64 35514 0 0 0 785 57 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2103] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2103/stat : 2103 (java) S 2099 2086 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2104] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2104/stat : 2104 (java) S 2099 2086 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2105] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2105/stat : 2105 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2106] ppid=2099 vsize=868536 CPUtime=0.33
/proc/2100/task/2106/stat : 2106 (java) S 2099 2086 629 0 -1 64 1545 0 0 0 32 1 0 0 16 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2107] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2107/stat : 2107 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2108] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2108/stat : 2108 (java) S 2099 2086 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 729.52
Current children cumulated vsize (KiB) 887492

[startup+739.102 s]
/proc/loadavg: 2.12 2.28 2.27 3/83 2108
/proc/meminfo: memFree=15576/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=1.72
/proc/2086/stat : 2086 (sugar) S 2084 2086 629 0 -1 4194304 974 14281 0 1 3 1 159 9 16 0 1 0 2002989906 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2086/statm: 3400 797 370 3 0 500 0
[pid=2099] ppid=2086 vsize=5356 CPUtime=0
/proc/2099/stat : 2099 (sh) S 2086 2086 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002990094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2099/statm: 1339 233 193 169 0 50 0
[pid=2100] ppid=2099 vsize=868536 CPUtime=730.95
/proc/2100/stat : 2100 (java) S 2099 2086 629 0 -1 0 48468 0 1 0 71774 1321 0 0 18 0 9 0 2002990095 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2100/statm: 217134 34517 2566 9 0 211681 0
[pid=2100/tid=2101] ppid=2099 vsize=868536 CPUtime=722.15
/proc/2100/task/2101/stat : 2101 (java) R 2099 2086 629 0 -1 64 10713 0 1 0 70954 1261 0 0 25 0 9 0 2002990096 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4127030536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2102] ppid=2099 vsize=868536 CPUtime=8.44
/proc/2100/task/2102/stat : 2102 (java) S 2099 2086 629 0 -1 64 35514 0 0 0 786 58 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2103] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2103/stat : 2103 (java) S 2099 2086 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2104] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2104/stat : 2104 (java) S 2099 2086 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002990097 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2105] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2105/stat : 2105 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2106] ppid=2099 vsize=868536 CPUtime=0.33
/proc/2100/task/2106/stat : 2106 (java) S 2099 2086 629 0 -1 64 1545 0 0 0 32 1 0 0 16 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2107] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2107/stat : 2107 (java) S 2099 2086 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2100/tid=2108] ppid=2099 vsize=868536 CPUtime=0
/proc/2100/task/2108/stat : 2108 (java) S 2099 2086 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002990099 889380864 34517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 732.67
Current children cumulated vsize (KiB) 887492

[startup+739.903 s]
/proc/loadavg: 2.12 2.28 2.27 3/83 2108
/proc/meminfo: memFree=15576/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=733.39
/proc/2086/stat : 2086 (sugar) R 2084 2086 629 0 -1 4194304 996 63050 0 2 3 46 71956 1334 20 0 1 0 2002989906 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2086/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 733.39
Current children cumulated vsize (KiB) 13600

[startup+740.703 s]
/proc/loadavg: 2.12 2.28 2.27 3/73 2108
/proc/meminfo: memFree=1799976/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=733.85
/proc/2086/stat : 2086 (sugar) D 2084 2086 629 0 -1 4194304 996 63050 0 2 3 92 71956 1334 18 0 1 0 2002989906 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2086/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 733.85
Current children cumulated vsize (KiB) 13600

[startup+740.903 s]
/proc/loadavg: 2.12 2.28 2.27 3/73 2108
/proc/meminfo: memFree=1799976/2055920 swapFree=4180448/4192956
[pid=2086] ppid=2084 vsize=13600 CPUtime=733.86
/proc/2086/stat : 2086 (sugar) D 2084 2086 629 0 -1 4194304 996 63050 0 2 3 93 71956 1334 18 0 1 0 2002989906 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2086/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 733.86
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 740.987
CPU time (s): 733.884
CPU user time (s): 719.596
CPU system time (s): 14.2888
CPU usage (%): 99.0415
Max. virtual memory (cumulated for all children) (KiB): 892508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 719.596
system time used= 14.2888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64076
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62594
involuntary context switches= 71458

runsolver used 0.931858 second user time and 2.50962 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 08:42:33
IDJOB=1086590
IDBENCH=57843
IDSOLVER=345
FILE ID=node24/1086590-1215240153
PBS_JOBID= 7881902
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp35/normalized-fapp35-1500-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-1086590-1215240153/watcher-1086590-1215240153 -o /tmp/evaluation-result-1086590-1215240153/solver-1086590-1215240153 -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-1086590-1215240153.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e300dafa26bcab4445d58a8b5c31c7b7
RANDOM SEED=1552143654

node24.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.232
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.232
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:       1845528 kB
Buffers:          3488 kB
Cached:          53468 kB
SwapCached:       6556 kB
Active:         144180 kB
Inactive:        10084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845528 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            4456 kB
Writeback:           0 kB
Mapped:         104816 kB
Slab:            41300 kB
Committed_AS:  3695944 kB
PageTables:       2012 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= 66452 MiB
End job on node24 at 2008-07-05 08:54:54