Trace number 1055812

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+minisatSAT 79.5879 80.3214

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-2_ext.xml
MD5SUM6dde6150236428d4e0ea87604c5991eb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.497923
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
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 Thu Jul  3 06:46:04 2008
0.00/0.05	c 0	PID 17688
0.03/0.05	c 0	HOST node41.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1055812-1215060364.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1055812-1215060364.xml' 'HOME/temp.csp'
0.04/0.41	c 1	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.04/0.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.42	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'
0.39/0.55	c 1	Parsing HOME/temp.csp
0.39/0.76	c 1	parsed 319 expressions
0.39/0.76	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.76	c 1	Converting to clausal form CSP
0.39/0.78	c 1	converted 32 (10%) expressions
0.39/0.79	c 1	converted 64 (20%) expressions
0.39/0.81	c 1	converted 96 (30%) expressions
0.39/0.82	c 1	converted 128 (40%) expressions
0.39/0.82	c 1	converted 160 (50%) expressions
0.39/0.82	c 1	converted 192 (60%) expressions
0.39/0.82	c 1	converted 224 (70%) expressions
0.39/0.83	c 1	converted 256 (80%) expressions
0.39/0.83	c 1	converted 288 (90%) expressions
2.58/2.77	c 3	converted 319 (100%) expressions
2.58/2.77	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.58/2.77	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.58/2.78	c 3	Propagation in CSP
2.58/2.78	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.58/2.78	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.58/2.78	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.58/2.78	c 3	Simplifing CSP by introducing new Boolean variables
2.58/2.78	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.58/2.78	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.88/3.06	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.88/3.08	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
2.88/3.09	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
2.88/3.09	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
2.88/3.09	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
2.98/3.10	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
2.98/3.10	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
2.98/3.11	c 3	43 (70%) CSP integer variables are encoded (20877 clauses, 291053 bytes)
2.98/3.11	c 3	49 (80%) CSP integer variables are encoded (21951 clauses, 307163 bytes)
2.98/3.11	c 3	55 (90%) CSP integer variables are encoded (23025 clauses, 323273 bytes)
2.98/3.11	c 3	61 (100%) CSP integer variables are encoded (23741 clauses, 334013 bytes)
2.98/3.16	c 3	23 (10%) CSP clauses are encoded (24239 clauses, 343337 bytes)
2.98/3.18	c 4	46 (20%) CSP clauses are encoded (24716 clauses, 354435 bytes)
2.98/3.19	c 4	69 (30%) CSP clauses are encoded (25195 clauses, 365764 bytes)
3.07/3.21	c 4	92 (40%) CSP clauses are encoded (25692 clauses, 377293 bytes)
3.07/3.23	c 4	115 (50%) CSP clauses are encoded (26171 clauses, 388655 bytes)
3.07/3.24	c 4	138 (60%) CSP clauses are encoded (26667 clauses, 400268 bytes)
3.07/3.27	c 4	161 (70%) CSP clauses are encoded (27164 clauses, 412317 bytes)
3.07/3.29	c 4	184 (80%) CSP clauses are encoded (27679 clauses, 425313 bytes)
3.17/3.32	c 4	207 (90%) CSP clauses are encoded (28212 clauses, 438576 bytes)
59.49/60.27	c 61	230 (100%) CSP clauses are encoded (654189 clauses, 21045429 bytes)
59.49/60.27	c 61	230 CSP clauses encoded
59.49/60.27	c 61	Writing map file : HOME/temp.map
59.49/60.27	c 61	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
59.49/60.27	c 61	SAT : 23800 SAT variables, 654189 SAT clauses, 21045429 bytes
59.49/60.27	c 61	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
59.57/60.31	c 61	SOLVING HOME/temp.cnf
59.57/60.31	c 61	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
59.57/60.32	c 61	This is MiniSat 2.0 beta
59.57/60.32	c 61	WARNING: for repeatability, setting FPU to use double precision
59.57/60.32	c 61	============================[ Problem Statistics ]=============================
59.57/60.32	c 61	|                                                                             |
59.57/60.32	c 61	|  Number of variables:  23800                                                |
59.57/60.32	c 61	|  Number of clauses:    654189                                               |
59.96/60.73	c 61	|  Parsing time:         0.35         s                                       |
59.96/60.77	c 61	============================[ Search Statistics ]==============================
59.96/60.77	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.96/60.77	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.96/60.77	c 61	===============================================================================
59.96/60.77	c 61	|         0 |   22795   635969  3068235 |   211989        0    nan |  0.000 % |
60.17/60.94	c 61	|       100 |   22459   635969  3068235 |   233188       83      6 | 28.710 % |
60.27/61.10	c 61	|       251 |   22441   635969  3068235 |   256507      226      8 | 36.315 % |
60.47/61.29	c 62	|       477 |   22405   635969  3068235 |   282158      401      7 | 65.332 % |
60.67/61.48	c 62	|       814 |   22361   635969  3068235 |   310374      714      7 | 69.092 % |
60.97/61.78	c 62	|      1327 |   22324   635969  3068235 |   341411     1203      8 | 73.450 % |
61.36/62.13	c 62	|      2086 |   22308   635969  3068235 |   375552     1950      8 | 74.298 % |
61.87/62.67	c 63	|      3225 |   22232   635969  3068235 |   413107     3054      9 | 75.176 % |
63.36/64.11	c 64	|      4933 |   22001   635969  3068235 |   454418     4731     11 | 76.172 % |
66.26/67.09	c 67	|      7496 |   18882   635969  3068235 |   499860     7285     12 | 76.349 % |
70.67/71.42	c 72	|     11340 |   18711   635969  3068235 |   549846    11112     17 | 77.403 % |
76.66/77.46	c 78	|     17106 |    5343   396427  1939805 |   604831    14185     21 | 78.706 % |
79.16/79.98	c 80	===============================================================================
79.16/79.98	c 80	restarts              : 12
79.16/79.98	c 80	conflicts             : 19523          (997 /sec)
79.16/79.98	c 80	decisions             : 34567          (0.56 % random) (1766 /sec)
79.16/79.98	c 80	propagations          : 5245099        (267962 /sec)
79.16/79.98	c 80	conflict literals     : 391940         (49.73 % deleted)
79.16/79.98	c 80	Memory used           : 37.02 MB
79.16/79.98	c 80	CPU time              : 19.574 s
79.16/79.98	c 80	
79.16/79.99	c 80	SATISFIABLE
79.16/79.99	c 80	DECODING HOME/temp.out WITH HOME/temp.map
79.16/79.99	c 80	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
79.26/80.08	c 80	Decoding HOME/temp.out
79.45/80.29	s SATISFIABLE
79.45/80.29	v 9 14 8 15 11 9 12 7 10 2 13 10 6 22 4 13 18 2 14 17 2 2 1 0 15 14 7 1 16 5 20 14 5 5 19 13 3 9 17 6 29 38 45 47 57 79 92 94 111 113 113 127 128 133 147 152 165 174 180 180 0
79.45/80.30	c 81	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
79.53/80.32	c 81	CPU 78.99 (0.03 0.01 78.96 0.55)
79.53/80.32	c 81	END Thu Jul  3 06:47:25 2008

