Trace number 1055582

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 185.403 187.269

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-142_ext.xml
MD5SUM6d3ac596c43ba13406b6d8effbf75181
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 benchmark10.2424
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 06:37:25 2008
0.00/0.04	c 0	PID 27896
0.00/0.05	c 0	HOST node61.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1055582-1215059845.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-1055582-1215059845.xml' 'HOME/temp.csp'
0.04/0.40	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.04/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.42	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.49	c 0	Parsing HOME/temp.csp
0.39/0.87	c 1	parsed 319 expressions
0.39/0.87	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.87	c 1	Converting to clausal form CSP
0.39/0.89	c 1	converted 32 (10%) expressions
0.39/0.89	c 1	converted 64 (20%) expressions
0.39/0.92	c 1	converted 96 (30%) expressions
0.39/0.93	c 1	converted 128 (40%) expressions
0.39/0.93	c 1	converted 160 (50%) expressions
0.39/0.93	c 1	converted 192 (60%) expressions
0.39/0.93	c 1	converted 224 (70%) expressions
0.39/0.93	c 1	converted 256 (80%) expressions
0.39/0.94	c 1	converted 288 (90%) expressions
2.63/2.75	c 3	converted 319 (100%) expressions
2.63/2.75	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.63/2.75	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.75	c 3	Propagation in CSP
2.63/2.76	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.63/2.76	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.63/2.76	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.76	c 3	Simplifing CSP by introducing new Boolean variables
2.63/2.76	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.63/2.76	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.93/3.02	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.93/3.04	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
2.93/3.05	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
2.93/3.05	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
2.93/3.05	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
2.93/3.06	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
2.93/3.06	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
2.93/3.07	c 3	43 (70%) CSP integer variables are encoded (20874 clauses, 291008 bytes)
2.93/3.07	c 3	49 (80%) CSP integer variables are encoded (21942 clauses, 307028 bytes)
2.93/3.07	c 3	55 (90%) CSP integer variables are encoded (23010 clauses, 323048 bytes)
2.93/3.07	c 3	61 (100%) CSP integer variables are encoded (23722 clauses, 333728 bytes)
3.03/3.12	c 3	23 (10%) CSP clauses are encoded (24218 clauses, 343029 bytes)
3.03/3.14	c 3	46 (20%) CSP clauses are encoded (24695 clauses, 354131 bytes)
3.03/3.15	c 3	69 (30%) CSP clauses are encoded (25174 clauses, 365454 bytes)
3.03/3.16	c 3	92 (40%) CSP clauses are encoded (25671 clauses, 376983 bytes)
3.03/3.18	c 3	115 (50%) CSP clauses are encoded (26150 clauses, 388339 bytes)
3.03/3.19	c 3	138 (60%) CSP clauses are encoded (26646 clauses, 399954 bytes)
3.12/3.22	c 3	161 (70%) CSP clauses are encoded (27144 clauses, 412025 bytes)
3.12/3.24	c 3	184 (80%) CSP clauses are encoded (27660 clauses, 425021 bytes)
3.12/3.27	c 3	207 (90%) CSP clauses are encoded (28194 clauses, 438265 bytes)
56.79/57.47	c 57	230 (100%) CSP clauses are encoded (647295 clauses, 20817477 bytes)
56.79/57.47	c 57	230 CSP clauses encoded
56.79/57.47	c 57	Writing map file : HOME/temp.map
56.79/57.47	c 57	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.79/57.47	c 57	SAT : 23781 SAT variables, 647295 SAT clauses, 20817477 bytes
56.79/57.47	c 57	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.87/57.50	c 57	SOLVING HOME/temp.cnf
56.87/57.50	c 57	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
56.87/57.51	c 57	This is MiniSat 2.0 beta
56.87/57.51	c 57	WARNING: for repeatability, setting FPU to use double precision
56.87/57.51	c 57	============================[ Problem Statistics ]=============================
56.87/57.51	c 57	|                                                                             |
56.87/57.51	c 57	|  Number of variables:  23781                                                |
56.87/57.51	c 57	|  Number of clauses:    647295                                               |
56.88/57.92	c 58	|  Parsing time:         0.36         s                                       |
56.88/57.95	c 58	============================[ Search Statistics ]==============================
56.88/57.95	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.88/57.95	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
56.88/57.95	c 58	===============================================================================
56.88/57.95	c 58	|         0 |   22780   629984  3038709 |   209994        0    nan |  0.000 % |
56.88/58.03	c 58	|       100 |   22765   629984  3038709 |   230994       78      6 | 35.861 % |
56.88/58.15	c 58	|       250 |   21906   629984  3038709 |   254093      189      7 | 47.029 % |
57.55/58.28	c 58	|       475 |   21874   629984  3038709 |   279502      403      8 | 50.713 % |
57.95/58.65	c 58	|       815 |   21668   629984  3038709 |   307453      722     11 | 58.908 % |
58.45/59.12	c 59	|      1321 |   20897   629984  3038709 |   338198     1197     14 | 66.536 % |
58.94/59.63	c 59	|      2080 |   20856   629984  3038709 |   372018     1922     12 | 75.371 % |
59.54/60.25	c 60	|      3219 |   20775   629984  3038709 |   409220     3033     11 | 76.019 % |
61.01/61.73	c 62	|      4927 |   20558   629984  3038709 |   450142     4720     12 | 77.242 % |
64.00/64.70	c 65	|      7489 |   20553   629984  3038709 |   495156     7282     14 | 77.242 % |
68.45/69.25	c 69	|     11333 |   20525   629984  3038709 |   544672    11121     15 | 77.671 % |
75.49/76.33	c 76	|     17101 |    5308   422358  2069544 |   599139    16211     19 | 78.365 % |
86.48/87.45	c 87	|     25750 |    5058   404730  1983603 |   659053    24855     22 | 78.756 % |
103.81/104.94	c 105	|     38724 |    5038   401913  1969687 |   724958    37761     26 | 78.815 % |
135.90/137.38	c 137	|     58188 |    5035   401913  1969687 |   797454    57222     29 | 79.538 % |
185.04/186.91	c 187	===============================================================================
185.04/186.91	c 187	restarts              : 15
185.04/186.91	c 187	conflicts             : 84612          (661 /sec)
185.04/186.91	c 187	decisions             : 120326         (0.88 % random) (939 /sec)
185.04/186.91	c 187	propagations          : 33426636       (260943 /sec)
185.04/186.91	c 187	conflict literals     : 2653596        (62.90 % deleted)
185.04/186.91	c 187	Memory used           : 41.55 MB
185.04/186.91	c 187	CPU time              : 128.1 s
185.04/186.91	c 187	
185.04/186.92	c 187	SATISFIABLE
185.04/186.93	c 187	DECODING HOME/temp.out WITH HOME/temp.map
185.04/186.93	c 187	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
185.08/187.02	c 187	Decoding HOME/temp.out
185.08/187.22	s SATISFIABLE
185.08/187.22	v 20 18 6 11 16 2 8 26 17 6 10 3 4 4 19 1 12 13 18 2 3 3 2 0 5 23 15 11 1 7 13 8 7 0 11 4 14 29 9 8 29 31 57 63 66 70 71 84 86 89 89 112 123 130 138 138 142 171 179 179 0
185.08/187.23	c 187	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
185.08/187.26	c 187	CPU 184.81 (0.03 0.01 184.78 0.55)
185.08/187.26	c 187	END Thu Jul  3 06:40:32 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-1055582-1215059845/watcher-1055582-1215059845 -o /tmp/evaluation-result-1055582-1215059845/solver-1055582-1215059845 -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-1055582-1215059845.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.01 2.02 2.00 4/72 27896
/proc/meminfo: memFree=1705360/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=18572 CPUtime=0
/proc/27896/stat : 27896 (runsolver) R 27894 27896 23049 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1984955807 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27896/statm: 4643 292 257 25 0 2626 0

