Trace number 1055674

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 107.608 108.787

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-453_ext.xml
MD5SUMbc159f71b70cc6572fa8c4e05332f265
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 benchmark4.83526
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 06:40:13 2008
0.00/0.04	c 0	PID 22829
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1055674-1215060013.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-1055674-1215060013.xml' 'HOME/temp.csp'
0.04/0.40	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.50	c 1	Parsing HOME/temp.csp
0.39/0.71	c 1	parsed 319 expressions
0.39/0.71	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.71	c 1	Converting to clausal form CSP
0.39/0.74	c 1	converted 32 (10%) expressions
0.39/0.74	c 1	converted 64 (20%) expressions
0.39/0.76	c 1	converted 96 (30%) expressions
0.39/0.77	c 1	converted 128 (40%) expressions
0.39/0.77	c 1	converted 160 (50%) expressions
0.39/0.77	c 1	converted 192 (60%) expressions
0.39/0.77	c 1	converted 224 (70%) expressions
0.39/0.78	c 1	converted 256 (80%) expressions
0.39/0.78	c 1	converted 288 (90%) expressions
2.53/2.62	c 3	converted 319 (100%) expressions
2.53/2.62	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.53/2.62	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.53/2.62	c 3	Propagation in CSP
2.53/2.62	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.53/2.62	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.53/2.62	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.53/2.62	c 3	Simplifing CSP by introducing new Boolean variables
2.53/2.62	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.53/2.62	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.73/2.88	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.83/2.91	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
2.83/2.91	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
2.83/2.91	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
2.83/2.92	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
2.83/2.92	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
2.83/2.92	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
2.83/2.93	c 3	43 (70%) CSP integer variables are encoded (20874 clauses, 291008 bytes)
2.83/2.93	c 3	49 (80%) CSP integer variables are encoded (21942 clauses, 307028 bytes)
2.83/2.93	c 3	55 (90%) CSP integer variables are encoded (23010 clauses, 323048 bytes)
2.83/2.93	c 3	61 (100%) CSP integer variables are encoded (23722 clauses, 333728 bytes)
2.83/2.98	c 3	23 (10%) CSP clauses are encoded (24218 clauses, 343042 bytes)
2.93/3.00	c 3	46 (20%) CSP clauses are encoded (24696 clauses, 354157 bytes)
2.93/3.01	c 3	69 (30%) CSP clauses are encoded (25175 clauses, 365486 bytes)
2.93/3.03	c 3	92 (40%) CSP clauses are encoded (25669 clauses, 376943 bytes)
2.93/3.04	c 3	115 (50%) CSP clauses are encoded (26144 clauses, 388237 bytes)
2.93/3.06	c 3	138 (60%) CSP clauses are encoded (26642 clauses, 399905 bytes)
2.93/3.07	c 3	161 (70%) CSP clauses are encoded (27140 clauses, 411975 bytes)
3.03/3.10	c 3	184 (80%) CSP clauses are encoded (27654 clauses, 424941 bytes)
3.03/3.13	c 3	207 (90%) CSP clauses are encoded (28187 clauses, 438170 bytes)
56.87/57.56	c 58	230 (100%) CSP clauses are encoded (647287 clauses, 20817361 bytes)
56.87/57.56	c 58	230 CSP clauses encoded
56.87/57.56	c 58	Writing map file : HOME/temp.map
56.87/57.56	c 58	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.87/57.56	c 58	SAT : 23781 SAT variables, 647287 SAT clauses, 20817361 bytes
56.87/57.56	c 58	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.93/57.62	c 58	SOLVING HOME/temp.cnf
56.93/57.62	c 58	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
56.93/57.62	c 58	This is MiniSat 2.0 beta
56.93/57.62	c 58	WARNING: for repeatability, setting FPU to use double precision
56.93/57.62	c 58	============================[ Problem Statistics ]=============================
56.93/57.62	c 58	|                                                                             |
56.93/57.62	c 58	|  Number of variables:  23781                                                |
56.93/57.62	c 58	|  Number of clauses:    647287                                               |
56.95/58.04	c 58	|  Parsing time:         0.37         s                                       |
56.95/58.07	c 58	============================[ Search Statistics ]==============================
56.95/58.07	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.95/58.07	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
56.95/58.07	c 58	===============================================================================
56.95/58.07	c 58	|         0 |   22780   629976  3038688 |   209992        0    nan |  0.000 % |
56.95/58.19	c 58	|       100 |   22683   629976  3038688 |   230991       74     10 | 28.964 % |
57.61/58.37	c 59	|       250 |   22622   629976  3038688 |   254090      181      8 | 54.232 % |
57.80/58.57	c 59	|       476 |   22605   629976  3038688 |   279499      385      8 | 61.293 % |
58.10/58.81	c 59	|       813 |   22571   629976  3038688 |   307449      699     10 | 68.761 % |
58.40/59.10	c 59	|      1319 |   22472   629976  3038688 |   338194     1205     12 | 68.761 % |
58.90/59.61	c 60	|      2079 |   22411   629976  3038688 |   372013     1962     12 | 69.408 % |
59.79/60.58	c 61	|      3218 |   22391   629976  3038688 |   409215     3100     18 | 69.429 % |
61.47/62.27	c 63	|      4928 |   22389   629976  3038688 |   450136     4809     21 | 69.766 % |
63.75/64.50	c 65	|      7490 |   22387   629976  3038688 |   495150     7369     24 | 70.106 % |
67.81/68.62	c 69	|     11334 |   22373   629976  3038688 |   544665    11211     24 | 70.493 % |
73.76/74.66	c 75	|     17100 |    5938   481326  2358099 |   599131    16554     24 | 75.623 % |
82.77/83.73	c 84	|     25749 |    5533   440561  2157648 |   659044    24541     26 | 76.742 % |
98.11/99.29	c 100	|     38723 |    5440   436376  2137504 |   724949    37466     28 | 77.129 % |
107.23/108.42	c 109	===============================================================================
107.23/108.42	c 109	restarts              : 14
107.23/108.42	c 109	conflicts             : 45630          (908 /sec)
107.23/108.42	c 109	decisions             : 71859          (0.69 % random) (1430 /sec)
107.23/108.42	c 109	propagations          : 13750064       (273664 /sec)
107.23/108.42	c 109	conflict literals     : 1338924        (51.05 % deleted)
107.23/108.42	c 109	Memory used           : 37.52 MB
107.23/108.42	c 109	CPU time              : 50.2444 s
107.23/108.42	c 109	
107.23/108.43	c 109	SATISFIABLE
107.23/108.43	c 109	DECODING HOME/temp.out WITH HOME/temp.map
107.23/108.43	c 109	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
107.28/108.52	c 109	Decoding HOME/temp.out
107.28/108.72	s SATISFIABLE
107.28/108.72	v 6 11 11 6 10 1 20 13 4 2 14 4 8 4 19 21 7 6 12 22 16 40 1 0 18 5 17 15 2 23 3 1 9 2 5 2 13 0 15 1 17 18 31 33 37 41 62 68 90 130 130 135 150 173 174 176 178 178 179 179 0
107.28/108.73	c 109	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
107.28/108.78	c 109	CPU 107.09 (0.03 0.01 107.06 0.48)
107.28/108.78	c 109	END Thu Jul  3 06:42:02 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-1055674-1215060013/watcher-1055674-1215060013 -o /tmp/evaluation-result-1055674-1215060013/solver-1055674-1215060013 -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-1055674-1215060013.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/81 22829
/proc/meminfo: memFree=1785992/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=12272 CPUtime=0
/proc/22829/stat : 22829 (sugar) R 22827 22829 19152 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 1984975697 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 255245466622 0 0 4224 0 0 0 0 17 1 0 0
/proc/22829/statm: 3068 327 246 3 0 168 0

