Trace number 1087451

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? 416.07 424.328

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-10.xml
MD5SUMb42627f9cb0b57c1082444fcb5232a6c
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 benchmark31.7122
Satisfiable
(Un)Satisfiability was proved
Number of variables2550
Number of constraints10886
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10886
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:46:54 2008
0.00/0.04	c 0	PID 12153
0.00/0.05	c 0	HOST node40.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087451-1215244014.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087451-1215244014.xml' 'HOME/temp.csp'
1.15/1.26	c 1	8 domains, 2550 variables, 8 predicates, 0 relations, 10886 constraints
1.21/1.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.21/1.31	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.21/1.39	c 1	Parsing HOME/temp.csp
1.22/1.78	c 2	parsed 10000 expressions
1.22/1.91	c 2	parsed 13452 expressions
1.22/1.91	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.91	c 2	Converting to clausal form CSP
1.22/1.96	c 2	converted 1346 (10%) expressions
2.08/2.26	c 2	converted 2691 (20%) expressions
3.46/3.66	c 4	converted 4036 (30%) expressions
4.75/4.98	c 5	converted 5381 (40%) expressions
5.94/6.17	c 6	converted 6726 (50%) expressions
7.33/7.57	c 7	converted 8072 (60%) expressions
8.63/8.88	c 9	converted 9417 (70%) expressions
10.01/10.29	c 10	converted 10762 (80%) expressions
11.20/11.42	c 11	converted 12107 (90%) expressions
12.18/12.45	c 12	converted 13452 (100%) expressions
12.18/12.45	c 12	CSP : 7024 integers, 28237 booleans, 73701 clauses, largest domain size 2721
12.18/12.45	c 12	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.18/12.45	c 12	Propagation in CSP
14.27/14.55	c 14	264000 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.27/14.56	c 14	CSP : 7024 integers, 28237 booleans, 73701 clauses, largest domain size 2721
14.27/14.56	c 14	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.27/14.58	c 14	Simplifing CSP by introducing new Boolean variables
14.75/15.08	c 15	CSP : 7024 integers, 58557 booleans, 104021 clauses, largest domain size 2721
14.75/15.08	c 15	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.16/15.46	c 15	Encoding CSP to SAT : HOME/temp.cnf
18.33/18.63	c 18	703 (10%) CSP integer variables are encoded (161665 clauses, 2527116 bytes)
21.29/21.67	c 22	1405 (20%) CSP integer variables are encoded (321009 clauses, 5235964 bytes)
24.36/24.78	c 25	2108 (30%) CSP integer variables are encoded (481711 clauses, 7967898 bytes)
27.14/27.56	c 27	2810 (40%) CSP integer variables are encoded (1251166 clauses, 21556384 bytes)
29.42/29.88	c 30	3512 (50%) CSP integer variables are encoded (3078694 clauses, 56279416 bytes)
31.77/32.20	c 32	4215 (60%) CSP integer variables are encoded (4887593 clauses, 90648497 bytes)
33.94/34.48	c 34	4917 (70%) CSP integer variables are encoded (6668853 clauses, 124492437 bytes)
36.39/36.90	c 37	5620 (80%) CSP integer variables are encoded (8460536 clauses, 158534414 bytes)
38.65/39.28	c 39	6322 (90%) CSP integer variables are encoded (10235166 clauses, 192735175 bytes)
41.19/41.82	c 42	7024 (100%) CSP integer variables are encoded (12049132 clauses, 230828461 bytes)
92.58/94.00	c 94	10403 (10%) CSP clauses are encoded (21605093 clauses, 458551684 bytes)
134.31/136.45	c 136	20805 (20%) CSP clauses are encoded (30228875 clauses, 669632073 bytes)
172.80/175.80	c 176	31207 (30%) CSP clauses are encoded (38428174 clauses, 872540520 bytes)
211.78/215.31	c 215	41609 (40%) CSP clauses are encoded (46552380 clauses, 1073176053 bytes)
249.85/254.01	c 254	52011 (50%) CSP clauses are encoded (54490356 clauses, 1270146960 bytes)
290.11/294.98	c 295	62413 (60%) CSP clauses are encoded (62779996 clauses, 1474685732 bytes)
328.21/333.91	c 334	72815 (70%) CSP clauses are encoded (70663336 clauses, 1669973317 bytes)
365.58/372.00	c 372	83217 (80%) CSP clauses are encoded (78468924 clauses, 1865396303 bytes)
401.05/408.25	c 408	93619 (90%) CSP clauses are encoded (86078872 clauses, 2063717330 bytes)
415.05/422.50	c 422	ERROR Exception Too large HOME/temp.cnf
415.05/422.50	c 422	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
415.05/422.50	c 422	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
415.05/422.50	c 422	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
415.05/422.50	s UNKNOWN
415.07/422.87	c 423	CPU 401.44 (0.03 0.01 401.41 13.64)
415.07/422.87	c 423	END Sat Jul  5 09:53:57 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-1087451-1215244014/watcher-1087451-1215244014 -o /tmp/evaluation-result-1087451-1215244014/solver-1087451-1215244014 -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-1087451-1215244014.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.49 2.18 2.05 4/72 12153
/proc/meminfo: memFree=1642008/2055920 swapFree=4096312/4192956
[pid=12153] ppid=12151 vsize=3672 CPUtime=0
/proc/12153/stat : 12153 (sugar) R 12151 12153 10653 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 1554069055 3760128 40 996147200 4194304 4206940 548682068608 18446744073709551615 264516994000 0 0 4096 0 0 0 0 17 1 0 0
/proc/12153/statm: 918 40 31 3 0 8 0

