Trace number 1051473

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 541.317 546.34

General information on the benchmark

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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 04:49:44 2008
0.00/0.04	c 0	PID 2471
0.00/0.05	c 0	HOST node56.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051473-1215053384.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-1051473-1215053384.xml' 'HOME/temp.csp'
0.03/0.45	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.43/0.55	c 1	Parsing HOME/temp.csp
0.43/0.77	c 1	parsed 459 expressions
0.43/0.77	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.77	c 1	Converting to clausal form CSP
0.43/0.79	c 1	converted 46 (10%) expressions
0.43/0.81	c 1	converted 92 (20%) expressions
0.43/0.83	c 1	converted 138 (30%) expressions
0.43/0.83	c 1	converted 184 (40%) expressions
0.43/0.84	c 1	converted 230 (50%) expressions
0.43/0.84	c 1	converted 276 (60%) expressions
0.43/0.85	c 1	converted 322 (70%) expressions
0.43/0.86	c 1	converted 368 (80%) expressions
0.43/0.86	c 1	converted 414 (90%) expressions
2.82/3.00	c 3	converted 459 (100%) expressions
2.82/3.00	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.82/3.00	c 3	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.92/3.00	c 3	Propagation in CSP
2.92/3.00	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.92/3.00	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.92/3.01	c 3	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.92/3.01	c 3	Simplifing CSP by introducing new Boolean variables
2.92/3.01	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.92/3.01	c 3	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.22/3.39	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.31/3.42	c 4	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.31/3.42	c 4	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.31/3.43	c 4	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.31/3.43	c 4	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.41/3.55	c 4	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.41/3.56	c 4	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.41/3.56	c 4	54 (70%) CSP integer variables are encoded (26286 clauses, 372188 bytes)
3.41/3.56	c 4	61 (80%) CSP integer variables are encoded (27574 clauses, 391508 bytes)
3.41/3.56	c 4	69 (90%) CSP integer variables are encoded (29046 clauses, 413588 bytes)
3.41/3.56	c 4	76 (100%) CSP integer variables are encoded (29966 clauses, 427388 bytes)
3.50/3.64	c 4	35 (10%) CSP clauses are encoded (30886 clauses, 445885 bytes)
3.50/3.66	c 4	70 (20%) CSP clauses are encoded (31781 clauses, 467632 bytes)
3.50/3.69	c 4	105 (30%) CSP clauses are encoded (32703 clauses, 489463 bytes)
3.61/3.71	c 4	140 (40%) CSP clauses are encoded (33626 clauses, 511517 bytes)
3.61/3.74	c 4	175 (50%) CSP clauses are encoded (34547 clauses, 533725 bytes)
3.61/3.76	c 4	210 (60%) CSP clauses are encoded (35468 clauses, 556400 bytes)
3.61/3.78	c 4	245 (70%) CSP clauses are encoded (36389 clauses, 580622 bytes)
3.71/3.82	c 4	280 (80%) CSP clauses are encoded (37332 clauses, 605108 bytes)
3.71/3.87	c 4	315 (90%) CSP clauses are encoded (38325 clauses, 630300 bytes)
78.25/79.20	c 79	350 (100%) CSP clauses are encoded (873415 clauses, 28340748 bytes)
78.25/79.20	c 79	350 CSP clauses encoded
78.25/79.20	c 79	Writing map file : HOME/temp.map
78.25/79.20	c 79	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
78.25/79.20	c 79	SAT : 30040 SAT variables, 873415 SAT clauses, 28340748 bytes
78.25/79.20	c 79	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
78.35/79.24	c 80	SOLVING HOME/temp.cnf
78.35/79.24	c 80	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
78.35/79.24	c 80	This is MiniSat 2.0 beta
78.35/79.24	c 80	WARNING: for repeatability, setting FPU to use double precision
78.35/79.24	c 80	============================[ Problem Statistics ]=============================
78.35/79.24	c 80	|                                                                             |
78.35/79.24	c 80	|  Number of variables:  30040                                                |
78.35/79.24	c 80	|  Number of clauses:    873415                                               |
78.39/79.79	c 80	|  Parsing time:         0.49         s                                       |
78.39/79.83	c 80	============================[ Search Statistics ]==============================
78.39/79.83	c 80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
78.39/79.83	c 80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
78.39/79.83	c 80	===============================================================================
78.39/79.84	c 80	|         0 |   29039   854998  4128601 |   284999        0    nan |  0.000 % |
78.39/79.95	c 80	|       100 |   28156   854998  4128601 |   313499       71      6 | 19.940 % |
78.39/80.16	c 80	|       250 |   28110   854998  4128601 |   344849      182      5 | 34.204 % |
79.43/80.35	c 81	|       475 |   28085   854998  4128601 |   379334      399      6 | 40.290 % |
79.62/80.51	c 81	|       814 |   28068   854998  4128601 |   417267      726     11 | 43.126 % |
79.82/80.79	c 81	|      1320 |   28051   854998  4128601 |   458994     1226     12 | 46.208 % |
80.42/81.37	c 82	|      2079 |   27202   854998  4128601 |   504893     1971     11 | 54.428 % |
81.11/82.04	c 82	|      3218 |   27111   854998  4128601 |   555383     3077     11 | 60.190 % |
82.20/83.17	c 83	|      4926 |   24503   854998  4128601 |   610921     4765     12 | 66.218 % |
84.18/85.17	c 85	|      7488 |   23522   854998  4128601 |   672013     7262     13 | 70.739 % |
86.55/87.56	c 88	|     11332 |   23423   854998  4128601 |   739214    11088     14 | 71.698 % |
92.10/93.13	c 93	|     17098 |   23406   854998  4128601 |   813136    16849     21 | 74.741 % |
101.60/102.78	c 103	|     25748 |    7417   600009  2935852 |   894449    24282     28 | 76.365 % |
114.98/116.28	c 117	|     38722 |    6806   556305  2722336 |   983894    37049     33 | 77.673 % |
139.74/141.23	c 142	|     58186 |    6475   524926  2569584 |  1082284    56204     37 | 78.445 % |
186.49/188.48	c 189	|     87378 |    6384   518772  2539602 |  1190512    85390     43 | 78.755 % |
272.61/275.38	c 276	|    131168 |    6379   518248  2537215 |  1309564   128977     45 | 78.765 % |
438.52/443.12	c 443	|    196854 |    6273   510162  2497677 |  1440520   194650     46 | 79.244 % |
540.99/546.08	c 546	===============================================================================
540.99/546.08	c 546	restarts              : 18
540.99/546.08	c 546	conflicts             : 233783         (506 /sec)
540.99/546.08	c 546	decisions             : 316996         (0.81 % random) (686 /sec)
540.99/546.08	c 546	propagations          : 98913035       (213901 /sec)
540.99/546.08	c 546	conflict literals     : 11870121       (63.78 % deleted)
540.99/546.08	c 546	Memory used           : 91.94 MB
540.99/546.08	c 546	CPU time              : 462.424 s
540.99/546.08	c 546	
540.99/546.09	c 546	SATISFIABLE
541.08/546.11	c 546	DECODING HOME/temp.out WITH HOME/temp.map
541.08/546.11	c 546	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
541.08/546.19	c 546	Decoding HOME/temp.out
541.10/546.27	s SATISFIABLE
541.10/546.27	v 22 3 24 0 17 1 11 4 1 15 19 29 15 20 23 0 18 18 4 7 9 3 16 0 6 0 7 4 8 1 13 10 10 11 12 3 25 0 5 5 2 3 3 6 20 2 14 16 21 24 3 4 8 23 52 72 72 90 97 100 100 100 104 105 115 126 129 129 134 137 143 145 161 185 185 0
541.10/546.28	c 547	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
541.10/546.33	c 547	CPU 540.48 (0.03 0.01 540.45 0.79)
541.10/546.33	c 547	END Thu Jul  3 04:58:51 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-1051473-1215053384/watcher-1051473-1215053384 -o /tmp/evaluation-result-1051473-1215053384/solver-1051473-1215053384 -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-1051473-1215053384.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.21 2.47 2.23 4/73 2471
/proc/meminfo: memFree=1730544/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=18572 CPUtime=0
/proc/2471/stat : 2471 (runsolver) R 2469 2471 467 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1984310009 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2471/statm: 4643 292 257 25 0 2626 0

