Trace number 1051657

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 677.635 679.951

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-456_ext.xml
MD5SUM4f093d71afd3d07bae8a17fc0aeadbfd
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 benchmark46.001
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 05:07:56 2008
0.00/0.04	c 0	PID 18893
0.00/0.05	c 0	HOST node4.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051657-1215054476.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-1051657-1215054476.xml' 'HOME/temp.csp'
0.03/0.61	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.03/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.58/0.70	c 0	Parsing HOME/temp.csp
0.58/0.93	c 1	parsed 459 expressions
0.58/0.93	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.93	c 1	Converting to clausal form CSP
0.58/0.95	c 1	converted 46 (10%) expressions
0.58/0.97	c 1	converted 92 (20%) expressions
0.58/0.98	c 1	converted 138 (30%) expressions
0.58/0.99	c 1	converted 184 (40%) expressions
0.58/1.00	c 1	converted 230 (50%) expressions
0.58/1.00	c 1	converted 276 (60%) expressions
0.58/1.00	c 1	converted 322 (70%) expressions
0.58/1.01	c 1	converted 368 (80%) expressions
0.58/1.06	c 1	converted 414 (90%) expressions
3.60/3.72	c 3	converted 459 (100%) expressions
3.60/3.72	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.60/3.72	c 3	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.72	c 3	Propagation in CSP
3.60/3.72	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.60/3.72	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.60/3.72	c 3	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.72	c 3	Simplifing CSP by introducing new Boolean variables
3.60/3.72	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.60/3.72	c 3	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.90/4.07	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.01/4.12	c 4	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
4.01/4.14	c 4	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
4.01/4.15	c 4	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
4.01/4.17	c 4	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
4.01/4.18	c 4	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
4.01/4.19	c 4	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
4.01/4.19	c 4	54 (70%) CSP integer variables are encoded (26306 clauses, 372488 bytes)
4.01/4.20	c 4	61 (80%) CSP integer variables are encoded (27629 clauses, 392333 bytes)
4.01/4.20	c 4	69 (90%) CSP integer variables are encoded (29141 clauses, 415013 bytes)
4.10/4.20	c 4	76 (100%) CSP integer variables are encoded (30086 clauses, 429188 bytes)
4.10/4.25	c 4	35 (10%) CSP clauses are encoded (31007 clauses, 447704 bytes)
4.10/4.27	c 4	70 (20%) CSP clauses are encoded (31905 clauses, 469496 bytes)
4.10/4.29	c 4	105 (30%) CSP clauses are encoded (32822 clauses, 491252 bytes)
4.21/4.32	c 4	140 (40%) CSP clauses are encoded (33741 clauses, 513235 bytes)
4.21/4.34	c 4	175 (50%) CSP clauses are encoded (34664 clauses, 535479 bytes)
4.21/4.36	c 4	210 (60%) CSP clauses are encoded (35586 clauses, 558168 bytes)
4.21/4.39	c 4	245 (70%) CSP clauses are encoded (36507 clauses, 582383 bytes)
4.31/4.42	c 4	280 (80%) CSP clauses are encoded (37453 clauses, 606949 bytes)
4.31/4.46	c 4	315 (90%) CSP clauses are encoded (38446 clauses, 632150 bytes)
79.07/79.21	c 79	350 (100%) CSP clauses are encoded (918896 clauses, 29857263 bytes)
79.07/79.21	c 79	350 CSP clauses encoded
79.07/79.21	c 79	Writing map file : HOME/temp.map
79.07/79.22	c 79	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.07/79.22	c 79	SAT : 30160 SAT variables, 918896 SAT clauses, 29857263 bytes
79.07/79.22	c 79	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.07/79.27	c 79	SOLVING HOME/temp.cnf
79.07/79.27	c 79	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
79.07/79.27	c 79	This is MiniSat 2.0 beta
79.07/79.27	c 79	WARNING: for repeatability, setting FPU to use double precision
79.07/79.27	c 79	============================[ Problem Statistics ]=============================
79.07/79.27	c 79	|                                                                             |
79.07/79.27	c 79	|  Number of variables:  30160                                                |
79.07/79.27	c 79	|  Number of clauses:    918896                                               |
79.13/79.86	c 79	|  Parsing time:         0.50         s                                       |
79.13/79.90	c 80	============================[ Search Statistics ]==============================
79.13/79.90	c 80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
79.13/79.90	c 80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
79.13/79.90	c 80	===============================================================================
79.13/79.90	c 80	|         0 |   29159   899534  4349709 |   299844        0    nan |  0.000 % |
79.13/80.07	c 80	|       101 |   28223   899534  4349709 |   329829       52     11 | 36.300 % |
79.13/80.23	c 80	|       251 |   28195   899534  4349709 |   362812      167      7 | 44.940 % |
80.34/80.50	c 80	|       477 |   28176   899534  4349709 |   399093      356      6 | 53.193 % |
80.63/80.85	c 80	|       814 |   27925   899534  4349709 |   439002      648      6 | 62.192 % |
81.03/81.24	c 81	|      1320 |   27919   899534  4349709 |   482902     1144      9 | 64.940 % |
81.33/81.58	c 81	|      2079 |   27849   899534  4349709 |   531193     1877      9 | 71.197 % |
81.92/82.19	c 82	|      3218 |   27715   899534  4349709 |   584312     2998     11 | 72.291 % |
83.01/83.28	c 83	|      4927 |   27624   899534  4349709 |   642743     4677     12 | 73.929 % |
84.60/84.84	c 84	|      7489 |   27454   899534  4349709 |   707018     7201     11 | 74.924 % |
88.16/88.47	c 88	|     11333 |   27424   899534  4349709 |   777719    11038     18 | 75.046 % |
94.20/94.55	c 94	|     17099 |   27223   899534  4349709 |   855491    16750     19 | 76.648 % |
105.80/106.28	c 106	|     25748 |    6622   514238  2516507 |   941041    21787     21 | 78.044 % |
123.03/123.61	c 123	|     38722 |    6622   514238  2516507 |  1035145    34760     28 | 78.349 % |
144.63/145.42	c 145	|     58184 |    6496   506032  2476365 |  1138659    54216     33 | 78.956 % |
187.72/188.97	c 189	|     87377 |    6346   493497  2415252 |  1252525    83361     43 | 79.045 % |
274.90/276.98	c 277	|    131166 |    6320   492064  2408267 |  1377778   127105     49 | 79.347 % |
427.92/430.11	c 430	|    196850 |    6227   487381  2385575 |  1515555   192788     51 | 79.353 % |
677.31/679.69	c 679	===============================================================================
677.31/679.69	c 679	restarts              : 18
677.31/679.69	c 679	conflicts             : 274379         (459 /sec)
677.31/679.69	c 679	decisions             : 358374         (0.76 % random) (599 /sec)
677.31/679.69	c 679	propagations          : 106288600      (177744 /sec)
677.31/679.69	c 679	conflict literals     : 14365489       (61.89 % deleted)
677.31/679.69	c 679	Memory used           : 102.68 MB
677.31/679.69	c 679	CPU time              : 597.988 s
677.31/679.69	c 679	
677.41/679.70	c 679	SATISFIABLE
677.41/679.71	c 679	DECODING HOME/temp.out WITH HOME/temp.map
677.41/679.71	c 679	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
677.41/679.80	c 679	Decoding HOME/temp.out
677.49/679.88	s SATISFIABLE
677.49/679.88	v 11 11 1 0 9 1 24 11 19 3 8 6 3 0 21 13 7 1 20 11 18 12 6 1 10 22 15 5 23 3 17 5 4 14 12 3 16 1 25 11 22 12 2 17 13 12 5 6 14 9 11 12 23 26 32 32 45 46 57 69 70 92 97 100 105 119 122 123 134 146 163 175 181 190 190 0
677.49/679.89	c 679	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
677.58/679.94	c 680	CPU 676.76 (0.04 0.01 676.72 0.83)
677.58/679.94	c 680	END Thu Jul  3 05:19:16 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-1051657-1215054476/watcher-1051657-1215054476 -o /tmp/evaluation-result-1051657-1215054476/solver-1051657-1215054476 -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-1051657-1215054476.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.25 2.40 2.23 4/80 18893
/proc/meminfo: memFree=1750440/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=12268 CPUtime=0
/proc/18893/stat : 18893 (sugar) R 18891 18893 15832 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984422937 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259913382501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18893/statm: 3067 316 241 3 0 167 0

