Trace number 1086003

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 422.086 430.774

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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:47:00 2008
0.00/0.04	c 0	PID 16669
0.00/0.04	c 0	HOST node5.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1086003-1215236819.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086003-1215236819.xml' 'HOME/temp.csp'
1.46/1.52	c 1	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.46/1.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.46/1.56	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.50/1.64	c 1	Parsing HOME/temp.csp
1.50/2.04	c 2	parsed 10000 expressions
2.31/2.41	c 2	parsed 20000 expressions
2.41/2.60	c 2	parsed 26930 expressions
2.51/2.60	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.51/2.60	c 2	Converting to clausal form CSP
4.08/4.30	c 4	converted 2693 (10%) expressions
6.96/7.16	c 7	converted 5386 (20%) expressions
9.73/9.98	c 10	converted 8079 (30%) expressions
12.21/12.48	c 12	converted 10772 (40%) expressions
14.58/14.88	c 15	converted 13465 (50%) expressions
17.35/17.65	c 17	converted 16158 (60%) expressions
19.62/19.91	c 20	converted 18851 (70%) expressions
21.80/22.18	c 22	converted 21544 (80%) expressions
23.88/24.29	c 24	converted 24237 (90%) expressions
26.65/27.03	c 27	converted 26930 (100%) expressions
26.65/27.03	c 27	CSP : 4456 integers, 74207 booleans, 159510 clauses, largest domain size 2737
26.65/27.03	c 27	Heap : 100 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.65/27.03	c 27	Propagation in CSP
28.54/28.96	c 29	6240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
28.54/28.96	c 29	CSP : 4456 integers, 74207 booleans, 159510 clauses, largest domain size 2737
28.54/28.96	c 29	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.63/29.01	c 29	Simplifing CSP by introducing new Boolean variables
28.92/29.37	c 29	CSP : 4456 integers, 130075 booleans, 215378 clauses, largest domain size 2737
28.92/29.37	c 29	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.72/30.12	c 30	Encoding CSP to SAT : HOME/temp.cnf
32.59/33.05	c 33	446 (10%) CSP integer variables are encoded (128989 clauses, 1971430 bytes)
35.46/35.94	c 36	892 (20%) CSP integer variables are encoded (258954 clauses, 4180835 bytes)
38.23/38.79	c 39	1337 (30%) CSP integer variables are encoded (387487 clauses, 6365896 bytes)
40.21/40.72	c 40	1783 (40%) CSP integer variables are encoded (1166362 clauses, 19942930 bytes)
41.69/42.20	c 42	2228 (50%) CSP integer variables are encoded (2333873 clauses, 42125639 bytes)
43.07/43.66	c 43	2674 (60%) CSP integer variables are encoded (3484971 clauses, 63996501 bytes)
44.54/45.13	c 45	3120 (70%) CSP integer variables are encoded (4623963 clauses, 85637349 bytes)
45.92/46.58	c 46	3565 (80%) CSP integer variables are encoded (5757350 clauses, 107171702 bytes)
47.40/48.05	c 48	4011 (90%) CSP integer variables are encoded (6900442 clauses, 128890450 bytes)
48.85/49.54	c 49	4456 (100%) CSP integer variables are encoded (8011355 clauses, 149997797 bytes)
140.14/142.17	c 142	21538 (10%) CSP clauses are encoded (23554562 clauses, 523437713 bytes)
198.59/201.83	c 202	43076 (20%) CSP clauses are encoded (35544464 clauses, 825606084 bytes)
256.10/260.41	c 260	64614 (30%) CSP clauses are encoded (47441577 clauses, 1126938984 bytes)
308.05/313.49	c 313	86152 (40%) CSP clauses are encoded (58670627 clauses, 1413975059 bytes)
355.96/362.81	c 363	107689 (50%) CSP clauses are encoded (69289245 clauses, 1688095722 bytes)
396.02/403.35	c 403	129227 (60%) CSP clauses are encoded (79632231 clauses, 1958603733 bytes)
421.05/428.87	c 429	ERROR Exception Too large HOME/temp.cnf
421.05/428.87	c 429	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
421.05/428.87	c 429	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
421.05/428.87	c 429	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
421.05/428.87	s UNKNOWN
421.13/428.93	c 429	CPU 407.94 (0.03 0 407.91 13.22)
421.13/428.93	c 429	END Sat Jul  5 07:54:09 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-1086003-1215236819/watcher-1086003-1215236819 -o /tmp/evaluation-result-1086003-1215236819/solver-1086003-1215236819 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1086003-1215236819.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/80 16669
/proc/meminfo: memFree=1178912/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=12268 CPUtime=0
/proc/16669/stat : 16669 (sugar) D 16667 16669 15337 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 646619106 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226913647205 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/16669/statm: 3067 316 241 3 0 167 0

