Trace number 1086002

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? 419.488 427.25

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-10.xml
MD5SUM029bcf31114915c1681378a4f18ed14e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1072.47
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 07:46:58 2008
0.00/0.05	c 0	PID 19086
0.03/0.05	c 0	HOST node31.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1086002-1215236817.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086002-1215236817.xml' 'HOME/temp.csp'
1.84/1.91	c 1	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.84/1.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.84/1.95	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.88/2.03	c 2	Parsing HOME/temp.csp
2.32/2.44	c 2	parsed 10000 expressions
2.72/2.81	c 2	parsed 20000 expressions
2.91/3.00	c 3	parsed 26930 expressions
2.91/3.00	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.91/3.01	c 3	Converting to clausal form CSP
4.58/4.76	c 4	converted 2693 (10%) expressions
7.46/7.70	c 7	converted 5386 (20%) expressions
10.32/10.59	c 10	converted 8079 (30%) expressions
12.90/13.12	c 13	converted 10772 (40%) expressions
15.27/15.52	c 15	converted 13465 (50%) expressions
18.05/18.32	c 18	converted 16158 (60%) expressions
20.31/20.60	c 20	converted 18851 (70%) expressions
22.60/22.92	c 22	converted 21544 (80%) expressions
24.67/25.09	c 25	converted 24237 (90%) expressions
27.43/27.89	c 27	converted 26930 (100%) expressions
27.43/27.89	c 27	CSP : 4456 integers, 74207 booleans, 159510 clauses, largest domain size 2737
27.43/27.89	c 27	Heap : 100 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.43/27.89	c 27	Propagation in CSP
29.41/29.87	c 29	6240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.41/29.88	c 29	CSP : 4456 integers, 74207 booleans, 159510 clauses, largest domain size 2737
29.41/29.88	c 29	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.51/29.93	c 29	Simplifing CSP by introducing new Boolean variables
29.81/30.30	c 30	CSP : 4456 integers, 130075 booleans, 215378 clauses, largest domain size 2737
29.81/30.30	c 30	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.61/31.09	c 31	Encoding CSP to SAT : HOME/temp.cnf
33.58/34.02	c 34	446 (10%) CSP integer variables are encoded (128989 clauses, 1971430 bytes)
36.45/36.92	c 36	892 (20%) CSP integer variables are encoded (258954 clauses, 4180835 bytes)
39.23/39.79	c 39	1337 (30%) CSP integer variables are encoded (387487 clauses, 6365896 bytes)
41.20/41.75	c 41	1783 (40%) CSP integer variables are encoded (1166362 clauses, 19942930 bytes)
42.67/43.27	c 43	2228 (50%) CSP integer variables are encoded (2333873 clauses, 42125639 bytes)
44.16/44.76	c 44	2674 (60%) CSP integer variables are encoded (3484971 clauses, 63996501 bytes)
45.63/46.26	c 46	3120 (70%) CSP integer variables are encoded (4623963 clauses, 85637349 bytes)
47.11/47.74	c 47	3565 (80%) CSP integer variables are encoded (5757350 clauses, 107171702 bytes)
48.59/49.23	c 49	4011 (90%) CSP integer variables are encoded (6900442 clauses, 128890450 bytes)
50.05/50.76	c 50	4456 (100%) CSP integer variables are encoded (8011355 clauses, 149997797 bytes)
142.71/144.87	c 144	21538 (10%) CSP clauses are encoded (23554562 clauses, 523437713 bytes)
202.05/205.14	c 205	43076 (20%) CSP clauses are encoded (35544464 clauses, 825606084 bytes)
259.35/263.46	c 263	64614 (30%) CSP clauses are encoded (47441577 clauses, 1126938984 bytes)
308.25/312.93	c 312	86152 (40%) CSP clauses are encoded (58670627 clauses, 1413975059 bytes)
353.06/358.31	c 358	107689 (50%) CSP clauses are encoded (69289245 clauses, 1688095722 bytes)
393.20/399.13	c 399	129227 (60%) CSP clauses are encoded (79632231 clauses, 1958603733 bytes)
418.80/425.20	c 425	ERROR Exception Too large HOME/temp.cnf
418.80/425.22	c 425	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
418.80/425.22	c 425	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
418.80/425.22	c 425	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
418.80/425.22	s UNKNOWN
418.80/425.27	c 425	CPU 405.82 (0.04 0.01 405.78 13.01)
418.80/425.27	c 425	END Sat Jul  5 07:54:03 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-1086002-1215236817/watcher-1086002-1215236817 -o /tmp/evaluation-result-1086002-1215236817/solver-1086002-1215236817 -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-1086002-1215236817.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.00 2.00 2.00 4/81 19086
/proc/meminfo: memFree=1105880/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=12268 CPUtime=0
/proc/19086/stat : 19086 (sugar) R 19084 19086 14877 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002655778 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 225612364389 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19086/statm: 3067 316 241 3 0 167 0