[startup+0.108676 s]
/proc/loadavg: 2.25 2.40 2.23 4/80 18893
/proc/meminfo: memFree=1750440/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=0.03
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984422937 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18893/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.20168 s]
/proc/loadavg: 2.25 2.40 2.23 4/80 18893
/proc/meminfo: memFree=1750440/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=0.03
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984422937 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18893/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301683 s]
/proc/loadavg: 2.25 2.40 2.23 4/80 18893
/proc/meminfo: memFree=1750440/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=0.03
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984422937 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18893/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701726 s]
/proc/loadavg: 2.25 2.40 2.23 4/80 18893
/proc/meminfo: memFree=1750440/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=0.58
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 956 6711 0 1 3 1 51 3 16 0 1 0 1984422937 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18893/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 2.25 2.40 2.23 4/91 18915
/proc/meminfo: memFree=1735632/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=0.58
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 973 6711 0 1 3 1 51 3 15 0 1 0 1984422937 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18893/statm: 3400 797 370 3 0 500 0
[pid=18906] ppid=18893 vsize=5356 CPUtime=0
/proc/18906/stat : 18906 (sh) S 18893 18893 15832 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984423000 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18906/statm: 1339 233 193 169 0 50 0
[pid=18907] ppid=18906 vsize=864128 CPUtime=0.85
/proc/18907/stat : 18907 (java) S 18906 18893 15832 0 -1 0 9511 0 1 0 80 5 0 0 18 0 9 0 1984423000 884867072 8496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18907/statm: 216032 8496 2540 9 0 210607 0
[pid=18907/tid=18908] ppid=18906 vsize=864128 CPUtime=0.41
/proc/18907/task/18908/stat : 18908 (java) R 18906 18893 15832 0 -1 64 2744 0 1 0 40 1 0 0 22 0 9 0 1984423001 884867072 8496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18909] ppid=18906 vsize=864128 CPUtime=0.35
/proc/18907/task/18909/stat : 18909 (java) R 18906 18893 15832 0 -1 64 5739 0 0 0 33 2 0 0 16 0 9 0 1984423002 884867072 8496 996147200 134512640 134550740 4294955952 18446744073709551615 104187936 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18910] ppid=18906 vsize=864128 CPUtime=0
/proc/18907/task/18910/stat : 18910 (java) S 18906 18893 15832 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984423002 884867072 8496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18911] ppid=18906 vsize=864128 CPUtime=0
/proc/18907/task/18911/stat : 18911 (java) S 18906 18893 15832 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984423002 884867072 8496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18912] ppid=18906 vsize=864128 CPUtime=0
/proc/18907/task/18912/stat : 18912 (java) S 18906 18893 15832 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984423004 884867072 8496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18913] ppid=18906 vsize=864128 CPUtime=0.07
/proc/18907/task/18913/stat : 18913 (java) S 18906 18893 15832 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1984423004 884867072 8496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18914] ppid=18906 vsize=864128 CPUtime=0
/proc/18907/task/18914/stat : 18914 (java) S 18906 18893 15832 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984423004 884867072 8496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18915] ppid=18906 vsize=864128 CPUtime=0
/proc/18907/task/18915/stat : 18915 (java) S 18906 18893 15832 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984423004 884867072 8496 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) 883084