[startup+0.0999949 s]
/proc/loadavg: 2.21 2.47 2.23 4/73 2471
/proc/meminfo: memFree=1730544/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=0.03
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984310009 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2471/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101822 s]
/proc/loadavg: 2.21 2.47 2.23 4/73 2471
/proc/meminfo: memFree=1730544/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=0.03
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984310009 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2471/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301859 s]
/proc/loadavg: 2.21 2.47 2.23 4/73 2471
/proc/meminfo: memFree=1730544/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=0.03
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984310009 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2471/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701929 s]
/proc/loadavg: 2.21 2.47 2.23 4/73 2471
/proc/meminfo: memFree=1730544/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=0.43
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 973 6633 0 1 3 1 36 3 16 0 1 0 1984310009 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2471/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 2.20 2.47 2.23 4/84 2493
/proc/meminfo: memFree=1713688/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=0.43
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 973 6633 0 1 3 1 36 3 15 0 1 0 1984310009 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2471/statm: 3400 797 370 3 0 500 0
[pid=2484] ppid=2471 vsize=5356 CPUtime=0
/proc/2484/stat : 2484 (sh) S 2471 2471 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984310056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2484/statm: 1339 233 193 169 0 50 0
[pid=2485] ppid=2484 vsize=864336 CPUtime=1
/proc/2485/stat : 2485 (java) S 2484 2471 467 0 -1 0 10978 0 1 0 95 5 0 0 18 0 9 0 1984310057 885080064 10063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2485/statm: 216084 10063 2540 9 0 210659 0
[pid=2485/tid=2486] ppid=2484 vsize=864336 CPUtime=0.47
/proc/2485/task/2486/stat : 2486 (java) R 2484 2471 467 0 -1 64 2766 0 1 0 46 1 0 0 20 0 9 0 1984310057 885080064 10063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2487] ppid=2484 vsize=864336 CPUtime=0.43
/proc/2485/task/2487/stat : 2487 (java) R 2484 2471 467 0 -1 64 7184 0 0 0 41 2 0 0 16 0 9 0 1984310059 885080064 10063 996147200 134512640 134550740 4294955952 18446744073709551615 102721959 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2488] ppid=2484 vsize=864336 CPUtime=0
/proc/2485/task/2488/stat : 2488 (java) S 2484 2471 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984310059 885080064 10063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2489] ppid=2484 vsize=864336 CPUtime=0
/proc/2485/task/2489/stat : 2489 (java) S 2484 2471 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984310059 885080064 10063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2490] ppid=2484 vsize=864336 CPUtime=0
/proc/2485/task/2490/stat : 2490 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984310061 885080064 10063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2491] ppid=2484 vsize=864336 CPUtime=0.07
/proc/2485/task/2491/stat : 2491 (java) S 2484 2471 467 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1984310061 885080064 10063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2492] ppid=2484 vsize=864336 CPUtime=0
/proc/2485/task/2492/stat : 2492 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984310061 885080064 10063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2493] ppid=2484 vsize=864336 CPUtime=0
/proc/2485/task/2493/stat : 2493 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984310061 885080064 10063 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.10237 s]
/proc/loadavg: 2.20 2.47 2.23 4/84 2493
/proc/meminfo: memFree=1682136/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=0.43
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 974 6633 0 1 3 1 36 3 16 0 1 0 1984310009 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2471/statm: 3400 797 370 3 0 500 0
[pid=2484] ppid=2471 vsize=5356 CPUtime=0
/proc/2484/stat : 2484 (sh) S 2471 2471 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984310056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2484/statm: 1339 233 193 169 0 50 0
[pid=2485] ppid=2484 vsize=864336 CPUtime=2.59
/proc/2485/stat : 2485 (java) S 2484 2471 467 0 -1 0 21502 0 1 0 248 11 0 0 18 0 9 0 1984310057 885080064 20442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2485/statm: 216084 20442 2540 9 0 210659 0
[pid=2485/tid=2486] ppid=2484 vsize=864336 CPUtime=1.03
/proc/2485/task/2486/stat : 2486 (java) R 2484 2471 467 0 -1 64 3233 0 1 0 101 2 0 0 25 0 9 0 1984310057 885080064 20442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2487] ppid=2484 vsize=864336 CPUtime=1.47
/proc/2485/task/2487/stat : 2487 (java) R 2484 2471 467 0 -1 64 17240 0 0 0 139 8 0 0 16 0 9 0 1984310059 885080064 20442 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2488] ppid=2484 vsize=864336 CPUtime=0
/proc/2485/task/2488/stat : 2488 (java) S 2484 2471 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984310059 885080064 20442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2489] ppid=2484 vsize=864336 CPUtime=0
/proc/2485/task/2489/stat : 2489 (java) S 2484 2471 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984310059 885080064 20442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2490] ppid=2484 vsize=864336 CPUtime=0
/proc/2485/task/2490/stat : 2490 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984310061 885080064 20442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2491] ppid=2484 vsize=864336 CPUtime=0.07
/proc/2485/task/2491/stat : 2491 (java) S 2484 2471 467 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1984310061 885080064 20442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2492] ppid=2484 vsize=864336 CPUtime=0
/proc/2485/task/2492/stat : 2492 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984310061 885080064 20442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2493] ppid=2484 vsize=864336 CPUtime=0
/proc/2485/task/2493/stat : 2493 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984310061 885080064 20442 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) 883292

