Trace number 1086570

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? 764.841 779.187

General information on the benchmark

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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 08:40:22 2008
0.00/0.05	c 0	PID 17239
0.04/0.06	c 0	HOST node59.alineos.net
0.04/0.06	c 0	CONVERTING HOME/instance-1086570-1215240022.xml TO HOME/temp.csp
0.04/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086570-1215240022.xml' 'HOME/temp.csp'
1.56/1.68	c 2	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.56/1.69	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.56/1.69	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.65/1.79	c 2	Parsing HOME/temp.csp
2.13/2.26	c 3	parsed 10000 expressions
2.42/2.59	c 3	parsed 20000 expressions
2.52/2.69	c 3	parsed 23592 expressions
2.62/2.70	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.62/2.70	c 3	Converting to clausal form CSP
4.99/5.12	c 6	converted 2360 (10%) expressions
10.33/10.50	c 11	converted 4719 (20%) expressions
14.78/15.09	c 16	converted 7078 (30%) expressions
19.53/19.82	c 20	converted 9437 (40%) expressions
23.77/24.16	c 25	converted 11796 (50%) expressions
28.02/28.47	c 29	converted 14156 (60%) expressions
32.66/33.14	c 34	converted 16515 (70%) expressions
36.72/37.20	c 38	converted 18874 (80%) expressions
40.57/41.12	c 42	converted 21233 (90%) expressions
44.34/44.99	c 45	converted 23592 (100%) expressions
44.34/45.00	c 45	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
44.43/45.00	c 45	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.43/45.00	c 45	Propagation in CSP
48.18/48.89	c 49	41060 values, 0 unsatisfiable literals, and 0 valid clauses are removed
48.18/48.89	c 49	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
48.18/48.89	c 49	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.29/48.94	c 49	Simplifing CSP by introducing new Boolean variables
48.68/49.33	c 50	CSP : 3955 integers, 111238 booleans, 184650 clauses, largest domain size 2377
48.68/49.33	c 50	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.57/50.21	c 51	Encoding CSP to SAT : HOME/temp.cnf
57.49/58.28	c 59	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
65.60/66.48	c 67	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
73.71/74.67	c 75	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
80.44/81.47	c 82	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
81.62/82.63	c 83	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
82.71/83.74	c 84	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
83.79/84.87	c 85	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
84.95/86.01	c 86	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
86.01/87.67	c 88	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
87.10/88.77	c 89	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
218.44/221.79	c 222	18465 (10%) CSP clauses are encoded (17620347 clauses, 392064201 bytes)
301.22/305.66	c 306	36930 (20%) CSP clauses are encoded (26544394 clauses, 616702425 bytes)
374.40/379.85	c 380	55395 (30%) CSP clauses are encoded (34852647 clauses, 827963620 bytes)
445.57/452.14	c 453	73860 (40%) CSP clauses are encoded (43267718 clauses, 1044409422 bytes)
509.09/516.65	c 517	92325 (50%) CSP clauses are encoded (50767843 clauses, 1239221742 bytes)
573.52/582.19	c 583	110790 (60%) CSP clauses are encoded (58737976 clauses, 1446417226 bytes)
630.46/640.03	c 640	129255 (70%) CSP clauses are encoded (66052126 clauses, 1638861359 bytes)
681.51/692.11	c 693	147720 (80%) CSP clauses are encoded (72976743 clauses, 1821923949 bytes)
726.26/737.78	c 738	166185 (90%) CSP clauses are encoded (79409937 clauses, 1994800825 bytes)
763.87/776.06	c 776	ERROR Exception Too large HOME/temp.cnf
763.87/776.06	c 776	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
763.87/776.06	c 776	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
763.87/776.06	c 776	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
763.87/776.06	s UNKNOWN
763.94/776.13	c 777	CPU 749.07 (0.03 0.01 749.04 14.89)
763.94/776.13	c 777	END Sat Jul  5 08:53:19 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-1086570-1215240022/watcher-1086570-1215240022 -o /tmp/evaluation-result-1086570-1215240022/solver-1086570-1215240022 -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-1086570-1215240022.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.34 2.14 2.04 4/73 17239
/proc/meminfo: memFree=1011248/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=3672 CPUtime=0
/proc/17239/stat : 17239 (sugar) R 17237 17239 16912 0 -1 4194304 53 0 0 0 0 0 0 0 22 0 1 0 2002973622 3760128 38 996147200 4194304 4206940 548682068608 18446744073709551615 217049003401 0 0 4096 0 0 0 0 17 1 0 0
/proc/17239/statm: 918 38 29 3 0 8 0