[startup+0.148954 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22829
/proc/meminfo: memFree=1785992/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=0.04
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1984975697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202963 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22829
/proc/meminfo: memFree=1785992/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=0.04
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1984975697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302981 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22829
/proc/meminfo: memFree=1785992/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=0.04
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1984975697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702054 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22829
/proc/meminfo: memFree=1785992/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=0.39
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 973 6511 0 1 3 1 31 4 16 0 1 0 1984975697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50121 s]
/proc/loadavg: 2.00 2.00 2.00 5/92 22851
/proc/meminfo: memFree=1765104/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=0.39
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 973 6511 0 1 3 1 31 4 15 0 1 0 1984975697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 797 370 3 0 500 0
[pid=22842] ppid=22829 vsize=5356 CPUtime=0
/proc/22842/stat : 22842 (sh) S 22829 22829 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984975740 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22842/statm: 1339 233 193 169 0 50 0
[pid=22843] ppid=22842 vsize=864332 CPUtime=1.05
/proc/22843/stat : 22843 (java) S 22842 22829 19152 0 -1 0 11149 0 1 0 100 5 0 0 18 0 9 0 1984975740 885075968 10233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22843/statm: 216083 10233 2540 9 0 210658 0
[pid=22843/tid=22844] ppid=22842 vsize=864332 CPUtime=0.49
/proc/22843/task/22844/stat : 22844 (java) R 22842 22829 19152 0 -1 64 2748 0 1 0 48 1 0 0 23 0 9 0 1984975741 885075968 10233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22845] ppid=22842 vsize=864332 CPUtime=0.47
/proc/22843/task/22845/stat : 22845 (java) R 22842 22829 19152 0 -1 64 7373 0 0 0 44 3 0 0 16 0 9 0 1984975742 885075968 10233 996147200 134512640 134550740 4294955952 18446744073709551615 102514271 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22846] ppid=22842 vsize=864332 CPUtime=0
/proc/22843/task/22846/stat : 22846 (java) S 22842 22829 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984975742 885075968 10233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22847] ppid=22842 vsize=864332 CPUtime=0
/proc/22843/task/22847/stat : 22847 (java) S 22842 22829 19152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984975742 885075968 10233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22848] ppid=22842 vsize=864332 CPUtime=0
/proc/22843/task/22848/stat : 22848 (java) S 22842 22829 19152 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984975744 885075968 10233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22849] ppid=22842 vsize=864332 CPUtime=0.07
/proc/22843/task/22849/stat : 22849 (java) S 22842 22829 19152 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1984975744 885075968 10233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22850] ppid=22842 vsize=864332 CPUtime=0
/proc/22843/task/22850/stat : 22850 (java) S 22842 22829 19152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984975744 885075968 10233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22851] ppid=22842 vsize=864332 CPUtime=0
/proc/22843/task/22851/stat : 22851 (java) S 22842 22829 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984975744 885075968 10233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883288

