Trace number 1051542

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 67.0668 67.4542

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-54_ext.xml
MD5SUM5595f8aff8e667477c35af26f6ef9eca
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.511921
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 04:58:35 2008
0.00/0.04	c 0	PID 27825
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051542-1215053915.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051542-1215053915.xml' 'HOME/temp.csp'
0.03/0.55	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.03/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.56	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.64	c 1	Parsing HOME/temp.csp
0.54/0.82	c 1	parsed 459 expressions
0.54/0.82	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.82	c 1	Converting to clausal form CSP
0.54/0.85	c 1	converted 46 (10%) expressions
0.54/0.86	c 1	converted 92 (20%) expressions
0.54/0.87	c 1	converted 138 (30%) expressions
0.54/0.87	c 1	converted 184 (40%) expressions
0.54/0.88	c 1	converted 230 (50%) expressions
0.54/0.89	c 1	converted 276 (60%) expressions
0.54/0.89	c 1	converted 322 (70%) expressions
0.54/0.89	c 1	converted 368 (80%) expressions
0.54/0.90	c 1	converted 414 (90%) expressions
1.96/2.09	c 2	converted 459 (100%) expressions
1.96/2.09	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.96/2.09	c 2	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.96/2.09	c 2	Propagation in CSP
1.96/2.09	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.96/2.09	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.96/2.09	c 2	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.96/2.09	c 2	Simplifing CSP by introducing new Boolean variables
1.96/2.10	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.96/2.10	c 2	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.25/2.30	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.25/2.33	c 2	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.25/2.33	c 2	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.25/2.33	c 2	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.25/2.34	c 2	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.25/2.35	c 2	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.25/2.35	c 2	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.25/2.35	c 2	54 (70%) CSP integer variables are encoded (26094 clauses, 369308 bytes)
2.25/2.36	c 2	61 (80%) CSP integer variables are encoded (27046 clauses, 383588 bytes)
2.25/2.36	c 2	69 (90%) CSP integer variables are encoded (28134 clauses, 399908 bytes)
2.25/2.36	c 2	76 (100%) CSP integer variables are encoded (28814 clauses, 410108 bytes)
2.35/2.42	c 2	35 (10%) CSP clauses are encoded (29737 clauses, 428653 bytes)
2.35/2.44	c 2	70 (20%) CSP clauses are encoded (30635 clauses, 450456 bytes)
2.35/2.46	c 2	105 (30%) CSP clauses are encoded (31554 clauses, 472249 bytes)
2.35/2.48	c 2	140 (40%) CSP clauses are encoded (32475 clauses, 494272 bytes)
2.45/2.51	c 2	175 (50%) CSP clauses are encoded (33397 clauses, 516498 bytes)
2.45/2.54	c 2	210 (60%) CSP clauses are encoded (34318 clauses, 539194 bytes)
2.45/2.56	c 3	245 (70%) CSP clauses are encoded (35240 clauses, 563424 bytes)
2.45/2.59	c 3	280 (80%) CSP clauses are encoded (36187 clauses, 588024 bytes)
2.55/2.64	c 3	315 (90%) CSP clauses are encoded (37178 clauses, 613194 bytes)
35.18/35.44	c 35	350 (100%) CSP clauses are encoded (497869 clauses, 15838777 bytes)
35.18/35.45	c 35	350 CSP clauses encoded
35.18/35.45	c 35	Writing map file : HOME/temp.map
35.18/35.45	c 35	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.18/35.45	c 35	SAT : 28888 SAT variables, 497869 SAT clauses, 15838777 bytes
35.18/35.45	c 35	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.18/35.47	c 35	SOLVING HOME/temp.cnf
35.18/35.47	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
35.18/35.47	c 35	This is MiniSat 2.0 beta
35.18/35.47	c 35	WARNING: for repeatability, setting FPU to use double precision
35.18/35.47	c 35	============================[ Problem Statistics ]=============================
35.18/35.47	c 35	|                                                                             |
35.18/35.47	c 35	|  Number of variables:  28888                                                |
35.18/35.47	c 35	|  Number of clauses:    497869                                               |
35.24/35.79	c 36	|  Parsing time:         0.27         s                                       |
35.24/35.81	c 36	============================[ Search Statistics ]==============================
35.24/35.81	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.24/35.81	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.24/35.81	c 36	===============================================================================
35.24/35.81	c 36	|         0 |   27887   487252  2305856 |   162417        0    nan |  0.000 % |
35.24/35.86	c 36	|       102 |   27870   487252  2305856 |   178659       80      8 | 15.557 % |
35.24/35.96	c 36	|       252 |   27808   487252  2305856 |   196524      172      8 | 39.864 % |
35.24/36.01	c 36	|       477 |   27795   487252  2305856 |   216177      389      8 | 42.956 % |
35.24/36.14	c 36	|       814 |   27753   487252  2305856 |   237795      690      9 | 55.182 % |
36.06/36.35	c 36	|      1320 |   27695   487252  2305856 |   261574     1144      8 | 73.543 % |
36.25/36.54	c 36	|      2079 |   27666   487252  2305856 |   287732     1889      9 | 76.689 % |
36.65/36.93	c 37	|      3219 |   27594   487252  2305856 |   316505     2969     10 | 77.094 % |
37.15/37.45	c 37	|      4928 |   27526   487252  2305856 |   348155     4668     12 | 77.350 % |
38.34/38.62	c 39	|      7492 |   27358   487252  2305856 |   382971     7191     13 | 78.375 % |
40.53/40.89	c 41	|     11336 |   27151   487252  2305856 |   421268    11004     13 | 78.881 % |
44.41/44.71	c 45	|     17102 |    5970   332630  1611012 |   463395    15128     17 | 79.919 % |
51.37/51.78	c 52	|     25751 |    5596   304674  1474914 |   509735    23051     21 | 81.203 % |
64.60/65.00	c 65	|     38727 |    5027   265220  1283555 |   560708    26331     22 | 82.823 % |
66.70/67.10	c 67	===============================================================================
66.70/67.10	c 67	restarts              : 14
66.70/67.10	c 67	conflicts             : 40558          (1291 /sec)
66.70/67.10	c 67	decisions             : 65554          (0.75 % random) (2087 /sec)
66.70/67.10	c 67	propagations          : 13754433       (437799 /sec)
66.70/67.10	c 67	conflict literals     : 897615         (51.62 % deleted)
66.70/67.10	c 67	Memory used           : 30.83 MB
66.70/67.10	c 67	CPU time              : 31.4172 s
66.70/67.10	c 67	
66.70/67.12	c 67	SATISFIABLE
66.70/67.12	c 67	DECODING HOME/temp.out WITH HOME/temp.map
66.70/67.12	c 67	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
66.73/67.21	c 67	Decoding HOME/temp.out
66.73/67.41	s SATISFIABLE
66.73/67.42	v 16 5 19 13 14 0 15 5 1 2 24 8 6 9 9 1 11 5 12 14 2 1 22 2 20 0 5 7 23 2 7 3 8 14 10 3 25 0 21 10 4 4 13 0 3 2 17 6 18 21 18 18 23 25 33 42 43 48 62 63 65 65 72 74 77 91 94 94 104 108 108 110 116 137 137 0
66.73/67.43	c 67	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
66.73/67.45	c 67	CPU 66.63 (0.03 0.01 66.6 0.39)
66.73/67.45	c 67	END Thu Jul  3 04:59:42 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-1051542-1215053915/watcher-1051542-1215053915 -o /tmp/evaluation-result-1051542-1215053915/solver-1051542-1215053915 -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-1051542-1215053915.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.04 1.99 1.99 4/81 27825
/proc/meminfo: memFree=1650632/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=12268 CPUtime=0
/proc/27825/stat : 27825 (sugar) R 27823 27825 24208 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984365190 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27825/statm: 3067 316 241 3 0 167 0