[startup+0.057936 s]
/proc/loadavg: 2.34 2.14 2.04 4/73 17239
/proc/meminfo: memFree=1011248/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=0.04
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2002973622 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103427 s]
/proc/loadavg: 2.34 2.14 2.04 4/73 17239
/proc/meminfo: memFree=1011248/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=0.04
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002973622 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302677 s]
/proc/loadavg: 2.34 2.14 2.04 4/73 17239
/proc/meminfo: memFree=1011248/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=0.04
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002973622 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702757 s]
/proc/loadavg: 2.34 2.14 2.04 4/73 17239
/proc/meminfo: memFree=1011248/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=0.04
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002973622 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50191 s]
/proc/loadavg: 2.34 2.14 2.04 4/84 17251
/proc/meminfo: memFree=979288/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=0.04
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002973622 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 796 370 3 0 500 0
[pid=17242] ppid=17239 vsize=5356 CPUtime=0
/proc/17242/stat : 17242 (sh) S 17239 17239 16912 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2002973628 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17242/statm: 1339 233 193 169 0 50 0
[pid=17243] ppid=17242 vsize=864676 CPUtime=1.41
/proc/17243/stat : 17243 (java) S 17242 17239 16912 0 -1 0 13651 0 1 0 133 8 0 0 22 0 9 0 2002973628 885428224 11700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17243/statm: 216169 11700 2529 9 0 210751 0
[pid=17243/tid=17244] ppid=17242 vsize=864676 CPUtime=0.69
/proc/17243/task/17244/stat : 17244 (java) R 17242 17239 16912 0 -1 64 3007 0 1 0 67 2 0 0 25 0 9 0 2002973629 885428224 11700 996147200 134512640 134550740 4294956000 18446744073709551615 4126695624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17245] ppid=17242 vsize=864676 CPUtime=0.55
/proc/17243/task/17245/stat : 17245 (java) S 17242 17239 16912 0 -1 64 9425 0 0 0 50 5 0 0 17 0 9 0 2002973630 885428224 11700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17246] ppid=17242 vsize=864676 CPUtime=0
/proc/17243/task/17246/stat : 17246 (java) S 17242 17239 16912 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002973631 885428224 11700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17247] ppid=17242 vsize=864676 CPUtime=0
/proc/17243/task/17247/stat : 17247 (java) S 17242 17239 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002973631 885428224 11700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17248] ppid=17242 vsize=864676 CPUtime=0
/proc/17243/task/17248/stat : 17248 (java) S 17242 17239 16912 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002973633 885428224 11700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17249] ppid=17242 vsize=864676 CPUtime=0.15
/proc/17243/task/17249/stat : 17249 (java) S 17242 17239 16912 0 -1 64 519 0 0 0 15 0 0 0 16 0 9 0 2002973633 885428224 11700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17250] ppid=17242 vsize=864676 CPUtime=0
/proc/17243/task/17250/stat : 17250 (java) S 17242 17239 16912 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002973633 885428224 11700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17251] ppid=17242 vsize=864676 CPUtime=0
/proc/17243/task/17251/stat : 17251 (java) S 17242 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002973633 885428224 11700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10221 s]
/proc/loadavg: 2.39 2.15 2.05 3/84 17261
/proc/meminfo: memFree=999960/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=1.65
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 974 14265 0 1 3 1 151 10 15 0 1 0 2002973622 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002973792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=869448 CPUtime=1.37
/proc/17253/stat : 17253 (java) S 17252 17239 16912 0 -1 0 8928 0 1 0 129 8 0 0 18 0 9 0 2002973792 890314752 7908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217362 7908 2543 9 0 211937 0
[pid=17253/tid=17254] ppid=17252 vsize=869448 CPUtime=0.85
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 16912 0 -1 64 2708 0 1 0 83 2 0 0 20 0 9 0 2002973793 890314752 7908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=869448 CPUtime=0.29
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 16912 0 -1 64 4061 0 0 0 26 3 0 0 16 0 9 0 2002973795 890314752 7908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002973795 890314752 7908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 16912 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002973795 890314752 7908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002973797 890314752 7908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=869448 CPUtime=0.19
/proc/17253/task/17259/stat : 17259 (java) R 17252 17239 16912 0 -1 64 1461 0 0 0 18 1 0 0 16 0 9 0 2002973797 890314752 7908 996147200 134512640 134550740 4294955952 18446744073709551615 102023057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002973797 890314752 7908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 16912 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002973797 890314752 7908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 888404

