Trace number 1051611

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 101.243 101.868

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-13_ext.xml
MD5SUMeef28a8aaa5ab23398c7f7cc139b9a88
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 benchmark0.600908
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 05:05:30 2008
0.00/0.05	c 0	PID 3702
0.00/0.05	c 0	HOST node58.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051611-1215054330.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-1051611-1215054330.xml' 'HOME/temp.csp'
0.03/0.56	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.03/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	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.53/0.66	c 1	Parsing HOME/temp.csp
0.53/0.96	c 1	parsed 459 expressions
0.53/0.97	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.97	c 1	Converting to clausal form CSP
0.53/0.99	c 1	converted 46 (10%) expressions
0.93/1.01	c 1	converted 92 (20%) expressions
0.93/1.02	c 1	converted 138 (30%) expressions
0.93/1.03	c 1	converted 184 (40%) expressions
0.93/1.04	c 1	converted 230 (50%) expressions
0.93/1.04	c 1	converted 276 (60%) expressions
0.93/1.04	c 1	converted 322 (70%) expressions
0.93/1.05	c 1	converted 368 (80%) expressions
0.93/1.06	c 1	converted 414 (90%) expressions
2.12/2.25	c 2	converted 459 (100%) expressions
2.12/2.25	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.12/2.25	c 2	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.25	c 2	Propagation in CSP
2.12/2.25	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.25	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.12/2.25	c 2	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.25	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.25	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.12/2.25	c 2	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.32/2.45	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.32/2.47	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.32/2.48	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.32/2.48	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.32/2.49	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.32/2.49	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.41/2.50	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.41/2.50	c 3	54 (70%) CSP integer variables are encoded (26078 clauses, 369068 bytes)
2.41/2.50	c 3	61 (80%) CSP integer variables are encoded (27002 clauses, 382928 bytes)
2.41/2.51	c 3	69 (90%) CSP integer variables are encoded (28058 clauses, 398768 bytes)
2.41/2.51	c 3	76 (100%) CSP integer variables are encoded (28718 clauses, 408668 bytes)
2.41/2.57	c 3	35 (10%) CSP clauses are encoded (29641 clauses, 427213 bytes)
2.41/2.59	c 3	70 (20%) CSP clauses are encoded (30540 clauses, 449029 bytes)
2.52/2.61	c 3	105 (30%) CSP clauses are encoded (31461 clauses, 470860 bytes)
2.52/2.64	c 3	140 (40%) CSP clauses are encoded (32384 clauses, 492918 bytes)
2.52/2.66	c 3	175 (50%) CSP clauses are encoded (33307 clauses, 515140 bytes)
2.52/2.69	c 3	210 (60%) CSP clauses are encoded (34229 clauses, 537842 bytes)
2.62/2.72	c 3	245 (70%) CSP clauses are encoded (35149 clauses, 562038 bytes)
2.62/2.75	c 3	280 (80%) CSP clauses are encoded (36096 clauses, 586618 bytes)
2.72/2.80	c 3	315 (90%) CSP clauses are encoded (37090 clauses, 611818 bytes)
33.75/34.01	c 34	350 (100%) CSP clauses are encoded (471565 clauses, 14964457 bytes)
33.75/34.01	c 34	350 CSP clauses encoded
33.75/34.01	c 34	Writing map file : HOME/temp.map
33.75/34.01	c 34	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.75/34.01	c 34	SAT : 28792 SAT variables, 471565 SAT clauses, 14964457 bytes
33.75/34.01	c 34	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.75/34.04	c 34	SOLVING HOME/temp.cnf
33.75/34.04	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
33.75/34.05	c 34	This is MiniSat 2.0 beta
33.75/34.05	c 34	WARNING: for repeatability, setting FPU to use double precision
33.75/34.05	c 34	============================[ Problem Statistics ]=============================
33.75/34.05	c 34	|                                                                             |
33.75/34.05	c 34	|  Number of variables:  28792                                                |
33.75/34.05	c 34	|  Number of clauses:    471565                                               |
33.80/34.36	c 35	|  Parsing time:         0.26         s                                       |
33.80/34.39	c 35	============================[ Search Statistics ]==============================
33.80/34.39	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.80/34.39	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.80/34.39	c 35	===============================================================================
33.80/34.39	c 35	|         0 |   27791   461494  2178380 |   153831        0    nan |  0.000 % |
33.81/34.47	c 35	|       100 |   27770   461494  2178380 |   169214       72      4 | 15.904 % |
33.81/34.57	c 35	|       250 |   27733   461494  2178380 |   186135      190      4 | 37.299 % |
33.81/34.68	c 35	|       475 |   27708   461494  2178380 |   204749      370      6 | 46.520 % |
33.81/34.85	c 35	|       812 |   27645   461494  2178380 |   225224      660      7 | 61.927 % |
33.81/35.00	c 35	|      1318 |   27596   461494  2178380 |   247746     1134      9 | 68.300 % |
34.85/35.20	c 35	|      2077 |   27542   461494  2178380 |   272521     1856      8 | 77.733 % |
35.24/35.56	c 36	|      3216 |   26493   461494  2178380 |   299773     2966      9 | 78.234 % |
36.14/36.48	c 37	|      4924 |   26414   461494  2178380 |   329751     4655     10 | 78.668 % |
38.43/38.79	c 39	|      7488 |   26328   461494  2178380 |   362726     7212     12 | 78.907 % |
43.60/43.94	c 44	|     11332 |   26323   461494  2178380 |   398998    11055     16 | 78.914 % |
49.77/50.14	c 50	|     17098 |    5908   331528  1605614 |   438898    15320     22 | 79.480 % |
59.22/59.67	c 60	|     25747 |    5687   314232  1521364 |   482788    23615     27 | 80.248 % |
76.44/76.99	c 77	|     38723 |    5606   312035  1511136 |   531067    36574     29 | 81.019 % |
100.82/101.46	c 102	===============================================================================
100.82/101.46	c 102	restarts              : 14
100.82/101.46	c 102	conflicts             : 54830          (818 /sec)
100.82/101.46	c 102	decisions             : 82061          (0.89 % random) (1225 /sec)
100.82/101.46	c 102	propagations          : 23787804       (355011 /sec)
100.82/101.46	c 102	conflict literals     : 1609855        (60.75 % deleted)
100.82/101.46	c 102	Memory used           : 31.41 MB
100.82/101.46	c 102	CPU time              : 67.0058 s
100.82/101.46	c 102	
100.82/101.47	c 102	SATISFIABLE
100.82/101.48	c 102	DECODING HOME/temp.out WITH HOME/temp.map
100.82/101.48	c 102	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
100.90/101.57	c 102	Decoding HOME/temp.out
100.90/101.78	s SATISFIABLE
100.90/101.79	v 16 3 7 6 23 2 18 6 20 11 19 6 9 3 24 1 13 5 8 12 2 5 11 4 25 0 1 4 3 12 5 19 21 13 17 1 10 2 12 4 14 2 6 3 22 0 4 2 15 7 9 11 17 28 34 37 38 43 55 60 64 64 68 80 99 112 113 115 119 121 124 124 126 133 133 0
100.90/101.80	c 102	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
100.90/101.86	c 102	CPU 100.72 (0.04 0.01 100.68 0.49)
100.90/101.86	c 102	END Thu Jul  3 05:07:12 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-1051611-1215054330/watcher-1051611-1215054330 -o /tmp/evaluation-result-1051611-1215054330/solver-1051611-1215054330 -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-1051611-1215054330.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.08 2.11 2.04 4/72 3702
/proc/meminfo: memFree=1719560/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=12268 CPUtime=0
/proc/3702/stat : 3702 (sugar) R 3700 3702 1320 0 -1 4194304 337 0 0 0 0 0 0 0 20 0 1 0 689399416 12562432 305 996147200 4194304 4206940 548682068608 18446744073709551615 226255878304 0 0 4224 0 0 0 0 17 1 0 0
/proc/3702/statm: 3067 305 231 3 0 167 0

