Trace number 1051519

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 103.758 104.923

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-3_ext.xml
MD5SUM9f83499fcd97050db5bc646d81ebf564
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.956853
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:57:47 2008
0.00/0.04	c 0	PID 10960
0.00/0.05	c 0	HOST node24.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051519-1215053867.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-1051519-1215053867.xml' 'HOME/temp.csp'
0.04/0.56	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.04/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	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.66	c 1	Parsing HOME/temp.csp
0.54/0.86	c 1	parsed 459 expressions
0.54/0.86	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.86	c 1	Converting to clausal form CSP
0.54/0.88	c 1	converted 46 (10%) expressions
0.54/0.90	c 1	converted 92 (20%) expressions
0.54/0.91	c 1	converted 138 (30%) expressions
0.54/0.92	c 1	converted 184 (40%) expressions
0.54/0.92	c 1	converted 230 (50%) expressions
0.54/0.92	c 1	converted 276 (60%) expressions
0.54/0.94	c 1	converted 322 (70%) expressions
0.54/0.94	c 1	converted 368 (80%) expressions
0.54/0.94	c 1	converted 414 (90%) expressions
2.13/2.24	c 2	converted 459 (100%) expressions
2.13/2.24	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.13/2.24	c 2	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.24	c 2	Propagation in CSP
2.13/2.24	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.13/2.24	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.13/2.25	c 2	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.25	c 2	Simplifing CSP by introducing new Boolean variables
2.13/2.25	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.13/2.25	c 2	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.32/2.47	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.41/2.50	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.41/2.51	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.41/2.58	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.41/2.59	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.41/2.59	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.51/2.60	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.51/2.61	c 3	54 (70%) CSP integer variables are encoded (26138 clauses, 369968 bytes)
2.51/2.61	c 3	61 (80%) CSP integer variables are encoded (27167 clauses, 385403 bytes)
2.51/2.61	c 3	69 (90%) CSP integer variables are encoded (28343 clauses, 403043 bytes)
2.51/2.61	c 3	76 (100%) CSP integer variables are encoded (29078 clauses, 414068 bytes)
2.51/2.67	c 3	35 (10%) CSP clauses are encoded (30000 clauses, 432602 bytes)
2.51/2.69	c 3	70 (20%) CSP clauses are encoded (30899 clauses, 454418 bytes)
2.61/2.71	c 3	105 (30%) CSP clauses are encoded (31820 clauses, 476248 bytes)
2.61/2.74	c 3	140 (40%) CSP clauses are encoded (32743 clauses, 498301 bytes)
2.61/2.76	c 3	175 (50%) CSP clauses are encoded (33666 clauses, 520541 bytes)
2.61/2.79	c 3	210 (60%) CSP clauses are encoded (34586 clauses, 543215 bytes)
2.72/2.81	c 3	245 (70%) CSP clauses are encoded (35507 clauses, 567426 bytes)
2.72/2.85	c 3	280 (80%) CSP clauses are encoded (36449 clauses, 591903 bytes)
2.72/2.89	c 3	315 (90%) CSP clauses are encoded (37442 clauses, 617078 bytes)
43.20/43.81	c 44	350 (100%) CSP clauses are encoded (574165 clauses, 18375600 bytes)
43.20/43.81	c 44	350 CSP clauses encoded
43.20/43.81	c 44	Writing map file : HOME/temp.map
43.20/43.81	c 44	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.20/43.81	c 44	SAT : 29152 SAT variables, 574165 SAT clauses, 18375600 bytes
43.20/43.81	c 44	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.20/43.84	c 44	SOLVING HOME/temp.cnf
43.20/43.84	c 44	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
43.20/43.84	c 44	This is MiniSat 2.0 beta
43.20/43.84	c 44	WARNING: for repeatability, setting FPU to use double precision
43.20/43.84	c 44	============================[ Problem Statistics ]=============================
43.20/43.84	c 44	|                                                                             |
43.20/43.84	c 44	|  Number of variables:  29152                                                |
43.20/43.84	c 44	|  Number of clauses:    574165                                               |
43.58/44.21	c 44	|  Parsing time:         0.32         s                                       |
43.58/44.23	c 44	============================[ Search Statistics ]==============================
43.58/44.23	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.58/44.23	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.58/44.23	c 44	===============================================================================
43.58/44.23	c 44	|         0 |   28151   561964  2675718 |   187321        0    nan |  0.000 % |
43.68/44.34	c 44	|       100 |   28129   561964  2675718 |   206053       77     11 | 29.922 % |
43.78/44.44	c 45	|       251 |   28119   561964  2675718 |   226658      186     10 | 41.815 % |
43.88/44.51	c 45	|       502 |   28095   561964  2675718 |   249324      418      8 | 53.674 % |
43.98/44.67	c 45	|       840 |   28065   561964  2675718 |   274257      729      8 | 62.754 % |
44.27/44.93	c 45	|      1346 |   27122   561964  2675718 |   301682     1186      8 | 72.218 % |
44.57/45.23	c 45	|      2105 |   27043   561964  2675718 |   331851     1903      9 | 73.017 % |
45.08/45.76	c 46	|      3244 |   26974   561964  2675718 |   365036     3027     10 | 76.173 % |
45.76/46.43	c 47	|      4956 |   26897   561964  2675718 |   401539     4695     10 | 76.770 % |
46.85/47.55	c 48	|      7518 |   26856   561964  2675718 |   441693     7240     11 | 77.158 % |
49.73/50.46	c 51	|     11363 |   26798   561964  2675718 |   485863    11075     13 | 77.460 % |
54.78/55.58	c 56	|     17129 |    6514   414016  2013140 |   534449    15797     16 | 78.358 % |
62.61/63.45	c 64	|     25778 |    6186   392307  1907486 |   587894    23975     20 | 78.955 % |
74.69/75.64	c 76	|     38753 |    6064   387459  1884202 |   646684    36945     27 | 79.919 % |
99.85/101.05	c 101	|     58216 |    5803   366395  1781384 |   711352    55956     30 | 80.341 % |
103.32/104.57	c 105	===============================================================================
103.32/104.57	c 105	restarts              : 15
103.32/104.57	c 105	conflicts             : 60624          (1009 /sec)
103.32/104.57	c 105	decisions             : 93816          (0.72 % random) (1561 /sec)
103.32/104.57	c 105	propagations          : 20296129       (337690 /sec)
103.32/104.57	c 105	conflict literals     : 1769674        (55.93 % deleted)
103.32/104.57	c 105	Memory used           : 36.51 MB
103.32/104.57	c 105	CPU time              : 60.1029 s
103.32/104.57	c 105	
103.32/104.58	c 105	SATISFIABLE
103.32/104.59	c 105	DECODING HOME/temp.out WITH HOME/temp.map
103.32/104.59	c 105	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
103.43/104.67	c 105	Decoding HOME/temp.out
103.43/104.88	s SATISFIABLE
103.43/104.88	v 13 2 11 12 12 12 5 2 9 4 4 11 1 7 14 18 20 1 22 1 7 0 6 15 24 13 2 2 18 2 23 2 15 7 16 9 25 10 10 4 8 2 17 2 21 8 19 2 3 0 14 26 28 32 43 50 68 69 70 70 85 98 100 102 104 111 120 130 134 136 138 146 148 148 148 0
103.43/104.89	c 105	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
103.43/104.92	c 105	CPU 103.27 (0.03 0.01 103.24 0.45)
103.43/104.92	c 105	END Thu Jul  3 04:59:32 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-1051519-1215053867/watcher-1051519-1215053867 -o /tmp/evaluation-result-1051519-1215053867/solver-1051519-1215053867 -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-1051519-1215053867.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 10960
/proc/meminfo: memFree=1746480/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=18572 CPUtime=0
/proc/10960/stat : 10960 (runsolver) R 10958 10960 8596 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1984361264 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10960/statm: 4643 292 257 25 0 2626 0