[startup+6.30517 s]
/proc/loadavg: 2.20 2.47 2.23 3/84 2493
/proc/meminfo: memFree=1648088/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=0.43
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 974 6633 0 1 3 1 36 3 15 0 1 0 1984310009 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2471/statm: 3400 797 370 3 0 500 0
[pid=2484] ppid=2471 vsize=5356 CPUtime=0
/proc/2484/stat : 2484 (sh) S 2471 2471 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984310056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2484/statm: 1339 233 193 169 0 50 0
[pid=2485] ppid=2484 vsize=864448 CPUtime=5.75
/proc/2485/stat : 2485 (java) S 2484 2471 467 0 -1 0 23547 0 1 0 562 13 0 0 18 0 9 0 1984310057 885194752 22437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2485/statm: 216112 22437 2564 9 0 210659 0
[pid=2485/tid=2486] ppid=2484 vsize=864448 CPUtime=3.68
/proc/2485/task/2486/stat : 2486 (java) R 2484 2471 467 0 -1 64 3763 0 1 0 365 3 0 0 25 0 9 0 1984310057 885194752 22437 996147200 134512640 134550740 4294955952 18446744073709551615 4126562596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2487] ppid=2484 vsize=864448 CPUtime=1.95
/proc/2485/task/2487/stat : 2487 (java) S 2484 2471 467 0 -1 64 18735 0 0 0 186 9 0 0 16 0 9 0 1984310059 885194752 22437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2488] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2488/stat : 2488 (java) S 2484 2471 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984310059 885194752 22437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2489] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2489/stat : 2489 (java) S 2484 2471 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984310059 885194752 22437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2490] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2490/stat : 2490 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984310061 885194752 22437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2491] ppid=2484 vsize=864448 CPUtime=0.1
/proc/2485/task/2491/stat : 2491 (java) S 2484 2471 467 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1984310061 885194752 22437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2492] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2492/stat : 2492 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984310061 885194752 22437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2493] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2493/stat : 2493 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984310061 885194752 22437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883404