[startup+0.0675049 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 16669
/proc/meminfo: memFree=1178912/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=0.03
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 646619106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16669/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102517 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 16669
/proc/meminfo: memFree=1178912/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=0.03
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 646619106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16669/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302555 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 16669
/proc/meminfo: memFree=1178912/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=0.03
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 646619106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16669/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702633 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 16669
/proc/meminfo: memFree=1178912/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=0.03
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 646619106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16669/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50179 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16681
/proc/meminfo: memFree=1145216/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=0.03
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 646619106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16669/statm: 3400 796 370 3 0 500 0
[pid=16672] ppid=16669 vsize=5356 CPUtime=0
/proc/16672/stat : 16672 (sh) S 16669 16669 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 646619110 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16672/statm: 1339 233 193 169 0 50 0
[pid=16673] ppid=16672 vsize=864664 CPUtime=1.43
/proc/16673/stat : 16673 (java) S 16672 16669 15337 0 -1 0 15003 0 1 0 135 8 0 0 19 0 9 0 646619111 885415936 13043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16673/statm: 216166 13043 2529 9 0 210748 0
[pid=16673/tid=16674] ppid=16672 vsize=864664 CPUtime=0.82
/proc/16673/task/16674/stat : 16674 (java) R 16672 16669 15337 0 -1 64 3034 0 1 0 80 2 0 0 25 0 9 0 646619112 885415936 13043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16673/tid=16675] ppid=16672 vsize=864664 CPUtime=0.46
/proc/16673/task/16675/stat : 16675 (java) S 16672 16669 15337 0 -1 64 10749 0 0 0 42 4 0 0 16 0 9 0 646619113 885415936 13043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16673/tid=16676] ppid=16672 vsize=864664 CPUtime=0
/proc/16673/task/16676/stat : 16676 (java) S 16672 16669 15337 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 646619113 885415936 13043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16673/tid=16677] ppid=16672 vsize=864664 CPUtime=0
/proc/16673/task/16677/stat : 16677 (java) S 16672 16669 15337 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 646619113 885415936 13043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16673/tid=16678] ppid=16672 vsize=864664 CPUtime=0
/proc/16673/task/16678/stat : 16678 (java) S 16672 16669 15337 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 646619115 885415936 13043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16673/tid=16679] ppid=16672 vsize=864664 CPUtime=0.13
/proc/16673/task/16679/stat : 16679 (java) S 16672 16669 15337 0 -1 64 520 0 0 0 13 0 0 0 16 0 9 0 646619115 885415936 13043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16673/tid=16680] ppid=16672 vsize=864664 CPUtime=0
/proc/16673/task/16680/stat : 16680 (java) S 16672 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 646619115 885415936 13043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16673/tid=16681] ppid=16672 vsize=864664 CPUtime=0
/proc/16673/task/16681/stat : 16681 (java) S 16672 16669 15337 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646619115 885415936 13043 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883620

[startup+3.10302 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16691
/proc/meminfo: memFree=1164800/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=1.5
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 974 15426 0 1 3 0 138 9 15 0 1 0 646619106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16669/statm: 3400 797 370 3 0 500 0
[pid=16682] ppid=16669 vsize=5356 CPUtime=0
/proc/16682/stat : 16682 (sh) S 16669 16669 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646619262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16682/statm: 1339 233 193 169 0 50 0
[pid=16683] ppid=16682 vsize=869432 CPUtime=1.5
/proc/16683/stat : 16683 (java) S 16682 16669 15337 0 -1 0 9555 0 1 0 144 6 0 0 19 0 9 0 646619262 890298368 8450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16683/statm: 217358 8450 2541 9 0 211933 0
[pid=16683/tid=16684] ppid=16682 vsize=869432 CPUtime=0.92
/proc/16683/task/16684/stat : 16684 (java) R 16682 16669 15337 0 -1 64 2814 0 1 0 90 2 0 0 25 0 9 0 646619263 890298368 8450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16685] ppid=16682 vsize=869432 CPUtime=0.35
/proc/16683/task/16685/stat : 16685 (java) S 16682 16669 15337 0 -1 64 4590 0 0 0 34 1 0 0 15 0 9 0 646619264 890298368 8450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16686] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16686/stat : 16686 (java) S 16682 16669 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646619265 890298368 8450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16687] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16687/stat : 16687 (java) S 16682 16669 15337 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 646619265 890298368 8450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16688] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16688/stat : 16688 (java) S 16682 16669 15337 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646619267 890298368 8450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16689] ppid=16682 vsize=869432 CPUtime=0.18
/proc/16683/task/16689/stat : 16689 (java) S 16682 16669 15337 0 -1 64 1453 0 0 0 18 0 0 0 16 0 9 0 646619267 890298368 8450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16690] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16690/stat : 16690 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646619267 890298368 8450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16691] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16691/stat : 16691 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 646619267 890298368 8450 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 888388