[startup+0.0573539 s]
/proc/loadavg: 2.49 2.18 2.05 4/72 12153
/proc/meminfo: memFree=1642008/2055920 swapFree=4096312/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=0.03
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1554069055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102382 s]
/proc/loadavg: 2.49 2.18 2.05 4/72 12153
/proc/meminfo: memFree=1642008/2055920 swapFree=4096312/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=0.03
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1554069055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302403 s]
/proc/loadavg: 2.49 2.18 2.05 4/72 12153
/proc/meminfo: memFree=1642008/2055920 swapFree=4096312/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=0.03
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1554069055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70246 s]
/proc/loadavg: 2.49 2.18 2.05 4/72 12153
/proc/meminfo: memFree=1642008/2055920 swapFree=4096312/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=0.03
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1554069055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50157 s]
/proc/loadavg: 2.49 2.18 2.05 3/83 12165
/proc/meminfo: memFree=1618176/2055920 swapFree=4096312/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=1.22
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 973 10088 0 1 3 0 113 6 16 0 1 0 1554069055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 13600

[startup+3.10177 s]
/proc/loadavg: 2.49 2.18 2.05 4/83 12175
/proc/meminfo: memFree=1626624/2055920 swapFree=4096312/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=1.22
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 974 10088 0 1 3 0 113 6 15 0 1 0 1554069055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 797 370 3 0 500 0
[pid=12166] ppid=12153 vsize=5356 CPUtime=0
/proc/12166/stat : 12166 (sh) S 12153 12153 10653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554069186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12166/statm: 1339 233 193 169 0 50 0
[pid=12167] ppid=12166 vsize=868388 CPUtime=1.76
/proc/12167/stat : 12167 (java) S 12166 12153 10653 0 -1 0 8407 0 1 0 170 6 0 0 19 0 9 0 1554069186 889229312 7462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12167/statm: 217097 7462 2541 9 0 211672 0
[pid=12167/tid=12168] ppid=12166 vsize=868388 CPUtime=1.26
/proc/12167/task/12168/stat : 12168 (java) R 12166 12153 10653 0 -1 64 2721 0 1 0 124 2 0 0 25 0 9 0 1554069187 889229312 7462 996147200 134512640 134550740 4294955952 18446744073709551615 4126567744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12169] ppid=12166 vsize=868388 CPUtime=0.27
/proc/12167/task/12169/stat : 12169 (java) S 12166 12153 10653 0 -1 64 3526 0 0 0 25 2 0 0 16 0 9 0 1554069188 889229312 7462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12170] ppid=12166 vsize=868388 CPUtime=0
/proc/12167/task/12170/stat : 12170 (java) S 12166 12153 10653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554069189 889229312 7462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12171] ppid=12166 vsize=868388 CPUtime=0
/proc/12167/task/12171/stat : 12171 (java) S 12166 12153 10653 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554069189 889229312 7462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12172] ppid=12166 vsize=868388 CPUtime=0
/proc/12167/task/12172/stat : 12172 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554069191 889229312 7462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12173] ppid=12166 vsize=868388 CPUtime=0.19
/proc/12167/task/12173/stat : 12173 (java) S 12166 12153 10653 0 -1 64 1464 0 0 0 19 0 0 0 16 0 9 0 1554069191 889229312 7462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12174] ppid=12166 vsize=868388 CPUtime=0
/proc/12167/task/12174/stat : 12174 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554069191 889229312 7462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12175] ppid=12166 vsize=868388 CPUtime=0
/proc/12167/task/12175/stat : 12175 (java) S 12166 12153 10653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554069191 889229312 7462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887344