[startup+6.30336 s]
/proc/loadavg: 2.39 2.15 2.05 3/84 17261
/proc/meminfo: memFree=981848/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=1.65
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 974 14265 0 1 3 1 151 10 16 0 1 0 2002973622 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002973792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=869448 CPUtime=4.53
/proc/17253/stat : 17253 (java) S 17252 17239 16912 0 -1 0 10709 0 1 0 441 12 0 0 18 0 9 0 2002973792 890314752 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217362 9349 2541 9 0 211937 0
[pid=17253/tid=17254] ppid=17252 vsize=869448 CPUtime=3.62
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 16912 0 -1 64 3064 0 1 0 359 3 0 0 25 0 9 0 2002973793 890314752 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=869448 CPUtime=0.63
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 16912 0 -1 64 5461 0 0 0 57 6 0 0 15 0 9 0 2002973795 890314752 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002973795 890314752 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 16912 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002973795 890314752 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002973797 890314752 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=869448 CPUtime=0.24
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 16912 0 -1 64 1486 0 0 0 23 1 0 0 15 0 9 0 2002973797 890314752 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002973797 890314752 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 16912 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002973797 890314752 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 888404

[startup+12.702 s]
/proc/loadavg: 2.33 2.14 2.05 3/84 17261
/proc/meminfo: memFree=969880/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=1.65
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 974 14265 0 1 3 1 151 10 16 0 1 0 2002973622 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002973792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=869448 CPUtime=10.85
/proc/17253/stat : 17253 (java) S 17252 17239 16912 0 -1 0 15181 0 1 0 1066 19 0 0 18 0 9 0 2002973792 890314752 12202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217362 12202 2541 9 0 211937 0
[pid=17253/tid=17254] ppid=17252 vsize=869448 CPUtime=9.24
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 16912 0 -1 64 3529 0 1 0 919 5 0 0 25 0 9 0 2002973793 890314752 12202 996147200 134512640 134550740 4294955952 18446744073709551615 4126576588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=869448 CPUtime=1.34
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 16912 0 -1 64 9466 0 0 0 122 12 0 0 16 0 9 0 2002973795 890314752 12202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002973795 890314752 12202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 16912 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002973795 890314752 12202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002973797 890314752 12202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=869448 CPUtime=0.24
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 16912 0 -1 64 1488 0 0 0 23 1 0 0 15 0 9 0 2002973797 890314752 12202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002973797 890314752 12202 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 16912 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002973797 890314752 12202 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) 888404