[startup+3.10296 s]
/proc/loadavg: 2.25 2.40 2.23 4/91 18915
/proc/meminfo: memFree=1704080/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=0.58
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 973 6711 0 1 3 1 51 3 15 0 1 0 1984422937 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18893/statm: 3400 797 370 3 0 500 0
[pid=18906] ppid=18893 vsize=5356 CPUtime=0
/proc/18906/stat : 18906 (sh) S 18893 18893 15832 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984423000 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18906/statm: 1339 233 193 169 0 50 0
[pid=18907] ppid=18906 vsize=864128 CPUtime=2.43
/proc/18907/stat : 18907 (java) S 18906 18893 15832 0 -1 0 20916 0 1 0 233 10 0 0 18 0 9 0 1984423000 884867072 19696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18907/statm: 216032 19696 2540 9 0 210607 0
[pid=18907/tid=18908] ppid=18906 vsize=864128 CPUtime=0.99
/proc/18907/task/18908/stat : 18908 (java) R 18906 18893 15832 0 -1 64 3199 0 1 0 98 1 0 0 25 0 9 0 1984423001 884867072 19696 996147200 134512640 134550740 4294955952 18446744073709551615 4126556585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18909] ppid=18906 vsize=864128 CPUtime=1.35
/proc/18907/task/18909/stat : 18909 (java) S 18906 18893 15832 0 -1 64 16689 0 0 0 127 8 0 0 16 0 9 0 1984423002 884867072 19696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18910] ppid=18906 vsize=864128 CPUtime=0
/proc/18907/task/18910/stat : 18910 (java) S 18906 18893 15832 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984423002 884867072 19696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18911] ppid=18906 vsize=864128 CPUtime=0
/proc/18907/task/18911/stat : 18911 (java) S 18906 18893 15832 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984423002 884867072 19696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18912] ppid=18906 vsize=864128 CPUtime=0
/proc/18907/task/18912/stat : 18912 (java) S 18906 18893 15832 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984423004 884867072 19696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18913] ppid=18906 vsize=864128 CPUtime=0.07
/proc/18907/task/18913/stat : 18913 (java) S 18906 18893 15832 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1984423004 884867072 19696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18914] ppid=18906 vsize=864128 CPUtime=0
/proc/18907/task/18914/stat : 18914 (java) S 18906 18893 15832 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984423004 884867072 19696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18915] ppid=18906 vsize=864128 CPUtime=0
/proc/18907/task/18915/stat : 18915 (java) S 18906 18893 15832 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984423004 884867072 19696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883084