[startup+12.7021 s]
/proc/loadavg: 2.16 2.45 2.22 3/84 2493
/proc/meminfo: memFree=1642008/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=0.43
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 974 6633 0 1 3 1 36 3 15 0 1 0 1984310009 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2471/statm: 3400 797 370 3 0 500 0
[pid=2484] ppid=2471 vsize=5356 CPUtime=0
/proc/2484/stat : 2484 (sh) S 2471 2471 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984310056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2484/statm: 1339 233 193 169 0 50 0
[pid=2485] ppid=2484 vsize=864448 CPUtime=12.09
/proc/2485/stat : 2485 (java) S 2484 2471 467 0 -1 0 24603 0 1 0 1194 15 0 0 18 0 9 0 1984310057 885194752 23441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2485/statm: 216112 23441 2564 9 0 210659 0
[pid=2485/tid=2486] ppid=2484 vsize=864448 CPUtime=9.86
/proc/2485/task/2486/stat : 2486 (java) R 2484 2471 467 0 -1 64 3815 0 1 0 982 4 0 0 25 0 9 0 1984310057 885194752 23441 996147200 134512640 134550740 4294955952 18446744073709551615 101444453 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2487] ppid=2484 vsize=864448 CPUtime=2.1
/proc/2485/task/2487/stat : 2487 (java) S 2484 2471 467 0 -1 64 19739 0 0 0 201 9 0 0 16 0 9 0 1984310059 885194752 23441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2488] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2488/stat : 2488 (java) S 2484 2471 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984310059 885194752 23441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2489] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2489/stat : 2489 (java) S 2484 2471 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984310059 885194752 23441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2490] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2490/stat : 2490 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984310061 885194752 23441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2491] ppid=2484 vsize=864448 CPUtime=0.1
/proc/2485/task/2491/stat : 2491 (java) S 2484 2471 467 0 -1 64 356 0 0 0 10 0 0 0 17 0 9 0 1984310061 885194752 23441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2492] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2492/stat : 2492 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984310061 885194752 23441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2493] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2493/stat : 2493 (java) S 2484 2471 467 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984310061 885194752 23441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883404

