Trace number 2079937

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.14.6+minisatSAT 73.8158 74.1462

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-2_ext.xml
MD5SUM6dde6150236428d4e0ea87604c5991eb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.27581
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:24:46 2009
0.00/0.08	c 0	PID 22389
0.00/0.08	c 0	HOST node12.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079937-1247369086.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079937-1247369086.xml' 'HOME/temp.csp'
0.07/0.45	c 1	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.07/0.46	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.46	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.43/0.58	c 1	Parsing HOME/temp.csp
0.43/0.74	c 1	parsed 319 expressions
0.43/0.75	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.75	c 1	Converting to clausal form CSP
0.43/0.77	c 1	converted 32 (10%) expressions
0.43/0.77	c 1	converted 64 (20%) expressions
0.43/0.79	c 1	converted 96 (30%) expressions
0.43/0.80	c 1	converted 128 (40%) expressions
0.43/0.80	c 1	converted 160 (50%) expressions
0.43/0.80	c 1	converted 192 (60%) expressions
0.43/0.81	c 1	converted 224 (70%) expressions
0.43/0.81	c 1	converted 256 (80%) expressions
0.43/0.81	c 1	converted 288 (90%) expressions
2.49/2.66	c 3	converted 319 (100%) expressions
2.49/2.66	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.49/2.66	c 3	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.49/2.66	c 3	Propagation in CSP
2.49/2.66	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.49/2.66	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.49/2.66	c 3	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.49/2.66	c 3	Simplifing CSP by introducing new Boolean variables
2.49/2.66	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.49/2.66	c 3	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.78/2.94	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.78/2.96	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
2.78/2.96	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
2.78/2.97	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
2.78/2.97	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
2.78/2.97	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
2.78/2.98	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
2.78/2.98	c 3	43 (70%) CSP integer variables are encoded (20877 clauses, 291053 bytes)
2.78/2.98	c 3	49 (80%) CSP integer variables are encoded (21951 clauses, 307163 bytes)
2.78/2.99	c 3	55 (90%) CSP integer variables are encoded (23025 clauses, 323273 bytes)
2.78/2.99	c 3	61 (100%) CSP integer variables are encoded (23741 clauses, 334013 bytes)
2.88/3.03	c 3	23 (10%) CSP clauses are encoded (24239 clauses, 343337 bytes)
2.88/3.05	c 3	46 (20%) CSP clauses are encoded (24716 clauses, 354435 bytes)
2.88/3.07	c 3	69 (30%) CSP clauses are encoded (25195 clauses, 365764 bytes)
2.88/3.09	c 3	92 (40%) CSP clauses are encoded (25692 clauses, 377293 bytes)
2.98/3.10	c 3	115 (50%) CSP clauses are encoded (26171 clauses, 388655 bytes)
2.98/3.12	c 3	138 (60%) CSP clauses are encoded (26667 clauses, 400268 bytes)
2.98/3.14	c 3	161 (70%) CSP clauses are encoded (27164 clauses, 412317 bytes)
2.98/3.16	c 3	184 (80%) CSP clauses are encoded (27679 clauses, 425313 bytes)
2.98/3.20	c 3	207 (90%) CSP clauses are encoded (28212 clauses, 438576 bytes)
55.59/55.96	c 56	230 (100%) CSP clauses are encoded (654189 clauses, 21045429 bytes)
55.59/55.96	c 56	230 CSP clauses encoded
55.59/55.97	c 56	Writing map file : HOME/temp.map
55.59/55.97	c 56	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
55.59/55.97	c 56	SAT : 23800 SAT variables, 654189 SAT clauses, 21045429 bytes
55.59/55.97	c 56	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
55.59/55.99	c 56	SOLVING HOME/temp.cnf
55.59/55.99	c 56	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
55.59/56.00	c 56	This is MiniSat 2.0 beta
55.59/56.00	c 56	WARNING: for repeatability, setting FPU to use double precision
55.59/56.00	c 56	============================[ Problem Statistics ]=============================
55.59/56.00	c 56	|                                                                             |
55.59/56.00	c 56	|  Number of variables:  23800                                                |
55.59/56.00	c 56	|  Number of clauses:    654189                                               |
55.98/56.40	c 57	|  Parsing time:         0.35         s                                       |
56.08/56.43	c 57	============================[ Search Statistics ]==============================
56.08/56.43	c 57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.08/56.43	c 57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
56.08/56.43	c 57	===============================================================================
56.08/56.43	c 57	|         0 |   22795   635969  3068235 |   211989        0    nan |  0.000 % |
56.18/56.59	c 57	|       100 |   22459   635969  3068235 |   233188       83      6 | 28.710 % |
56.38/56.72	c 57	|       251 |   22441   635969  3068235 |   256507      226      8 | 36.315 % |
56.58/56.90	c 57	|       477 |   22405   635969  3068235 |   282158      401      7 | 65.332 % |
56.68/57.06	c 57	|       814 |   22361   635969  3068235 |   310374      714      7 | 69.092 % |
56.98/57.34	c 58	|      1327 |   22324   635969  3068235 |   341411     1203      8 | 73.450 % |
57.27/57.66	c 58	|      2086 |   22308   635969  3068235 |   375552     1950      8 | 74.298 % |
57.77/58.15	c 58	|      3225 |   22232   635969  3068235 |   413107     3054      9 | 75.176 % |
59.07/59.43	c 60	|      4933 |   22001   635969  3068235 |   454418     4731     11 | 76.172 % |
61.77/62.12	c 62	|      7496 |   18882   635969  3068235 |   499860     7285     12 | 76.349 % |
65.67/66.05	c 66	|     11340 |   18711   635969  3068235 |   549846    11112     17 | 77.403 % |
71.17/71.54	c 72	|     17106 |    5343   396427  1939805 |   604831    14185     21 | 78.706 % |
73.37/73.79	c 74	===============================================================================
73.37/73.79	c 74	restarts              : 12
73.37/73.79	c 74	conflicts             : 19523          (1101 /sec)
73.37/73.79	c 74	decisions             : 34567          (0.56 % random) (1950 /sec)
73.37/73.79	c 74	propagations          : 5245099        (295894 /sec)
73.37/73.79	c 74	conflict literals     : 391940         (49.73 % deleted)
73.37/73.79	c 74	Memory used           : 37.02 MB
73.37/73.79	c 74	CPU time              : 17.7263 s
73.37/73.79	c 74	
73.46/73.80	c 74	SATISFIABLE
73.46/73.81	c 74	DECODING HOME/temp.out WITH HOME/temp.map
73.46/73.81	c 74	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
73.46/73.89	c 74	Decoding HOME/temp.out
73.48/74.10	s SATISFIABLE
73.48/74.10	v 9 14 8 15 11 9 12 7 10 2 13 10 6 22 4 13 18 2 14 17 2 2 1 0 15 14 7 1 16 5 20 14 5 5 19 13 3 9 17 6 29 38 45 47 57 79 92 94 111 113 113 127 128 133 147 152 165 174 180 180 0
73.48/74.11	c 74	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
73.48/74.14	c 74	CPU 73.79 (0.07 0.01 73.19 0.52)
73.48/74.14	c 74	END Sun Jul 12 05:26:00 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079937-1247369086/watcher-2079937-1247369086 -o /tmp/evaluation-result-2079937-1247369086/solver-2079937-1247369086 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2079937-1247369086.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.32 2.12 2.04 4/74 22389
/proc/meminfo: memFree=1265808/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=18576 CPUtime=0
/proc/22389/stat : 22389 (runsolver) R 22387 22389 17442 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23975642 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22389/statm: 4644 284 249 26 0 2626 0