[startup+0.0781719 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 10960
/proc/meminfo: memFree=1746480/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=0.04
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984361264 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101447 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 10960
/proc/meminfo: memFree=1746480/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=0.04
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984361264 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302469 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 10960
/proc/meminfo: memFree=1746480/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=0.04
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984361264 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702509 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 10960
/proc/meminfo: memFree=1746480/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=0.54
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 973 5066 0 1 3 1 48 2 16 0 1 0 1984361264 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 10982
/proc/meminfo: memFree=1733400/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=0.54
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 973 5066 0 1 3 1 48 2 15 0 1 0 1984361264 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 797 370 3 0 500 0
[pid=10973] ppid=10960 vsize=5356 CPUtime=0
/proc/10973/stat : 10973 (sh) S 10960 10960 8596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984361323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10973/statm: 1339 233 193 169 0 50 0
[pid=10974] ppid=10973 vsize=864340 CPUtime=0.88
/proc/10974/stat : 10974 (java) S 10973 10960 8596 0 -1 0 9502 0 1 0 83 5 0 0 18 0 9 0 1984361323 885084160 8781 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10974/statm: 216085 8781 2540 9 0 210660 0
[pid=10974/tid=10975] ppid=10973 vsize=864340 CPUtime=0.41
/proc/10974/task/10975/stat : 10975 (java) R 10973 10960 8596 0 -1 64 2731 0 1 0 40 1 0 0 22 0 9 0 1984361324 885084160 8781 996147200 134512640 134550740 4294955952 18446744073709551615 103568448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10976] ppid=10973 vsize=864340 CPUtime=0.38
/proc/10974/task/10976/stat : 10976 (java) S 10973 10960 8596 0 -1 64 5745 0 0 0 35 3 0 0 17 0 9 0 1984361325 885084160 8781 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10977] ppid=10973 vsize=864340 CPUtime=0
/proc/10974/task/10977/stat : 10977 (java) S 10973 10960 8596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984361325 885084160 8781 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10978] ppid=10973 vsize=864340 CPUtime=0
/proc/10974/task/10978/stat : 10978 (java) S 10973 10960 8596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984361325 885084160 8781 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10979] ppid=10973 vsize=864340 CPUtime=0
/proc/10974/task/10979/stat : 10979 (java) S 10973 10960 8596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984361327 885084160 8781 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10980] ppid=10973 vsize=864340 CPUtime=0.07
/proc/10974/task/10980/stat : 10980 (java) S 10973 10960 8596 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1984361327 885084160 8781 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10981] ppid=10973 vsize=864340 CPUtime=0
/proc/10974/task/10981/stat : 10981 (java) S 10973 10960 8596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984361327 885084160 8781 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10982] ppid=10973 vsize=864340 CPUtime=0
/proc/10974/task/10982/stat : 10982 (java) S 10973 10960 8596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984361327 885084160 8781 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883296