[startup+0.0650701 s]
/proc/loadavg: 2.08 2.11 2.04 4/72 3702
/proc/meminfo: memFree=1719560/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=0.03
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 689399416 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102112 s]
/proc/loadavg: 2.08 2.11 2.04 4/72 3702
/proc/meminfo: memFree=1719560/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=0.03
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 689399416 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301108 s]
/proc/loadavg: 2.08 2.11 2.04 4/72 3702
/proc/meminfo: memFree=1719560/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=0.03
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 689399416 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701178 s]
/proc/loadavg: 2.08 2.11 2.04 4/72 3702
/proc/meminfo: memFree=1719560/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=0.53
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 973 5047 0 1 3 0 47 3 16 0 1 0 689399416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50232 s]
/proc/loadavg: 2.08 2.11 2.04 4/83 3724
/proc/meminfo: memFree=1710128/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=0.53
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 973 5047 0 1 3 0 47 3 15 0 1 0 689399416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 797 370 3 0 500 0
[pid=3715] ppid=3702 vsize=5356 CPUtime=0
/proc/3715/stat : 3715 (sh) S 3702 3702 1320 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689399474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3715/statm: 1339 233 193 169 0 50 0
[pid=3716] ppid=3715 vsize=864392 CPUtime=0.9
/proc/3716/stat : 3716 (java) S 3715 3702 1320 0 -1 0 8415 0 1 0 86 4 0 0 18 0 9 0 689399474 885137408 7624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3716/statm: 216098 7624 2540 9 0 210673 0
[pid=3716/tid=3717] ppid=3715 vsize=864392 CPUtime=0.47
/proc/3716/task/3717/stat : 3717 (java) R 3715 3702 1320 0 -1 64 2628 0 1 0 46 1 0 0 19 0 9 0 689399475 885137408 7624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3718] ppid=3715 vsize=864392 CPUtime=0.33
/proc/3716/task/3718/stat : 3718 (java) R 3715 3702 1320 0 -1 64 4760 0 0 0 31 2 0 0 17 0 9 0 689399477 885137408 7624 996147200 134512640 134550740 4294955952 18446744073709551615 104181410 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3719] ppid=3715 vsize=864392 CPUtime=0
/proc/3716/task/3719/stat : 3719 (java) S 3715 3702 1320 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689399477 885137408 7624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3720] ppid=3715 vsize=864392 CPUtime=0
/proc/3716/task/3720/stat : 3720 (java) S 3715 3702 1320 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689399477 885137408 7624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3721] ppid=3715 vsize=864392 CPUtime=0
/proc/3716/task/3721/stat : 3721 (java) S 3715 3702 1320 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 689399479 885137408 7624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3722] ppid=3715 vsize=864392 CPUtime=0.07
/proc/3716/task/3722/stat : 3722 (java) S 3715 3702 1320 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 689399479 885137408 7624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3723] ppid=3715 vsize=864392 CPUtime=0
/proc/3716/task/3723/stat : 3723 (java) S 3715 3702 1320 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 689399479 885137408 7624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3724] ppid=3715 vsize=864392 CPUtime=0
/proc/3716/task/3724/stat : 3724 (java) S 3715 3702 1320 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689399479 885137408 7624 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) 883348

