Trace number 1055720

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 97.9441 98.4933

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-76_ext.xml
MD5SUMfbad1d4d197aa7632a339b727104f12a
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 benchmark1.48277
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:41:58 2008
0.00/0.04	c 0	PID 14014
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1055720-1215060117.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-1055720-1215060117.xml' 'HOME/temp.csp'
0.04/0.40	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.04/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.42	c 0	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.38/0.50	c 0	Parsing HOME/temp.csp
0.38/0.71	c 0	parsed 319 expressions
0.38/0.71	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.71	c 0	Converting to clausal form CSP
0.38/0.73	c 0	converted 32 (10%) expressions
0.38/0.73	c 0	converted 64 (20%) expressions
0.38/0.76	c 0	converted 96 (30%) expressions
0.38/0.76	c 0	converted 128 (40%) expressions
0.38/0.77	c 0	converted 160 (50%) expressions
0.38/0.77	c 0	converted 192 (60%) expressions
0.38/0.77	c 0	converted 224 (70%) expressions
0.38/0.77	c 0	converted 256 (80%) expressions
0.38/0.78	c 0	converted 288 (90%) expressions
2.52/2.62	c 2	converted 319 (100%) expressions
2.52/2.62	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.52/2.62	c 2	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.52/2.62	c 2	Propagation in CSP
2.52/2.63	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.52/2.63	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.52/2.63	c 2	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.52/2.63	c 2	Simplifing CSP by introducing new Boolean variables
2.52/2.63	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.52/2.63	c 2	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.72/2.90	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.82/2.92	c 2	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
2.82/2.93	c 2	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
2.82/2.93	c 2	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
2.82/2.93	c 2	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
2.82/2.94	c 2	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
2.82/2.94	c 2	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
2.82/2.94	c 2	43 (70%) CSP integer variables are encoded (20883 clauses, 291143 bytes)
2.82/2.95	c 2	49 (80%) CSP integer variables are encoded (21969 clauses, 307433 bytes)
2.82/2.95	c 2	55 (90%) CSP integer variables are encoded (23055 clauses, 323723 bytes)
2.82/2.95	c 2	61 (100%) CSP integer variables are encoded (23779 clauses, 334583 bytes)
2.82/2.99	c 2	23 (10%) CSP clauses are encoded (24277 clauses, 343924 bytes)
2.92/3.01	c 2	46 (20%) CSP clauses are encoded (24756 clauses, 355057 bytes)
2.92/3.02	c 2	69 (30%) CSP clauses are encoded (25235 clauses, 366380 bytes)
2.92/3.04	c 3	92 (40%) CSP clauses are encoded (25730 clauses, 377874 bytes)
2.92/3.05	c 3	115 (50%) CSP clauses are encoded (26209 clauses, 389236 bytes)
2.92/3.07	c 3	138 (60%) CSP clauses are encoded (26706 clauses, 400858 bytes)
2.92/3.09	c 3	161 (70%) CSP clauses are encoded (27204 clauses, 412916 bytes)
3.02/3.11	c 3	184 (80%) CSP clauses are encoded (27721 clauses, 425951 bytes)
3.02/3.14	c 3	207 (90%) CSP clauses are encoded (28253 clauses, 439151 bytes)
58.32/58.73	c 58	230 (100%) CSP clauses are encoded (668099 clauses, 21505497 bytes)
58.32/58.73	c 58	230 CSP clauses encoded
58.32/58.73	c 58	Writing map file : HOME/temp.map
58.32/58.73	c 58	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.32/58.73	c 58	SAT : 23838 SAT variables, 668099 SAT clauses, 21505497 bytes
58.32/58.73	c 58	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.32/58.77	c 58	SOLVING HOME/temp.cnf
58.32/58.77	c 58	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
58.32/58.78	c 58	This is MiniSat 2.0 beta
58.32/58.78	c 58	WARNING: for repeatability, setting FPU to use double precision
58.32/58.78	c 58	============================[ Problem Statistics ]=============================
58.32/58.78	c 58	|                                                                             |
58.32/58.78	c 58	|  Number of variables:  23838                                                |
58.32/58.78	c 58	|  Number of clauses:    668099                                               |
58.39/59.20	c 59	|  Parsing time:         0.36         s                                       |
58.39/59.23	c 59	============================[ Search Statistics ]==============================
58.39/59.23	c 59	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
58.39/59.23	c 59	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
58.39/59.23	c 59	===============================================================================
58.39/59.23	c 59	|         0 |   22837   650242  3139210 |   216747        0    nan |  0.000 % |
58.91/59.32	c 59	|       101 |   22819   650242  3139210 |   238422       73      5 | 21.722 % |
59.09/59.53	c 59	|       251 |   22792   650242  3139210 |   262264      210     10 | 32.146 % |
59.49/59.96	c 59	|       476 |   21075   650242  3139210 |   288490      424     13 | 49.660 % |
59.89/60.37	c 60	|       813 |   21027   650242  3139210 |   317339      724     10 | 57.568 % |
60.18/60.68	c 60	|      1319 |   20131   650242  3139210 |   349073     1208      9 | 65.823 % |
60.88/61.30	c 61	|      2078 |   20055   650242  3139210 |   383981     1934     10 | 69.612 % |
61.98/62.48	c 62	|      3217 |   19891   650242  3139210 |   422379     3048     11 | 70.526 % |
64.07/64.53	c 64	|      4925 |   19755   650242  3139210 |   464617     4719     12 | 76.256 % |
67.26/67.74	c 67	|      7487 |   19753   650242  3139210 |   511078     7280     13 | 76.269 % |
72.84/73.36	c 73	|     11332 |    5434   409683  2005933 |   562186     9559     17 | 77.314 % |
78.01/78.52	c 78	|     17098 |    5434   409683  2005933 |   618405    15323     21 | 77.683 % |
89.96/90.57	c 90	|     25747 |    5136   381185  1866893 |   680245    23772     23 | 78.572 % |
97.73/98.30	c 98	===============================================================================
97.73/98.30	c 98	restarts              : 13
97.73/98.30	c 98	conflicts             : 31344          (798 /sec)
97.73/98.30	c 98	decisions             : 48897          (0.66 % random) (1245 /sec)
97.73/98.30	c 98	propagations          : 11291792       (287491 /sec)
97.73/98.30	c 98	conflict literals     : 717371         (57.50 % deleted)
97.73/98.30	c 98	Memory used           : 37.17 MB
97.73/98.30	c 98	CPU time              : 39.277 s
97.73/98.30	c 98	
97.73/98.31	c 98	SATISFIABLE
97.73/98.31	c 98	DECODING HOME/temp.out WITH HOME/temp.map
97.73/98.31	c 98	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
97.76/98.40	c 98	Decoding HOME/temp.out
97.76/98.46	s SATISFIABLE
97.76/98.46	v 5 2 10 5 2 3 15 3 13 24 7 18 19 17 9 11 14 5 8 8 12 13 3 22 20 26 18 3 16 3 17 4 1 0 4 3 11 4 6 8 7 10 13 37 55 72 83 88 96 109 131 157 160 163 167 167 170 174 182 182 0
97.76/98.47	c 98	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
97.76/98.49	c 98	CPU 97.35 (0.03 0.01 97.32 0.55)
97.76/98.49	c 98	END Thu Jul  3 06:43:36 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-1055720-1215060117/watcher-1055720-1215060117 -o /tmp/evaluation-result-1055720-1215060117/solver-1055720-1215060117 -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-1055720-1215060117.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.05 2.05 4/81 14014
/proc/meminfo: memFree=1122528/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=12268 CPUtime=0
/proc/14014/stat : 14014 (sugar) R 14012 14014 9999 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984986912 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14014/statm: 3067 316 241 3 0 167 0