[startup+0.051021 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19086
/proc/meminfo: memFree=1105880/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=0.03
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2002655778 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102333 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19086
/proc/meminfo: memFree=1105880/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=0.03
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002655778 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301911 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19086
/proc/meminfo: memFree=1105880/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=0.03
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002655778 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70295 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19086
/proc/meminfo: memFree=1105880/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=0.03
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002655778 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 19098
/proc/meminfo: memFree=1080448/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=0.03
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002655778 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 3400 796 370 3 0 500 0
[pid=19089] ppid=19086 vsize=5356 CPUtime=0
/proc/19089/stat : 19089 (sh) S 19086 19086 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002655784 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19089/statm: 1339 233 193 169 0 50 0
[pid=19090] ppid=19089 vsize=864688 CPUtime=1.41
/proc/19090/stat : 19090 (java) S 19089 19086 14877 0 -1 0 14471 0 1 0 134 7 0 0 18 0 9 0 2002655784 885440512 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19090/statm: 216172 12513 2529 9 0 210754 0
[pid=19090/tid=19091] ppid=19089 vsize=864688 CPUtime=0.78
/proc/19090/task/19091/stat : 19091 (java) R 19089 19086 14877 0 -1 64 3019 0 1 0 76 2 0 0 24 0 9 0 2002655785 885440512 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4126698045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19092] ppid=19089 vsize=864688 CPUtime=0.49
/proc/19090/task/19092/stat : 19092 (java) S 19089 19086 14877 0 -1 64 10253 0 0 0 45 4 0 0 16 0 9 0 2002655786 885440512 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19093] ppid=19089 vsize=864688 CPUtime=0
/proc/19090/task/19093/stat : 19093 (java) S 19089 19086 14877 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002655787 885440512 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19094] ppid=19089 vsize=864688 CPUtime=0
/proc/19090/task/19094/stat : 19094 (java) S 19089 19086 14877 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2002655787 885440512 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19095] ppid=19089 vsize=864688 CPUtime=0
/proc/19090/task/19095/stat : 19095 (java) S 19089 19086 14877 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002655789 885440512 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19096] ppid=19089 vsize=864688 CPUtime=0.11
/proc/19090/task/19096/stat : 19096 (java) S 19089 19086 14877 0 -1 64 498 0 0 0 11 0 0 0 16 0 9 0 2002655789 885440512 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19097] ppid=19089 vsize=864688 CPUtime=0
/proc/19090/task/19097/stat : 19097 (java) S 19089 19086 14877 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002655789 885440512 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19098] ppid=19089 vsize=864688 CPUtime=0
/proc/19090/task/19098/stat : 19098 (java) S 19089 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002655789 885440512 12513 996147200 134512640 134550740 4294956000 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) 883644