[startup+0.063028 s]
/proc/loadavg: 2.04 1.99 1.99 4/81 27825
/proc/meminfo: memFree=1650632/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=0.03
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984365190 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100975 s]
/proc/loadavg: 2.04 1.99 1.99 4/81 27825
/proc/meminfo: memFree=1650632/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=0.03
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984365190 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301993 s]
/proc/loadavg: 2.04 1.99 1.99 4/81 27825
/proc/meminfo: memFree=1650632/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=0.03
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984365190 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702009 s]
/proc/loadavg: 2.04 1.99 1.99 4/81 27825
/proc/meminfo: memFree=1650632/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=0.54
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 973 4948 0 1 3 1 46 4 16 0 1 0 1984365190 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 2.03 1.99 1.99 4/92 27847
/proc/meminfo: memFree=1636912/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=0.54
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 973 4948 0 1 3 1 46 4 15 0 1 0 1984365190 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 797 370 3 0 500 0
[pid=27838] ppid=27825 vsize=5356 CPUtime=0
/proc/27838/stat : 27838 (sh) S 27825 27825 24208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984365246 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27838/statm: 1339 233 193 169 0 50 0
[pid=27839] ppid=27838 vsize=864344 CPUtime=0.92
/proc/27839/stat : 27839 (java) S 27838 27825 24208 0 -1 0 9682 0 1 0 87 5 0 0 18 0 9 0 1984365246 885088256 8960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27839/statm: 216086 8960 2540 9 0 210661 0
[pid=27839/tid=27840] ppid=27838 vsize=864344 CPUtime=0.41
/proc/27839/task/27840/stat : 27840 (java) R 27838 27825 24208 0 -1 64 2765 0 1 0 40 1 0 0 19 0 9 0 1984365247 885088256 8960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27841] ppid=27838 vsize=864344 CPUtime=0.41
/proc/27839/task/27841/stat : 27841 (java) R 27838 27825 24208 0 -1 64 5891 0 0 0 39 2 0 0 17 0 9 0 1984365248 885088256 8960 996147200 134512640 134550740 4294955952 18446744073709551615 102516864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27842] ppid=27838 vsize=864344 CPUtime=0
/proc/27839/task/27842/stat : 27842 (java) S 27838 27825 24208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984365248 885088256 8960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27843] ppid=27838 vsize=864344 CPUtime=0
/proc/27839/task/27843/stat : 27843 (java) S 27838 27825 24208 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984365248 885088256 8960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27844] ppid=27838 vsize=864344 CPUtime=0
/proc/27839/task/27844/stat : 27844 (java) S 27838 27825 24208 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984365250 885088256 8960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27845] ppid=27838 vsize=864344 CPUtime=0.07
/proc/27839/task/27845/stat : 27845 (java) S 27838 27825 24208 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1984365250 885088256 8960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27846] ppid=27838 vsize=864344 CPUtime=0
/proc/27839/task/27846/stat : 27846 (java) S 27838 27825 24208 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984365250 885088256 8960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27847] ppid=27838 vsize=864344 CPUtime=0
/proc/27839/task/27847/stat : 27847 (java) R 27838 27825 24208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984365251 885088256 8960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883300