Verifier Data (download as text)

OK

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-1055812-1215060364/watcher-1055812-1215060364 -o /tmp/evaluation-result-1055812-1215060364/solver-1055812-1215060364 -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-1055812-1215060364.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.13 2.10 2.02 4/81 17688
/proc/meminfo: memFree=1773016/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=12268 CPUtime=0
/proc/17688/stat : 17688 (sugar) R 17686 17688 16274 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1985009437 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17688/statm: 3067 316 241 3 0 167 0

[startup+0.0509559 s]
/proc/loadavg: 2.13 2.10 2.02 4/81 17688
/proc/meminfo: memFree=1773016/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=0.03
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1985009437 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17688/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102093 s]
/proc/loadavg: 2.13 2.10 2.02 4/81 17688
/proc/meminfo: memFree=1773016/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=0.04
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985009437 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17688/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301115 s]
/proc/loadavg: 2.13 2.10 2.02 4/81 17688
/proc/meminfo: memFree=1773016/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=0.04
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985009437 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17688/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701147 s]
/proc/loadavg: 2.13 2.10 2.02 4/81 17688
/proc/meminfo: memFree=1773016/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=0.39
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 973 6516 0 1 3 1 31 4 15 0 1 0 1985009437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17688/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50222 s]
/proc/loadavg: 2.13 2.10 2.02 3/92 17710
/proc/meminfo: memFree=1756416/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=0.39
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 973 6516 0 1 3 1 31 4 15 0 1 0 1985009437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17688/statm: 3400 797 370 3 0 500 0
[pid=17701] ppid=17688 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (sh) S 17688 17688 16274 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985009480 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17701/statm: 1339 233 193 169 0 50 0
[pid=17702] ppid=17701 vsize=864144 CPUtime=1
/proc/17702/stat : 17702 (java) S 17701 17688 16274 0 -1 0 10383 0 1 0 94 6 0 0 19 0 9 0 1985009480 884883456 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 216036 9380 2540 9 0 210611 0
[pid=17702/tid=17703] ppid=17701 vsize=864144 CPUtime=0.45
/proc/17702/task/17703/stat : 17703 (java) R 17701 17688 16274 0 -1 64 2743 0 1 0 44 1 0 0 23 0 9 0 1985009481 884883456 9380 996147200 134512640 134550740 4294955952 18446744073709551615 103214697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17701 vsize=864144 CPUtime=0.45
/proc/17702/task/17704/stat : 17704 (java) S 17701 17688 16274 0 -1 64 6612 0 0 0 42 3 0 0 17 0 9 0 1985009486 884883456 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17701 vsize=864144 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17701 17688 16274 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985009486 884883456 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17701 vsize=864144 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17701 17688 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985009486 884883456 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17701 vsize=864144 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985009488 884883456 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17701 vsize=864144 CPUtime=0.07
/proc/17702/task/17708/stat : 17708 (java) S 17701 17688 16274 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1985009488 884883456 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17701 vsize=864144 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985009488 884883456 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17701 vsize=864144 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17701 17688 16274 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985009488 884883456 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883100