[startup+3.10116 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 19108
/proc/meminfo: memFree=1096960/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=1.89
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 974 15437 0 1 3 1 175 10 15 0 1 0 2002655778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 3400 797 370 3 0 500 0
[pid=19099] ppid=19086 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19086 19086 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002655973 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 233 193 169 0 50 0
[pid=19100] ppid=19099 vsize=864236 CPUtime=1.12
/proc/19100/stat : 19100 (java) S 19099 19086 14877 0 -1 0 8054 0 1 0 107 5 0 0 18 0 9 0 2002655974 884977664 7077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 216059 7077 2543 9 0 210634 0
[pid=19100/tid=19101] ppid=19099 vsize=864236 CPUtime=0.72
/proc/19100/task/19101/stat : 19101 (java) R 19099 19086 14877 0 -1 64 2701 0 1 0 71 1 0 0 25 0 9 0 2002655975 884977664 7077 996147200 134512640 134550740 4294955952 18446744073709551615 4126576588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19102] ppid=19099 vsize=864236 CPUtime=0.27
/proc/19100/task/19102/stat : 19102 (java) S 19099 19086 14877 0 -1 64 4305 0 0 0 25 2 0 0 16 0 9 0 2002655976 884977664 7077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19103] ppid=19099 vsize=864236 CPUtime=0
/proc/19100/task/19103/stat : 19103 (java) S 19099 19086 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002655976 884977664 7077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19104] ppid=19099 vsize=864236 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19099 19086 14877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002655976 884977664 7077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19105] ppid=19099 vsize=864236 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002655978 884977664 7077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19106] ppid=19099 vsize=864236 CPUtime=0.1
/proc/19100/task/19106/stat : 19106 (java) S 19099 19086 14877 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 2002655978 884977664 7077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19099 vsize=864236 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002655978 884977664 7077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19099 vsize=864236 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19099 19086 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002655978 884977664 7077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883192

[startup+6.30243 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 19108
/proc/meminfo: memFree=1072896/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=1.89
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 974 15437 0 1 3 1 175 10 16 0 1 0 2002655778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 3400 797 370 3 0 500 0
[pid=19099] ppid=19086 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19086 19086 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002655973 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 233 193 169 0 50 0
[pid=19100] ppid=19099 vsize=868408 CPUtime=4.28
/proc/19100/stat : 19100 (java) S 19099 19086 14877 0 -1 0 11881 0 1 0 419 9 0 0 18 0 9 0 2002655974 889249792 10513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 217102 10513 2541 9 0 211677 0
[pid=19100/tid=19101] ppid=19099 vsize=868408 CPUtime=3.29
/proc/19100/task/19101/stat : 19101 (java) R 19099 19086 14877 0 -1 64 3140 0 1 0 327 2 0 0 25 0 9 0 2002655975 889249792 10513 996147200 134512640 134550740 4294955952 18446744073709551615 4126568176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19102] ppid=19099 vsize=868408 CPUtime=0.74
/proc/19100/task/19102/stat : 19102 (java) S 19099 19086 14877 0 -1 64 6577 0 0 0 69 5 0 0 16 0 9 0 2002655976 889249792 10513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19103] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19103/stat : 19103 (java) S 19099 19086 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002655976 889249792 10513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19104] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19099 19086 14877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002655976 889249792 10513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19105] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002655978 889249792 10513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19106] ppid=19099 vsize=868408 CPUtime=0.22
/proc/19100/task/19106/stat : 19106 (java) S 19099 19086 14877 0 -1 64 1468 0 0 0 22 0 0 0 15 0 9 0 2002655978 889249792 10513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002655978 889249792 10513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19099 19086 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002655978 889249792 10513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887364