[startup+0.0934201 s]
/proc/loadavg: 2.32 2.12 2.04 4/74 22389
/proc/meminfo: memFree=1265808/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=0.07
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23975642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102425 s]
/proc/loadavg: 2.32 2.12 2.04 4/74 22389
/proc/meminfo: memFree=1265808/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=0.07
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23975642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302441 s]
/proc/loadavg: 2.32 2.12 2.04 4/74 22389
/proc/meminfo: memFree=1265808/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=0.07
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23975642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702482 s]
/proc/loadavg: 2.32 2.12 2.04 4/74 22389
/proc/meminfo: memFree=1265808/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=0.43
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1309 6587 0 1 6 1 31 5 15 0 1 0 23975642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16868

[startup+1.50256 s]
/proc/loadavg: 2.32 2.12 2.04 4/85 22411
/proc/meminfo: memFree=1247096/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=0.43
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1309 6587 0 1 6 1 31 5 15 0 1 0 23975642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1111 409 3 0 796 0
[pid=22402] ppid=22389 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22389 22389 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23975688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 233 193 169 0 50 0
[pid=22403] ppid=22402 vsize=864352 CPUtime=0.97
/proc/22403/stat : 22403 (java) S 22402 22389 17442 0 -1 0 10903 0 1 0 92 5 0 0 18 0 9 0 23975688 885096448 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22403/statm: 216088 9978 2566 9 0 210593 0
[pid=22403/tid=22404] ppid=22402 vsize=864352 CPUtime=0.47
/proc/22403/task/22404/stat : 22404 (java) R 22402 22389 17442 0 -1 64 2785 0 1 0 46 1 0 0 23 0 9 0 23975689 885096448 9978 996147200 134512640 134550932 4294955936 18446744073709551615 102524018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22405] ppid=22402 vsize=864352 CPUtime=0.43
/proc/22403/task/22405/stat : 22405 (java) S 22402 22389 17442 0 -1 64 7104 0 0 0 40 3 0 0 16 0 9 0 23975694 885096448 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22406] ppid=22402 vsize=864352 CPUtime=0
/proc/22403/task/22406/stat : 22406 (java) S 22402 22389 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23975694 885096448 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22407] ppid=22402 vsize=864352 CPUtime=0
/proc/22403/task/22407/stat : 22407 (java) S 22402 22389 17442 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23975694 885096448 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22408] ppid=22402 vsize=864352 CPUtime=0
/proc/22403/task/22408/stat : 22408 (java) S 22402 22389 17442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23975697 885096448 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22409] ppid=22402 vsize=864352 CPUtime=0.04
/proc/22403/task/22409/stat : 22409 (java) S 22402 22389 17442 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 23975697 885096448 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22410] ppid=22402 vsize=864352 CPUtime=0
/proc/22403/task/22410/stat : 22410 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23975697 885096448 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22411] ppid=22402 vsize=864352 CPUtime=0
/proc/22403/task/22411/stat : 22411 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23975697 885096448 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886576