[startup+3.10235 s]
/proc/loadavg: 2.13 2.10 2.02 4/92 17710
/proc/meminfo: memFree=1727424/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=0.39
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 974 6516 0 1 3 1 31 4 15 0 1 0 1985009437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17688/statm: 3400 797 370 3 0 500 0
[pid=17701] ppid=17688 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (sh) S 17688 17688 16274 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985009480 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17701/statm: 1339 233 193 169 0 50 0
[pid=17702] ppid=17701 vsize=864256 CPUtime=2.59
/proc/17702/stat : 17702 (java) S 17701 17688 16274 0 -1 0 18627 0 1 0 248 11 0 0 19 0 9 0 1985009480 884998144 17395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 216064 17395 2564 9 0 210611 0
[pid=17702/tid=17703] ppid=17701 vsize=864256 CPUtime=0.87
/proc/17702/task/17703/stat : 17703 (java) R 17701 17688 16274 0 -1 64 3327 0 1 0 85 2 0 0 18 0 9 0 1985009481 884998144 17395 996147200 134512640 134550740 4294955952 18446744073709551615 4126561015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17701 vsize=864256 CPUtime=1.62
/proc/17702/task/17704/stat : 17704 (java) S 17701 17688 16274 0 -1 64 14266 0 0 0 154 8 0 0 19 0 9 0 1985009486 884998144 17395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17701 17688 16274 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985009486 884998144 17395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17701 17688 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985009486 884998144 17395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985009488 884998144 17395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17701 vsize=864256 CPUtime=0.08
/proc/17702/task/17708/stat : 17708 (java) S 17701 17688 16274 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1985009488 884998144 17395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985009488 884998144 17395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17701 17688 16274 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985009488 884998144 17395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883212