[startup+3.10177 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 10982
/proc/meminfo: memFree=1701720/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=0.54
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 974 5066 0 1 3 1 48 2 15 0 1 0 1984361264 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 797 370 3 0 500 0
[pid=10973] ppid=10960 vsize=5356 CPUtime=0
/proc/10973/stat : 10973 (sh) S 10960 10960 8596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984361323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10973/statm: 1339 233 193 169 0 50 0
[pid=10974] ppid=10973 vsize=864452 CPUtime=2.47
/proc/10974/stat : 10974 (java) S 10973 10960 8596 0 -1 0 16135 0 1 0 237 10 0 0 18 0 9 0 1984361323 885198848 15364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10974/statm: 216113 15364 2564 9 0 210660 0
[pid=10974/tid=10975] ppid=10973 vsize=864452 CPUtime=1.21
/proc/10974/task/10975/stat : 10975 (java) R 10973 10960 8596 0 -1 64 3293 0 1 0 119 2 0 0 21 0 9 0 1984361324 885198848 15364 996147200 134512640 134550740 4294955952 18446744073709551615 4126453975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10976] ppid=10973 vsize=864452 CPUtime=1.12
/proc/10974/task/10976/stat : 10976 (java) S 10973 10960 8596 0 -1 64 11795 0 0 0 106 6 0 0 16 0 9 0 1984361325 885198848 15364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10977] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10977/stat : 10977 (java) S 10973 10960 8596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984361325 885198848 15364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10978] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10978/stat : 10978 (java) S 10973 10960 8596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984361325 885198848 15364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10979] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10979/stat : 10979 (java) S 10973 10960 8596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984361327 885198848 15364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10980] ppid=10973 vsize=864452 CPUtime=0.11
/proc/10974/task/10980/stat : 10980 (java) S 10973 10960 8596 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 1984361327 885198848 15364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10981] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10981/stat : 10981 (java) S 10973 10960 8596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984361327 885198848 15364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10982] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10982/stat : 10982 (java) S 10973 10960 8596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984361327 885198848 15364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883408