[startup+3.1025 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 22851
/proc/meminfo: memFree=1733552/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=0.39
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 974 6511 0 1 3 1 31 4 15 0 1 0 1984975697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 797 370 3 0 500 0
[pid=22842] ppid=22829 vsize=5356 CPUtime=0
/proc/22842/stat : 22842 (sh) S 22829 22829 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984975740 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22842/statm: 1339 233 193 169 0 50 0
[pid=22843] ppid=22842 vsize=864444 CPUtime=2.64
/proc/22843/stat : 22843 (java) S 22842 22829 19152 0 -1 0 18443 0 1 0 255 9 0 0 18 0 9 0 1984975740 885190656 17364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22843/statm: 216111 17364 2564 9 0 210658 0
[pid=22843/tid=22844] ppid=22842 vsize=864444 CPUtime=0.99
/proc/22843/task/22844/stat : 22844 (java) R 22842 22829 19152 0 -1 64 3346 0 1 0 97 2 0 0 20 0 9 0 1984975741 885190656 17364 996147200 134512640 134550740 4294955952 18446744073709551615 103215293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22845] ppid=22842 vsize=864444 CPUtime=1.51
/proc/22843/task/22845/stat : 22845 (java) S 22842 22829 19152 0 -1 64 14049 0 0 0 146 5 0 0 16 0 9 0 1984975742 885190656 17364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22846] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22846/stat : 22846 (java) S 22842 22829 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984975742 885190656 17364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22847] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22847/stat : 22847 (java) S 22842 22829 19152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984975742 885190656 17364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22848] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22848/stat : 22848 (java) S 22842 22829 19152 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984975744 885190656 17364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22849] ppid=22842 vsize=864444 CPUtime=0.1
/proc/22843/task/22849/stat : 22849 (java) S 22842 22829 19152 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1984975744 885190656 17364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22850] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22850/stat : 22850 (java) S 22842 22829 19152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984975744 885190656 17364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22851] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22851/stat : 22851 (java) S 22842 22829 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984975744 885190656 17364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883400