[startup+25.5013 s]
/proc/loadavg: 2.14 2.43 2.22 3/84 2493
/proc/meminfo: memFree=1626392/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=0.43
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 974 6633 0 1 3 1 36 3 15 0 1 0 1984310009 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2471/statm: 3400 797 370 3 0 500 0
[pid=2484] ppid=2471 vsize=5356 CPUtime=0
/proc/2484/stat : 2484 (sh) S 2471 2471 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984310056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2484/statm: 1339 233 193 169 0 50 0
[pid=2485] ppid=2484 vsize=864448 CPUtime=24.76
/proc/2485/stat : 2485 (java) S 2484 2471 467 0 -1 0 27320 0 1 0 2455 21 0 0 18 0 9 0 1984310057 885194752 26030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2485/statm: 216112 26030 2564 9 0 210659 0
[pid=2485/tid=2486] ppid=2484 vsize=864448 CPUtime=22.15
/proc/2485/task/2486/stat : 2486 (java) R 2484 2471 467 0 -1 64 3944 0 1 0 2207 8 0 0 25 0 9 0 1984310057 885194752 26030 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2487] ppid=2484 vsize=864448 CPUtime=2.48
/proc/2485/task/2487/stat : 2487 (java) S 2484 2471 467 0 -1 64 22324 0 0 0 237 11 0 0 16 0 9 0 1984310059 885194752 26030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2488] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2488/stat : 2488 (java) S 2484 2471 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984310059 885194752 26030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2485/tid=2489] ppid=2484 vsize=864448 CPUtime=0
/proc/2485/task/2489/stat : 2489 (java) S 2484 2471 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984310059 885194752 26030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