[startup+0.054088 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 27896
/proc/meminfo: memFree=1705360/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=0.04
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984955807 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101097 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 27896
/proc/meminfo: memFree=1705360/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=0.04
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984955807 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301133 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 27896
/proc/meminfo: memFree=1705360/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=0.04
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984955807 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701202 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 27896
/proc/meminfo: memFree=1705360/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=0.39
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 973 6510 0 1 3 1 31 4 16 0 1 0 1984955807 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 27918
/proc/meminfo: memFree=1691960/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=0.39
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 973 6510 0 1 3 1 31 4 15 0 1 0 1984955807 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 797 370 3 0 500 0
[pid=27909] ppid=27896 vsize=5356 CPUtime=0
/proc/27909/stat : 27909 (sh) S 27896 27896 23049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984955849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27909/statm: 1339 233 193 169 0 50 0
[pid=27910] ppid=27909 vsize=864196 CPUtime=1.05
/proc/27910/stat : 27910 (java) S 27909 27896 23049 0 -1 0 9858 0 1 0 101 4 0 0 18 0 9 0 1984955849 884936704 8871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 216049 8871 2540 9 0 210624 0
[pid=27910/tid=27911] ppid=27909 vsize=864196 CPUtime=0.57
/proc/27910/task/27911/stat : 27911 (java) R 27909 27896 23049 0 -1 64 2743 0 1 0 56 1 0 0 22 0 9 0 1984955850 884936704 8871 996147200 134512640 134550740 4294955952 18446744073709551615 4126556775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27912] ppid=27909 vsize=864196 CPUtime=0.39
/proc/27910/task/27912/stat : 27912 (java) S 27909 27896 23049 0 -1 64 6089 0 0 0 37 2 0 0 17 0 9 0 1984955851 884936704 8871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27909 vsize=864196 CPUtime=0
/proc/27910/task/27913/stat : 27913 (java) S 27909 27896 23049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984955852 884936704 8871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27909 vsize=864196 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27909 27896 23049 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984955852 884936704 8871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27915] ppid=27909 vsize=864196 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27909 27896 23049 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984955854 884936704 8871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27916] ppid=27909 vsize=864196 CPUtime=0.07
/proc/27910/task/27916/stat : 27916 (java) S 27909 27896 23049 0 -1 64 334 0 0 0 7 0 0 0 17 0 9 0 1984955854 884936704 8871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27917] ppid=27909 vsize=864196 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27909 27896 23049 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984955854 884936704 8871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27909 vsize=864196 CPUtime=0
/proc/27910/task/27918/stat : 27918 (java) S 27909 27896 23049 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984955854 884936704 8871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883152