[startup+6.30219 s]
/proc/loadavg: 2.45 2.17 2.05 3/83 12175
/proc/meminfo: memFree=1610440/2055920 swapFree=4096312/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=1.22
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 974 10088 0 1 3 0 113 6 16 0 1 0 1554069055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 797 370 3 0 500 0
[pid=12166] ppid=12153 vsize=5356 CPUtime=0
/proc/12166/stat : 12166 (sh) S 12153 12153 10653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554069186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12166/statm: 1339 233 193 169 0 50 0
[pid=12167] ppid=12166 vsize=871208 CPUtime=4.92
/proc/12167/stat : 12167 (java) S 12166 12153 10653 0 -1 0 12953 0 1 0 483 9 0 0 19 0 9 0 1554069186 892116992 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12167/statm: 217802 11112 2541 9 0 212377 0
[pid=12167/tid=12168] ppid=12166 vsize=871208 CPUtime=4
/proc/12167/task/12168/stat : 12168 (java) R 12166 12153 10653 0 -1 64 3100 0 1 0 397 3 0 0 25 0 9 0 1554069187 892116992 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12169] ppid=12166 vsize=871208 CPUtime=0.68
/proc/12167/task/12169/stat : 12169 (java) R 12166 12153 10653 0 -1 64 7681 0 0 0 64 4 0 0 16 0 9 0 1554069188 892116992 11112 996147200 134512640 134550740 4294955952 18446744073709551615 103736177 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12170] ppid=12166 vsize=871208 CPUtime=0
/proc/12167/task/12170/stat : 12170 (java) S 12166 12153 10653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554069189 892116992 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12171] ppid=12166 vsize=871208 CPUtime=0
/proc/12167/task/12171/stat : 12171 (java) S 12166 12153 10653 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554069189 892116992 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12172] ppid=12166 vsize=871208 CPUtime=0
/proc/12167/task/12172/stat : 12172 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554069191 892116992 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12173] ppid=12166 vsize=871208 CPUtime=0.21
/proc/12167/task/12173/stat : 12173 (java) S 12166 12153 10653 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 1554069191 892116992 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12174] ppid=12166 vsize=871208 CPUtime=0
/proc/12167/task/12174/stat : 12174 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554069191 892116992 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12175] ppid=12166 vsize=871208 CPUtime=0
/proc/12167/task/12175/stat : 12175 (java) S 12166 12153 10653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554069191 892116992 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890164