[startup+12.703 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 19108
/proc/meminfo: memFree=1050176/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=1.89
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 974 15437 0 1 3 1 175 10 16 0 1 0 2002655778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 3400 797 370 3 0 500 0
[pid=19099] ppid=19086 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19086 19086 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002655973 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 233 193 169 0 50 0
[pid=19100] ppid=19099 vsize=868408 CPUtime=10.61
/proc/19100/stat : 19100 (java) S 19099 19086 14877 0 -1 0 18753 0 1 0 1046 15 0 0 18 0 9 0 2002655974 889249792 16165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 217102 16165 2541 9 0 211677 0
[pid=19100/tid=19101] ppid=19099 vsize=868408 CPUtime=8.8
/proc/19100/task/19101/stat : 19101 (java) R 19099 19086 14877 0 -1 64 3638 0 1 0 876 4 0 0 25 0 9 0 2002655975 889249792 16165 996147200 134512640 134550740 4294955952 18446744073709551615 4126568436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19102] ppid=19099 vsize=868408 CPUtime=1.55
/proc/19100/task/19102/stat : 19102 (java) S 19099 19086 14877 0 -1 64 12943 0 0 0 146 9 0 0 16 0 9 0 2002655976 889249792 16165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19103] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19103/stat : 19103 (java) S 19099 19086 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002655976 889249792 16165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19104] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19099 19086 14877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002655976 889249792 16165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19105] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002655978 889249792 16165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19106] ppid=19099 vsize=868408 CPUtime=0.23
/proc/19100/task/19106/stat : 19106 (java) S 19099 19086 14877 0 -1 64 1476 0 0 0 23 0 0 0 16 0 9 0 2002655978 889249792 16165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002655978 889249792 16165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19099 19086 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002655978 889249792 16165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887364

[startup+25.5021 s]
/proc/loadavg: 2.13 2.03 2.01 3/92 19108
/proc/meminfo: memFree=1001280/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=1.89
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 974 15437 0 1 3 1 175 10 16 0 1 0 2002655778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19086/statm: 3400 797 370 3 0 500 0
[pid=19099] ppid=19086 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19086 19086 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002655973 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 233 193 169 0 50 0
[pid=19100] ppid=19099 vsize=868408 CPUtime=23.27
/proc/19100/stat : 19100 (java) S 19099 19086 14877 0 -1 0 32507 0 1 0 2304 23 0 0 18 0 9 0 2002655974 889249792 28039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 217102 28039 2541 9 0 211677 0
[pid=19100/tid=19101] ppid=19099 vsize=868408 CPUtime=19.96
/proc/19100/task/19101/stat : 19101 (java) R 19099 19086 14877 0 -1 64 4315 0 1 0 1991 5 0 0 25 0 9 0 2002655975 889249792 28039 996147200 134512640 134550740 4294955952 18446744073709551615 4126568329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19102] ppid=19099 vsize=868408 CPUtime=3.04
/proc/19100/task/19102/stat : 19102 (java) S 19099 19086 14877 0 -1 64 26018 0 0 0 288 16 0 0 16 0 9 0 2002655976 889249792 28039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19103] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19103/stat : 19103 (java) S 19099 19086 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002655976 889249792 28039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19104] ppid=19099 vsize=868408 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19099 19086 14877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002655976 889249792 28039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+402.302 s]
/proc/loadavg: 3.04 2.51 2.19 3/93 19149
/proc/meminfo: memFree=16264/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=1.9
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 974 15437 0 1 4 1 175 10 16 0 1 0 2002655778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19086/statm: 3400 797 370 3 0 500 0
[pid=19099] ppid=19086 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19086 19086 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002655973 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 233 193 169 0 50 0
[pid=19100] ppid=19099 vsize=868520 CPUtime=394.44
/proc/19100/stat : 19100 (java) S 19099 19086 14877 0 -1 0 48211 0 1 0 38255 1189 0 0 18 0 9 0 2002655974 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 217130 37614 2566 9 0 211677 0
[pid=19100/tid=19101] ppid=19099 vsize=868520 CPUtime=386.18
/proc/19100/task/19101/stat : 19101 (java) R 19099 19086 14877 0 -1 64 9352 0 1 0 37479 1139 0 0 25 0 9 0 2002655975 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4126487246 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19100/tid=19102] ppid=19099 vsize=868520 CPUtime=7.89
/proc/19100/task/19102/stat : 19102 (java) S 19099 19086 14877 0 -1 64 36639 0 0 0 742 47 0 0 16 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19103/stat : 19103 (java) S 19099 19086 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19104] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19099 19086 14877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19105] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19106] ppid=19099 vsize=868520 CPUtime=0.34
/proc/19100/task/19106/stat : 19106 (java) S 19099 19086 14877 0 -1 64 1524 0 0 0 33 1 0 0 15 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19099 19086 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 396.34
Current children cumulated vsize (KiB) 887476

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