[startup+25.5025 s]
/proc/loadavg: 2.28 2.14 2.05 3/84 17261
/proc/meminfo: memFree=944344/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=1.65
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 974 14265 0 1 3 1 151 10 16 0 1 0 2002973622 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002973792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=869448 CPUtime=23.49
/proc/17253/stat : 17253 (java) S 17252 17239 16912 0 -1 0 23419 0 1 0 2318 31 0 0 18 0 9 0 2002973792 890314752 18421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217362 18421 2541 9 0 211937 0
[pid=17253/tid=17254] ppid=17252 vsize=869448 CPUtime=20.62
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 16912 0 -1 64 4169 0 1 0 2055 7 0 0 25 0 9 0 2002973793 890314752 18421 996147200 134512640 134550740 4294955952 18446744073709551615 4126566880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=869448 CPUtime=2.6
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 16912 0 -1 64 17057 0 0 0 239 21 0 0 16 0 9 0 2002973795 890314752 18421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002973795 890314752 18421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=869448 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 16912 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002973795 890314752 18421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17253/tid=17259] ppid=17252 vsize=869560 CPUtime=0.35
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 16912 0 -1 64 1546 0 0 0 34 1 0 0 16 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 16912 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 632.73
Current children cumulated vsize (KiB) 888516

[startup+702.303 s]
/proc/loadavg: 2.49 2.76 2.43 4/84 17263
/proc/meminfo: memFree=15192/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=1.65
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 974 14265 0 1 3 1 151 10 16 0 1 0 2002973622 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002973792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=869560 CPUtime=689.88
/proc/17253/stat : 17253 (java) S 17252 17239 16912 0 -1 0 49214 0 1 0 67701 1287 0 0 18 0 9 0 2002973792 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217390 35877 2566 9 0 211937 0
[pid=17253/tid=17254] ppid=17252 vsize=869560 CPUtime=679.62
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 16912 0 -1 64 10084 0 1 0 66750 1212 0 0 25 0 9 0 2002973793 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=869560 CPUtime=9.86
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 16912 0 -1 64 36886 0 0 0 915 71 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 16912 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=869560 CPUtime=0.35
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 16912 0 -1 64 1546 0 0 0 34 1 0 0 16 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 16912 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 691.53
Current children cumulated vsize (KiB) 888516

[startup+762.307 s]
/proc/loadavg: 2.29 2.65 2.41 3/84 17263
/proc/meminfo: memFree=15064/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=1.65
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 974 14265 0 1 3 1 151 10 16 0 1 0 2002973622 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002973792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=869560 CPUtime=748.76
/proc/17253/stat : 17253 (java) S 17252 17239 16912 0 -1 0 49738 0 1 0 73438 1438 0 0 18 0 9 0 2002973792 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217390 35877 2566 9 0 211937 0
[pid=17253/tid=17254] ppid=17252 vsize=869560 CPUtime=738.11
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 16912 0 -1 64 10608 0 1 0 72451 1360 0 0 25 0 9 0 2002973793 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4126638112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=869560 CPUtime=10.26
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 16912 0 -1 64 36886 0 0 0 951 75 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 16912 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=869560 CPUtime=0.35
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 16912 0 -1 64 1546 0 0 0 34 1 0 0 16 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 16912 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 750.41
Current children cumulated vsize (KiB) 888516

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

[startup+767.902 s]
/proc/loadavg: 2.27 2.64 2.41 3/84 17263
/proc/meminfo: memFree=15704/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=1.65
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 974 14265 0 1 3 1 151 10 16 0 1 0 2002973622 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002973792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=869560 CPUtime=754.25
/proc/17253/stat : 17253 (java) S 17252 17239 16912 0 -1 0 49790 0 1 0 73969 1456 0 0 18 0 9 0 2002973792 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217390 35877 2566 9 0 211937 0
[pid=17253/tid=17254] ppid=17252 vsize=869560 CPUtime=743.55
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 16912 0 -1 64 10660 0 1 0 72978 1377 0 0 25 0 9 0 2002973793 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4127021241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=869560 CPUtime=10.3
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 16912 0 -1 64 36886 0 0 0 955 75 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 16912 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=869560 CPUtime=0.35
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 16912 0 -1 64 1546 0 0 0 34 1 0 0 16 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 16912 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 755.9
Current children cumulated vsize (KiB) 888516