[startup+0.0660411 s]
/proc/loadavg: 2.00 2.05 2.05 4/81 14014
/proc/meminfo: memFree=1122528/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=0.04
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984986912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14014/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101269 s]
/proc/loadavg: 2.00 2.05 2.05 4/81 14014
/proc/meminfo: memFree=1122528/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=0.04
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984986912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14014/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301051 s]
/proc/loadavg: 2.00 2.05 2.05 4/81 14014
/proc/meminfo: memFree=1122528/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=0.04
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984986912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14014/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701093 s]
/proc/loadavg: 2.00 2.05 2.05 4/81 14014
/proc/meminfo: memFree=1122528/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=0.38
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 973 6531 0 1 3 1 31 3 16 0 1 0 1984986912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14014/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 2.00 2.05 2.05 5/92 14036
/proc/meminfo: memFree=1104136/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=0.38
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 973 6531 0 1 3 1 31 3 15 0 1 0 1984986912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14014/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14014 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14014 14014 9999 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984986955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 233 193 169 0 50 0
[pid=14028] ppid=14027 vsize=864336 CPUtime=1.05
/proc/14028/stat : 14028 (java) S 14027 14014 9999 0 -1 0 11179 0 1 0 100 5 0 0 18 0 9 0 1984986955 885080064 10264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14028/statm: 216084 10264 2540 9 0 210659 0
[pid=14028/tid=14029] ppid=14027 vsize=864336 CPUtime=0.48
/proc/14028/task/14029/stat : 14029 (java) R 14027 14014 9999 0 -1 64 2748 0 1 0 47 1 0 0 23 0 9 0 1984986956 885080064 10264 996147200 134512640 134550740 4294955952 18446744073709551615 4126554778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14030] ppid=14027 vsize=864336 CPUtime=0.47
/proc/14028/task/14030/stat : 14030 (java) S 14027 14014 9999 0 -1 64 7404 0 0 0 45 2 0 0 16 0 9 0 1984986957 885080064 10264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14031] ppid=14027 vsize=864336 CPUtime=0
/proc/14028/task/14031/stat : 14031 (java) S 14027 14014 9999 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984986958 885080064 10264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14032] ppid=14027 vsize=864336 CPUtime=0
/proc/14028/task/14032/stat : 14032 (java) S 14027 14014 9999 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984986958 885080064 10264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14033] ppid=14027 vsize=864336 CPUtime=0
/proc/14028/task/14033/stat : 14033 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984986960 885080064 10264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14034] ppid=14027 vsize=864336 CPUtime=0.07
/proc/14028/task/14034/stat : 14034 (java) S 14027 14014 9999 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1984986960 885080064 10264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14035] ppid=14027 vsize=864336 CPUtime=0
/proc/14028/task/14035/stat : 14035 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984986960 885080064 10264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14036] ppid=14027 vsize=864336 CPUtime=0
/proc/14028/task/14036/stat : 14036 (java) S 14027 14014 9999 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984986960 885080064 10264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883292