[startup+3.10217 s]
/proc/loadavg: 2.03 1.99 1.99 4/92 27847
/proc/meminfo: memFree=1605360/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=0.54
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 974 4948 0 1 3 1 46 4 15 0 1 0 1984365190 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 797 370 3 0 500 0
[pid=27838] ppid=27825 vsize=5356 CPUtime=0
/proc/27838/stat : 27838 (sh) S 27825 27825 24208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984365246 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27838/statm: 1339 233 193 169 0 50 0
[pid=27839] ppid=27838 vsize=864456 CPUtime=2.51
/proc/27839/stat : 27839 (java) S 27838 27825 24208 0 -1 0 14844 0 1 0 243 8 0 0 18 0 9 0 1984365246 885202944 14071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27839/statm: 216114 14071 2564 9 0 210661 0
[pid=27839/tid=27840] ppid=27838 vsize=864456 CPUtime=1.37
/proc/27839/task/27840/stat : 27840 (java) R 27838 27825 24208 0 -1 64 3200 0 1 0 136 1 0 0 23 0 9 0 1984365247 885202944 14071 996147200 134512640 134550740 4294955952 18446744073709551615 4126448592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27841] ppid=27838 vsize=864456 CPUtime=1.01
/proc/27839/task/27841/stat : 27841 (java) S 27838 27825 24208 0 -1 64 10597 0 0 0 96 5 0 0 16 0 9 0 1984365248 885202944 14071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27842] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27842/stat : 27842 (java) S 27838 27825 24208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984365248 885202944 14071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27843] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27843/stat : 27843 (java) S 27838 27825 24208 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984365248 885202944 14071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27844] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27844/stat : 27844 (java) S 27838 27825 24208 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984365250 885202944 14071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27845] ppid=27838 vsize=864456 CPUtime=0.1
/proc/27839/task/27845/stat : 27845 (java) S 27838 27825 24208 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1984365250 885202944 14071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27846] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27846/stat : 27846 (java) S 27838 27825 24208 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984365250 885202944 14071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27847] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27847/stat : 27847 (java) S 27838 27825 24208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984365251 885202944 14071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883412