[startup+6.30171 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16691
/proc/meminfo: memFree=1144448/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=1.5
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 974 15426 0 1 3 0 138 9 16 0 1 0 646619106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16669/statm: 3400 797 370 3 0 500 0
[pid=16682] ppid=16669 vsize=5356 CPUtime=0
/proc/16682/stat : 16682 (sh) S 16669 16669 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646619262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16682/statm: 1339 233 193 169 0 50 0
[pid=16683] ppid=16682 vsize=869432 CPUtime=4.67
/proc/16683/stat : 16683 (java) S 16682 16669 15337 0 -1 0 12220 0 1 0 457 10 0 0 19 0 9 0 646619262 890298368 10824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16683/statm: 217358 10824 2541 9 0 211933 0
[pid=16683/tid=16684] ppid=16682 vsize=869432 CPUtime=3.68
/proc/16683/task/16684/stat : 16684 (java) R 16682 16669 15337 0 -1 64 3169 0 1 0 365 3 0 0 25 0 9 0 646619263 890298368 10824 996147200 134512640 134550740 4294955952 18446744073709551615 4126892990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16685] ppid=16682 vsize=869432 CPUtime=0.74
/proc/16683/task/16685/stat : 16685 (java) S 16682 16669 15337 0 -1 64 6886 0 0 0 70 4 0 0 16 0 9 0 646619264 890298368 10824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16686] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16686/stat : 16686 (java) S 16682 16669 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646619265 890298368 10824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16687] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16687/stat : 16687 (java) S 16682 16669 15337 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 646619265 890298368 10824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16688] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16688/stat : 16688 (java) S 16682 16669 15337 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646619267 890298368 10824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16689] ppid=16682 vsize=869432 CPUtime=0.21
/proc/16683/task/16689/stat : 16689 (java) S 16682 16669 15337 0 -1 64 1467 0 0 0 20 1 0 0 15 0 9 0 646619267 890298368 10824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16690] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16690/stat : 16690 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646619267 890298368 10824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16691] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16691/stat : 16691 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 646619267 890298368 10824 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) 888388

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16691
/proc/meminfo: memFree=1120512/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=1.5
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 974 15426 0 1 3 0 138 9 16 0 1 0 646619106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16669/statm: 3400 797 370 3 0 500 0
[pid=16682] ppid=16669 vsize=5356 CPUtime=0
/proc/16682/stat : 16682 (sh) S 16669 16669 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646619262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16682/statm: 1339 233 193 169 0 50 0
[pid=16683] ppid=16682 vsize=869432 CPUtime=11
/proc/16683/stat : 16683 (java) S 16682 16669 15337 0 -1 0 19425 0 1 0 1085 15 0 0 19 0 9 0 646619262 890298368 16816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16683/statm: 217358 16816 2541 9 0 211933 0
[pid=16683/tid=16684] ppid=16682 vsize=869432 CPUtime=9.19
/proc/16683/task/16684/stat : 16684 (java) R 16682 16669 15337 0 -1 64 3660 0 1 0 915 4 0 0 25 0 9 0 646619263 890298368 16816 996147200 134512640 134550740 4294955952 18446744073709551615 4126571527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16685] ppid=16682 vsize=869432 CPUtime=1.56
/proc/16683/task/16685/stat : 16685 (java) S 16682 16669 15337 0 -1 64 13592 0 0 0 147 9 0 0 16 0 9 0 646619264 890298368 16816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16686] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16686/stat : 16686 (java) S 16682 16669 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646619265 890298368 16816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16687] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16687/stat : 16687 (java) S 16682 16669 15337 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 646619265 890298368 16816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16688] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16688/stat : 16688 (java) S 16682 16669 15337 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646619267 890298368 16816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16689] ppid=16682 vsize=869432 CPUtime=0.23
/proc/16683/task/16689/stat : 16689 (java) S 16682 16669 15337 0 -1 64 1475 0 0 0 22 1 0 0 16 0 9 0 646619267 890298368 16816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16690] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16690/stat : 16690 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646619267 890298368 16816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16691] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16691/stat : 16691 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 646619267 890298368 16816 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) 888388

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16691
/proc/meminfo: memFree=1070912/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=1.5
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 974 15426 0 1 3 0 138 9 16 0 1 0 646619106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16669/statm: 3400 797 370 3 0 500 0
[pid=16682] ppid=16669 vsize=5356 CPUtime=0
/proc/16682/stat : 16682 (sh) S 16669 16669 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646619262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16682/statm: 1339 233 193 169 0 50 0
[pid=16683] ppid=16682 vsize=869432 CPUtime=23.67
/proc/16683/stat : 16683 (java) S 16682 16669 15337 0 -1 0 33267 0 1 0 2343 24 0 0 19 0 9 0 646619262 890298368 28782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16683/statm: 217358 28782 2541 9 0 211933 0
[pid=16683/tid=16684] ppid=16682 vsize=869432 CPUtime=20.39
/proc/16683/task/16684/stat : 16684 (java) R 16682 16669 15337 0 -1 64 4333 0 1 0 2034 5 0 0 25 0 9 0 646619263 890298368 28782 996147200 134512640 134550740 4294955952 18446744073709551615 4126568171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16685] ppid=16682 vsize=869432 CPUtime=3.03
/proc/16683/task/16685/stat : 16685 (java) S 16682 16669 15337 0 -1 64 26759 0 0 0 286 17 0 0 16 0 9 0 646619264 890298368 28782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16686] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16686/stat : 16686 (java) S 16682 16669 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646619265 890298368 28782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16687] ppid=16682 vsize=869432 CPUtime=0
/proc/16683/task/16687/stat : 16687 (java) S 16682 16669 15337 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 646619265 890298368 28782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/16683/task/16684/stat : 16684 (java) R 16682 16669 15337 0 -1 64 9291 0 1 0 37397 1153 0 0 25 0 9 0 646619263 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16683/tid=16685] ppid=16682 vsize=869544 CPUtime=7.67
/proc/16683/task/16685/stat : 16685 (java) S 16682 16669 15337 0 -1 64 36639 0 0 0 718 49 0 0 16 0 9 0 646619264 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16686/stat : 16686 (java) S 16682 16669 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646619265 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16687] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16687/stat : 16687 (java) S 16682 16669 15337 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 646619265 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16688] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16688/stat : 16688 (java) S 16682 16669 15337 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16689] ppid=16682 vsize=869544 CPUtime=0.31
/proc/16683/task/16689/stat : 16689 (java) S 16682 16669 15337 0 -1 64 1523 0 0 0 30 1 0 0 16 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16690] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16690/stat : 16690 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16691] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16691/stat : 16691 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 395.03
Current children cumulated vsize (KiB) 888500

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