[startup+3.10234 s]
/proc/loadavg: 2.00 2.05 2.05 3/92 14036
/proc/meminfo: memFree=1070024/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=0.38
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 974 6531 0 1 3 1 31 3 15 0 1 0 1984986912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14014/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14014 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14014 14014 9999 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984986955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 233 193 169 0 50 0
[pid=14028] ppid=14027 vsize=864448 CPUtime=2.64
/proc/14028/stat : 14028 (java) S 14027 14014 9999 0 -1 0 18774 0 1 0 254 10 0 0 18 0 9 0 1984986955 885194752 17696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14028/statm: 216112 17696 2564 9 0 210659 0
[pid=14028/tid=14029] ppid=14027 vsize=864448 CPUtime=0.99
/proc/14028/task/14029/stat : 14029 (java) R 14027 14014 9999 0 -1 64 3346 0 1 0 97 2 0 0 25 0 9 0 1984986956 885194752 17696 996147200 134512640 134550740 4294955952 18446744073709551615 4126630967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14030] ppid=14027 vsize=864448 CPUtime=1.52
/proc/14028/task/14030/stat : 14030 (java) S 14027 14014 9999 0 -1 64 14381 0 0 0 146 6 0 0 16 0 9 0 1984986957 885194752 17696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14031] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14031/stat : 14031 (java) S 14027 14014 9999 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984986958 885194752 17696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14032] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14032/stat : 14032 (java) S 14027 14014 9999 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984986958 885194752 17696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14033] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14033/stat : 14033 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984986960 885194752 17696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14034] ppid=14027 vsize=864448 CPUtime=0.1
/proc/14028/task/14034/stat : 14034 (java) S 14027 14014 9999 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1984986960 885194752 17696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14035] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14035/stat : 14035 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984986960 885194752 17696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14036] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14036/stat : 14036 (java) S 14027 14014 9999 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984986960 885194752 17696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883404