[startup+6.30237 s]
/proc/loadavg: 2.03 1.99 1.99 3/92 27847
/proc/meminfo: memFree=1598640/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=0.54
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 974 4948 0 1 3 1 46 4 15 0 1 0 1984365190 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 797 370 3 0 500 0
[pid=27838] ppid=27825 vsize=5356 CPUtime=0
/proc/27838/stat : 27838 (sh) S 27825 27825 24208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984365246 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27838/statm: 1339 233 193 169 0 50 0
[pid=27839] ppid=27838 vsize=864456 CPUtime=5.69
/proc/27839/stat : 27839 (java) S 27838 27825 24208 0 -1 0 15609 0 1 0 560 9 0 0 18 0 9 0 1984365246 885202944 14778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27839/statm: 216114 14778 2564 9 0 210661 0
[pid=27839/tid=27840] ppid=27838 vsize=864456 CPUtime=4.45
/proc/27839/task/27840/stat : 27840 (java) R 27838 27825 24208 0 -1 64 3258 0 1 0 443 2 0 0 25 0 9 0 1984365247 885202944 14778 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27841] ppid=27838 vsize=864456 CPUtime=1.11
/proc/27839/task/27841/stat : 27841 (java) S 27838 27825 24208 0 -1 64 11304 0 0 0 106 5 0 0 16 0 9 0 1984365248 885202944 14778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27842] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27842/stat : 27842 (java) S 27838 27825 24208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984365248 885202944 14778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27843] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27843/stat : 27843 (java) S 27838 27825 24208 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984365248 885202944 14778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27844] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27844/stat : 27844 (java) S 27838 27825 24208 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984365250 885202944 14778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27845] ppid=27838 vsize=864456 CPUtime=0.1
/proc/27839/task/27845/stat : 27845 (java) S 27838 27825 24208 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1984365250 885202944 14778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27846] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27846/stat : 27846 (java) S 27838 27825 24208 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984365250 885202944 14778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27847] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27847/stat : 27847 (java) S 27838 27825 24208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984365251 885202944 14778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 883412