[startup+3.10262 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 27918
/proc/meminfo: memFree=1660088/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=0.39
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 974 6510 0 1 3 1 31 4 15 0 1 0 1984955807 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 797 370 3 0 500 0
[pid=27909] ppid=27896 vsize=5356 CPUtime=0
/proc/27909/stat : 27909 (sh) S 27896 27896 23049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984955849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27909/statm: 1339 233 193 169 0 50 0
[pid=27910] ppid=27909 vsize=864308 CPUtime=2.64
/proc/27910/stat : 27910 (java) S 27909 27896 23049 0 -1 0 18513 0 1 0 253 11 0 0 18 0 9 0 1984955849 885051392 17291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 216077 17291 2564 9 0 210624 0
[pid=27910/tid=27911] ppid=27909 vsize=864308 CPUtime=1.02
/proc/27910/task/27911/stat : 27911 (java) R 27909 27896 23049 0 -1 64 3344 0 1 0 100 2 0 0 18 0 9 0 1984955850 885051392 17291 996147200 134512640 134550740 4294955952 18446744073709551615 4125979194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27912] ppid=27909 vsize=864308 CPUtime=1.5
/proc/27910/task/27912/stat : 27912 (java) S 27909 27896 23049 0 -1 64 14128 0 0 0 143 7 0 0 18 0 9 0 1984955851 885051392 17291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27913/stat : 27913 (java) S 27909 27896 23049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984955852 885051392 17291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27909 27896 23049 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984955852 885051392 17291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27915] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27909 27896 23049 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984955854 885051392 17291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27916] ppid=27909 vsize=864308 CPUtime=0.09
/proc/27910/task/27916/stat : 27916 (java) S 27909 27896 23049 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 1984955854 885051392 17291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27917] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27909 27896 23049 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984955854 885051392 17291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27918/stat : 27918 (java) S 27909 27896 23049 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984955854 885051392 17291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883264