[startup+6.30167 s]
/proc/loadavg: 2.00 2.05 2.05 3/92 14036
/proc/meminfo: memFree=1052232/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=0.38
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 974 6531 0 1 3 1 31 3 15 0 1 0 1984986912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14014/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14014 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14014 14014 9999 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984986955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 233 193 169 0 50 0
[pid=14028] ppid=14027 vsize=864448 CPUtime=5.82
/proc/14028/stat : 14028 (java) S 14027 14014 9999 0 -1 0 19637 0 1 0 571 11 0 0 18 0 9 0 1984986955 885194752 18524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14028/statm: 216112 18524 2564 9 0 210659 0
[pid=14028/tid=14029] ppid=14027 vsize=864448 CPUtime=4.08
/proc/14028/task/14029/stat : 14029 (java) R 14027 14014 9999 0 -1 64 3381 0 1 0 406 2 0 0 25 0 9 0 1984986956 885194752 18524 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14030] ppid=14027 vsize=864448 CPUtime=1.61
/proc/14028/task/14030/stat : 14030 (java) S 14027 14014 9999 0 -1 64 15208 0 0 0 154 7 0 0 16 0 9 0 1984986957 885194752 18524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14031] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14031/stat : 14031 (java) S 14027 14014 9999 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984986958 885194752 18524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14032] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14032/stat : 14032 (java) S 14027 14014 9999 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984986958 885194752 18524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14033] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14033/stat : 14033 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984986960 885194752 18524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14034] ppid=14027 vsize=864448 CPUtime=0.1
/proc/14028/task/14034/stat : 14034 (java) S 14027 14014 9999 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1984986960 885194752 18524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14035] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14035/stat : 14035 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984986960 885194752 18524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14036] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14036/stat : 14036 (java) S 14027 14014 9999 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984986960 885194752 18524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883404

[startup+12.7023 s]
/proc/loadavg: 2.00 2.05 2.05 3/92 14036
/proc/meminfo: memFree=1041352/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=0.38
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 974 6531 0 1 3 1 31 3 15 0 1 0 1984986912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14014/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14014 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14014 14014 9999 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984986955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 233 193 169 0 50 0
[pid=14028] ppid=14027 vsize=864448 CPUtime=12.18
/proc/14028/stat : 14028 (java) S 14027 14014 9999 0 -1 0 20950 0 1 0 1205 13 0 0 18 0 9 0 1984986955 885194752 19763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14028/statm: 216112 19763 2564 9 0 210659 0
[pid=14028/tid=14029] ppid=14027 vsize=864448 CPUtime=10.26
/proc/14028/task/14029/stat : 14029 (java) R 14027 14014 9999 0 -1 64 3455 0 1 0 1023 3 0 0 25 0 9 0 1984986956 885194752 19763 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14030] ppid=14027 vsize=864448 CPUtime=1.79
/proc/14028/task/14030/stat : 14030 (java) S 14027 14014 9999 0 -1 64 16447 0 0 0 171 8 0 0 16 0 9 0 1984986957 885194752 19763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14031] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14031/stat : 14031 (java) S 14027 14014 9999 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984986958 885194752 19763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14032] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14032/stat : 14032 (java) S 14027 14014 9999 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984986958 885194752 19763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14033] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14033/stat : 14033 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984986960 885194752 19763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14034] ppid=14027 vsize=864448 CPUtime=0.1
/proc/14028/task/14034/stat : 14034 (java) S 14027 14014 9999 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1984986960 885194752 19763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14035] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14035/stat : 14035 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984986960 885194752 19763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14036] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14036/stat : 14036 (java) S 14027 14014 9999 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984986960 885194752 19763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 883404