[startup+409.503 s]
/proc/loadavg: 3.12 2.54 2.20 5/92 19149
/proc/meminfo: memFree=15176/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=1.9
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 974 15437 0 1 4 1 175 10 16 0 1 0 2002655778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19086/statm: 3400 797 370 3 0 500 0
[pid=19099] ppid=19086 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19086 19086 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002655973 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 233 193 169 0 50 0
[pid=19100] ppid=19099 vsize=868520 CPUtime=401.49
/proc/19100/stat : 19100 (java) S 19099 19086 14877 0 -1 0 48313 0 1 0 38926 1223 0 0 18 0 9 0 2002655974 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 217130 37614 2566 9 0 211677 0
[pid=19100/tid=19101] ppid=19099 vsize=868520 CPUtime=393.16
/proc/19100/task/19101/stat : 19101 (java) R 19099 19086 14877 0 -1 64 9454 0 1 0 38143 1173 0 0 25 0 9 0 2002655975 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19100/tid=19102] ppid=19099 vsize=868520 CPUtime=7.96
/proc/19100/task/19102/stat : 19102 (java) S 19099 19086 14877 0 -1 64 36639 0 0 0 748 48 0 0 16 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19103/stat : 19103 (java) S 19099 19086 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19104] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19099 19086 14877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19105] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19106] ppid=19099 vsize=868520 CPUtime=0.34
/proc/19100/task/19106/stat : 19106 (java) S 19099 19086 14877 0 -1 64 1524 0 0 0 33 1 0 0 15 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19099 19086 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 403.39
Current children cumulated vsize (KiB) 887476

[startup+415.902 s]
/proc/loadavg: 3.19 2.56 2.21 3/93 19150
/proc/meminfo: memFree=15872/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=1.9
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 974 15437 0 1 4 1 175 10 16 0 1 0 2002655778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19086/statm: 3400 797 370 3 0 500 0
[pid=19099] ppid=19086 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19086 19086 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002655973 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 233 193 169 0 50 0
[pid=19100] ppid=19099 vsize=868520 CPUtime=407.78
/proc/19100/stat : 19100 (java) S 19099 19086 14877 0 -1 0 48409 0 1 0 39529 1249 0 0 18 0 9 0 2002655974 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 217130 37614 2566 9 0 211677 0
[pid=19100/tid=19101] ppid=19099 vsize=868520 CPUtime=399.39
/proc/19100/task/19101/stat : 19101 (java) R 19099 19086 14877 0 -1 64 9550 0 1 0 38741 1198 0 0 25 0 9 0 2002655975 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4127073244 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19100/tid=19102] ppid=19099 vsize=868520 CPUtime=8.02
/proc/19100/task/19102/stat : 19102 (java) S 19099 19086 14877 0 -1 64 36639 0 0 0 754 48 0 0 16 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19103/stat : 19103 (java) S 19099 19086 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19104] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19099 19086 14877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19105] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19106] ppid=19099 vsize=868520 CPUtime=0.34
/proc/19100/task/19106/stat : 19106 (java) S 19099 19086 14877 0 -1 64 1524 0 0 0 33 1 0 0 15 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19099 19086 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 409.68
Current children cumulated vsize (KiB) 887476