[startup+6.30225 s]
/proc/loadavg: 2.31 2.41 2.23 3/91 18915
/proc/meminfo: memFree=1664912/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=0.58
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 974 6711 0 1 3 1 51 3 15 0 1 0 1984422937 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 797 370 3 0 500 0
[pid=18906] ppid=18893 vsize=5356 CPUtime=0
/proc/18906/stat : 18906 (sh) S 18893 18893 15832 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984423000 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18906/statm: 1339 233 193 169 0 50 0
[pid=18907] ppid=18906 vsize=864264 CPUtime=5.62
/proc/18907/stat : 18907 (java) S 18906 18893 15832 0 -1 0 24649 0 1 0 549 13 0 0 18 0 9 0 1984423000 885006336 23266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18907/statm: 216066 23266 2564 9 0 210613 0
[pid=18907/tid=18908] ppid=18906 vsize=864264 CPUtime=3.2
/proc/18907/task/18908/stat : 18908 (java) R 18906 18893 15832 0 -1 64 3918 0 1 0 317 3 0 0 25 0 9 0 1984423001 885006336 23266 996147200 134512640 134550740 4294955952 18446744073709551615 103214577 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18907/tid=18909] ppid=18906 vsize=864264 CPUtime=2.3
/proc/18907/task/18909/stat : 18909 (java) S 18906 18893 15832 0 -1 64 19680 0 0 0 221 9 0 0 16 0 9 0 1984423002 885006336 23266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18907/tid=18910] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18910/stat : 18910 (java) S 18906 18893 15832 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984423002 885006336 23266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18911] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18911/stat : 18911 (java) S 18906 18893 15832 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984423002 885006336 23266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18912] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18912/stat : 18912 (java) S 18906 18893 15832 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984423004 885006336 23266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18913] ppid=18906 vsize=864264 CPUtime=0.1
/proc/18907/task/18913/stat : 18913 (java) S 18906 18893 15832 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1984423004 885006336 23266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18907/tid=18914] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18914/stat : 18914 (java) S 18906 18893 15832 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984423004 885006336 23266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18915] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18915/stat : 18915 (java) S 18906 18893 15832 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984423004 885006336 23266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883220