[startup+6.30263 s]
/proc/loadavg: 2.12 2.10 2.02 3/92 17710
/proc/meminfo: memFree=1707584/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=0.39
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 974 6516 0 1 3 1 31 4 15 0 1 0 1985009437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17688/statm: 3400 797 370 3 0 500 0
[pid=17701] ppid=17688 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (sh) S 17688 17688 16274 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985009480 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17701/statm: 1339 233 193 169 0 50 0
[pid=17702] ppid=17701 vsize=864256 CPUtime=5.75
/proc/17702/stat : 17702 (java) S 17701 17688 16274 0 -1 0 19476 0 1 0 563 12 0 0 19 0 9 0 1985009480 884998144 18199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 216064 18199 2564 9 0 210611 0
[pid=17702/tid=17703] ppid=17701 vsize=864256 CPUtime=3.91
/proc/17702/task/17703/stat : 17703 (java) R 17701 17688 16274 0 -1 64 3380 0 1 0 389 2 0 0 25 0 9 0 1985009481 884998144 18199 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17701 vsize=864256 CPUtime=1.71
/proc/17702/task/17704/stat : 17704 (java) S 17701 17688 16274 0 -1 64 15047 0 0 0 163 8 0 0 16 0 9 0 1985009486 884998144 18199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17701 17688 16274 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985009486 884998144 18199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17701 17688 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985009486 884998144 18199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985009488 884998144 18199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17701 vsize=864256 CPUtime=0.1
/proc/17702/task/17708/stat : 17708 (java) S 17701 17688 16274 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 1985009488 884998144 18199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985009488 884998144 18199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17701 17688 16274 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985009488 884998144 18199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883212

[startup+12.7022 s]
/proc/loadavg: 2.19 2.12 2.03 3/92 17710
/proc/meminfo: memFree=1700992/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=0.39
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 974 6516 0 1 3 1 31 4 15 0 1 0 1985009437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17688/statm: 3400 797 370 3 0 500 0
[pid=17701] ppid=17688 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (sh) S 17688 17688 16274 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985009480 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17701/statm: 1339 233 193 169 0 50 0
[pid=17702] ppid=17701 vsize=864256 CPUtime=12.09
/proc/17702/stat : 17702 (java) S 17701 17688 16274 0 -1 0 20691 0 1 0 1195 14 0 0 19 0 9 0 1985009480 884998144 19346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 216064 19346 2564 9 0 210611 0
[pid=17702/tid=17703] ppid=17701 vsize=864256 CPUtime=10.07
/proc/17702/task/17703/stat : 17703 (java) R 17701 17688 16274 0 -1 64 3448 0 1 0 1004 3 0 0 25 0 9 0 1985009481 884998144 19346 996147200 134512640 134550740 4294955952 18446744073709551615 4126568552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17701 vsize=864256 CPUtime=1.88
/proc/17702/task/17704/stat : 17704 (java) S 17701 17688 16274 0 -1 64 16194 0 0 0 179 9 0 0 16 0 9 0 1985009486 884998144 19346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17701 17688 16274 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985009486 884998144 19346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17701 17688 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985009486 884998144 19346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985009488 884998144 19346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17701 vsize=864256 CPUtime=0.1
/proc/17702/task/17708/stat : 17708 (java) S 17701 17688 16274 0 -1 64 357 0 0 0 10 0 0 0 17 0 9 0 1985009488 884998144 19346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985009488 884998144 19346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17701 17688 16274 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985009488 884998144 19346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883212