[startup+774.302 s]
/proc/loadavg: 2.25 2.62 2.41 3/84 17263
/proc/meminfo: memFree=15640/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=1.65
/proc/17239/stat : 17239 (sugar) S 17237 17239 16912 0 -1 4194304 974 14265 0 1 3 1 151 10 16 0 1 0 2002973622 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 16912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002973792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=869560 CPUtime=760.55
/proc/17253/stat : 17253 (java) S 17252 17239 16912 0 -1 0 49846 0 1 0 74584 1471 0 0 18 0 9 0 2002973792 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217390 35877 2566 9 0 211937 0
[pid=17253/tid=17254] ppid=17252 vsize=869560 CPUtime=749.8
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 16912 0 -1 64 10716 0 1 0 73589 1391 0 0 25 0 9 0 2002973793 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4127028611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=869560 CPUtime=10.35
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 16912 0 -1 64 36886 0 0 0 959 76 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 16912 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002973795 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=869560 CPUtime=0.35
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 16912 0 -1 64 1546 0 0 0 34 1 0 0 16 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 16912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=869560 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 16912 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002973797 890429440 35877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 762.2
Current children cumulated vsize (KiB) 888516

[startup+777.501 s]
/proc/loadavg: 2.23 2.61 2.41 3/74 17263
/proc/meminfo: memFree=867688/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=764.67
/proc/17239/stat : 17239 (sugar) D 17237 17239 16912 0 -1 4194304 996 64424 0 2 4 70 74904 1489 18 0 1 0 2002973622 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/17239/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 764.67
Current children cumulated vsize (KiB) 13600

[startup+778.302 s]
/proc/loadavg: 2.23 2.61 2.41 2/74 17263
/proc/meminfo: memFree=1586920/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=764.78
/proc/17239/stat : 17239 (sugar) D 17237 17239 16912 0 -1 4194304 996 64424 0 2 4 81 74904 1489 18 0 1 0 2002973622 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17239/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 764.78
Current children cumulated vsize (KiB) 13600

[startup+778.701 s]
/proc/loadavg: 2.23 2.61 2.41 2/74 17263
/proc/meminfo: memFree=1590504/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=764.8
/proc/17239/stat : 17239 (sugar) R 17237 17239 16912 0 -1 4194304 996 64424 0 2 4 83 74904 1489 18 0 1 0 2002973622 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17239/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 764.8
Current children cumulated vsize (KiB) 13600

[startup+779.101 s]
/proc/loadavg: 2.23 2.61 2.41 2/74 17263
/proc/meminfo: memFree=1590504/2055920 swapFree=4180500/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=764.82
/proc/17239/stat : 17239 (sugar) D 17237 17239 16912 0 -1 4194304 996 64424 0 2 4 85 74904 1489 18 0 1 0 2002973622 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17239/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 764.82
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 779.187
CPU time (s): 764.841
CPU user time (s): 749.085
CPU system time (s): 15.7556
CPU usage (%): 98.1588
Max. virtual memory (cumulated for all children) (KiB): 893532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 749.085
system time used= 15.7556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65450
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= 63854
involuntary context switches= 81248

runsolver used 1.18382 second user time and 3.02954 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 08:40:22
IDJOB=1086570
IDBENCH=57842
IDSOLVER=346
FILE ID=node59/1086570-1215240022
PBS_JOBID= 7881968
Free space on /tmp= 66432 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fb81abe9ad9e3c26d2d93322f7bc814c
RANDOM SEED=1537923852

node59.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.261
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.261
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:       1011792 kB
Buffers:         32428 kB
Cached:         583064 kB
SwapCached:       6572 kB
Active:         575824 kB
Inactive:       411960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1011792 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            4644 kB
Writeback:           0 kB
Mapped:         380048 kB
Slab:            40728 kB
Committed_AS:  4433952 kB
PageTables:       2688 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= 66432 MiB
End job on node59 at 2008-07-05 08:53:22