[startup+12.703 s]
/proc/loadavg: 2.41 2.17 2.05 3/83 12175
/proc/meminfo: memFree=1583944/2055920 swapFree=4096312/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=1.23
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 974 10088 0 1 3 1 113 6 16 0 1 0 1554069055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 797 370 3 0 500 0
[pid=12166] ppid=12153 vsize=5356 CPUtime=0
/proc/12166/stat : 12166 (sh) S 12153 12153 10653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554069186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12166/statm: 1339 233 193 169 0 50 0
[pid=12167] ppid=12166 vsize=868388 CPUtime=11.25
/proc/12167/stat : 12167 (java) S 12166 12153 10653 0 -1 0 22496 0 1 0 1109 16 0 0 19 0 9 0 1554069186 889229312 16812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12167/statm: 217097 16812 2541 9 0 211672 0
[pid=12167/tid=12168] ppid=12166 vsize=868388 CPUtime=9.4
/proc/12167/task/12168/stat : 12168 (java) R 12166 12153 10653 0 -1 64 3721 0 1 0 937 3 0 0 25 0 9 0 1554069187 889229312 16812 996147200 134512640 134550740 4294955952 18446744073709551615 4126626020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12169] ppid=12166 vsize=868388 CPUtime=1.59
/proc/12167/task/12169/stat : 12169 (java) S 12166 12153 10653 0 -1 64 16596 0 0 0 149 10 0 0 16 0 9 0 1554069188 889229312 16812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12170] ppid=12166 vsize=868388 CPUtime=0
/proc/12167/task/12170/stat : 12170 (java) S 12166 12153 10653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554069189 889229312 16812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12171] ppid=12166 vsize=868388 CPUtime=0
/proc/12167/task/12171/stat : 12171 (java) S 12166 12153 10653 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554069189 889229312 16812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12172] ppid=12166 vsize=868388 CPUtime=0
/proc/12167/task/12172/stat : 12172 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554069191 889229312 16812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12173] ppid=12166 vsize=868388 CPUtime=0.23
/proc/12167/task/12173/stat : 12173 (java) S 12166 12153 10653 0 -1 64 1483 0 0 0 22 1 0 0 16 0 9 0 1554069191 889229312 16812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12174] ppid=12166 vsize=868388 CPUtime=0
/proc/12167/task/12174/stat : 12174 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554069191 889229312 16812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12175] ppid=12166 vsize=868388 CPUtime=0
/proc/12167/task/12175/stat : 12175 (java) S 12166 12153 10653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554069191 889229312 16812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887344

[startup+25.5027 s]
/proc/loadavg: 2.32 2.16 2.05 3/83 12175
/proc/meminfo: memFree=1558792/2055920 swapFree=4096312/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=1.23
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 974 10088 0 1 3 1 113 6 16 0 1 0 1554069055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 797 370 3 0 500 0
[pid=12166] ppid=12153 vsize=5356 CPUtime=0
/proc/12166/stat : 12166 (sh) S 12153 12153 10653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554069186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12166/statm: 1339 233 193 169 0 50 0
[pid=12167] ppid=12166 vsize=868500 CPUtime=23.93
/proc/12167/stat : 12167 (java) S 12166 12153 10653 0 -1 0 28588 0 1 0 2366 27 0 0 19 0 9 0 1554069186 889344000 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12167/statm: 217125 20487 2566 9 0 211672 0
[pid=12167/tid=12168] ppid=12166 vsize=868500 CPUtime=21.05
/proc/12167/task/12168/stat : 12168 (java) R 12166 12153 10653 0 -1 64 4372 0 1 0 2095 10 0 0 25 0 9 0 1554069187 889344000 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4127065230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12169] ppid=12166 vsize=868500 CPUtime=2.56
/proc/12167/task/12169/stat : 12169 (java) S 12166 12153 10653 0 -1 64 22011 0 0 0 242 14 0 0 16 0 9 0 1554069188 889344000 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12170] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12170/stat : 12170 (java) S 12166 12153 10653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554069189 889344000 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12171] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12171/stat : 12171 (java) S 12166 12153 10653 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554069189 889344000 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12172] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12172/stat : 12172 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554069191 889344000 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12173] ppid=12166 vsize=868500 CPUtime=0.28
/proc/12167/task/12173/stat : 12173 (java) S 12166 12153 10653 0 -1 64 1509 0 0 0 27 1 0 0 16 0 9 0 1554069191 889344000 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12174] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12174/stat : 12174 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554069191 889344000 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12175] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12175/stat : 12175 (java) S 12166 12153 10653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554069191 889344000 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887456