[startup+3.10258 s]
/proc/loadavg: 2.08 2.11 2.04 4/83 3724
/proc/meminfo: memFree=1680432/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=0.53
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 974 5047 0 1 3 0 47 3 15 0 1 0 689399416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 797 370 3 0 500 0
[pid=3715] ppid=3702 vsize=5356 CPUtime=0
/proc/3715/stat : 3715 (sh) S 3702 3702 1320 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689399474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3715/statm: 1339 233 193 169 0 50 0
[pid=3716] ppid=3715 vsize=864272 CPUtime=2.48
/proc/3716/stat : 3716 (java) S 3715 3702 1320 0 -1 0 14356 0 1 0 239 9 0 0 18 0 9 0 689399474 885014528 13458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3716/statm: 216068 13458 2564 9 0 210615 0
[pid=3716/tid=3717] ppid=3715 vsize=864272 CPUtime=1.33
/proc/3716/task/3717/stat : 3717 (java) R 3715 3702 1320 0 -1 64 3131 0 1 0 132 1 0 0 25 0 9 0 689399475 885014528 13458 996147200 134512640 134550740 4294955952 18446744073709551615 103216192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3718] ppid=3715 vsize=864272 CPUtime=1.02
/proc/3716/task/3718/stat : 3718 (java) S 3715 3702 1320 0 -1 64 10176 0 0 0 96 6 0 0 16 0 9 0 689399477 885014528 13458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3719] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3719/stat : 3719 (java) S 3715 3702 1320 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689399477 885014528 13458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3720] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3720/stat : 3720 (java) S 3715 3702 1320 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689399477 885014528 13458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3721] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3721/stat : 3721 (java) S 3715 3702 1320 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 689399479 885014528 13458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3722] ppid=3715 vsize=864272 CPUtime=0.1
/proc/3716/task/3722/stat : 3722 (java) S 3715 3702 1320 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 689399479 885014528 13458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3723] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3723/stat : 3723 (java) S 3715 3702 1320 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 689399479 885014528 13458 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3724] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3724/stat : 3724 (java) S 3715 3702 1320 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689399479 885014528 13458 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) 883228