[startup+3.10172 s]
/proc/loadavg: 2.32 2.12 2.04 3/85 22411
/proc/meminfo: memFree=1215416/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=0.43
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1310 6587 0 1 6 1 31 5 15 0 1 0 23975642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1111 409 3 0 796 0
[pid=22402] ppid=22389 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22389 22389 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23975688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 233 193 169 0 50 0
[pid=22403] ppid=22402 vsize=864464 CPUtime=2.55
/proc/22403/stat : 22403 (java) S 22402 22389 17442 0 -1 0 18582 0 1 0 245 10 0 0 18 0 9 0 23975688 885211136 17496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22403/statm: 216116 17496 2590 9 0 210593 0
[pid=22403/tid=22404] ppid=22402 vsize=864464 CPUtime=0.93
/proc/22403/task/22404/stat : 22404 (java) R 22402 22389 17442 0 -1 64 3378 0 1 0 92 1 0 0 20 0 9 0 23975689 885211136 17496 996147200 134512640 134550932 4294955936 18446744073709551615 4125977378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22405] ppid=22402 vsize=864464 CPUtime=1.51
/proc/22403/task/22405/stat : 22405 (java) S 22402 22389 17442 0 -1 64 14169 0 0 0 144 7 0 0 16 0 9 0 23975694 885211136 17496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22406] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22406/stat : 22406 (java) S 22402 22389 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23975694 885211136 17496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22407] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22407/stat : 22407 (java) S 22402 22389 17442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23975694 885211136 17496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22408] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22408/stat : 22408 (java) S 22402 22389 17442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23975697 885211136 17496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22409] ppid=22402 vsize=864464 CPUtime=0.08
/proc/22403/task/22409/stat : 22409 (java) S 22402 22389 17442 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23975697 885211136 17496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22410] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22410/stat : 22410 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23975697 885211136 17496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22411] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22411/stat : 22411 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23975697 885211136 17496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886688