[startup+51.103 s]
/proc/loadavg: 2.36 2.18 2.06 3/83 12175
/proc/meminfo: memFree=1304264/2055920 swapFree=4096312/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=1.23
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 974 10088 0 1 3 1 113 6 16 0 1 0 1554069055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 797 370 3 0 500 0
[pid=12166] ppid=12153 vsize=5356 CPUtime=0
/proc/12166/stat : 12166 (sh) S 12153 12153 10653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554069186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12166/statm: 1339 233 193 169 0 50 0
[pid=12167] ppid=12166 vsize=868500 CPUtime=49.11
/proc/12167/stat : 12167 (java) S 12166 12153 10653 0 -1 0 29455 0 1 0 4731 180 0 0 19 0 9 0 1554069186 889344000 20496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/12167/task/12168/stat : 12168 (java) R 12166 12153 10653 0 -1 64 12045 0 1 0 37514 1218 0 0 25 0 9 0 1554069187 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4127061055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12169] ppid=12166 vsize=868500 CPUtime=6.4
/proc/12167/task/12169/stat : 12169 (java) S 12166 12153 10653 0 -1 64 22011 0 0 0 576 64 0 0 16 0 9 0 1554069188 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12170] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12170/stat : 12170 (java) S 12166 12153 10653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554069189 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12171] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12171/stat : 12171 (java) S 12166 12153 10653 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554069189 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12172] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12172/stat : 12172 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12173] ppid=12166 vsize=868500 CPUtime=0.3
/proc/12167/task/12173/stat : 12173 (java) S 12166 12153 10653 0 -1 64 1520 0 0 0 29 1 0 0 15 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12174] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12174/stat : 12174 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12175] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12175/stat : 12175 (java) S 12166 12153 10653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 395.28
Current children cumulated vsize (KiB) 887456

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

[startup+409.502 s]
/proc/loadavg: 2.18 2.12 2.06 3/83 12175
/proc/meminfo: memFree=15880/2055920 swapFree=4096352/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=1.23
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 974 10088 0 1 3 1 113 6 16 0 1 0 1554069055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 797 370 3 0 500 0
[pid=12166] ppid=12153 vsize=5356 CPUtime=0
/proc/12166/stat : 12166 (sh) S 12153 12153 10653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554069186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12166/statm: 1339 233 193 169 0 50 0
[pid=12167] ppid=12166 vsize=868500 CPUtime=401.1
/proc/12167/stat : 12167 (java) S 12166 12153 10653 0 -1 0 36416 0 1 0 38799 1311 0 0 19 0 9 0 1554069186 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12167/statm: 217125 20500 2566 9 0 211672 0
[pid=12167/tid=12168] ppid=12166 vsize=868500 CPUtime=394.29
/proc/12167/task/12168/stat : 12168 (java) R 12166 12153 10653 0 -1 64 12189 0 1 0 38187 1242 0 0 25 0 9 0 1554069187 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4127064012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12169] ppid=12166 vsize=868500 CPUtime=6.48
/proc/12167/task/12169/stat : 12169 (java) S 12166 12153 10653 0 -1 64 22011 0 0 0 582 66 0 0 16 0 9 0 1554069188 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12170] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12170/stat : 12170 (java) S 12166 12153 10653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554069189 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12171] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12171/stat : 12171 (java) S 12166 12153 10653 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554069189 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12172] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12172/stat : 12172 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12173] ppid=12166 vsize=868500 CPUtime=0.3
/proc/12167/task/12173/stat : 12173 (java) S 12166 12153 10653 0 -1 64 1520 0 0 0 29 1 0 0 15 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12174] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12174/stat : 12174 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12175] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12175/stat : 12175 (java) S 12166 12153 10653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 887456