[startup+6.30549 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 10982
/proc/meminfo: memFree=1689432/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=0.54
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 974 5066 0 1 3 1 48 2 15 0 1 0 1984361264 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 797 370 3 0 500 0
[pid=10973] ppid=10960 vsize=5356 CPUtime=0
/proc/10973/stat : 10973 (sh) S 10960 10960 8596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984361323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10973/statm: 1339 233 193 169 0 50 0
[pid=10974] ppid=10973 vsize=864452 CPUtime=5.64
/proc/10974/stat : 10974 (java) S 10973 10960 8596 0 -1 0 16848 0 1 0 553 11 0 0 18 0 9 0 1984361323 885198848 16034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10974/statm: 216113 16034 2564 9 0 210660 0
[pid=10974/tid=10975] ppid=10973 vsize=864452 CPUtime=4.29
/proc/10974/task/10975/stat : 10975 (java) R 10973 10960 8596 0 -1 64 3336 0 1 0 426 3 0 0 25 0 9 0 1984361324 885198848 16034 996147200 134512640 134550740 4294955952 18446744073709551615 4125952133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10976] ppid=10973 vsize=864452 CPUtime=1.21
/proc/10974/task/10976/stat : 10976 (java) S 10973 10960 8596 0 -1 64 12465 0 0 0 114 7 0 0 16 0 9 0 1984361325 885198848 16034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10977] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10977/stat : 10977 (java) S 10973 10960 8596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984361325 885198848 16034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10978] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10978/stat : 10978 (java) S 10973 10960 8596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984361325 885198848 16034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10979] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10979/stat : 10979 (java) S 10973 10960 8596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984361327 885198848 16034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10980] ppid=10973 vsize=864452 CPUtime=0.11
/proc/10974/task/10980/stat : 10980 (java) S 10973 10960 8596 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 1984361327 885198848 16034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10981] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10981/stat : 10981 (java) S 10973 10960 8596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984361327 885198848 16034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10982] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10982/stat : 10982 (java) S 10973 10960 8596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984361327 885198848 16034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883408