[startup+409.502 s]
/proc/loadavg: 2.99 2.68 2.30 3/83 16723
/proc/meminfo: memFree=294080/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=1.5
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 974 15426 0 1 3 0 138 9 16 0 1 0 646619106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16669/statm: 3400 797 370 3 0 500 0
[pid=16682] ppid=16669 vsize=5356 CPUtime=0
/proc/16682/stat : 16682 (sh) S 16669 16669 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646619262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16682/statm: 1339 233 193 169 0 50 0
[pid=16683] ppid=16682 vsize=869544 CPUtime=400.67
/proc/16683/stat : 16683 (java) S 16682 16669 15337 0 -1 0 48256 0 1 0 38836 1231 0 0 19 0 9 0 646619262 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16683/statm: 217386 37616 2566 9 0 211933 0
[pid=16683/tid=16684] ppid=16682 vsize=869544 CPUtime=392.59
/proc/16683/task/16684/stat : 16684 (java) R 16682 16669 15337 0 -1 64 9396 0 1 0 38080 1179 0 0 25 0 9 0 646619263 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16683/tid=16685] ppid=16682 vsize=869544 CPUtime=7.74
/proc/16683/task/16685/stat : 16685 (java) S 16682 16669 15337 0 -1 64 36639 0 0 0 725 49 0 0 16 0 9 0 646619264 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16686/stat : 16686 (java) S 16682 16669 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646619265 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16687] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16687/stat : 16687 (java) S 16682 16669 15337 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 646619265 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16688] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16688/stat : 16688 (java) S 16682 16669 15337 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16689] ppid=16682 vsize=869544 CPUtime=0.31
/proc/16683/task/16689/stat : 16689 (java) S 16682 16669 15337 0 -1 64 1523 0 0 0 30 1 0 0 16 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16690] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16690/stat : 16690 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16691] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16691/stat : 16691 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 888500