/proc/2471/statm: 3400 798 370 3 0 500 0
[pid=2494] ppid=2471 vsize=5356 CPUtime=0
/proc/2494/stat : 2494 (sh) S 2471 2471 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984317933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2494/statm: 1339 232 193 169 0 50 0
[pid=2495] ppid=2494 vsize=67844 CPUtime=201.1
/proc/2495/stat : 2495 (minisat) R 2494 2471 467 0 -1 4194304 16616 0 0 0 20096 14 0 0 25 0 1 0 1984317934 69472256 16602 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2495/statm: 16961 16602 75 150 0 16808 0
Current children cumulated CPU time (s) 279.49
Current children cumulated vsize (KiB) 86800

[startup+342.302 s]
/proc/loadavg: 2.03 2.16 2.16 3/97 2549
/proc/meminfo: memFree=1538160/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=78.39
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 1031 51100 0 2 3 1 7787 48 16 0 1 0 1984310009 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2471/statm: 3400 798 370 3 0 500 0
[pid=2494] ppid=2471 vsize=5356 CPUtime=0
/proc/2494/stat : 2494 (sh) S 2471 2471 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984317933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2494/statm: 1339 232 193 169 0 50 0
[pid=2495] ppid=2494 vsize=73320 CPUtime=260.21
/proc/2495/stat : 2495 (minisat) R 2494 2471 467 0 -1 4194304 17928 0 0 0 26006 15 0 0 25 0 1 0 1984317934 75079680 17914 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/2495/statm: 18330 17914 75 150 0 18177 0
Current children cumulated CPU time (s) 338.6
Current children cumulated vsize (KiB) 92276

[startup+402.301 s]
/proc/loadavg: 2.01 2.13 2.14 3/85 2597
/proc/meminfo: memFree=1522192/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=78.39
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 1031 51100 0 2 3 1 7787 48 16 0 1 0 1984310009 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2471/statm: 3400 798 370 3 0 500 0
[pid=2494] ppid=2471 vsize=5356 CPUtime=0
/proc/2494/stat : 2494 (sh) S 2471 2471 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984317933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2494/statm: 1339 232 193 169 0 50 0
[pid=2495] ppid=2494 vsize=78944 CPUtime=319.51
/proc/2495/stat : 2495 (minisat) R 2494 2471 467 0 -1 4194304 19346 0 0 0 31931 20 0 0 25 0 1 0 1984317934 80838656 19332 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2495/statm: 19736 19332 75 150 0 19583 0
Current children cumulated CPU time (s) 397.9
Current children cumulated vsize (KiB) 97900

[startup+462.302 s]
/proc/loadavg: 2.00 2.10 2.13 3/85 2597
/proc/meminfo: memFree=1463440/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=78.39
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 1031 51100 0 2 3 1 7787 48 16 0 1 0 1984310009 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2471/statm: 3400 798 370 3 0 500 0
[pid=2494] ppid=2471 vsize=5356 CPUtime=0
/proc/2494/stat : 2494 (sh) S 2471 2471 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984317933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2494/statm: 1339 232 193 169 0 50 0
[pid=2495] ppid=2494 vsize=83920 CPUtime=379.25
/proc/2495/stat : 2495 (minisat) R 2494 2471 467 0 -1 4194304 20605 0 0 0 37904 21 0 0 25 0 1 0 1984317934 85934080 20591 996147200 134512640 135127466 4294956272 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 0 0 0
/proc/2495/statm: 20980 20591 75 150 0 20827 0
Current children cumulated CPU time (s) 457.64
Current children cumulated vsize (KiB) 102876