[startup+6.30118 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 27918
/proc/meminfo: memFree=1639800/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=0.39
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 974 6510 0 1 3 1 31 4 15 0 1 0 1984955807 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 797 370 3 0 500 0
[pid=27909] ppid=27896 vsize=5356 CPUtime=0
/proc/27909/stat : 27909 (sh) S 27896 27896 23049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984955849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27909/statm: 1339 233 193 169 0 50 0
[pid=27910] ppid=27909 vsize=864308 CPUtime=5.81
/proc/27910/stat : 27910 (java) S 27909 27896 23049 0 -1 0 19486 0 1 0 569 12 0 0 18 0 9 0 1984955849 885051392 18227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 216077 18227 2564 9 0 210624 0
[pid=27910/tid=27911] ppid=27909 vsize=864308 CPUtime=4.09
/proc/27910/task/27911/stat : 27911 (java) R 27909 27896 23049 0 -1 64 3381 0 1 0 407 2 0 0 25 0 9 0 1984955850 885051392 18227 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27912] ppid=27909 vsize=864308 CPUtime=1.58
/proc/27910/task/27912/stat : 27912 (java) S 27909 27896 23049 0 -1 64 15057 0 0 0 150 8 0 0 16 0 9 0 1984955851 885051392 18227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27913/stat : 27913 (java) S 27909 27896 23049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984955852 885051392 18227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27909 27896 23049 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984955852 885051392 18227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27915] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27909 27896 23049 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984955854 885051392 18227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27916] ppid=27909 vsize=864308 CPUtime=0.1
/proc/27910/task/27916/stat : 27916 (java) S 27909 27896 23049 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1984955854 885051392 18227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27917] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27909 27896 23049 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984955854 885051392 18227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27918/stat : 27918 (java) S 27909 27896 23049 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984955854 885051392 18227 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) 883264

[startup+12.7023 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 27918
/proc/meminfo: memFree=1632632/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=0.39
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 974 6510 0 1 3 1 31 4 15 0 1 0 1984955807 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 797 370 3 0 500 0
[pid=27909] ppid=27896 vsize=5356 CPUtime=0
/proc/27909/stat : 27909 (sh) S 27896 27896 23049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984955849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27909/statm: 1339 233 193 169 0 50 0
[pid=27910] ppid=27909 vsize=864308 CPUtime=12.15
/proc/27910/stat : 27910 (java) S 27909 27896 23049 0 -1 0 20808 0 1 0 1201 14 0 0 18 0 9 0 1984955849 885051392 19474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 216077 19474 2564 9 0 210624 0
[pid=27910/tid=27911] ppid=27909 vsize=864308 CPUtime=10.25
/proc/27910/task/27911/stat : 27911 (java) R 27909 27896 23049 0 -1 64 3456 0 1 0 1022 3 0 0 25 0 9 0 1984955850 885051392 19474 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27912] ppid=27909 vsize=864308 CPUtime=1.76
/proc/27910/task/27912/stat : 27912 (java) S 27909 27896 23049 0 -1 64 16304 0 0 0 167 9 0 0 16 0 9 0 1984955851 885051392 19474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27913/stat : 27913 (java) S 27909 27896 23049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984955852 885051392 19474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27909 27896 23049 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984955852 885051392 19474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27915] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27909 27896 23049 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984955854 885051392 19474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27916] ppid=27909 vsize=864308 CPUtime=0.1
/proc/27910/task/27916/stat : 27916 (java) S 27909 27896 23049 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1984955854 885051392 19474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27917] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27909 27896 23049 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984955854 885051392 19474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27918/stat : 27918 (java) S 27909 27896 23049 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984955854 885051392 19474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 883264