[startup+12.7027 s]
/proc/loadavg: 2.03 1.99 1.99 3/92 27847
/proc/meminfo: memFree=1588528/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=0.54
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 974 4948 0 1 3 1 46 4 15 0 1 0 1984365190 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 797 370 3 0 500 0
[pid=27838] ppid=27825 vsize=5356 CPUtime=0
/proc/27838/stat : 27838 (sh) S 27825 27825 24208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984365246 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27838/statm: 1339 233 193 169 0 50 0
[pid=27839] ppid=27838 vsize=864456 CPUtime=12.05
/proc/27839/stat : 27839 (java) S 27838 27825 24208 0 -1 0 17426 0 1 0 1194 11 0 0 18 0 9 0 1984365246 885202944 16458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27839/statm: 216114 16458 2564 9 0 210661 0
[pid=27839/tid=27840] ppid=27838 vsize=864456 CPUtime=10.57
/proc/27839/task/27840/stat : 27840 (java) R 27838 27825 24208 0 -1 64 3395 0 1 0 1053 4 0 0 25 0 9 0 1984365247 885202944 16458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27841] ppid=27838 vsize=864456 CPUtime=1.35
/proc/27839/task/27841/stat : 27841 (java) S 27838 27825 24208 0 -1 64 12983 0 0 0 129 6 0 0 15 0 9 0 1984365248 885202944 16458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27842] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27842/stat : 27842 (java) S 27838 27825 24208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984365248 885202944 16458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27843] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27843/stat : 27843 (java) S 27838 27825 24208 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984365248 885202944 16458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27844] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27844/stat : 27844 (java) S 27838 27825 24208 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984365250 885202944 16458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27845] ppid=27838 vsize=864456 CPUtime=0.11
/proc/27839/task/27845/stat : 27845 (java) S 27838 27825 24208 0 -1 64 356 0 0 0 11 0 0 0 16 0 9 0 1984365250 885202944 16458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27846] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27846/stat : 27846 (java) S 27838 27825 24208 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984365250 885202944 16458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27847] ppid=27838 vsize=864456 CPUtime=0
/proc/27839/task/27847/stat : 27847 (java) S 27838 27825 24208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984365251 885202944 16458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 883412

[startup+25.5026 s]
/proc/loadavg: 2.09 2.00 2.00 3/92 27847
/proc/meminfo: memFree=1567984/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=0.54
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 974 4948 0 1 3 1 46 4 15 0 1 0 1984365190 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 797 370 3 0 500 0
[pid=27838] ppid=27825 vsize=5356 CPUtime=0
/proc/27838/stat : 27838 (sh) S 27825 27825 24208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984365246 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27838/statm: 1339 233 193 169 0 50 0
[pid=27839] ppid=27838 vsize=874704 CPUtime=24.78
/proc/27839/stat : 27839 (java) S 27838 27825 24208 0 -1 0 26195 0 1 0 2459 19 0 0 18 0 9 0 1984365246 895696896 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27839/statm: 218676 22469 2564 9 0 213223 0
[pid=27839/tid=27840] ppid=27838 vsize=874704 CPUtime=22.62
/proc/27839/task/27840/stat : 27840 (java) R 27838 27825 24208 0 -1 64 3661 0 1 0 2255 7 0 0 25 0 9 0 1984365247 895696896 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27841] ppid=27838 vsize=874704 CPUtime=2.02
/proc/27839/task/27841/stat : 27841 (java) R 27838 27825 24208 0 -1 64 21481 0 0 0 192 10 0 0 16 0 9 0 1984365248 895696896 22469 996147200 134512640 134550740 4294955952 18446744073709551615 104181400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27842] ppid=27838 vsize=874704 CPUtime=0
/proc/27839/task/27842/stat : 27842 (java) S 27838 27825 24208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984365248 895696896 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27843] ppid=27838 vsize=874704 CPUtime=0
/proc/27839/task/27843/stat : 27843 (java) S 27838 27825 24208 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984365248 895696896 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27844] ppid=27838 vsize=874704 CPUtime=0
/proc/27839/task/27844/stat : 27844 (java) S 27838 27825 24208 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984365250 895696896 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27845] ppid=27838 vsize=874704 CPUtime=0.11
/proc/27839/task/27845/stat : 27845 (java) S 27838 27825 24208 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1984365250 895696896 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27846] ppid=27838 vsize=874704 CPUtime=0
/proc/27839/task/27846/stat : 27846 (java) S 27838 27825 24208 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984365250 895696896 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27839/tid=27847] ppid=27838 vsize=874704 CPUtime=0
/proc/27839/task/27847/stat : 27847 (java) S 27838 27825 24208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984365251 895696896 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 893660