[startup+415.902 s]
/proc/loadavg: 2.17 2.12 2.06 3/83 12175
/proc/meminfo: memFree=15880/2055920 swapFree=4096352/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=1.23
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 974 10088 0 1 3 1 113 6 16 0 1 0 1554069055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 797 370 3 0 500 0
[pid=12166] ppid=12153 vsize=5356 CPUtime=0
/proc/12166/stat : 12166 (sh) S 12153 12153 10653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554069186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12166/statm: 1339 233 193 169 0 50 0
[pid=12167] ppid=12166 vsize=868500 CPUtime=407.37
/proc/12167/stat : 12167 (java) S 12166 12153 10653 0 -1 0 36548 0 1 0 39404 1333 0 0 19 0 9 0 1554069186 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12167/statm: 217125 20500 2566 9 0 211672 0
[pid=12167/tid=12168] ppid=12166 vsize=868500 CPUtime=400.5
/proc/12167/task/12168/stat : 12168 (java) R 12166 12153 10653 0 -1 64 12321 0 1 0 38786 1264 0 0 25 0 9 0 1554069187 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4127074246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12169] ppid=12166 vsize=868500 CPUtime=6.54
/proc/12167/task/12169/stat : 12169 (java) S 12166 12153 10653 0 -1 64 22011 0 0 0 588 66 0 0 16 0 9 0 1554069188 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12170] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12170/stat : 12170 (java) S 12166 12153 10653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554069189 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12171] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12171/stat : 12171 (java) S 12166 12153 10653 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554069189 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12172] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12172/stat : 12172 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12173] ppid=12166 vsize=868500 CPUtime=0.3
/proc/12167/task/12173/stat : 12173 (java) S 12166 12153 10653 0 -1 64 1520 0 0 0 29 1 0 0 15 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12174] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12174/stat : 12174 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12175] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12175/stat : 12175 (java) S 12166 12153 10653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 887456

[startup+419.108 s]
/proc/loadavg: 2.16 2.12 2.06 3/83 12175
/proc/meminfo: memFree=15112/2055920 swapFree=4096352/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=1.23
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 974 10088 0 1 3 1 113 6 16 0 1 0 1554069055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 797 370 3 0 500 0
[pid=12166] ppid=12153 vsize=5356 CPUtime=0
/proc/12166/stat : 12166 (sh) S 12153 12153 10653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554069186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12166/statm: 1339 233 193 169 0 50 0
[pid=12167] ppid=12166 vsize=868500 CPUtime=410.5
/proc/12167/stat : 12167 (java) S 12166 12153 10653 0 -1 0 36621 0 1 0 39706 1344 0 0 19 0 9 0 1554069186 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12167/statm: 217125 20500 2566 9 0 211672 0
[pid=12167/tid=12168] ppid=12166 vsize=868500 CPUtime=403.61
/proc/12167/task/12168/stat : 12168 (java) R 12166 12153 10653 0 -1 64 12394 0 1 0 39087 1274 0 0 25 0 9 0 1554069187 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4127066282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12169] ppid=12166 vsize=868500 CPUtime=6.57
/proc/12167/task/12169/stat : 12169 (java) S 12166 12153 10653 0 -1 64 22011 0 0 0 590 67 0 0 16 0 9 0 1554069188 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12170] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12170/stat : 12170 (java) S 12166 12153 10653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554069189 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12171] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12171/stat : 12171 (java) S 12166 12153 10653 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554069189 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12172] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12172/stat : 12172 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12173] ppid=12166 vsize=868500 CPUtime=0.3
/proc/12167/task/12173/stat : 12173 (java) S 12166 12153 10653 0 -1 64 1520 0 0 0 29 1 0 0 15 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12174] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12174/stat : 12174 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12175] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12175/stat : 12175 (java) S 12166 12153 10653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 411.73
Current children cumulated vsize (KiB) 887456