[startup+6.30212 s]
/proc/loadavg: 2.07 2.11 2.04 3/83 3724
/proc/meminfo: memFree=1670000/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=0.53
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 974 5047 0 1 3 0 47 3 15 0 1 0 689399416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 797 370 3 0 500 0
[pid=3715] ppid=3702 vsize=5356 CPUtime=0
/proc/3715/stat : 3715 (sh) S 3702 3702 1320 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689399474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3715/statm: 1339 233 193 169 0 50 0
[pid=3716] ppid=3715 vsize=864272 CPUtime=5.67
/proc/3716/stat : 3716 (java) S 3715 3702 1320 0 -1 0 15130 0 1 0 556 11 0 0 18 0 9 0 689399474 885014528 14171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3716/statm: 216068 14171 2564 9 0 210615 0
[pid=3716/tid=3717] ppid=3715 vsize=864272 CPUtime=4.4
/proc/3716/task/3717/stat : 3717 (java) R 3715 3702 1320 0 -1 64 3192 0 1 0 438 2 0 0 25 0 9 0 689399475 885014528 14171 996147200 134512640 134550740 4294955952 18446744073709551615 4126575200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3718] ppid=3715 vsize=864272 CPUtime=1.13
/proc/3716/task/3718/stat : 3718 (java) S 3715 3702 1320 0 -1 64 10889 0 0 0 106 7 0 0 16 0 9 0 689399477 885014528 14171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3719] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3719/stat : 3719 (java) S 3715 3702 1320 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689399477 885014528 14171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3720] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3720/stat : 3720 (java) S 3715 3702 1320 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689399477 885014528 14171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3721] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3721/stat : 3721 (java) S 3715 3702 1320 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 689399479 885014528 14171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3722] ppid=3715 vsize=864272 CPUtime=0.1
/proc/3716/task/3722/stat : 3722 (java) S 3715 3702 1320 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 689399479 885014528 14171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3723] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3723/stat : 3723 (java) S 3715 3702 1320 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 689399479 885014528 14171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3724] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3724/stat : 3724 (java) S 3715 3702 1320 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689399479 885014528 14171 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) 883228