[startup+12.7029 s]
/proc/loadavg: 2.28 2.40 2.23 3/91 18915
/proc/meminfo: memFree=1658256/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=0.58
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 974 6711 0 1 3 1 51 3 15 0 1 0 1984422937 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 797 370 3 0 500 0
[pid=18906] ppid=18893 vsize=5356 CPUtime=0
/proc/18906/stat : 18906 (sh) S 18893 18893 15832 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984423000 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18906/statm: 1339 233 193 169 0 50 0
[pid=18907] ppid=18906 vsize=864264 CPUtime=12.02
/proc/18907/stat : 18907 (java) S 18906 18893 15832 0 -1 0 25675 0 1 0 1186 16 0 0 18 0 9 0 1984423000 885006336 24242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18907/statm: 216066 24242 2564 9 0 210613 0
[pid=18907/tid=18908] ppid=18906 vsize=864264 CPUtime=9.45
/proc/18907/task/18908/stat : 18908 (java) R 18906 18893 15832 0 -1 64 3968 0 1 0 941 4 0 0 25 0 9 0 1984423001 885006336 24242 996147200 134512640 134550740 4294955952 18446744073709551615 4126628069 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18907/tid=18909] ppid=18906 vsize=864264 CPUtime=2.44
/proc/18907/task/18909/stat : 18909 (java) S 18906 18893 15832 0 -1 64 20656 0 0 0 234 10 0 0 16 0 9 0 1984423002 885006336 24242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18907/tid=18910] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18910/stat : 18910 (java) S 18906 18893 15832 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984423002 885006336 24242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18911] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18911/stat : 18911 (java) S 18906 18893 15832 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984423002 885006336 24242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18912] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18912/stat : 18912 (java) S 18906 18893 15832 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984423004 885006336 24242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18913] ppid=18906 vsize=864264 CPUtime=0.1
/proc/18907/task/18913/stat : 18913 (java) S 18906 18893 15832 0 -1 64 358 0 0 0 10 0 0 0 17 0 9 0 1984423004 885006336 24242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18907/tid=18914] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18914/stat : 18914 (java) S 18906 18893 15832 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984423004 885006336 24242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18915] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18915/stat : 18915 (java) S 18906 18893 15832 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984423004 885006336 24242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 883220

[startup+25.5021 s]
/proc/loadavg: 2.22 2.38 2.23 3/91 18915
/proc/meminfo: memFree=1641872/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=0.58
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 974 6711 0 1 3 1 51 3 15 0 1 0 1984422937 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 797 370 3 0 500 0
[pid=18906] ppid=18893 vsize=5356 CPUtime=0
/proc/18906/stat : 18906 (sh) S 18893 18893 15832 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984423000 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18906/statm: 1339 233 193 169 0 50 0
[pid=18907] ppid=18906 vsize=864264 CPUtime=24.82
/proc/18907/stat : 18907 (java) S 18906 18893 15832 0 -1 0 28655 0 1 0 2461 21 0 0 18 0 9 0 1984423000 885006336 27094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18907/statm: 216066 27094 2564 9 0 210613 0
[pid=18907/tid=18908] ppid=18906 vsize=864264 CPUtime=21.85
/proc/18907/task/18908/stat : 18908 (java) R 18906 18893 15832 0 -1 64 4096 0 1 0 2178 7 0 0 25 0 9 0 1984423001 885006336 27094 996147200 134512640 134550740 4294955952 18446744073709551615 4126572455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18907/tid=18909] ppid=18906 vsize=864264 CPUtime=2.83
/proc/18907/task/18909/stat : 18909 (java) S 18906 18893 15832 0 -1 64 23504 0 0 0 271 12 0 0 16 0 9 0 1984423002 885006336 27094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18907/tid=18910] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18910/stat : 18910 (java) S 18906 18893 15832 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984423002 885006336 27094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18907/tid=18911] ppid=18906 vsize=864264 CPUtime=0
/proc/18907/task/18911/stat : 18911 (java) S 18906 18893 15832 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984423002 885006336 27094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated vsize (KiB) 116684