[startup+25.5015 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 27918
/proc/meminfo: memFree=1615928/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=0.39
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 974 6510 0 1 3 1 31 4 15 0 1 0 1984955807 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 797 370 3 0 500 0
[pid=27909] ppid=27896 vsize=5356 CPUtime=0
/proc/27909/stat : 27909 (sh) S 27896 27896 23049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984955849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27909/statm: 1339 233 193 169 0 50 0
[pid=27910] ppid=27909 vsize=864308 CPUtime=24.82
/proc/27910/stat : 27910 (java) S 27909 27896 23049 0 -1 0 23835 0 1 0 2462 20 0 0 18 0 9 0 1984955849 885051392 22326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 216077 22326 2564 9 0 210624 0
[pid=27910/tid=27911] ppid=27909 vsize=864308 CPUtime=22.5
/proc/27910/task/27911/stat : 27911 (java) R 27909 27896 23049 0 -1 64 3631 0 1 0 2243 7 0 0 25 0 9 0 1984955850 885051392 22326 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27912] ppid=27909 vsize=864308 CPUtime=2.18
/proc/27910/task/27912/stat : 27912 (java) S 27909 27896 23049 0 -1 64 19152 0 0 0 206 12 0 0 16 0 9 0 1984955851 885051392 22326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27913/stat : 27913 (java) S 27909 27896 23049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984955852 885051392 22326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27909 vsize=864308 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27909 27896 23049 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984955852 885051392 22326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+51.102 s]
/proc/loadavg: 2.10 2.04 2.01 4/83 27918
/proc/meminfo: memFree=1593016/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=0.39
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 974 6510 0 1 3 1 31 4 15 0 1 0 1984955807 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 797 370 3 0 500 0
[pid=27909] ppid=27896 vsize=5356 CPUtime=0
/proc/27909/stat : 27909 (sh) S 27896 27896 23049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984955849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27909/statm: 1339 233 193 169 0 50 0
[pid=27910] ppid=27909 vsize=864384 CPUtime=50.16
/proc/27910/stat : 27910 (java) S 27909 27896 23049 0 -1 0 32485 0 1 0 4982 34 0 0 18 0 9 0 1984955849 885129216 25527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 216096 25527 2564 9 0 210643 0
[pid=27910/tid=27911] ppid=27909 vsize=864384 CPUtime=46.63
/proc/27910/task/27911/stat : 27911 (java) R 27909 27896 23049 0 -1 64 3963 0 1 0 4649 14 0 0 25 0 9 0 1984955850 885129216 25527 996147200 134512640 134550740 4294955952 18446744073709551615 4126649616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27912] ppid=27909 vsize=864384 CPUtime=3.39
/proc/27910/task/27912/stat : 27912 (java) S 27909 27896 23049 0 -1 64 27469 0 0 0 321 18 0 0 16 0 9 0 1984955851 885129216 25527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27909 vsize=864384 CPUtime=0
/proc/27910/task/27913/stat : 27913 (java) S 27909 27896 23049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984955852 885129216 25527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27909 vsize=864384 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27909 27896 23049 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984955852 885129216 25527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27915] ppid=27909 vsize=864384 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27909 27896 23049 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984955854 885129216 25527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27916] ppid=27909 vsize=864384 CPUtime=0.11
/proc/27910/task/27916/stat : 27916 (java) S 27909 27896 23049 0 -1 64 361 0 0 0 11 0 0 0 17 0 9 0 1984955854 885129216 25527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27917] ppid=27909 vsize=864384 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27909 27896 23049 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984955854 885129216 25527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27909 vsize=864384 CPUtime=0
/proc/27910/task/27918/stat : 27918 (java) S 27909 27896 23049 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984955854 885129216 25527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 883340

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 27920
/proc/meminfo: memFree=1645560/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=56.88
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 1031 39382 0 2 3 1 5641 43 16 0 1 0 1984955807 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 798 370 3 0 500 0
[pid=27919] ppid=27896 vsize=5356 CPUtime=0
/proc/27919/stat : 27919 (sh) S 27896 27896 23049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984961558 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27919/statm: 1339 232 193 169 0 50 0
[pid=27920] ppid=27919 vsize=37532 CPUtime=44.36
/proc/27920/stat : 27920 (minisat) R 27919 27896 23049 0 -1 4194304 9195 0 0 0 4430 6 0 0 25 0 1 0 1984961558 38432768 9181 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27920/statm: 9383 9181 75 150 0 9230 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 56488

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27920
/proc/meminfo: memFree=1643000/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=56.88
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 1031 39382 0 2 3 1 5641 43 16 0 1 0 1984955807 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 798 370 3 0 500 0
[pid=27919] ppid=27896 vsize=5356 CPUtime=0
/proc/27919/stat : 27919 (sh) S 27896 27896 23049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984961558 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27919/statm: 1339 232 193 169 0 50 0
[pid=27920] ppid=27919 vsize=40280 CPUtime=103.79
/proc/27920/stat : 27920 (minisat) R 27919 27896 23049 0 -1 4194304 9858 0 0 0 10372 7 0 0 25 0 1 0 1984961558 41246720 9844 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27920/statm: 10070 9844 75 150 0 9917 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 59236

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