[startup+522.303 s]
/proc/loadavg: 2.00 2.08 2.12 3/85 2597
/proc/meminfo: memFree=1396112/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=78.39
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 1031 51100 0 2 3 1 7787 48 16 0 1 0 1984310009 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2471/statm: 3400 798 370 3 0 500 0
[pid=2494] ppid=2471 vsize=5356 CPUtime=0
/proc/2494/stat : 2494 (sh) S 2471 2471 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984317933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2494/statm: 1339 232 193 169 0 50 0
[pid=2495] ppid=2494 vsize=91328 CPUtime=439
/proc/2495/stat : 2495 (minisat) R 2494 2471 467 0 -1 4194304 22375 0 0 0 43875 25 0 0 25 0 1 0 1984317934 93519872 22361 996147200 134512640 135127466 4294956272 18446744073709551615 134527143 0 0 4096 3 0 0 0 17 0 0 0
/proc/2495/statm: 22832 22361 75 150 0 22679 0
Current children cumulated CPU time (s) 517.39
Current children cumulated vsize (KiB) 110284

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

[startup+524.706 s]
/proc/loadavg: 2.00 2.08 2.12 3/85 2597
/proc/meminfo: memFree=1392336/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=78.39
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 1031 51100 0 2 3 1 7787 48 16 0 1 0 1984310009 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2471/statm: 3400 798 370 3 0 500 0
[pid=2494] ppid=2471 vsize=5356 CPUtime=0
/proc/2494/stat : 2494 (sh) S 2471 2471 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984317933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2494/statm: 1339 232 193 169 0 50 0
[pid=2495] ppid=2494 vsize=91592 CPUtime=441.39
/proc/2495/stat : 2495 (minisat) R 2494 2471 467 0 -1 4194304 22440 0 0 0 44114 25 0 0 25 0 1 0 1984317934 93790208 22426 996147200 134512640 135127466 4294956272 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/2495/statm: 22898 22426 75 150 0 22745 0
Current children cumulated CPU time (s) 519.78
Current children cumulated vsize (KiB) 110548

[startup+537.502 s]
/proc/loadavg: 2.00 2.08 2.12 3/85 2597
/proc/meminfo: memFree=1378640/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=78.39
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 1031 51100 0 2 3 1 7787 48 16 0 1 0 1984310009 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2471/statm: 3400 798 370 3 0 500 0
[pid=2494] ppid=2471 vsize=5356 CPUtime=0
/proc/2494/stat : 2494 (sh) S 2471 2471 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984317933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2494/statm: 1339 232 193 169 0 50 0
[pid=2495] ppid=2494 vsize=93044 CPUtime=454.13
/proc/2495/stat : 2495 (minisat) R 2494 2471 467 0 -1 4194304 22785 0 0 0 45388 25 0 0 25 0 1 0 1984317934 95277056 22771 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2495/statm: 23261 22771 75 150 0 23108 0
Current children cumulated CPU time (s) 532.52
Current children cumulated vsize (KiB) 112000

[startup+540.702 s]
/proc/loadavg: 2.00 2.08 2.12 3/85 2597
/proc/meminfo: memFree=1375056/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=78.39
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 1031 51100 0 2 3 1 7787 48 16 0 1 0 1984310009 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2471/statm: 3400 798 370 3 0 500 0
[pid=2494] ppid=2471 vsize=5356 CPUtime=0
/proc/2494/stat : 2494 (sh) S 2471 2471 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984317933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2494/statm: 1339 232 193 169 0 50 0
[pid=2495] ppid=2494 vsize=93308 CPUtime=457.31
/proc/2495/stat : 2495 (minisat) R 2494 2471 467 0 -1 4194304 22882 0 0 0 45706 25 0 0 25 0 1 0 1984317934 95547392 22868 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2495/statm: 23327 22868 75 150 0 23174 0
Current children cumulated CPU time (s) 535.7
Current children cumulated vsize (KiB) 112264