[startup+12.7022 s]
/proc/loadavg: 2.06 2.11 2.04 3/83 3724
/proc/meminfo: memFree=1659824/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=0.53
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 974 5047 0 1 3 0 47 3 15 0 1 0 689399416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 797 370 3 0 500 0
[pid=3715] ppid=3702 vsize=5356 CPUtime=0
/proc/3715/stat : 3715 (sh) S 3702 3702 1320 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689399474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3715/statm: 1339 233 193 169 0 50 0
[pid=3716] ppid=3715 vsize=864272 CPUtime=12.03
/proc/3716/stat : 3716 (java) S 3715 3702 1320 0 -1 0 17035 0 1 0 1188 15 0 0 18 0 9 0 689399474 885014528 15932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3716/statm: 216068 15932 2564 9 0 210615 0
[pid=3716/tid=3717] ppid=3715 vsize=864272 CPUtime=10.5
/proc/3716/task/3717/stat : 3717 (java) R 3715 3702 1320 0 -1 64 3336 0 1 0 1045 5 0 0 25 0 9 0 689399475 885014528 15932 996147200 134512640 134550740 4294955952 18446744073709551615 103215243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3718] ppid=3715 vsize=864272 CPUtime=1.4
/proc/3716/task/3718/stat : 3718 (java) S 3715 3702 1320 0 -1 64 12649 0 0 0 131 9 0 0 16 0 9 0 689399477 885014528 15932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3719] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3719/stat : 3719 (java) S 3715 3702 1320 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689399477 885014528 15932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3720] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3720/stat : 3720 (java) S 3715 3702 1320 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 689399477 885014528 15932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3721] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3721/stat : 3721 (java) S 3715 3702 1320 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 689399479 885014528 15932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3722] ppid=3715 vsize=864272 CPUtime=0.1
/proc/3716/task/3722/stat : 3722 (java) S 3715 3702 1320 0 -1 64 358 0 0 0 10 0 0 0 17 0 9 0 689399479 885014528 15932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3723] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3723/stat : 3723 (java) S 3715 3702 1320 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 689399479 885014528 15932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3724] ppid=3715 vsize=864272 CPUtime=0
/proc/3716/task/3724/stat : 3724 (java) S 3715 3702 1320 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689399479 885014528 15932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 883228

[startup+25.5023 s]
/proc/loadavg: 2.05 2.10 2.04 3/83 3724
/proc/meminfo: memFree=1639920/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=0.53
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 974 5047 0 1 3 0 47 3 15 0 1 0 689399416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 797 370 3 0 500 0
[pid=3715] ppid=3702 vsize=5356 CPUtime=0
/proc/3715/stat : 3715 (sh) S 3702 3702 1320 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689399474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3715/statm: 1339 233 193 169 0 50 0
[pid=3716] ppid=3715 vsize=864376 CPUtime=24.76
/proc/3716/stat : 3716 (java) S 3715 3702 1320 0 -1 0 25552 0 1 0 2449 27 0 0 18 0 9 0 689399474 885121024 19106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3716/statm: 216094 19106 2564 9 0 210641 0
[pid=3716/tid=3717] ppid=3715 vsize=864376 CPUtime=22.37
/proc/3716/task/3717/stat : 3717 (java) R 3715 3702 1320 0 -1 64 3618 0 1 0 2228 9 0 0 25 0 9 0 689399475 885121024 19106 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3718] ppid=3715 vsize=864376 CPUtime=2.25
/proc/3716/task/3718/stat : 3718 (java) S 3715 3702 1320 0 -1 64 20881 0 0 0 208 17 0 0 16 0 9 0 689399477 885121024 19106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3719] ppid=3715 vsize=864376 CPUtime=0
/proc/3716/task/3719/stat : 3719 (java) S 3715 3702 1320 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689399477 885121024 19106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3720] ppid=3715 vsize=864376 CPUtime=0
/proc/3716/task/3720/stat : 3720 (java) S 3715 3702 1320 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 689399477 885121024 19106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3721] ppid=3715 vsize=864376 CPUtime=0
/proc/3716/task/3721/stat : 3721 (java) S 3715 3702 1320 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 689399479 885121024 19106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3722] ppid=3715 vsize=864376 CPUtime=0.11
/proc/3716/task/3722/stat : 3722 (java) S 3715 3702 1320 0 -1 64 361 0 0 0 11 0 0 0 17 0 9 0 689399479 885121024 19106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3723] ppid=3715 vsize=864376 CPUtime=0
/proc/3716/task/3723/stat : 3723 (java) S 3715 3702 1320 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 689399479 885121024 19106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3716/tid=3724] ppid=3715 vsize=864376 CPUtime=0
/proc/3716/task/3724/stat : 3724 (java) S 3715 3702 1320 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689399479 885121024 19106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 883332