[startup+6.30203 s]
/proc/loadavg: 2.38 2.13 2.04 3/85 22411
/proc/meminfo: memFree=1199032/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=0.44
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1310 6587 0 1 7 1 31 5 15 0 1 0 23975642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1111 409 3 0 796 0
[pid=22402] ppid=22389 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22389 22389 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23975688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 233 193 169 0 50 0
[pid=22403] ppid=22402 vsize=864464 CPUtime=5.72
/proc/22403/stat : 22403 (java) S 22402 22389 17442 0 -1 0 19419 0 1 0 561 11 0 0 18 0 9 0 23975688 885211136 18298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22403/statm: 216116 18298 2590 9 0 210593 0
[pid=22403/tid=22404] ppid=22402 vsize=864464 CPUtime=4.02
/proc/22403/task/22404/stat : 22404 (java) R 22402 22389 17442 0 -1 64 3413 0 1 0 400 2 0 0 25 0 9 0 23975689 885211136 18298 996147200 134512640 134550932 4294955936 18446744073709551615 102142576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22405] ppid=22402 vsize=864464 CPUtime=1.59
/proc/22403/task/22405/stat : 22405 (java) S 22402 22389 17442 0 -1 64 14971 0 0 0 152 7 0 0 16 0 9 0 23975694 885211136 18298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22406] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22406/stat : 22406 (java) S 22402 22389 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23975694 885211136 18298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22407] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22407/stat : 22407 (java) S 22402 22389 17442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23975694 885211136 18298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22408] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22408/stat : 22408 (java) S 22402 22389 17442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23975697 885211136 18298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22409] ppid=22402 vsize=864464 CPUtime=0.08
/proc/22403/task/22409/stat : 22409 (java) S 22402 22389 17442 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23975697 885211136 18298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22410] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22410/stat : 22410 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23975697 885211136 18298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22411] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22411/stat : 22411 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23975697 885211136 18298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886688

[startup+12.7027 s]
/proc/loadavg: 2.43 2.15 2.05 3/85 22411
/proc/meminfo: memFree=1192312/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=0.44
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1310 6587 0 1 7 1 31 5 15 0 1 0 23975642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1111 409 3 0 796 0
[pid=22402] ppid=22389 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22389 22389 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23975688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 233 193 169 0 50 0
[pid=22403] ppid=22402 vsize=864464 CPUtime=12.05
/proc/22403/stat : 22403 (java) S 22402 22389 17442 0 -1 0 20665 0 1 0 1192 13 0 0 18 0 9 0 23975688 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22403/statm: 216116 19473 2590 9 0 210593 0
[pid=22403/tid=22404] ppid=22402 vsize=864464 CPUtime=10.17
/proc/22403/task/22404/stat : 22404 (java) R 22402 22389 17442 0 -1 64 3484 0 1 0 1014 3 0 0 25 0 9 0 23975689 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 101450288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22405] ppid=22402 vsize=864464 CPUtime=1.77
/proc/22403/task/22405/stat : 22405 (java) S 22402 22389 17442 0 -1 64 16146 0 0 0 169 8 0 0 16 0 9 0 23975694 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22406] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22406/stat : 22406 (java) S 22402 22389 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23975694 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22407] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22407/stat : 22407 (java) S 22402 22389 17442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23975694 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22408] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22408/stat : 22408 (java) S 22402 22389 17442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23975697 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22409] ppid=22402 vsize=864464 CPUtime=0.08
/proc/22403/task/22409/stat : 22409 (java) S 22402 22389 17442 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23975697 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22410] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22410/stat : 22410 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23975697 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22411] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22411/stat : 22411 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23975697 885211136 19473 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886688

[startup+25.5029 s]
/proc/loadavg: 2.33 2.14 2.05 3/94 22459
/proc/meminfo: memFree=1167480/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=0.44
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1310 6587 0 1 7 1 31 5 15 0 1 0 23975642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1111 409 3 0 796 0
[pid=22402] ppid=22389 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22389 22389 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23975688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 233 193 169 0 50 0
[pid=22403] ppid=22402 vsize=864464 CPUtime=24.77
/proc/22403/stat : 22403 (java) S 22402 22389 17442 0 -1 0 23665 0 1 0 2456 21 0 0 18 0 9 0 23975688 885211136 22303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22403/statm: 216116 22303 2590 9 0 210593 0
[pid=22403/tid=22404] ppid=22402 vsize=864464 CPUtime=22.47
/proc/22403/task/22404/stat : 22404 (java) R 22402 22389 17442 0 -1 64 3655 0 1 0 2239 8 0 0 25 0 9 0 23975689 885211136 22303 996147200 134512640 134550932 4294955936 18446744073709551615 101450581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22403/tid=22405] ppid=22402 vsize=864464 CPUtime=2.18
/proc/22403/task/22405/stat : 22405 (java) S 22402 22389 17442 0 -1 64 18972 0 0 0 207 11 0 0 16 0 9 0 23975694 885211136 22303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22403/tid=22406] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22406/stat : 22406 (java) S 22402 22389 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23975694 885211136 22303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22407] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22407/stat : 22407 (java) S 22402 22389 17442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23975694 885211136 22303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22408] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22408/stat : 22408 (java) S 22402 22389 17442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23975697 885211136 22303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22409] ppid=22402 vsize=864464 CPUtime=0.08
/proc/22403/task/22409/stat : 22409 (java) S 22402 22389 17442 0 -1 64 339 0 0 0 8 0 0 0 17 0 9 0 23975697 885211136 22303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22403/tid=22410] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22410/stat : 22410 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23975697 885211136 22303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22411] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22411/stat : 22411 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23975697 885211136 22303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 886688