[startup+12.7028 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 10982
/proc/meminfo: memFree=1679896/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=0.54
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 974 5066 0 1 3 1 48 2 15 0 1 0 1984361264 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 797 370 3 0 500 0
[pid=10973] ppid=10960 vsize=5356 CPUtime=0
/proc/10973/stat : 10973 (sh) S 10960 10960 8596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984361323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10973/statm: 1339 233 193 169 0 50 0
[pid=10974] ppid=10973 vsize=864452 CPUtime=11.96
/proc/10974/stat : 10974 (java) S 10973 10960 8596 0 -1 0 18554 0 1 0 1183 13 0 0 18 0 9 0 1984361323 885198848 17622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10974/statm: 216113 17622 2564 9 0 210660 0
[pid=10974/tid=10975] ppid=10973 vsize=864452 CPUtime=10.38
/proc/10974/task/10975/stat : 10975 (java) R 10973 10960 8596 0 -1 64 3454 0 1 0 1034 4 0 0 25 0 9 0 1984361324 885198848 17622 996147200 134512640 134550740 4294955952 18446744073709551615 4126635982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10976] ppid=10973 vsize=864452 CPUtime=1.45
/proc/10974/task/10976/stat : 10976 (java) S 10973 10960 8596 0 -1 64 14052 0 0 0 137 8 0 0 16 0 9 0 1984361325 885198848 17622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10977] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10977/stat : 10977 (java) S 10973 10960 8596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984361325 885198848 17622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10978] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10978/stat : 10978 (java) S 10973 10960 8596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984361325 885198848 17622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10979] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10979/stat : 10979 (java) S 10973 10960 8596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984361327 885198848 17622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10980] ppid=10973 vsize=864452 CPUtime=0.11
/proc/10974/task/10980/stat : 10980 (java) S 10973 10960 8596 0 -1 64 356 0 0 0 11 0 0 0 17 0 9 0 1984361327 885198848 17622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10981] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10981/stat : 10981 (java) S 10973 10960 8596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984361327 885198848 17622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10982] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10982/stat : 10982 (java) S 10973 10960 8596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984361327 885198848 17622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883408

[startup+25.5021 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 10982
/proc/meminfo: memFree=1661208/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=0.54
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 974 5066 0 1 3 1 48 2 15 0 1 0 1984361264 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 797 370 3 0 500 0
[pid=10973] ppid=10960 vsize=5356 CPUtime=0
/proc/10973/stat : 10973 (sh) S 10960 10960 8596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984361323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10973/statm: 1339 233 193 169 0 50 0
[pid=10974] ppid=10973 vsize=864452 CPUtime=24.57
/proc/10974/stat : 10974 (java) S 10973 10960 8596 0 -1 0 21821 0 1 0 2435 22 0 0 18 0 9 0 1984361323 885198848 20658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10974/statm: 216113 20658 2564 9 0 210660 0
[pid=10974/tid=10975] ppid=10973 vsize=864452 CPUtime=22.5
/proc/10974/task/10975/stat : 10975 (java) R 10973 10960 8596 0 -1 64 3686 0 1 0 2241 9 0 0 25 0 9 0 1984361324 885198848 20658 996147200 134512640 134550740 4294955952 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10976] ppid=10973 vsize=864452 CPUtime=1.92
/proc/10974/task/10976/stat : 10976 (java) S 10973 10960 8596 0 -1 64 17083 0 0 0 180 12 0 0 16 0 9 0 1984361325 885198848 20658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10977] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10977/stat : 10977 (java) S 10973 10960 8596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984361325 885198848 20658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10978] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10978/stat : 10978 (java) S 10973 10960 8596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984361325 885198848 20658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10979] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10979/stat : 10979 (java) S 10973 10960 8596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984361327 885198848 20658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10980] ppid=10973 vsize=864452 CPUtime=0.12
/proc/10974/task/10980/stat : 10980 (java) S 10973 10960 8596 0 -1 64 360 0 0 0 12 0 0 0 16 0 9 0 1984361327 885198848 20658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10981] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10981/stat : 10981 (java) S 10973 10960 8596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984361327 885198848 20658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10974/tid=10982] ppid=10973 vsize=864452 CPUtime=0
/proc/10974/task/10982/stat : 10982 (java) S 10973 10960 8596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984361327 885198848 20658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 883408