[startup+422.303 s]
/proc/loadavg: 2.99 2.70 2.31 3/83 16723
/proc/meminfo: memFree=197440/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=1.5
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 974 15426 0 1 3 0 138 9 16 0 1 0 646619106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16669/statm: 3400 797 370 3 0 500 0
[pid=16682] ppid=16669 vsize=5356 CPUtime=0
/proc/16682/stat : 16682 (sh) S 16669 16669 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646619262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16682/statm: 1339 233 193 169 0 50 0
[pid=16683] ppid=16682 vsize=869544 CPUtime=413.12
/proc/16683/stat : 16683 (java) S 16682 16669 15337 0 -1 0 48450 0 1 0 40030 1282 0 0 19 0 9 0 646619262 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16683/statm: 217386 37616 2566 9 0 211933 0
[pid=16683/tid=16684] ppid=16682 vsize=869544 CPUtime=404.91
/proc/16683/task/16684/stat : 16684 (java) R 16682 16669 15337 0 -1 64 9590 0 1 0 39262 1229 0 0 25 0 9 0 646619263 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4127083043 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16683/tid=16685] ppid=16682 vsize=869544 CPUtime=7.86
/proc/16683/task/16685/stat : 16685 (java) S 16682 16669 15337 0 -1 64 36639 0 0 0 736 50 0 0 16 0 9 0 646619264 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16686/stat : 16686 (java) S 16682 16669 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646619265 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16687] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16687/stat : 16687 (java) S 16682 16669 15337 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 646619265 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16688] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16688/stat : 16688 (java) S 16682 16669 15337 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16689] ppid=16682 vsize=869544 CPUtime=0.31
/proc/16683/task/16689/stat : 16689 (java) S 16682 16669 15337 0 -1 64 1523 0 0 0 30 1 0 0 16 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16690] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16690/stat : 16690 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16691] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16691/stat : 16691 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 414.62
Current children cumulated vsize (KiB) 888500

[startup+425.502 s]
/proc/loadavg: 2.99 2.70 2.31 3/83 16723
/proc/meminfo: memFree=179584/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=1.5
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 974 15426 0 1 3 0 138 9 16 0 1 0 646619106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16669/statm: 3400 797 370 3 0 500 0
[pid=16682] ppid=16669 vsize=5356 CPUtime=0
/proc/16682/stat : 16682 (sh) S 16669 16669 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646619262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16682/statm: 1339 233 193 169 0 50 0
[pid=16683] ppid=16682 vsize=869544 CPUtime=416.28
/proc/16683/stat : 16683 (java) S 16682 16669 15337 0 -1 0 48501 0 1 0 40334 1294 0 0 19 0 9 0 646619262 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16683/statm: 217386 37616 2566 9 0 211933 0
[pid=16683/tid=16684] ppid=16682 vsize=869544 CPUtime=408.04
/proc/16683/task/16684/stat : 16684 (java) R 16682 16669 15337 0 -1 64 9641 0 1 0 39563 1241 0 0 25 0 9 0 646619263 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4127069013 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16683/tid=16685] ppid=16682 vsize=869544 CPUtime=7.89
/proc/16683/task/16685/stat : 16685 (java) S 16682 16669 15337 0 -1 64 36639 0 0 0 739 50 0 0 16 0 9 0 646619264 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16686/stat : 16686 (java) S 16682 16669 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646619265 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16687] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16687/stat : 16687 (java) S 16682 16669 15337 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 646619265 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16688] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16688/stat : 16688 (java) S 16682 16669 15337 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16689] ppid=16682 vsize=869544 CPUtime=0.31
/proc/16683/task/16689/stat : 16689 (java) S 16682 16669 15337 0 -1 64 1523 0 0 0 30 1 0 0 16 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16690] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16690/stat : 16690 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16691] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16691/stat : 16691 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 417.78
Current children cumulated vsize (KiB) 888500