[startup+51.1016 s]
/proc/loadavg: 2.03 2.09 2.04 3/75 3726
/proc/meminfo: memFree=1674288/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=33.81
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 1031 31086 0 2 4 1 3338 38 16 0 1 0 689399416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 798 370 3 0 500 0
[pid=3725] ppid=3702 vsize=5356 CPUtime=0
/proc/3725/stat : 3725 (sh) S 3702 3702 1320 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689402820 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3725/statm: 1339 232 193 169 0 50 0
[pid=3726] ppid=3725 vsize=29920 CPUtime=16.95
/proc/3726/stat : 3726 (minisat) R 3725 3702 1320 0 -1 4194304 7074 0 0 0 1689 6 0 0 25 0 1 0 689402821 30638080 7060 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3726/statm: 7480 7060 75 150 0 7327 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 48876

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

[startup+76.702 s]
/proc/loadavg: 2.02 2.08 2.03 3/75 3726
/proc/meminfo: memFree=1673904/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=33.81
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 1031 31086 0 2 4 1 3338 38 16 0 1 0 689399416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 798 370 3 0 500 0
[pid=3725] ppid=3702 vsize=5356 CPUtime=0
/proc/3725/stat : 3725 (sh) S 3702 3702 1320 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689402820 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3725/statm: 1339 232 193 169 0 50 0
[pid=3726] ppid=3725 vsize=30452 CPUtime=42.44
/proc/3726/stat : 3726 (minisat) R 3725 3702 1320 0 -1 4194304 7225 0 0 0 4237 7 0 0 25 0 1 0 689402821 31182848 7211 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3726/statm: 7613 7211 75 150 0 7460 0
Current children cumulated CPU time (s) 76.25
Current children cumulated vsize (KiB) 49408

[startup+89.5021 s]
/proc/loadavg: 2.02 2.08 2.03 3/75 3726
/proc/meminfo: memFree=1672880/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=33.81
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 1031 31086 0 2 4 1 3338 38 16 0 1 0 689399416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 798 370 3 0 500 0
[pid=3725] ppid=3702 vsize=5356 CPUtime=0
/proc/3725/stat : 3725 (sh) S 3702 3702 1320 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689402820 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3725/statm: 1339 232 193 169 0 50 0
[pid=3726] ppid=3725 vsize=31496 CPUtime=55.17
/proc/3726/stat : 3726 (minisat) R 3725 3702 1320 0 -1 4194304 7449 0 0 0 5510 7 0 0 25 0 1 0 689402821 32251904 7435 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/3726/statm: 7874 7435 75 150 0 7721 0
Current children cumulated CPU time (s) 88.98
Current children cumulated vsize (KiB) 50452

[startup+95.9012 s]
/proc/loadavg: 2.01 2.08 2.03 3/75 3726
/proc/meminfo: memFree=1672624/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=33.81
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 1031 31086 0 2 4 1 3338 38 16 0 1 0 689399416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 798 370 3 0 500 0
[pid=3725] ppid=3702 vsize=5356 CPUtime=0
/proc/3725/stat : 3725 (sh) S 3702 3702 1320 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689402820 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3725/statm: 1339 232 193 169 0 50 0
[pid=3726] ppid=3725 vsize=31760 CPUtime=61.53
/proc/3726/stat : 3726 (minisat) R 3725 3702 1320 0 -1 4194304 7532 0 0 0 6146 7 0 0 25 0 1 0 689402821 32522240 7518 996147200 134512640 135127466 4294956272 18446744073709551615 134531502 0 0 4096 3 0 0 0 17 1 0 0
/proc/3726/statm: 7940 7518 75 150 0 7787 0
Current children cumulated CPU time (s) 95.34
Current children cumulated vsize (KiB) 50716