[startup+51.1025 s]
/proc/loadavg: 2.22 2.13 2.04 3/94 22459
/proc/meminfo: memFree=1125176/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=0.44
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1310 6587 0 1 7 1 31 5 15 0 1 0 23975642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1111 409 3 0 796 0
[pid=22402] ppid=22389 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22389 22389 17442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23975688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 233 193 169 0 50 0
[pid=22403] ppid=22402 vsize=864464 CPUtime=50.36
/proc/22403/stat : 22403 (java) S 22402 22389 17442 0 -1 0 32556 0 1 0 5001 35 0 0 18 0 9 0 23975688 885211136 25772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22403/statm: 216116 25772 2590 9 0 210593 0
[pid=22403/tid=22404] ppid=22402 vsize=864464 CPUtime=46.89
/proc/22403/task/22404/stat : 22404 (java) R 22402 22389 17442 0 -1 64 4014 0 1 0 4673 16 0 0 25 0 9 0 23975689 885211136 25772 996147200 134512640 134550932 4294955936 18446744073709551615 4126570545 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22403/tid=22405] ppid=22402 vsize=864464 CPUtime=3.35
/proc/22403/task/22405/stat : 22405 (java) S 22402 22389 17442 0 -1 64 27502 0 0 0 318 17 0 0 16 0 9 0 23975694 885211136 25772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22403/tid=22406] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22406/stat : 22406 (java) S 22402 22389 17442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23975694 885211136 25772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22403/tid=22407] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22407/stat : 22407 (java) S 22402 22389 17442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23975694 885211136 25772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22408] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22408/stat : 22408 (java) S 22402 22389 17442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23975697 885211136 25772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22409] ppid=22402 vsize=864464 CPUtime=0.08
/proc/22403/task/22409/stat : 22409 (java) S 22402 22389 17442 0 -1 64 341 0 0 0 8 0 0 0 17 0 9 0 23975697 885211136 25772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22403/tid=22410] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22410/stat : 22410 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23975697 885211136 25772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22403/tid=22411] ppid=22402 vsize=864464 CPUtime=0
/proc/22403/task/22411/stat : 22411 (java) S 22402 22389 17442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23975697 885211136 25772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 886688

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

[startup+63.9018 s]
/proc/loadavg: 2.18 2.12 2.04 3/86 22461
/proc/meminfo: memFree=1177208/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=55.69
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1376 39512 0 2 7 1 5518 43 16 0 1 0 23975642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22389/statm: 4217 1113 409 3 0 796 0
[pid=22460] ppid=22389 vsize=5356 CPUtime=0
/proc/22460/stat : 22460 (sh) S 22389 22389 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23981241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22460/statm: 1339 232 193 169 0 50 0
[pid=22461] ppid=22460 vsize=37324 CPUtime=7.88
/proc/22461/stat : 22461 (minisat) R 22460 22389 17442 0 -1 4194304 9151 0 0 0 783 5 0 0 25 0 1 0 23981242 38219776 9137 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22461/statm: 9331 9137 75 150 0 9178 0
Current children cumulated CPU time (s) 63.57
Current children cumulated vsize (KiB) 59548