[startup+428.702 s]
/proc/loadavg: 2.99 2.70 2.31 3/83 16723
/proc/meminfo: memFree=152896/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=1.5
/proc/16669/stat : 16669 (sugar) S 16667 16669 15337 0 -1 4194304 974 15426 0 1 3 0 138 9 16 0 1 0 646619106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16669/statm: 3400 797 370 3 0 500 0
[pid=16682] ppid=16669 vsize=5356 CPUtime=0
/proc/16682/stat : 16682 (sh) S 16669 16669 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646619262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16682/statm: 1339 233 193 169 0 50 0
[pid=16683] ppid=16682 vsize=869544 CPUtime=419.45
/proc/16683/stat : 16683 (java) S 16682 16669 15337 0 -1 0 48555 0 1 0 40636 1309 0 0 19 0 9 0 646619262 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16683/statm: 217386 37616 2566 9 0 211933 0
[pid=16683/tid=16684] ppid=16682 vsize=869544 CPUtime=411.17
/proc/16683/task/16684/stat : 16684 (java) R 16682 16669 15337 0 -1 64 9695 0 1 0 39861 1256 0 0 25 0 9 0 646619263 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4127069040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16683/tid=16685] ppid=16682 vsize=869544 CPUtime=7.93
/proc/16683/task/16685/stat : 16685 (java) S 16682 16669 15337 0 -1 64 36639 0 0 0 742 51 0 0 16 0 9 0 646619264 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16683/tid=16686] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16686/stat : 16686 (java) S 16682 16669 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646619265 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16687] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16687/stat : 16687 (java) S 16682 16669 15337 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 646619265 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16688] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16688/stat : 16688 (java) S 16682 16669 15337 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16689] ppid=16682 vsize=869544 CPUtime=0.31
/proc/16683/task/16689/stat : 16689 (java) S 16682 16669 15337 0 -1 64 1523 0 0 0 30 1 0 0 16 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16690] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16690/stat : 16690 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16683/tid=16691] ppid=16682 vsize=869544 CPUtime=0
/proc/16683/task/16691/stat : 16691 (java) S 16682 16669 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 646619267 890413056 37616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 420.95
Current children cumulated vsize (KiB) 888500

[startup+429.501 s]
/proc/loadavg: 2.99 2.70 2.31 2/83 16723
/proc/meminfo: memFree=145408/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=421.7
/proc/16669/stat : 16669 (sugar) R 16667 16669 15337 0 -1 4194304 996 64280 0 2 3 54 40791 1322 21 0 1 0 646619106 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16669/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 421.7
Current children cumulated vsize (KiB) 13600

[startup+430.301 s]
/proc/loadavg: 2.99 2.70 2.31 2/73 16723
/proc/meminfo: memFree=1896720/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=422.04
/proc/16669/stat : 16669 (sugar) D 16667 16669 15337 0 -1 4194304 996 64280 0 2 3 88 40791 1322 18 0 1 0 646619106 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16669/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.04
Current children cumulated vsize (KiB) 13600

[startup+430.701 s]
/proc/loadavg: 2.99 2.70 2.31 2/73 16723
/proc/meminfo: memFree=1896720/2055920 swapFree=4180232/4192956
[pid=16669] ppid=16667 vsize=13600 CPUtime=422.05
/proc/16669/stat : 16669 (sugar) D 16667 16669 15337 0 -1 4194304 996 64280 0 2 3 89 40791 1322 18 0 1 0 646619106 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16669/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.05
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 430.774
CPU time (s): 422.086
CPU user time (s): 407.956
CPU system time (s): 14.1299
CPU usage (%): 97.9832
Max. virtual memory (cumulated for all children) (KiB): 893516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 407.956
system time used= 14.1299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65306
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= 49769
involuntary context switches= 57799

runsolver used 0.52092 second user time and 1.48877 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 07:47:00
IDJOB=1086003
IDBENCH=57740
IDSOLVER=346
FILE ID=node5/1086003-1215236819
PBS_JOBID= 7881883
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086003-1215236819/watcher-1086003-1215236819 -o /tmp/evaluation-result-1086003-1215236819/solver-1086003-1215236819 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1086003-1215236819.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 029bcf31114915c1681378a4f18ed14e
RANDOM SEED=1523718265

node5.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1179392 kB
Buffers:         22480 kB
Cached:         141948 kB
SwapCached:       6592 kB
Active:         775672 kB
Inactive:        42324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1179392 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            4888 kB
Writeback:           0 kB
Mapped:         667168 kB
Slab:            42688 kB
Committed_AS:  1782228 kB
PageTables:       3040 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= 66528 MiB
End job on node5 at 2008-07-05 07:54:11