[startup+51.1028 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 10984
/proc/meminfo: memFree=1692056/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=43.24
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 1031 33506 0 2 3 1 4284 36 16 0 1 0 1984361264 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 798 370 3 0 500 0
[pid=10983] ppid=10960 vsize=5356 CPUtime=0
/proc/10983/stat : 10983 (sh) S 10960 10960 8596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984365648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10983/statm: 1339 232 193 169 0 50 0
[pid=10984] ppid=10983 vsize=34636 CPUtime=7.18
/proc/10984/stat : 10984 (minisat) R 10983 10960 8596 0 -1 4194304 8374 0 0 0 713 5 0 0 25 0 1 0 1984365649 35467264 8360 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/10984/statm: 8659 8360 75 150 0 8506 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 53592

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 10984
/proc/meminfo: memFree=1687384/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=43.24
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 1031 33506 0 2 3 1 4284 36 16 0 1 0 1984361264 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 798 370 3 0 500 0
[pid=10983] ppid=10960 vsize=5356 CPUtime=0
/proc/10983/stat : 10983 (sh) S 10960 10960 8596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984365648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10983/statm: 1339 232 193 169 0 50 0
[pid=10984] ppid=10983 vsize=37120 CPUtime=57.9
/proc/10984/stat : 10984 (minisat) R 10983 10960 8596 0 -1 4194304 9008 0 0 0 5785 5 0 0 25 0 1 0 1984365649 38010880 8986 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/10984/statm: 9280 8986 75 150 0 9127 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 56076

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

[startup+103.901 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 10984
/proc/meminfo: memFree=1687384/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=43.24
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 1031 33506 0 2 3 1 4284 36 16 0 1 0 1984361264 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 798 370 3 0 500 0
[pid=10983] ppid=10960 vsize=5356 CPUtime=0
/proc/10983/stat : 10983 (sh) S 10960 10960 8596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984365648 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10983/statm: 1339 232 193 169 0 50 0
[pid=10984] ppid=10983 vsize=37252 CPUtime=59.49
/proc/10984/stat : 10984 (minisat) R 10983 10960 8596 0 -1 4194304 9044 0 0 0 5944 5 0 0 25 0 1 0 1984365649 38146048 9022 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/10984/statm: 9313 9022 75 150 0 9160 0
Current children cumulated CPU time (s) 102.73
Current children cumulated vsize (KiB) 56208

[startup+104.701 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 10984
/proc/meminfo: memFree=1687256/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=103.43
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 1089 42874 0 2 3 1 10296 43 16 0 1 0 1984361264 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 103.43
Current children cumulated vsize (KiB) 13600

[startup+104.901 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 10984
/proc/meminfo: memFree=1687256/2055920 swapFree=4180448/4192956
[pid=10960] ppid=10958 vsize=13600 CPUtime=103.43
/proc/10960/stat : 10960 (sugar) S 10958 10960 8596 0 -1 4194304 1090 42874 0 2 3 1 10296 43 15 0 1 0 1984361264 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10960/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 103.43
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 104.923
CPU time (s): 103.758
CPU user time (s): 103.283
CPU system time (s): 0.474927
CPU usage (%): 98.8895
Max. virtual memory (cumulated for all children) (KiB): 893656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.283
system time used= 0.474927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47735
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= 7473
involuntary context switches= 11281

runsolver used 0.171973 second user time and 0.348946 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-03 04:57:47
IDJOB=1051519
IDBENCH=55490
IDSOLVER=346
FILE ID=node24/1051519-1215053867
PBS_JOBID= 7875125
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f83499fcd97050db5bc646d81ebf564
RANDOM SEED=334834083

node24.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:       1746960 kB
Buffers:         28048 kB
Cached:         144440 kB
SwapCached:       6556 kB
Active:         166348 kB
Inactive:        83780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746960 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:          91284 kB
Slab:            43980 kB
Committed_AS:  4206608 kB
PageTables:       1976 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= 66520 MiB
End job on node24 at 2008-07-03 04:59:32