[startup+25.5017 s]
/proc/loadavg: 2.00 2.05 2.05 3/92 14036
/proc/meminfo: memFree=1016072/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=0.38
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 974 6531 0 1 3 1 31 3 15 0 1 0 1984986912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14014/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14014 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14014 14014 9999 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984986955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 233 193 169 0 50 0
[pid=14028] ppid=14027 vsize=864448 CPUtime=24.91
/proc/14028/stat : 14028 (java) S 14027 14014 9999 0 -1 0 23820 0 1 0 2472 19 0 0 18 0 9 0 1984986955 885194752 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14028/statm: 216112 22469 2564 9 0 210659 0
[pid=14028/tid=14029] ppid=14027 vsize=864448 CPUtime=22.59
/proc/14028/task/14029/stat : 14029 (java) R 14027 14014 9999 0 -1 64 3619 0 1 0 2251 8 0 0 25 0 9 0 1984986956 885194752 22469 996147200 134512640 134550740 4294955952 18446744073709551615 103215022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14030] ppid=14027 vsize=864448 CPUtime=2.2
/proc/14028/task/14030/stat : 14030 (java) S 14027 14014 9999 0 -1 64 19150 0 0 0 210 10 0 0 16 0 9 0 1984986957 885194752 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14031] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14031/stat : 14031 (java) S 14027 14014 9999 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984986958 885194752 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14032] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14032/stat : 14032 (java) S 14027 14014 9999 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984986958 885194752 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14033] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14033/stat : 14033 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984986960 885194752 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14034] ppid=14027 vsize=864448 CPUtime=0.11
/proc/14028/task/14034/stat : 14034 (java) S 14027 14014 9999 0 -1 64 359 0 0 0 11 0 0 0 17 0 9 0 1984986960 885194752 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14035] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14035/stat : 14035 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984986960 885194752 22469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14036] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14036/stat : 14036 (java) S 14027 14014 9999 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984986960 885194752 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.29
Current children cumulated vsize (KiB) 883404

[startup+51.1014 s]
/proc/loadavg: 2.00 2.04 2.05 3/84 14037
/proc/meminfo: memFree=631432/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=0.38
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 974 6531 0 1 3 1 31 3 15 0 1 0 1984986912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14014/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14014 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14014 14014 9999 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984986955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 233 193 169 0 50 0
[pid=14028] ppid=14027 vsize=864448 CPUtime=50.38
/proc/14028/stat : 14028 (java) S 14027 14014 9999 0 -1 0 33114 0 1 0 5002 36 0 0 18 0 9 0 1984986955 885194752 26184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14028/statm: 216112 26184 2564 9 0 210659 0
[pid=14028/tid=14029] ppid=14027 vsize=864448 CPUtime=46.73
/proc/14028/task/14029/stat : 14029 (java) R 14027 14014 9999 0 -1 64 3947 0 1 0 4657 16 0 0 25 0 9 0 1984986956 885194752 26184 996147200 134512640 134550740 4294955952 18446744073709551615 101444645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14028/tid=14030] ppid=14027 vsize=864448 CPUtime=3.5
/proc/14028/task/14030/stat : 14030 (java) S 14027 14014 9999 0 -1 64 28114 0 0 0 332 18 0 0 16 0 9 0 1984986957 885194752 26184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14028/tid=14031] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14031/stat : 14031 (java) S 14027 14014 9999 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 1984986958 885194752 26184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14028/tid=14032] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14032/stat : 14032 (java) S 14027 14014 9999 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984986958 885194752 26184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14028/tid=14033] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14033/stat : 14033 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984986960 885194752 26184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14034] ppid=14027 vsize=864448 CPUtime=0.11
/proc/14028/task/14034/stat : 14034 (java) S 14027 14014 9999 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1984986960 885194752 26184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14035] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14035/stat : 14035 (java) S 14027 14014 9999 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984986960 885194752 26184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14028/tid=14036] ppid=14027 vsize=864448 CPUtime=0
/proc/14028/task/14036/stat : 14036 (java) S 14027 14014 9999 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984986960 885194752 26184 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 883404

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