[startup+166.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27920
/proc/meminfo: memFree=1642552/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=56.88
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 1031 39382 0 2 3 1 5641 43 16 0 1 0 1984955807 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 798 370 3 0 500 0
[pid=27919] ppid=27896 vsize=5356 CPUtime=0
/proc/27919/stat : 27919 (sh) S 27896 27896 23049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984961558 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27919/statm: 1339 232 193 169 0 50 0
[pid=27920] ppid=27919 vsize=40676 CPUtime=107.75
/proc/27920/stat : 27920 (minisat) R 27919 27896 23049 0 -1 4194304 9949 0 0 0 10768 7 0 0 25 0 1 0 1984961558 41652224 9935 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27920/statm: 10169 9935 75 150 0 10016 0
Current children cumulated CPU time (s) 164.63
Current children cumulated vsize (KiB) 59632

[startup+179.101 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27920
/proc/meminfo: memFree=1641400/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=56.88
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 1031 39382 0 2 3 1 5641 43 16 0 1 0 1984955807 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 798 370 3 0 500 0
[pid=27919] ppid=27896 vsize=5356 CPUtime=0
/proc/27919/stat : 27919 (sh) S 27896 27896 23049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984961558 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27919/statm: 1339 232 193 169 0 50 0
[pid=27920] ppid=27919 vsize=41868 CPUtime=120.43
/proc/27920/stat : 27920 (minisat) R 27919 27896 23049 0 -1 4194304 10248 0 0 0 12036 7 0 0 25 0 1 0 1984961558 42872832 10234 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27920/statm: 10467 10234 75 150 0 10314 0
Current children cumulated CPU time (s) 177.31
Current children cumulated vsize (KiB) 60824

[startup+182.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27920
/proc/meminfo: memFree=1641080/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=56.88
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 1031 39382 0 2 3 1 5641 43 16 0 1 0 1984955807 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 798 370 3 0 500 0
[pid=27919] ppid=27896 vsize=5356 CPUtime=0
/proc/27919/stat : 27919 (sh) S 27896 27896 23049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984961558 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27919/statm: 1339 232 193 169 0 50 0
[pid=27920] ppid=27919 vsize=42132 CPUtime=123.6
/proc/27920/stat : 27920 (minisat) R 27919 27896 23049 0 -1 4194304 10313 0 0 0 12353 7 0 0 25 0 1 0 1984961558 43143168 10299 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27920/statm: 10533 10299 75 150 0 10380 0
Current children cumulated CPU time (s) 180.48
Current children cumulated vsize (KiB) 61088

[startup+185.502 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27920
/proc/meminfo: memFree=1640824/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=56.88
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 1031 39382 0 2 3 1 5641 43 16 0 1 0 1984955807 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 798 370 3 0 500 0
[pid=27919] ppid=27896 vsize=5356 CPUtime=0
/proc/27919/stat : 27919 (sh) S 27896 27896 23049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984961558 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27919/statm: 1339 232 193 169 0 50 0
[pid=27920] ppid=27919 vsize=42396 CPUtime=126.77
/proc/27920/stat : 27920 (minisat) R 27919 27896 23049 0 -1 4194304 10376 0 0 0 12670 7 0 0 25 0 1 0 1984961558 43413504 10362 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27920/statm: 10599 10362 75 150 0 10446 0
Current children cumulated CPU time (s) 183.65
Current children cumulated vsize (KiB) 61352

[startup+186.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27920
/proc/meminfo: memFree=1640760/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=56.88
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 1031 39382 0 2 3 1 5641 43 16 0 1 0 1984955807 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 798 370 3 0 500 0
[pid=27919] ppid=27896 vsize=5356 CPUtime=0
/proc/27919/stat : 27919 (sh) S 27896 27896 23049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984961558 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27919/statm: 1339 232 193 169 0 50 0
[pid=27920] ppid=27919 vsize=42396 CPUtime=127.56
/proc/27920/stat : 27920 (minisat) R 27919 27896 23049 0 -1 4194304 10393 0 0 0 12749 7 0 0 25 0 1 0 1984961558 43413504 10379 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27920/statm: 10599 10379 75 150 0 10446 0
Current children cumulated CPU time (s) 184.44
Current children cumulated vsize (KiB) 61352

[startup+186.703 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27920
/proc/meminfo: memFree=1640760/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=56.88
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 1031 39382 0 2 3 1 5641 43 16 0 1 0 1984955807 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 798 370 3 0 500 0
[pid=27919] ppid=27896 vsize=5356 CPUtime=0
/proc/27919/stat : 27919 (sh) S 27896 27896 23049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984961558 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27919/statm: 1339 232 193 169 0 50 0
[pid=27920] ppid=27919 vsize=42396 CPUtime=127.96
/proc/27920/stat : 27920 (minisat) R 27919 27896 23049 0 -1 4194304 10402 0 0 0 12789 7 0 0 25 0 1 0 1984961558 43413504 10388 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27920/statm: 10599 10388 75 150 0 10446 0
Current children cumulated CPU time (s) 184.84
Current children cumulated vsize (KiB) 61352

[startup+187.103 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27920
/proc/meminfo: memFree=1640632/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=185.08
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 1089 50089 0 2 3 1 18452 52 16 0 1 0 1984955807 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 185.08
Current children cumulated vsize (KiB) 13600

[startup+187.203 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27920
/proc/meminfo: memFree=1640632/2055920 swapFree=4155960/4192956
[pid=27896] ppid=27894 vsize=13600 CPUtime=185.08
/proc/27896/stat : 27896 (sugar) S 27894 27896 23049 0 -1 4194304 1089 50089 0 2 3 1 18452 52 16 0 1 0 1984955807 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27896/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 185.08
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 187.269
CPU time (s): 185.403
CPU user time (s): 184.821
CPU system time (s): 0.581911
CPU usage (%): 99.0033
Max. virtual memory (cumulated for all children) (KiB): 893840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.821
system time used= 0.581911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54944
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= 7747
involuntary context switches= 11342

runsolver used 0.286956 second user time and 0.592909 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-03 06:37:25
IDJOB=1055582
IDBENCH=56962
IDSOLVER=346
FILE ID=node61/1055582-1215059845
PBS_JOBID= 7875053
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6d3ac596c43ba13406b6d8effbf75181
RANDOM SEED=288568709

node61.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.269
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.269
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:       1705840 kB
Buffers:         53920 kB
Cached:         188624 kB
SwapCached:      30952 kB
Active:         173536 kB
Inactive:       104932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705840 kB
SwapTotal:     4192956 kB
SwapFree:      4155960 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:          18784 kB
Slab:            57052 kB
Committed_AS:  3795516 kB
PageTables:       1688 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node61 at 2008-07-03 06:40:32