[startup+99.1027 s]
/proc/loadavg: 2.01 2.08 2.03 3/75 3726
/proc/meminfo: memFree=1672368/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=33.81
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 1031 31086 0 2 4 1 3338 38 16 0 1 0 689399416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 798 370 3 0 500 0
[pid=3725] ppid=3702 vsize=5356 CPUtime=0
/proc/3725/stat : 3725 (sh) S 3702 3702 1320 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689402820 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3725/statm: 1339 232 193 169 0 50 0
[pid=3726] ppid=3725 vsize=31892 CPUtime=64.72
/proc/3726/stat : 3726 (minisat) R 3725 3702 1320 0 -1 4194304 7581 0 0 0 6465 7 0 0 25 0 1 0 689402821 32657408 7567 996147200 134512640 135127466 4294956272 18446744073709551615 134530811 0 0 4096 3 0 0 0 17 1 0 0
/proc/3726/statm: 7973 7567 75 150 0 7820 0
Current children cumulated CPU time (s) 98.53
Current children cumulated vsize (KiB) 50848

[startup+100.702 s]
/proc/loadavg: 2.01 2.08 2.03 3/75 3726
/proc/meminfo: memFree=1672240/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=33.81
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 1031 31086 0 2 4 1 3338 38 16 0 1 0 689399416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 798 370 3 0 500 0
[pid=3725] ppid=3702 vsize=5356 CPUtime=0
/proc/3725/stat : 3725 (sh) S 3702 3702 1320 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 689402820 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3725/statm: 1339 232 193 169 0 50 0
[pid=3726] ppid=3725 vsize=32156 CPUtime=66.31
/proc/3726/stat : 3726 (minisat) R 3725 3702 1320 0 -1 4194304 7619 0 0 0 6624 7 0 0 25 0 1 0 689402821 32927744 7605 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3726/statm: 8039 7605 75 150 0 7886 0
Current children cumulated CPU time (s) 100.12
Current children cumulated vsize (KiB) 51112

[startup+101.501 s]
/proc/loadavg: 2.01 2.08 2.03 3/75 3726
/proc/meminfo: memFree=1672176/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=100.9
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 1070 39025 0 2 4 1 10039 46 17 0 1 0 689399416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 13600

[startup+101.701 s]
/proc/loadavg: 2.01 2.08 2.03 3/75 3726
/proc/meminfo: memFree=1672176/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=100.9
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 1089 39025 0 2 4 1 10039 46 16 0 1 0 689399416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 13600

[startup+101.801 s]
/proc/loadavg: 2.01 2.08 2.03 3/75 3726
/proc/meminfo: memFree=1672176/2055920 swapFree=4156320/4192956
[pid=3702] ppid=3700 vsize=13600 CPUtime=100.9
/proc/3702/stat : 3702 (sugar) S 3700 3702 1320 0 -1 4194304 1090 39025 0 2 4 1 10039 46 15 0 1 0 689399416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3702/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 101.868
CPU time (s): 101.243
CPU user time (s): 100.727
CPU system time (s): 0.515921
CPU usage (%): 99.3863
Max. virtual memory (cumulated for all children) (KiB): 893580

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

runsolver used 0.143978 second user time and 0.343947 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-03 05:05:30
IDJOB=1051611
IDBENCH=55494
IDSOLVER=346
FILE ID=node58/1051611-1215054330
PBS_JOBID= 7875060
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eef28a8aaa5ab23398c7f7cc139b9a88
RANDOM SEED=630296300

node58.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.261
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.261
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:       1720040 kB
Buffers:         42928 kB
Cached:         175520 kB
SwapCached:      30976 kB
Active:         186680 kB
Inactive:        92332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720040 kB
SwapTotal:     4192956 kB
SwapFree:      4156320 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          67684 kB
Slab:            42188 kB
Committed_AS:   982028 kB
PageTables:       1756 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= 66540 MiB
End job on node58 at 2008-07-03 05:07:12