[startup+25.5013 s]
/proc/loadavg: 2.15 2.11 2.03 3/92 17710
/proc/meminfo: memFree=1684416/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=0.39
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 974 6516 0 1 3 1 31 4 15 0 1 0 1985009437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17688/statm: 3400 797 370 3 0 500 0
[pid=17701] ppid=17688 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (sh) S 17688 17688 16274 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985009480 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17701/statm: 1339 233 193 169 0 50 0
[pid=17702] ppid=17701 vsize=864256 CPUtime=24.75
/proc/17702/stat : 17702 (java) S 17701 17688 16274 0 -1 0 23541 0 1 0 2455 20 0 0 19 0 9 0 1985009480 884998144 22031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 216064 22031 2564 9 0 210611 0
[pid=17702/tid=17703] ppid=17701 vsize=864256 CPUtime=22.29
/proc/17702/task/17703/stat : 17703 (java) R 17701 17688 16274 0 -1 64 3613 0 1 0 2222 7 0 0 25 0 9 0 1985009481 884998144 22031 996147200 134512640 134550740 4294955952 18446744073709551615 4125952098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17701 vsize=864256 CPUtime=2.32
/proc/17702/task/17704/stat : 17704 (java) S 17701 17688 16274 0 -1 64 18875 0 0 0 220 12 0 0 15 0 9 0 1985009486 884998144 22031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17701 17688 16274 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985009486 884998144 22031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17701 17688 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985009486 884998144 22031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985009488 884998144 22031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17701 vsize=864256 CPUtime=0.11
/proc/17702/task/17708/stat : 17708 (java) S 17701 17688 16274 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1985009488 884998144 22031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985009488 884998144 22031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17701 vsize=864256 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17701 17688 16274 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985009488 884998144 22031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 883212

[startup+51.1016 s]
/proc/loadavg: 2.10 2.10 2.02 3/92 17710
/proc/meminfo: memFree=1660544/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=0.39
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 974 6516 0 1 3 1 31 4 15 0 1 0 1985009437 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17688/statm: 3400 797 370 3 0 500 0
[pid=17701] ppid=17688 vsize=5356 CPUtime=0
/proc/17701/stat : 17701 (sh) S 17688 17688 16274 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985009480 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17701/statm: 1339 233 193 169 0 50 0
[pid=17702] ppid=17701 vsize=864380 CPUtime=50.09
/proc/17702/stat : 17702 (java) S 17701 17688 16274 0 -1 0 32633 0 1 0 4975 34 0 0 19 0 9 0 1985009480 885125120 25741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 216095 25741 2564 9 0 210642 0
[pid=17702/tid=17703] ppid=17701 vsize=864380 CPUtime=46.35
/proc/17702/task/17703/stat : 17703 (java) R 17701 17688 16274 0 -1 64 3933 0 1 0 4622 13 0 0 25 0 9 0 1985009481 885125120 25741 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17701 vsize=864380 CPUtime=3.58
/proc/17702/task/17704/stat : 17704 (java) S 17701 17688 16274 0 -1 64 27645 0 0 0 340 18 0 0 16 0 9 0 1985009486 885125120 25741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17701 vsize=864380 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17701 17688 16274 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985009486 885125120 25741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17701 vsize=864380 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17701 17688 16274 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985009486 885125120 25741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17701 vsize=864380 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985009488 885125120 25741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17701 vsize=864380 CPUtime=0.12
/proc/17702/task/17708/stat : 17708 (java) S 17701 17688 16274 0 -1 64 363 0 0 0 12 0 0 0 16 0 9 0 1985009488 885125120 25741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17701 vsize=864380 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17701 17688 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985009488 885125120 25741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17701 vsize=864380 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17701 17688 16274 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985009488 885125120 25741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 883336

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