[startup+6.3021 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 22852
/proc/meminfo: memFree=1720240/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=0.39
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 974 6511 0 1 3 1 31 4 15 0 1 0 1984975697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 797 370 3 0 500 0
[pid=22842] ppid=22829 vsize=5356 CPUtime=0
/proc/22842/stat : 22842 (sh) S 22829 22829 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984975740 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22842/statm: 1339 233 193 169 0 50 0
[pid=22843] ppid=22842 vsize=864444 CPUtime=5.8
/proc/22843/stat : 22843 (java) S 22842 22829 19152 0 -1 0 19261 0 1 0 570 10 0 0 18 0 9 0 1984975740 885190656 18149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22843/statm: 216111 18149 2564 9 0 210658 0
[pid=22843/tid=22844] ppid=22842 vsize=864444 CPUtime=4.07
/proc/22843/task/22844/stat : 22844 (java) R 22842 22829 19152 0 -1 64 3379 0 1 0 405 2 0 0 25 0 9 0 1984975741 885190656 18149 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22845] ppid=22842 vsize=864444 CPUtime=1.6
/proc/22843/task/22845/stat : 22845 (java) S 22842 22829 19152 0 -1 64 14833 0 0 0 154 6 0 0 16 0 9 0 1984975742 885190656 18149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22846] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22846/stat : 22846 (java) S 22842 22829 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984975742 885190656 18149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22847] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22847/stat : 22847 (java) S 22842 22829 19152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984975742 885190656 18149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22848] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22848/stat : 22848 (java) S 22842 22829 19152 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984975744 885190656 18149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22849] ppid=22842 vsize=864444 CPUtime=0.1
/proc/22843/task/22849/stat : 22849 (java) S 22842 22829 19152 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1984975744 885190656 18149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22850] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22850/stat : 22850 (java) S 22842 22829 19152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984975744 885190656 18149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22851] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22851/stat : 22851 (java) S 22842 22829 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984975744 885190656 18149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883400

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 22852
/proc/meminfo: memFree=1713584/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=0.39
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 974 6511 0 1 3 1 31 4 15 0 1 0 1984975697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 797 370 3 0 500 0
[pid=22842] ppid=22829 vsize=5356 CPUtime=0
/proc/22842/stat : 22842 (sh) S 22829 22829 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984975740 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22842/statm: 1339 233 193 169 0 50 0
[pid=22843] ppid=22842 vsize=864444 CPUtime=12.14
/proc/22843/stat : 22843 (java) S 22842 22829 19152 0 -1 0 20542 0 1 0 1202 12 0 0 18 0 9 0 1984975740 885190656 19356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22843/statm: 216111 19356 2564 9 0 210658 0
[pid=22843/tid=22844] ppid=22842 vsize=864444 CPUtime=10.22
/proc/22843/task/22844/stat : 22844 (java) R 22842 22829 19152 0 -1 64 3453 0 1 0 1019 3 0 0 25 0 9 0 1984975741 885190656 19356 996147200 134512640 134550740 4294955952 18446744073709551615 4126587208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22845] ppid=22842 vsize=864444 CPUtime=1.78
/proc/22843/task/22845/stat : 22845 (java) S 22842 22829 19152 0 -1 64 16040 0 0 0 171 7 0 0 16 0 9 0 1984975742 885190656 19356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22846] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22846/stat : 22846 (java) S 22842 22829 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984975742 885190656 19356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22847] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22847/stat : 22847 (java) S 22842 22829 19152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984975742 885190656 19356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22848] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22848/stat : 22848 (java) S 22842 22829 19152 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984975744 885190656 19356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22849] ppid=22842 vsize=864444 CPUtime=0.1
/proc/22843/task/22849/stat : 22849 (java) S 22842 22829 19152 0 -1 64 356 0 0 0 10 0 0 0 17 0 9 0 1984975744 885190656 19356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22850] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22850/stat : 22850 (java) S 22842 22829 19152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984975744 885190656 19356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22851] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22851/stat : 22851 (java) S 22842 22829 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984975744 885190656 19356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 883400