[startup+76.7011 s]
/proc/loadavg: 2.00 2.04 2.05 3/76 14039
/proc/meminfo: memFree=684872/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=58.39
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 1031 40070 0 2 3 1 5791 44 16 0 1 0 1984986912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14014/statm: 3400 798 370 3 0 500 0
[pid=14038] ppid=14014 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14014 14014 9999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984992790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=37908 CPUtime=17.83
/proc/14039/stat : 14039 (minisat) R 14038 14014 9999 0 -1 4194304 9315 0 0 0 1776 7 0 0 25 0 1 0 1984992791 38817792 9301 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 9477 9301 75 150 0 9324 0
Current children cumulated CPU time (s) 76.22
Current children cumulated vsize (KiB) 56864

[startup+89.5024 s]
/proc/loadavg: 2.00 2.03 2.05 3/76 14039
/proc/meminfo: memFree=684744/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=58.39
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 1031 40070 0 2 3 1 5791 44 16 0 1 0 1984986912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14014/statm: 3400 798 370 3 0 500 0
[pid=14038] ppid=14014 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14014 14014 9999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984992790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=38060 CPUtime=30.58
/proc/14039/stat : 14039 (minisat) R 14038 14014 9999 0 -1 4194304 9325 0 0 0 3051 7 0 0 25 0 1 0 1984992791 38973440 9311 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 9515 9311 75 150 0 9362 0
Current children cumulated CPU time (s) 88.97
Current children cumulated vsize (KiB) 57016

[startup+92.7018 s]
/proc/loadavg: 2.00 2.03 2.05 3/76 14039
/proc/meminfo: memFree=684744/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=58.39
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 1031 40070 0 2 3 1 5791 44 16 0 1 0 1984986912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14014/statm: 3400 798 370 3 0 500 0
[pid=14038] ppid=14014 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14014 14014 9999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984992790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=38060 CPUtime=33.76
/proc/14039/stat : 14039 (minisat) R 14038 14014 9999 0 -1 4194304 9327 0 0 0 3369 7 0 0 25 0 1 0 1984992791 38973440 9313 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 9515 9313 75 150 0 9362 0
Current children cumulated CPU time (s) 92.15
Current children cumulated vsize (KiB) 57016

[startup+95.9011 s]
/proc/loadavg: 2.00 2.03 2.04 3/76 14039
/proc/meminfo: memFree=684744/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=58.39
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 1031 40070 0 2 3 1 5791 44 16 0 1 0 1984986912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14014/statm: 3400 798 370 3 0 500 0
[pid=14038] ppid=14014 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14014 14014 9999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984992790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=38060 CPUtime=36.95
/proc/14039/stat : 14039 (minisat) R 14038 14014 9999 0 -1 4194304 9329 0 0 0 3688 7 0 0 25 0 1 0 1984992791 38973440 9315 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 9515 9315 75 150 0 9362 0
Current children cumulated CPU time (s) 95.34
Current children cumulated vsize (KiB) 57016