[startup+63.9017 s]
/proc/loadavg: 2.08 2.10 2.02 3/84 17712
/proc/meminfo: memFree=1713216/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=59.6
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 1031 39569 0 2 3 1 5912 44 15 0 1 0 1985009437 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17688/statm: 3400 798 370 3 0 500 0
[pid=17711] ppid=17688 vsize=5356 CPUtime=0
/proc/17711/stat : 17711 (sh) S 17688 17688 16274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985015468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17711/statm: 1339 232 193 169 0 50 0
[pid=17712] ppid=17711 vsize=36792 CPUtime=3.56
/proc/17712/stat : 17712 (minisat) R 17711 17688 16274 0 -1 4194304 9001 0 0 0 350 6 0 0 25 0 1 0 1985015469 37675008 8987 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/17712/statm: 9198 8987 75 150 0 9045 0
Current children cumulated CPU time (s) 63.16
Current children cumulated vsize (KiB) 55748

[startup+70.3013 s]
/proc/loadavg: 2.07 2.09 2.02 3/84 17712
/proc/meminfo: memFree=1712448/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=59.6
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 1031 39569 0 2 3 1 5912 44 16 0 1 0 1985009437 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17688/statm: 3400 798 370 3 0 500 0
[pid=17711] ppid=17688 vsize=5356 CPUtime=0
/proc/17711/stat : 17711 (sh) S 17688 17688 16274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985015468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17711/statm: 1339 232 193 169 0 50 0
[pid=17712] ppid=17711 vsize=37456 CPUtime=9.97
/proc/17712/stat : 17712 (minisat) R 17711 17688 16274 0 -1 4194304 9191 0 0 0 990 7 0 0 25 0 1 0 1985015469 38354944 9177 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17712/statm: 9364 9177 75 150 0 9211 0
Current children cumulated CPU time (s) 69.57
Current children cumulated vsize (KiB) 56412

[startup+76.7019 s]
/proc/loadavg: 2.06 2.09 2.02 3/84 17712
/proc/meminfo: memFree=1712064/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=59.6
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 1031 39569 0 2 3 1 5912 44 16 0 1 0 1985009437 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17688/statm: 3400 798 370 3 0 500 0
[pid=17711] ppid=17688 vsize=5356 CPUtime=0
/proc/17711/stat : 17711 (sh) S 17688 17688 16274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985015468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17711/statm: 1339 232 193 169 0 50 0
[pid=17712] ppid=17711 vsize=37908 CPUtime=16.36
/proc/17712/stat : 17712 (minisat) R 17711 17688 16274 0 -1 4194304 9273 0 0 0 1629 7 0 0 25 0 1 0 1985015469 38817792 9259 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17712/statm: 9477 9259 75 150 0 9324 0
Current children cumulated CPU time (s) 75.96
Current children cumulated vsize (KiB) 56864

[startup+78.302 s]
/proc/loadavg: 2.06 2.09 2.02 3/84 17712
/proc/meminfo: memFree=1712064/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=59.6
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 1031 39569 0 2 3 1 5912 44 16 0 1 0 1985009437 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17688/statm: 3400 798 370 3 0 500 0
[pid=17711] ppid=17688 vsize=5356 CPUtime=0
/proc/17711/stat : 17711 (sh) S 17688 17688 16274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985015468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17711/statm: 1339 232 193 169 0 50 0
[pid=17712] ppid=17711 vsize=37908 CPUtime=17.96
/proc/17712/stat : 17712 (minisat) R 17711 17688 16274 0 -1 4194304 9274 0 0 0 1789 7 0 0 25 0 1 0 1985015469 38817792 9260 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17712/statm: 9477 9260 75 150 0 9324 0
Current children cumulated CPU time (s) 77.56
Current children cumulated vsize (KiB) 56864