[startup+25.5027 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 22852
/proc/meminfo: memFree=1696752/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=0.39
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 974 6511 0 1 3 1 31 4 15 0 1 0 1984975697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 797 370 3 0 500 0
[pid=22842] ppid=22829 vsize=5356 CPUtime=0
/proc/22842/stat : 22842 (sh) S 22829 22829 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984975740 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22842/statm: 1339 233 193 169 0 50 0
[pid=22843] ppid=22842 vsize=864444 CPUtime=24.81
/proc/22843/stat : 22843 (java) S 22842 22829 19152 0 -1 0 23627 0 1 0 2465 16 0 0 18 0 9 0 1984975740 885190656 22268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22843/statm: 216111 22268 2564 9 0 210658 0
[pid=22843/tid=22844] ppid=22842 vsize=864444 CPUtime=22.46
/proc/22843/task/22844/stat : 22844 (java) R 22842 22829 19152 0 -1 64 3626 0 1 0 2241 5 0 0 25 0 9 0 1984975741 885190656 22268 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22845] ppid=22842 vsize=864444 CPUtime=2.21
/proc/22843/task/22845/stat : 22845 (java) S 22842 22829 19152 0 -1 64 18949 0 0 0 212 9 0 0 16 0 9 0 1984975742 885190656 22268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22846] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22846/stat : 22846 (java) S 22842 22829 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984975742 885190656 22268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22847] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22847/stat : 22847 (java) S 22842 22829 19152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984975742 885190656 22268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22848] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22848/stat : 22848 (java) S 22842 22829 19152 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984975744 885190656 22268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22849] ppid=22842 vsize=864444 CPUtime=0.11
/proc/22843/task/22849/stat : 22849 (java) S 22842 22829 19152 0 -1 64 359 0 0 0 11 0 0 0 17 0 9 0 1984975744 885190656 22268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22850] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22850/stat : 22850 (java) S 22842 22829 19152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984975744 885190656 22268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22851] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22851/stat : 22851 (java) S 22842 22829 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984975744 885190656 22268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 883400