[startup+51.1013 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 27849
/proc/meminfo: memFree=1602672/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=35.24
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 1031 31710 0 2 3 1 3490 30 16 0 1 0 1984365190 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 798 370 3 0 500 0
[pid=27848] ppid=27825 vsize=5356 CPUtime=0
/proc/27848/stat : 27848 (sh) S 27825 27825 24208 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984368737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27848/statm: 1339 232 193 169 0 50 0
[pid=27849] ppid=27848 vsize=31404 CPUtime=15.53
/proc/27849/stat : 27849 (minisat) R 27848 27825 24208 0 -1 4194304 7496 0 0 0 1548 5 0 0 25 0 1 0 1984368737 32157696 7482 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/27849/statm: 7851 7482 75 150 0 7698 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 50360

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

[startup+57.5017 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 27849
/proc/meminfo: memFree=1602672/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=35.24
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 1031 31710 0 2 3 1 3490 30 16 0 1 0 1984365190 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 798 370 3 0 500 0
[pid=27848] ppid=27825 vsize=5356 CPUtime=0
/proc/27848/stat : 27848 (sh) S 27825 27825 24208 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984368737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27848/statm: 1339 232 193 169 0 50 0
[pid=27849] ppid=27848 vsize=31404 CPUtime=21.9
/proc/27849/stat : 27849 (minisat) R 27848 27825 24208 0 -1 4194304 7500 0 0 0 2185 5 0 0 25 0 1 0 1984368737 32157696 7486 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/27849/statm: 7851 7486 75 150 0 7698 0
Current children cumulated CPU time (s) 57.14
Current children cumulated vsize (KiB) 50360

[startup+63.9011 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 27849
/proc/meminfo: memFree=1602672/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=35.24
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 1031 31710 0 2 3 1 3490 30 16 0 1 0 1984365190 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 798 370 3 0 500 0
[pid=27848] ppid=27825 vsize=5356 CPUtime=0
/proc/27848/stat : 27848 (sh) S 27825 27825 24208 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984368737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27848/statm: 1339 232 193 169 0 50 0
[pid=27849] ppid=27848 vsize=31568 CPUtime=28.27
/proc/27849/stat : 27849 (minisat) R 27848 27825 24208 0 -1 4194304 7528 0 0 0 2822 5 0 0 25 0 1 0 1984368737 32325632 7514 996147200 134512640 135127466 4294956272 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 1 0 0
/proc/27849/statm: 7892 7514 75 150 0 7739 0
Current children cumulated CPU time (s) 63.51
Current children cumulated vsize (KiB) 50524

[startup+65.5012 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 27849
/proc/meminfo: memFree=1602672/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=35.24
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 1031 31710 0 2 3 1 3490 30 16 0 1 0 1984365190 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 798 370 3 0 500 0
[pid=27848] ppid=27825 vsize=5356 CPUtime=0
/proc/27848/stat : 27848 (sh) S 27825 27825 24208 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984368737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27848/statm: 1339 232 193 169 0 50 0
[pid=27849] ppid=27848 vsize=31568 CPUtime=29.86
/proc/27849/stat : 27849 (minisat) R 27848 27825 24208 0 -1 4194304 7528 0 0 0 2981 5 0 0 25 0 1 0 1984368737 32325632 7514 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27849/statm: 7892 7514 75 150 0 7739 0
Current children cumulated CPU time (s) 65.1
Current children cumulated vsize (KiB) 50524

[startup+66.3013 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 27849
/proc/meminfo: memFree=1602672/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=35.24
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 1031 31710 0 2 3 1 3490 30 16 0 1 0 1984365190 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 798 370 3 0 500 0
[pid=27848] ppid=27825 vsize=5356 CPUtime=0
/proc/27848/stat : 27848 (sh) S 27825 27825 24208 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984368737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27848/statm: 1339 232 193 169 0 50 0
[pid=27849] ppid=27848 vsize=31568 CPUtime=30.66
/proc/27849/stat : 27849 (minisat) R 27848 27825 24208 0 -1 4194304 7528 0 0 0 3061 5 0 0 25 0 1 0 1984368737 32325632 7514 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27849/statm: 7892 7514 75 150 0 7739 0
Current children cumulated CPU time (s) 65.9
Current children cumulated vsize (KiB) 50524

[startup+67.1063 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 27849
/proc/meminfo: memFree=1602672/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=35.24
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 1031 31710 0 2 3 1 3490 30 16 0 1 0 1984365190 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 798 370 3 0 500 0
[pid=27848] ppid=27825 vsize=5356 CPUtime=0
/proc/27848/stat : 27848 (sh) S 27825 27825 24208 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984368737 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27848/statm: 1339 232 193 169 0 50 0
[pid=27849] ppid=27848 vsize=31568 CPUtime=31.46
/proc/27849/stat : 27849 (minisat) R 27848 27825 24208 0 -1 4194304 7528 0 0 0 3141 5 0 0 25 0 1 0 1984368737 32325632 7514 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27849/statm: 7892 7514 75 150 0 7739 0
Current children cumulated CPU time (s) 66.7
Current children cumulated vsize (KiB) 50524

[startup+67.3013 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 27849
/proc/meminfo: memFree=1602672/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=66.73
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 1089 39533 0 2 3 1 6633 36 16 0 1 0 1984365190 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 66.73
Current children cumulated vsize (KiB) 13600

[startup+67.4013 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 27849
/proc/meminfo: memFree=1602672/2055920 swapFree=4117292/4192956
[pid=27825] ppid=27823 vsize=13600 CPUtime=66.73
/proc/27825/stat : 27825 (sugar) S 27823 27825 24208 0 -1 4194304 1089 39533 0 2 3 1 6633 36 16 0 1 0 1984365190 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27825/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 66.73
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 67.4542
CPU time (s): 67.0668
CPU user time (s): 66.6469
CPU system time (s): 0.419936
CPU usage (%): 99.4257
Max. virtual memory (cumulated for all children) (KiB): 893660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.6469
system time used= 0.419936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44395
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= 7005
involuntary context switches= 7540

runsolver used 0.093985 second user time and 0.238963 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-03 04:58:35
IDJOB=1051542
IDBENCH=55491
IDSOLVER=346
FILE ID=node30/1051542-1215053915
PBS_JOBID= 7875114
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-54_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-1051542-1215053915/watcher-1051542-1215053915 -o /tmp/evaluation-result-1051542-1215053915/solver-1051542-1215053915 -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-1051542-1215053915.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5595f8aff8e667477c35af26f6ef9eca
RANDOM SEED=936271275

node30.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.218
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.218
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:       1651112 kB
Buffers:         51644 kB
Cached:         167652 kB
SwapCached:      69636 kB
Active:         228372 kB
Inactive:        98264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651112 kB
SwapTotal:     4192956 kB
SwapFree:      4117292 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:         123416 kB
Slab:            63172 kB
Committed_AS:  3540860 kB
PageTables:       1956 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= 66552 MiB
End job on node30 at 2008-07-03 04:59:42