[startup+79.1011 s]
/proc/loadavg: 2.06 2.09 2.02 3/84 17712
/proc/meminfo: memFree=1712064/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=59.6
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 1031 39569 0 2 3 1 5912 44 16 0 1 0 1985009437 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17688/statm: 3400 798 370 3 0 500 0
[pid=17711] ppid=17688 vsize=5356 CPUtime=0
/proc/17711/stat : 17711 (sh) S 17688 17688 16274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985015468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17711/statm: 1339 232 193 169 0 50 0
[pid=17712] ppid=17711 vsize=37908 CPUtime=18.76
/proc/17712/stat : 17712 (minisat) R 17711 17688 16274 0 -1 4194304 9275 0 0 0 1869 7 0 0 25 0 1 0 1985015469 38817792 9261 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17712/statm: 9477 9261 75 150 0 9324 0
Current children cumulated CPU time (s) 78.36
Current children cumulated vsize (KiB) 56864

[startup+79.9011 s]
/proc/loadavg: 2.06 2.09 2.02 3/84 17712
/proc/meminfo: memFree=1712064/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=59.6
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 1031 39569 0 2 3 1 5912 44 16 0 1 0 1985009437 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17688/statm: 3400 798 370 3 0 500 0
[pid=17711] ppid=17688 vsize=5356 CPUtime=0
/proc/17711/stat : 17711 (sh) S 17688 17688 16274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985015468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17711/statm: 1339 232 193 169 0 50 0
[pid=17712] ppid=17711 vsize=37908 CPUtime=19.56
/proc/17712/stat : 17712 (minisat) R 17711 17688 16274 0 -1 4194304 9276 0 0 0 1949 7 0 0 25 0 1 0 1985015469 38817792 9262 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17712/statm: 9477 9262 75 150 0 9324 0
Current children cumulated CPU time (s) 79.16
Current children cumulated vsize (KiB) 56864

[startup+80.3072 s]
/proc/loadavg: 2.06 2.09 2.02 4/92 17722
/proc/meminfo: memFree=1744064/2055920 swapFree=4180688/4192956
[pid=17688] ppid=17686 vsize=13600 CPUtime=79.26
/proc/17688/stat : 17688 (sugar) S 17686 17688 16274 0 -1 4194304 1090 49146 0 2 3 1 7870 52 15 0 1 0 1985009437 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17688/statm: 3400 798 370 3 0 500 0
[pid=17713] ppid=17688 vsize=5356 CPUtime=0
/proc/17713/stat : 17713 (sh) S 17688 17688 16274 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985017437 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17713/statm: 1339 233 193 169 0 50 0
[pid=17714] ppid=17713 vsize=0 CPUtime=0.27
/proc/17714/stat : 17714 (java) Z 17713 17688 16274 0 -1 12 3423 0 1 0 25 2 0 0 16 0 3 0 1985017437 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17714/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 79.53
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 80.3214
CPU time (s): 79.5879
CPU user time (s): 79.001
CPU system time (s): 0.58691
CPU usage (%): 99.0868
Max. virtual memory (cumulated for all children) (KiB): 893584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.001
system time used= 0.58691
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54001
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7939
involuntary context switches= 10083

runsolver used 0.115982 second user time and 0.301954 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-03 06:46:04
IDJOB=1055812
IDBENCH=56972
IDSOLVER=346
FILE ID=node41/1055812-1215060364
PBS_JOBID= 7875210
Free space on /tmp= 66192 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-2_ext.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-1055812-1215060364/watcher-1055812-1215060364 -o /tmp/evaluation-result-1055812-1215060364/solver-1055812-1215060364 -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-1055812-1215060364.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6dde6150236428d4e0ea87604c5991eb
RANDOM SEED=502175761

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1773496 kB
Buffers:         15348 kB
Cached:         110196 kB
SwapCached:       6172 kB
Active:         196148 kB
Inactive:        28132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773496 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:         115128 kB
Slab:            43352 kB
Committed_AS:  4204424 kB
PageTables:       1968 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= 66192 MiB
End job on node41 at 2008-07-03 06:47:25