[startup+51.1025 s]
/proc/loadavg: 2.05 2.01 2.00 3/92 22852
/proc/meminfo: memFree=1673584/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=0.39
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 974 6511 0 1 3 1 31 4 15 0 1 0 1984975697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 797 370 3 0 500 0
[pid=22842] ppid=22829 vsize=5356 CPUtime=0
/proc/22842/stat : 22842 (sh) S 22829 22829 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984975740 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22842/statm: 1339 233 193 169 0 50 0
[pid=22843] ppid=22842 vsize=864444 CPUtime=50.14
/proc/22843/stat : 22843 (java) S 22842 22829 19152 0 -1 0 32297 0 1 0 4986 28 0 0 18 0 9 0 1984975740 885190656 25542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22843/statm: 216111 25542 2564 9 0 210658 0
[pid=22843/tid=22844] ppid=22842 vsize=864444 CPUtime=46.6
/proc/22843/task/22844/stat : 22844 (java) R 22842 22829 19152 0 -1 64 3960 0 1 0 4649 11 0 0 25 0 9 0 1984975741 885190656 25542 996147200 134512640 134550740 4294955952 18446744073709551615 4126453120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22845] ppid=22842 vsize=864444 CPUtime=3.4
/proc/22843/task/22845/stat : 22845 (java) S 22842 22829 19152 0 -1 64 27283 0 0 0 325 15 0 0 16 0 9 0 1984975742 885190656 25542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22846] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22846/stat : 22846 (java) S 22842 22829 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984975742 885190656 25542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22847] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22847/stat : 22847 (java) S 22842 22829 19152 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984975742 885190656 25542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22848] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22848/stat : 22848 (java) S 22842 22829 19152 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984975744 885190656 25542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22849] ppid=22842 vsize=864444 CPUtime=0.11
/proc/22843/task/22849/stat : 22849 (java) S 22842 22829 19152 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1984975744 885190656 25542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22850] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22850/stat : 22850 (java) S 22842 22829 19152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984975744 885190656 25542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22843/tid=22851] ppid=22842 vsize=864444 CPUtime=0
/proc/22843/task/22851/stat : 22851 (java) S 22842 22829 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984975744 885190656 25542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 883400