[startup+422.301 s]
/proc/loadavg: 2.16 2.12 2.06 3/83 12175
/proc/meminfo: memFree=15496/2055920 swapFree=4096352/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=1.23
/proc/12153/stat : 12153 (sugar) S 12151 12153 10653 0 -1 4194304 974 10088 0 1 3 1 113 6 16 0 1 0 1554069055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12153/statm: 3400 797 370 3 0 500 0
[pid=12166] ppid=12153 vsize=5356 CPUtime=0
/proc/12166/stat : 12166 (sh) S 12153 12153 10653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554069186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12166/statm: 1339 233 193 169 0 50 0
[pid=12167] ppid=12166 vsize=868500 CPUtime=413.63
/proc/12167/stat : 12167 (java) S 12166 12153 10653 0 -1 0 36689 0 1 0 40008 1355 0 0 19 0 9 0 1554069186 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12167/statm: 217125 20500 2566 9 0 211672 0
[pid=12167/tid=12168] ppid=12166 vsize=868500 CPUtime=406.71
/proc/12167/task/12168/stat : 12168 (java) R 12166 12153 10653 0 -1 64 12462 0 1 0 39386 1285 0 0 25 0 9 0 1554069187 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4127061008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12169] ppid=12166 vsize=868500 CPUtime=6.59
/proc/12167/task/12169/stat : 12169 (java) S 12166 12153 10653 0 -1 64 22011 0 0 0 592 67 0 0 16 0 9 0 1554069188 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12170] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12170/stat : 12170 (java) S 12166 12153 10653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554069189 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12171] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12171/stat : 12171 (java) S 12166 12153 10653 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554069189 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12172] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12172/stat : 12172 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12173] ppid=12166 vsize=868500 CPUtime=0.3
/proc/12167/task/12173/stat : 12173 (java) S 12166 12153 10653 0 -1 64 1520 0 0 0 29 1 0 0 15 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12174] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12174/stat : 12174 (java) S 12166 12153 10653 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12175] ppid=12166 vsize=868500 CPUtime=0
/proc/12167/task/12175/stat : 12175 (java) S 12166 12153 10653 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554069191 889344000 20500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 414.86
Current children cumulated vsize (KiB) 887456

[startup+423.101 s]
/proc/loadavg: 2.16 2.12 2.06 3/83 12175
/proc/meminfo: memFree=15496/2055920 swapFree=4096352/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=415.25
/proc/12153/stat : 12153 (sugar) R 12151 12153 10653 0 -1 4194304 996 47079 0 2 3 17 40141 1364 17 0 1 0 1554069055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12153/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 415.25
Current children cumulated vsize (KiB) 13600

[startup+423.901 s]
/proc/loadavg: 2.14 2.12 2.06 3/73 12175
/proc/meminfo: memFree=1112664/2055920 swapFree=4096352/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=416.02
/proc/12153/stat : 12153 (sugar) D 12151 12153 10653 0 -1 4194304 996 47079 0 2 3 94 40141 1364 23 0 1 0 1554069055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12153/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 416.02
Current children cumulated vsize (KiB) 13600

[startup+424.301 s]
/proc/loadavg: 2.14 2.12 2.06 3/73 12175
/proc/meminfo: memFree=1112664/2055920 swapFree=4096352/4192956
[pid=12153] ppid=12151 vsize=13600 CPUtime=416.05
/proc/12153/stat : 12153 (sugar) D 12151 12153 10653 0 -1 4194304 996 47079 0 2 3 97 40141 1364 18 0 1 0 1554069055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12153/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 416.05
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 424.328
CPU time (s): 416.07
CPU user time (s): 401.451
CPU system time (s): 14.6188
CPU usage (%): 98.0539
Max. virtual memory (cumulated for all children) (KiB): 892724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 401.451
system time used= 14.6188
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48105
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= 73049
involuntary context switches= 83250

runsolver used 0.537918 second user time and 1.45278 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-05 09:46:54
IDJOB=1087451
IDBENCH=57998
IDSOLVER=345
FILE ID=node40/1087451-1215244014
PBS_JOBID= 7881878
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp27/normalized-fapp27-2550-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-1087451-1215244014/watcher-1087451-1215244014 -o /tmp/evaluation-result-1087451-1215244014/solver-1087451-1215244014 -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-1087451-1215244014.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b42627f9cb0b57c1082444fcb5232a6c
RANDOM SEED=1627184798

node40.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.209
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.209
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:       1642488 kB
Buffers:         68444 kB
Cached:         190200 kB
SwapCached:      90468 kB
Active:         189108 kB
Inactive:       173792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642488 kB
SwapTotal:     4192956 kB
SwapFree:      4096312 kB
Dirty:            2880 kB
Writeback:           0 kB
Mapped:         111560 kB
Slab:            35624 kB
Committed_AS:  3091700 kB
PageTables:       1964 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= 66548 MiB
End job on node40 at 2008-07-05 09:53:58