[startup+70.3014 s]
/proc/loadavg: 2.15 2.12 2.04 3/86 22461
/proc/meminfo: memFree=1154872/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=55.69
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1376 39512 0 2 7 1 5518 43 16 0 1 0 23975642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22389/statm: 4217 1113 409 3 0 796 0
[pid=22460] ppid=22389 vsize=5356 CPUtime=0
/proc/22460/stat : 22460 (sh) S 22389 22389 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23981241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22460/statm: 1339 232 193 169 0 50 0
[pid=22461] ppid=22460 vsize=37908 CPUtime=14.28
/proc/22461/stat : 22461 (minisat) R 22460 22389 17442 0 -1 4194304 9272 0 0 0 1423 5 0 0 25 0 1 0 23981242 38817792 9258 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22461/statm: 9477 9258 75 150 0 9324 0
Current children cumulated CPU time (s) 69.97
Current children cumulated vsize (KiB) 60132

[startup+71.9016 s]
/proc/loadavg: 2.15 2.12 2.04 3/86 22461
/proc/meminfo: memFree=1148728/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=55.69
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1376 39512 0 2 7 1 5518 43 16 0 1 0 23975642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22389/statm: 4217 1113 409 3 0 796 0
[pid=22460] ppid=22389 vsize=5356 CPUtime=0
/proc/22460/stat : 22460 (sh) S 22389 22389 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23981241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22460/statm: 1339 232 193 169 0 50 0
[pid=22461] ppid=22460 vsize=37908 CPUtime=15.88
/proc/22461/stat : 22461 (minisat) R 22460 22389 17442 0 -1 4194304 9274 0 0 0 1583 5 0 0 25 0 1 0 23981242 38817792 9260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22461/statm: 9477 9260 75 150 0 9324 0
Current children cumulated CPU time (s) 71.57
Current children cumulated vsize (KiB) 60132

[startup+73.5017 s]
/proc/loadavg: 2.15 2.12 2.04 3/86 22461
/proc/meminfo: memFree=1144632/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=55.69
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1376 39512 0 2 7 1 5518 43 16 0 1 0 23975642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22389/statm: 4217 1113 409 3 0 796 0
[pid=22460] ppid=22389 vsize=5356 CPUtime=0
/proc/22460/stat : 22460 (sh) S 22389 22389 17442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23981241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22460/statm: 1339 232 193 169 0 50 0
[pid=22461] ppid=22460 vsize=37908 CPUtime=17.48
/proc/22461/stat : 22461 (minisat) R 22460 22389 17442 0 -1 4194304 9276 0 0 0 1743 5 0 0 25 0 1 0 23981242 38817792 9262 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22461/statm: 9477 9262 75 150 0 9324 0
Current children cumulated CPU time (s) 73.17
Current children cumulated vsize (KiB) 60132

[startup+73.9018 s]
/proc/loadavg: 2.15 2.12 2.04 3/86 22461
/proc/meminfo: memFree=1141432/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=73.48
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1448 49089 0 2 7 1 7291 49 16 0 1 0 23975642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 73.48
Current children cumulated vsize (KiB) 16868

[startup+74.1018 s]
/proc/loadavg: 2.15 2.12 2.04 3/86 22461
/proc/meminfo: memFree=1141432/2055920 swapFree=4192956/4192956
[pid=22389] ppid=22387 vsize=16868 CPUtime=73.48
/proc/22389/stat : 22389 (sugar) S 22387 22389 17442 0 -1 4194304 1448 49089 0 2 7 1 7291 49 16 0 1 0 23975642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22389/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 73.48
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 74.1462
CPU time (s): 73.8158
CPU user time (s): 73.2649
CPU system time (s): 0.550916
CPU usage (%): 99.5544
Max. virtual memory (cumulated for all children) (KiB): 896936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.2649
system time used= 0.550916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54390
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= 9154
involuntary context switches= 9247

runsolver used 0.119981 second user time and 0.230964 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 05:24:46
IDJOB=2079937
IDBENCH=56972
IDSOLVER=739
FILE ID=node12/2079937-1247369086
PBS_JOBID= 9506997
Free space on /tmp= 66192 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-2_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079937-1247369086/watcher-2079937-1247369086 -o /tmp/evaluation-result-2079937-1247369086/solver-2079937-1247369086 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2079937-1247369086.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6dde6150236428d4e0ea87604c5991eb
RANDOM SEED=187960526

node12.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.240
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.240
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:       1266288 kB
Buffers:         83388 kB
Cached:         562068 kB
SwapCached:          0 kB
Active:         241988 kB
Inactive:       466708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1266288 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10904 kB
Writeback:           0 kB
Mapped:          74452 kB
Slab:            66228 kB
Committed_AS:   203704 kB
PageTables:       1888 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= 66216 MiB
End job on node12 at 2009-07-12 05:26:00