[startup+543.901 s]
/proc/loadavg: 2.00 2.08 2.12 3/85 2597
/proc/meminfo: memFree=1371280/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=78.39
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 1031 51100 0 2 3 1 7787 48 16 0 1 0 1984310009 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2471/statm: 3400 798 370 3 0 500 0
[pid=2494] ppid=2471 vsize=5356 CPUtime=0
/proc/2494/stat : 2494 (sh) S 2471 2471 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984317933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2494/statm: 1339 232 193 169 0 50 0
[pid=2495] ppid=2494 vsize=93704 CPUtime=460.5
/proc/2495/stat : 2495 (minisat) R 2494 2471 467 0 -1 4194304 22978 0 0 0 46025 25 0 0 25 0 1 0 1984317934 95952896 22964 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/2495/statm: 23426 22964 75 150 0 23273 0
Current children cumulated CPU time (s) 538.89
Current children cumulated vsize (KiB) 112660

[startup+545.502 s]
/proc/loadavg: 2.00 2.08 2.12 3/85 2597
/proc/meminfo: memFree=1368656/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=78.39
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 1031 51100 0 2 3 1 7787 48 16 0 1 0 1984310009 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2471/statm: 3400 798 370 3 0 500 0
[pid=2494] ppid=2471 vsize=5356 CPUtime=0
/proc/2494/stat : 2494 (sh) S 2471 2471 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984317933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2494/statm: 1339 232 193 169 0 50 0
[pid=2495] ppid=2494 vsize=93968 CPUtime=462.1
/proc/2495/stat : 2495 (minisat) R 2494 2471 467 0 -1 4194304 23035 0 0 0 46184 26 0 0 25 0 1 0 1984317934 96223232 23021 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2495/statm: 23492 23021 75 150 0 23339 0
Current children cumulated CPU time (s) 540.49
Current children cumulated vsize (KiB) 112924

[startup+545.902 s]
/proc/loadavg: 2.00 2.08 2.12 3/85 2597
/proc/meminfo: memFree=1368656/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=78.39
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 1031 51100 0 2 3 1 7787 48 16 0 1 0 1984310009 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2471/statm: 3400 798 370 3 0 500 0
[pid=2494] ppid=2471 vsize=5356 CPUtime=0
/proc/2494/stat : 2494 (sh) S 2471 2471 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984317933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2494/statm: 1339 232 193 169 0 50 0
[pid=2495] ppid=2494 vsize=94140 CPUtime=462.5
/proc/2495/stat : 2495 (minisat) R 2494 2471 467 0 -1 4194304 23059 0 0 0 46224 26 0 0 25 0 1 0 1984317934 96399360 23045 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/2495/statm: 23535 23045 75 150 0 23382 0
Current children cumulated CPU time (s) 540.89
Current children cumulated vsize (KiB) 113096

[startup+546.302 s]
/proc/loadavg: 2.00 2.08 2.12 3/85 2597
/proc/meminfo: memFree=1368656/2055920 swapFree=4179440/4192956
[pid=2471] ppid=2469 vsize=13600 CPUtime=541.1
/proc/2471/stat : 2471 (sugar) S 2469 2471 467 0 -1 4194304 1090 74464 0 2 3 1 54030 76 15 0 1 0 1984310009 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2471/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 541.1
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 546.34
CPU time (s): 541.317
CPU user time (s): 540.492
CPU system time (s): 0.824874
CPU usage (%): 99.0805
Max. virtual memory (cumulated for all children) (KiB): 904396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 540.492
system time used= 0.824874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79327
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= 8657
involuntary context switches= 19557

runsolver used 0.640902 second user time and 1.68774 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-03 04:49:44
IDJOB=1051473
IDBENCH=55488
IDSOLVER=346
FILE ID=node56/1051473-1215053384
PBS_JOBID= 7875064
Free space on /tmp= 103228 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da13ba5a9bae10f8f78b88700e630ef7
RANDOM SEED=2014159318

node56.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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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:       1731024 kB
Buffers:         45804 kB
Cached:         196236 kB
SwapCached:       7316 kB
Active:         140508 kB
Inactive:       115540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731024 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          20476 kB
Slab:            54080 kB
Committed_AS:  3844980 kB
PageTables:       1860 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= 103076 MiB
End job on node56 at 2008-07-03 04:58:51