[startup+97.5023 s]
/proc/loadavg: 2.00 2.03 2.04 3/76 14039
/proc/meminfo: memFree=684744/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=58.39
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 1031 40070 0 2 3 1 5791 44 16 0 1 0 1984986912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14014/statm: 3400 798 370 3 0 500 0
[pid=14038] ppid=14014 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14014 14014 9999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984992790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=38060 CPUtime=38.55
/proc/14039/stat : 14039 (minisat) R 14038 14014 9999 0 -1 4194304 9330 0 0 0 3848 7 0 0 25 0 1 0 1984992791 38973440 9316 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 9515 9316 75 150 0 9362 0
Current children cumulated CPU time (s) 96.94
Current children cumulated vsize (KiB) 57016

[startup+97.9073 s]
/proc/loadavg: 2.00 2.03 2.04 3/76 14039
/proc/meminfo: memFree=684744/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=58.39
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 1031 40070 0 2 3 1 5791 44 16 0 1 0 1984986912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14014/statm: 3400 798 370 3 0 500 0
[pid=14038] ppid=14014 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14014 14014 9999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984992790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=38060 CPUtime=38.95
/proc/14039/stat : 14039 (minisat) R 14038 14014 9999 0 -1 4194304 9331 0 0 0 3888 7 0 0 25 0 1 0 1984992791 38973440 9317 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 9515 9317 75 150 0 9362 0
Current children cumulated CPU time (s) 97.34
Current children cumulated vsize (KiB) 57016

[startup+98.3023 s]
/proc/loadavg: 2.00 2.03 2.04 3/76 14039
/proc/meminfo: memFree=684744/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=58.39
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 1031 40070 0 2 3 1 5791 44 16 0 1 0 1984986912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14014/statm: 3400 798 370 3 0 500 0
[pid=14038] ppid=14014 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14014 14014 9999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984992790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=38060 CPUtime=39.34
/proc/14039/stat : 14039 (minisat) R 14038 14014 9999 0 -1 4194304 9331 0 0 0 3927 7 0 0 25 0 1 0 1984992791 38973440 9317 996147200 134512640 135127466 4294956272 18446744073709551615 134521703 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 9515 9317 75 150 0 9362 0
Current children cumulated CPU time (s) 97.73
Current children cumulated vsize (KiB) 57016

[startup+98.4024 s]
/proc/loadavg: 2.00 2.03 2.04 3/76 14039
/proc/meminfo: memFree=684744/2055920 swapFree=4180052/4192956
[pid=14014] ppid=14012 vsize=13600 CPUtime=97.76
/proc/14014/stat : 14014 (sugar) S 14012 14014 9999 0 -1 4194304 1070 49696 0 2 3 1 9719 53 17 0 1 0 1984986912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14014/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 97.76
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 98.4933
CPU time (s): 97.9441
CPU user time (s): 97.3602
CPU system time (s): 0.583911
CPU usage (%): 99.4425
Max. virtual memory (cumulated for all children) (KiB): 894156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.3602
system time used= 0.583911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54554
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= 7973
involuntary context switches= 8531

runsolver used 0.135979 second user time and 0.341948 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-03 06:41:57
IDJOB=1055720
IDBENCH=56968
IDSOLVER=346
FILE ID=node7/1055720-1215060117
PBS_JOBID= 7875159
Free space on /tmp= 66392 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fbad1d4d197aa7632a339b727104f12a
RANDOM SEED=2136495108

node7.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.236
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.236
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:       1123008 kB
Buffers:         87936 kB
Cached:         658340 kB
SwapCached:       7028 kB
Active:         381524 kB
Inactive:       467092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123008 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:           17668 kB
Writeback:           0 kB
Mapped:         116140 kB
Slab:            69368 kB
Committed_AS:  4094740 kB
PageTables:       2100 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= 66368 MiB
End job on node7 at 2008-07-03 06:43:36