[startup+422.302 s]
/proc/loadavg: 3.16 2.58 2.22 3/93 19150
/proc/meminfo: memFree=15360/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=1.9
/proc/19086/stat : 19086 (sugar) S 19084 19086 14877 0 -1 4194304 974 15437 0 1 4 1 175 10 16 0 1 0 2002655778 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19086/statm: 3400 797 370 3 0 500 0
[pid=19099] ppid=19086 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19086 19086 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002655973 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 233 193 169 0 50 0
[pid=19100] ppid=19099 vsize=868520 CPUtime=414.07
/proc/19100/stat : 19100 (java) S 19099 19086 14877 0 -1 0 48507 0 1 0 40130 1277 0 0 18 0 9 0 2002655974 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 217130 37614 2566 9 0 211677 0
[pid=19100/tid=19101] ppid=19099 vsize=868520 CPUtime=405.6
/proc/19100/task/19101/stat : 19101 (java) R 19099 19086 14877 0 -1 64 9648 0 1 0 39335 1225 0 0 25 0 9 0 2002655975 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 102064696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19100/tid=19102] ppid=19099 vsize=868520 CPUtime=8.09
/proc/19100/task/19102/stat : 19102 (java) S 19099 19086 14877 0 -1 64 36639 0 0 0 760 49 0 0 16 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19103/stat : 19103 (java) S 19099 19086 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19104] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19099 19086 14877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002655976 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19105] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19106] ppid=19099 vsize=868520 CPUtime=0.34
/proc/19100/task/19106/stat : 19106 (java) S 19099 19086 14877 0 -1 64 1524 0 0 0 33 1 0 0 15 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19099 19086 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19099 vsize=868520 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19099 19086 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002655978 889364480 37614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 415.97
Current children cumulated vsize (KiB) 887476

[startup+425.501 s]
/proc/loadavg: 3.16 2.58 2.22 3/93 19150
/proc/meminfo: memFree=14848/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=419.05
/proc/19086/stat : 19086 (sugar) R 19084 19086 14877 0 -1 4194304 996 64289 0 2 4 22 40578 1301 18 0 1 0 2002655778 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19086/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 419.05
Current children cumulated vsize (KiB) 13600

[startup+426.301 s]
/proc/loadavg: 3.16 2.58 2.22 3/83 19150
/proc/meminfo: memFree=884880/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=419.41
/proc/19086/stat : 19086 (sugar) D 19084 19086 14877 0 -1 4194304 996 64289 0 2 4 58 40578 1301 18 0 1 0 2002655778 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19086/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 419.41
Current children cumulated vsize (KiB) 13600

[startup+426.702 s]
/proc/loadavg: 3.16 2.58 2.22 2/83 19150
/proc/meminfo: memFree=1249040/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=419.44
/proc/19086/stat : 19086 (sugar) D 19084 19086 14877 0 -1 4194304 996 64289 0 2 4 61 40578 1301 18 0 1 0 2002655778 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19086/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 419.44
Current children cumulated vsize (KiB) 13600

[startup+427.102 s]
/proc/loadavg: 3.16 2.58 2.22 2/83 19150
/proc/meminfo: memFree=1249040/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=419.46
/proc/19086/stat : 19086 (sugar) D 19084 19086 14877 0 -1 4194304 996 64289 0 2 4 63 40578 1301 18 0 1 0 2002655778 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19086/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 419.46
Current children cumulated vsize (KiB) 13600

[startup+427.202 s]
/proc/loadavg: 3.16 2.58 2.22 2/83 19150
/proc/meminfo: memFree=1249040/2055920 swapFree=4180080/4192956
[pid=19086] ppid=19084 vsize=13600 CPUtime=419.47
/proc/19086/stat : 19086 (sugar) D 19084 19086 14877 0 -1 4194304 996 64289 0 2 4 64 40578 1301 18 0 1 0 2002655778 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19086/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 419.47
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 427.25
CPU time (s): 419.488
CPU user time (s): 405.826
CPU system time (s): 13.6619
CPU usage (%): 98.1833
Max. virtual memory (cumulated for all children) (KiB): 892492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 405.826
system time used= 13.6619
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65315
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= 49750
involuntary context switches= 59847

runsolver used 0.571913 second user time and 1.45578 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 07:46:57
IDJOB=1086002
IDBENCH=57740
IDSOLVER=345
FILE ID=node31/1086002-1215236817
PBS_JOBID= 7881780
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 029bcf31114915c1681378a4f18ed14e
RANDOM SEED=446343669

node31.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:       1106360 kB
Buffers:         48072 kB
Cached:         184124 kB
SwapCached:       6280 kB
Active:         812240 kB
Inactive:        83580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1106360 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            4808 kB
Writeback:           0 kB
Mapped:         679472 kB
Slab:            37204 kB
Committed_AS:  3935508 kB
PageTables:       3324 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= 66484 MiB
End job on node31 at 2008-07-05 07:54:05