[startup+102.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 22854
/proc/meminfo: memFree=1725488/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=56.95
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 1031 39197 0 2 3 1 5654 37 16 0 1 0 1984975697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 798 370 3 0 500 0
[pid=22853] ppid=22829 vsize=5356 CPUtime=0
/proc/22853/stat : 22853 (sh) S 22829 22829 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984981459 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22853/statm: 1339 232 193 169 0 50 0
[pid=22854] ppid=22853 vsize=38168 CPUtime=44.24
/proc/22854/stat : 22854 (minisat) R 22853 22829 19152 0 -1 4194304 9334 0 0 0 4418 6 0 0 25 0 1 0 1984981459 39084032 9320 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22854/statm: 9542 9320 75 150 0 9389 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 57124

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

[startup+102.407 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 22854
/proc/meminfo: memFree=1725488/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=56.95
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 1031 39197 0 2 3 1 5654 37 16 0 1 0 1984975697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 798 370 3 0 500 0
[pid=22853] ppid=22829 vsize=5356 CPUtime=0
/proc/22853/stat : 22853 (sh) S 22829 22829 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984981459 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22853/statm: 1339 232 193 169 0 50 0
[pid=22854] ppid=22853 vsize=38168 CPUtime=44.34
/proc/22854/stat : 22854 (minisat) R 22853 22829 19152 0 -1 4194304 9334 0 0 0 4428 6 0 0 25 0 1 0 1984981459 39084032 9320 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22854/statm: 9542 9320 75 150 0 9389 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 57124

[startup+105.602 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 22854
/proc/meminfo: memFree=1725424/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=56.95
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 1031 39197 0 2 3 1 5654 37 16 0 1 0 1984975697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 798 370 3 0 500 0
[pid=22853] ppid=22829 vsize=5356 CPUtime=0
/proc/22853/stat : 22853 (sh) S 22829 22829 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984981459 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22853/statm: 1339 232 193 169 0 50 0
[pid=22854] ppid=22853 vsize=38412 CPUtime=47.51
/proc/22854/stat : 22854 (minisat) R 22853 22829 19152 0 -1 4194304 9382 0 0 0 4745 6 0 0 25 0 1 0 1984981459 39333888 9368 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22854/statm: 9603 9368 75 150 0 9450 0
Current children cumulated CPU time (s) 104.46
Current children cumulated vsize (KiB) 57368

[startup+107.202 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 22854
/proc/meminfo: memFree=1725360/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=56.95
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 1031 39197 0 2 3 1 5654 37 16 0 1 0 1984975697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 798 370 3 0 500 0
[pid=22853] ppid=22829 vsize=5356 CPUtime=0
/proc/22853/stat : 22853 (sh) S 22829 22829 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984981459 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22853/statm: 1339 232 193 169 0 50 0
[pid=22854] ppid=22853 vsize=38412 CPUtime=49.09
/proc/22854/stat : 22854 (minisat) R 22853 22829 19152 0 -1 4194304 9383 0 0 0 4903 6 0 0 25 0 1 0 1984981459 39333888 9369 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22854/statm: 9603 9369 75 150 0 9450 0
Current children cumulated CPU time (s) 106.04
Current children cumulated vsize (KiB) 57368

[startup+108.002 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 22854
/proc/meminfo: memFree=1725360/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=56.95
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 1031 39197 0 2 3 1 5654 37 16 0 1 0 1984975697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 798 370 3 0 500 0
[pid=22853] ppid=22829 vsize=5356 CPUtime=0
/proc/22853/stat : 22853 (sh) S 22829 22829 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984981459 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22853/statm: 1339 232 193 169 0 50 0
[pid=22854] ppid=22853 vsize=38412 CPUtime=49.88
/proc/22854/stat : 22854 (minisat) R 22853 22829 19152 0 -1 4194304 9383 0 0 0 4982 6 0 0 25 0 1 0 1984981459 39333888 9369 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/22854/statm: 9603 9369 75 150 0 9450 0
Current children cumulated CPU time (s) 106.83
Current children cumulated vsize (KiB) 57368

[startup+108.401 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 22854
/proc/meminfo: memFree=1725360/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=56.95
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 1031 39197 0 2 3 1 5654 37 16 0 1 0 1984975697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 798 370 3 0 500 0
[pid=22853] ppid=22829 vsize=5356 CPUtime=0
/proc/22853/stat : 22853 (sh) S 22829 22829 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984981459 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22853/statm: 1339 232 193 169 0 50 0
[pid=22854] ppid=22853 vsize=38412 CPUtime=50.28
/proc/22854/stat : 22854 (minisat) R 22853 22829 19152 0 -1 4194304 9384 0 0 0 5022 6 0 0 25 0 1 0 1984981459 39333888 9370 996147200 134512640 135127466 4294956272 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/22854/statm: 9603 9370 75 150 0 9450 0
Current children cumulated CPU time (s) 107.23
Current children cumulated vsize (KiB) 57368

[startup+108.601 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 22854
/proc/meminfo: memFree=1725360/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=107.28
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 1089 48876 0 2 3 1 10679 45 16 0 1 0 1984975697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 107.28
Current children cumulated vsize (KiB) 13600

[startup+108.701 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 22854
/proc/meminfo: memFree=1725360/2055920 swapFree=4180456/4192956
[pid=22829] ppid=22827 vsize=13600 CPUtime=107.28
/proc/22829/stat : 22829 (sugar) S 22827 22829 19152 0 -1 4194304 1089 48876 0 2 3 1 10679 45 16 0 1 0 1984975697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22829/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 107.28
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 108.787
CPU time (s): 107.608
CPU user time (s): 107.099
CPU system time (s): 0.508922
CPU usage (%): 98.9159
Max. virtual memory (cumulated for all children) (KiB): 893648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.099
system time used= 0.508922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53732
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= 7876
involuntary context switches= 11016

runsolver used 0.137979 second user time and 0.379942 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 06:40:13
IDJOB=1055674
IDBENCH=56966
IDSOLVER=346
FILE ID=node19/1055674-1215060013
PBS_JOBID= 7875135
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc159f71b70cc6572fa8c4e05332f265
RANDOM SEED=482695597

node19.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.263
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	: 5931.00
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.263
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:       1786472 kB
Buffers:         37736 kB
Cached:         146192 kB
SwapCached:       6540 kB
Active:         120504 kB
Inactive:        83176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786472 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          35932 kB
Slab:            50800 kB
Committed_AS:  3367272 kB
PageTables:       1932 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 node19 at 2008-07-03 06:42:02