[startup+642.302 s]
/proc/loadavg: 2.06 2.09 2.12 3/76 18967
/proc/meminfo: memFree=918856/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=79.14
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 1031 53275 0 2 4 1 7859 50 16 0 1 0 1984422937 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 798 370 3 0 500 0
[pid=18916] ppid=18893 vsize=5356 CPUtime=0
/proc/18916/stat : 18916 (sh) S 18893 18893 15832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984430864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18916/statm: 1339 232 193 169 0 50 0
[pid=18917] ppid=18916 vsize=102324 CPUtime=560.88
/proc/18917/stat : 18917 (minisat) R 18916 18893 15832 0 -1 4194304 25163 0 0 0 56061 27 0 0 25 0 1 0 1984430865 104779776 25149 996147200 134512640 135127466 4294956272 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 0 0 0
/proc/18917/statm: 25581 25149 75 150 0 25428 0
Current children cumulated CPU time (s) 640.02
Current children cumulated vsize (KiB) 121280

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

[startup+665.607 s]
/proc/loadavg: 2.23 2.13 2.14 3/76 18967
/proc/meminfo: memFree=917000/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=79.14
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 1031 53275 0 2 4 1 7859 50 16 0 1 0 1984422937 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 798 370 3 0 500 0
[pid=18916] ppid=18893 vsize=5356 CPUtime=0
/proc/18916/stat : 18916 (sh) S 18893 18893 15832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984430864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18916/statm: 1339 232 193 169 0 50 0
[pid=18917] ppid=18916 vsize=104052 CPUtime=584.18
/proc/18917/stat : 18917 (minisat) R 18916 18893 15832 0 -1 4194304 25621 0 0 0 58391 27 0 0 25 0 1 0 1984430865 106549248 25607 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18917/statm: 26013 25607 75 150 0 25860 0
Current children cumulated CPU time (s) 663.32
Current children cumulated vsize (KiB) 123008

[startup+672.002 s]
/proc/loadavg: 2.21 2.13 2.13 3/76 18967
/proc/meminfo: memFree=916616/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=79.14
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 1031 53275 0 2 4 1 7859 50 16 0 1 0 1984422937 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 798 370 3 0 500 0
[pid=18916] ppid=18893 vsize=5356 CPUtime=0
/proc/18916/stat : 18916 (sh) S 18893 18893 15832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984430864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18916/statm: 1339 232 193 169 0 50 0
[pid=18917] ppid=18916 vsize=104468 CPUtime=590.57
/proc/18917/stat : 18917 (minisat) R 18916 18893 15832 0 -1 4194304 25721 0 0 0 59030 27 0 0 25 0 1 0 1984430865 106975232 25707 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18917/statm: 26117 25707 75 150 0 25964 0
Current children cumulated CPU time (s) 669.71
Current children cumulated vsize (KiB) 123424

[startup+675.202 s]
/proc/loadavg: 2.19 2.13 2.13 3/76 18967
/proc/meminfo: memFree=916360/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=79.14
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 1031 53275 0 2 4 1 7859 50 16 0 1 0 1984422937 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 798 370 3 0 500 0
[pid=18916] ppid=18893 vsize=5356 CPUtime=0
/proc/18916/stat : 18916 (sh) S 18893 18893 15832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984430864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18916/statm: 1339 232 193 169 0 50 0
[pid=18917] ppid=18916 vsize=104732 CPUtime=593.77
/proc/18917/stat : 18917 (minisat) R 18916 18893 15832 0 -1 4194304 25789 0 0 0 59350 27 0 0 25 0 1 0 1984430865 107245568 25775 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18917/statm: 26183 25775 75 150 0 26030 0
Current children cumulated CPU time (s) 672.91
Current children cumulated vsize (KiB) 123688

[startup+678.401 s]
/proc/loadavg: 2.19 2.13 2.13 3/76 18967
/proc/meminfo: memFree=916104/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=79.14
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 1031 53275 0 2 4 1 7859 50 16 0 1 0 1984422937 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 798 370 3 0 500 0
[pid=18916] ppid=18893 vsize=5356 CPUtime=0
/proc/18916/stat : 18916 (sh) S 18893 18893 15832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984430864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18916/statm: 1339 232 193 169 0 50 0
[pid=18917] ppid=18916 vsize=104996 CPUtime=596.97
/proc/18917/stat : 18917 (minisat) R 18916 18893 15832 0 -1 4194304 25861 0 0 0 59670 27 0 0 25 0 1 0 1984430865 107515904 25847 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18917/statm: 26249 25847 75 150 0 26096 0
Current children cumulated CPU time (s) 676.11
Current children cumulated vsize (KiB) 123952

[startup+679.202 s]
/proc/loadavg: 2.18 2.12 2.13 3/76 18967
/proc/meminfo: memFree=915976/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=79.14
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 1031 53275 0 2 4 1 7859 50 16 0 1 0 1984422937 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 798 370 3 0 500 0
[pid=18916] ppid=18893 vsize=5356 CPUtime=0
/proc/18916/stat : 18916 (sh) S 18893 18893 15832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984430864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18916/statm: 1339 232 193 169 0 50 0
[pid=18917] ppid=18916 vsize=105136 CPUtime=597.77
/proc/18917/stat : 18917 (minisat) R 18916 18893 15832 0 -1 4194304 25877 0 0 0 59750 27 0 0 25 0 1 0 1984430865 107659264 25863 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18917/statm: 26284 25863 75 150 0 26131 0
Current children cumulated CPU time (s) 676.91
Current children cumulated vsize (KiB) 124092

[startup+679.602 s]
/proc/loadavg: 2.18 2.12 2.13 3/76 18967
/proc/meminfo: memFree=915976/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=79.14
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 1031 53275 0 2 4 1 7859 50 16 0 1 0 1984422937 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 798 370 3 0 500 0
[pid=18916] ppid=18893 vsize=5356 CPUtime=0
/proc/18916/stat : 18916 (sh) S 18893 18893 15832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984430864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18916/statm: 1339 232 193 169 0 50 0
[pid=18917] ppid=18916 vsize=105136 CPUtime=598.17
/proc/18917/stat : 18917 (minisat) R 18916 18893 15832 0 -1 4194304 25887 0 0 0 59790 27 0 0 25 0 1 0 1984430865 107659264 25873 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18917/statm: 26284 25873 75 150 0 26131 0
Current children cumulated CPU time (s) 677.31
Current children cumulated vsize (KiB) 124092

[startup+679.802 s]
/proc/loadavg: 2.18 2.12 2.13 3/84 18977
/proc/meminfo: memFree=1014912/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=677.43
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 1070 79466 0 2 4 1 67658 80 17 0 1 0 1984422937 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 798 370 3 0 500 0
[pid=18968] ppid=18893 vsize=5356 CPUtime=0
/proc/18968/stat : 18968 (sh) S 18893 18893 15832 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984490909 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18968/statm: 1339 233 193 169 0 50 0
[pid=18969] ppid=18968 vsize=863724 CPUtime=0.06
/proc/18969/stat : 18969 (java) S 18968 18893 15832 0 -1 0 3137 0 1 0 5 1 0 0 19 0 9 0 1984490910 884453376 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18969/statm: 215931 2624 1606 9 0 210513 0
[pid=18969/tid=18970] ppid=18968 vsize=863724 CPUtime=0.05
/proc/18969/task/18970/stat : 18970 (java) R 18968 18893 15832 0 -1 64 2227 0 1 0 4 1 0 0 25 0 9 0 1984490911 884453376 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18971] ppid=18968 vsize=863724 CPUtime=0
/proc/18969/task/18971/stat : 18971 (java) S 18968 18893 15832 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 1984490912 884453376 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18972] ppid=18968 vsize=863724 CPUtime=0
/proc/18969/task/18972/stat : 18972 (java) S 18968 18893 15832 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 1984490912 884453376 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18973] ppid=18968 vsize=863724 CPUtime=0
/proc/18969/task/18973/stat : 18973 (java) S 18968 18893 15832 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1984490912 884453376 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18974] ppid=18968 vsize=863724 CPUtime=0
/proc/18969/task/18974/stat : 18974 (java) S 18968 18893 15832 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1984490914 884453376 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18975] ppid=18968 vsize=863724 CPUtime=0
/proc/18969/task/18975/stat : 18975 (java) S 18968 18893 15832 0 -1 64 215 0 0 0 0 0 0 0 23 0 9 0 1984490914 884453376 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18976] ppid=18968 vsize=863724 CPUtime=0
/proc/18969/task/18976/stat : 18976 (java) S 18968 18893 15832 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984490914 884453376 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18977] ppid=18968 vsize=863724 CPUtime=0
/proc/18969/task/18977/stat : 18977 (java) S 18968 18893 15832 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984490914 884453376 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 677.49
Current children cumulated vsize (KiB) 882680

[startup+679.908 s]
/proc/loadavg: 2.18 2.12 2.13 3/84 18977
/proc/meminfo: memFree=1014912/2055920 swapFree=4180028/4192956
[pid=18893] ppid=18891 vsize=13600 CPUtime=677.43
/proc/18893/stat : 18893 (sugar) S 18891 18893 15832 0 -1 4194304 1090 79466 0 2 4 1 67658 80 15 0 1 0 1984422937 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18893/statm: 3400 798 370 3 0 500 0
[pid=18968] ppid=18893 vsize=5356 CPUtime=0
/proc/18968/stat : 18968 (sh) S 18893 18893 15832 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984490909 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18968/statm: 1339 233 193 169 0 50 0
[pid=18969] ppid=18968 vsize=864072 CPUtime=0.15
/proc/18969/stat : 18969 (java) S 18968 18893 15832 0 -1 0 3425 0 1 0 13 2 0 0 19 0 9 0 1984490910 884809728 2895 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18969/statm: 216018 2895 1686 9 0 210593 0
[pid=18969/tid=18970] ppid=18968 vsize=864072 CPUtime=0.11
/proc/18969/task/18970/stat : 18970 (java) S 18968 18893 15832 0 -1 64 2437 0 1 0 10 1 0 0 25 0 9 0 1984490911 884809728 2895 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18971] ppid=18968 vsize=864072 CPUtime=0
/proc/18969/task/18971/stat : 18971 (java) S 18968 18893 15832 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 1984490912 884809728 2895 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18972] ppid=18968 vsize=864072 CPUtime=0
/proc/18969/task/18972/stat : 18972 (java) S 18968 18893 15832 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 1984490912 884809728 2895 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18973] ppid=18968 vsize=864072 CPUtime=0
/proc/18969/task/18973/stat : 18973 (java) S 18968 18893 15832 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1984490912 884809728 2895 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18974] ppid=18968 vsize=864072 CPUtime=0
/proc/18969/task/18974/stat : 18974 (java) S 18968 18893 15832 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1984490914 884809728 2895 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18975] ppid=18968 vsize=864072 CPUtime=0.02
/proc/18969/task/18975/stat : 18975 (java) S 18968 18893 15832 0 -1 64 293 0 0 0 2 0 0 0 22 0 9 0 1984490914 884809728 2895 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18976] ppid=18968 vsize=864072 CPUtime=0
/proc/18969/task/18976/stat : 18976 (java) S 18968 18893 15832 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984490914 884809728 2895 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18969/tid=18977] ppid=18968 vsize=864072 CPUtime=0
/proc/18969/task/18977/stat : 18977 (java) S 18968 18893 15832 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984490914 884809728 2895 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 677.58
Current children cumulated vsize (KiB) 883028

Child status: 0
Real time (s): 679.951
CPU time (s): 677.635
CPU user time (s): 676.769
CPU system time (s): 0.865868
CPU usage (%): 99.6594
Max. virtual memory (cumulated for all children) (KiB): 904076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 676.769
system time used= 0.865868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84330
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= 8334
involuntary context switches= 14404

runsolver used 0.905862 second user time and 2.20366 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-03 05:07:56
IDJOB=1051657
IDBENCH=55496
IDSOLVER=346
FILE ID=node4/1051657-1215054476
PBS_JOBID= 7875165
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4f093d71afd3d07bae8a17fc0aeadbfd
RANDOM SEED=666041890

node4.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.213
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.213
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:       1750920 kB
Buffers:         19324 kB
Cached:         137944 kB
SwapCached:       7292 kB
Active:         186296 kB
Inactive:        56968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750920 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          88368 kB
Slab:            46820 kB
Committed_AS:  3967324 kB
PageTables:       2064 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= 66328 MiB
End job on node4 at 2008-07-03 05:19:16