Trace number 1055835

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 152.243 153.882

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-727_ext.xml
MD5SUMaeaf793ca70a0fb576c3a82ca5483bb5
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.533918
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 06:46:52 2008
0.00/0.05	c 0	PID 20914
0.00/0.05	c 0	HOST node74.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1055835-1215060412.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-1055835-1215060412.xml' 'HOME/temp.csp'
0.03/0.57	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.03/0.60	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.60	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.53/0.68	c 0	Parsing HOME/temp.csp
0.53/0.92	c 1	parsed 319 expressions
0.53/0.93	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.93	c 1	Converting to clausal form CSP
0.53/0.95	c 1	converted 32 (10%) expressions
0.53/0.95	c 1	converted 64 (20%) expressions
0.53/0.97	c 1	converted 96 (30%) expressions
0.53/0.98	c 1	converted 128 (40%) expressions
0.53/0.98	c 1	converted 160 (50%) expressions
0.53/0.98	c 1	converted 192 (60%) expressions
0.53/0.99	c 1	converted 224 (70%) expressions
0.92/1.04	c 1	converted 256 (80%) expressions
0.92/1.05	c 1	converted 288 (90%) expressions
3.20/3.38	c 3	converted 319 (100%) expressions
3.20/3.38	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
3.20/3.38	c 3	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.38	c 3	Propagation in CSP
3.20/3.38	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.20/3.38	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
3.20/3.38	c 3	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.38	c 3	Simplifing CSP by introducing new Boolean variables
3.20/3.38	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
3.20/3.38	c 3	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.69/3.81	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.69/3.84	c 4	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
3.69/3.84	c 4	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
3.69/3.85	c 4	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
3.69/3.85	c 4	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
3.69/3.85	c 4	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
3.69/3.86	c 4	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
3.69/3.86	c 4	43 (70%) CSP integer variables are encoded (20982 clauses, 292628 bytes)
3.69/3.86	c 4	49 (80%) CSP integer variables are encoded (22266 clauses, 311888 bytes)
3.69/3.87	c 4	55 (90%) CSP integer variables are encoded (23550 clauses, 331148 bytes)
3.69/3.87	c 4	61 (100%) CSP integer variables are encoded (24406 clauses, 343988 bytes)
3.78/3.91	c 4	23 (10%) CSP clauses are encoded (24904 clauses, 353315 bytes)
3.78/3.93	c 4	46 (20%) CSP clauses are encoded (25383 clauses, 364448 bytes)
3.78/3.94	c 4	69 (30%) CSP clauses are encoded (25860 clauses, 375734 bytes)
3.78/3.96	c 4	92 (40%) CSP clauses are encoded (26358 clauses, 387300 bytes)
3.78/3.97	c 4	115 (50%) CSP clauses are encoded (26835 clauses, 398630 bytes)
3.78/3.99	c 4	138 (60%) CSP clauses are encoded (27333 clauses, 410276 bytes)
3.88/4.01	c 4	161 (70%) CSP clauses are encoded (27829 clauses, 422299 bytes)
3.88/4.04	c 4	184 (80%) CSP clauses are encoded (28343 clauses, 435249 bytes)
3.88/4.07	c 4	207 (90%) CSP clauses are encoded (28877 clauses, 448490 bytes)
96.46/97.55	c 97	230 (100%) CSP clauses are encoded (919523 clauses, 29826866 bytes)
96.46/97.55	c 97	230 CSP clauses encoded
96.46/97.55	c 97	Writing map file : HOME/temp.map
96.46/97.55	c 97	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.46/97.55	c 97	SAT : 24465 SAT variables, 919523 SAT clauses, 29826866 bytes
96.46/97.55	c 97	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.51/97.62	c 97	SOLVING HOME/temp.cnf
96.51/97.62	c 97	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
96.51/97.63	c 97	This is MiniSat 2.0 beta
96.51/97.63	c 97	WARNING: for repeatability, setting FPU to use double precision
96.51/97.63	c 97	============================[ Problem Statistics ]=============================
96.51/97.63	c 97	|                                                                             |
96.51/97.63	c 97	|  Number of variables:  24465                                                |
96.51/97.63	c 97	|  Number of clauses:    919523                                               |
97.10/98.22	c 98	|  Parsing time:         0.52         s                                       |
97.10/98.27	c 98	============================[ Search Statistics ]==============================
97.10/98.27	c 98	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
97.10/98.27	c 98	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
97.10/98.27	c 98	===============================================================================
97.10/98.27	c 98	|         0 |   23464   895066  4354709 |   298355        0    nan |  0.000 % |
97.31/98.48	c 98	|       100 |   22242   895066  4354709 |   328190       48      3 | 48.719 % |
97.50/98.63	c 98	|       250 |   21657   895066  4354709 |   361009      191     14 | 55.177 % |
97.70/98.84	c 99	|       475 |   21635   895066  4354709 |   397110      395     12 | 59.084 % |
97.90/99.06	c 99	|       812 |   20822   895066  4354709 |   436822      718     12 | 69.409 % |
98.19/99.35	c 99	|      1321 |   20789   895066  4354709 |   480504     1198     10 | 70.513 % |
98.68/99.84	c 100	|      2080 |   20738   895066  4354709 |   528554     1930     10 | 71.306 % |
99.48/100.70	c 100	|      3219 |   20703   895066  4354709 |   581410     3044     10 | 72.451 % |
100.86/102.02	c 102	|      4927 |   20569   895066  4354709 |   639551     4743     14 | 72.590 % |
103.34/104.53	c 104	|      7489 |   20347   895066  4354709 |   703506     7257     14 | 73.955 % |
107.51/108.73	c 108	|     11333 |   20301   895066  4354709 |   773856    11092     17 | 75.058 % |
114.43/115.75	c 116	|     17099 |   20299   895066  4354709 |   851242    16855     18 | 75.974 % |
127.21/128.67	c 128	|     25748 |    5856   533052  2619838 |   936366    24364     23 | 77.037 % |
147.22/148.87	c 149	|     38723 |    5496   500254  2458923 |  1030003    37329     25 | 77.535 % |
151.87/153.52	c 153	===============================================================================
151.87/153.52	c 153	restarts              : 14
151.87/153.52	c 153	conflicts             : 41566          (752 /sec)
151.87/153.52	c 153	decisions             : 67296          (0.62 % random) (1218 /sec)
151.87/153.52	c 153	propagations          : 14304668       (258840 /sec)
151.87/153.52	c 153	conflict literals     : 1027063        (57.38 % deleted)
151.87/153.52	c 153	Memory used           : 51.47 MB
151.87/153.52	c 153	CPU time              : 55.2646 s
151.87/153.52	c 153	
151.87/153.53	c 153	SATISFIABLE
151.87/153.54	c 153	DECODING HOME/temp.out WITH HOME/temp.map
151.87/153.54	c 153	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
151.92/153.62	c 153	Decoding HOME/temp.out
151.92/153.83	s SATISFIABLE
151.92/153.83	v 19 21 13 3 6 24 9 1 10 23 2 4 8 28 1 12 7 27 14 4 18 12 20 10 11 4 12 13 3 5 5 8 15 3 16 5 17 4 4 4 24 48 49 72 76 104 116 143 147 159 169 173 186 191 199 202 207 211 215 215 0
151.92/153.83	c 154	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
151.92/153.87	c 154	CPU 151.52 (0.04 0.01 151.48 0.68)
151.92/153.87	c 154	END Thu Jul  3 06:49:26 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-1055835-1215060412/watcher-1055835-1215060412 -o /tmp/evaluation-result-1055835-1215060412/solver-1055835-1215060412 -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-1055835-1215060412.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.11 2.03 2.01 4/82 20914
/proc/meminfo: memFree=1654144/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=12000 CPUtime=0
/proc/20914/stat : 20914 (sugar) R 20912 20914 17198 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 1984992305 12288000 163 996147200 4194304 4206940 548682068608 18446744073709551615 228774575098 0 0 4224 0 0 0 0 17 1 0 0
/proc/20914/statm: 3000 163 125 3 0 100 0

[startup+0.0751591 s]
/proc/loadavg: 2.11 2.03 2.01 4/82 20914
/proc/meminfo: memFree=1654144/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=0.03
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984992305 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101683 s]
/proc/loadavg: 2.11 2.03 2.01 4/82 20914
/proc/meminfo: memFree=1654144/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=0.03
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984992305 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301721 s]
/proc/loadavg: 2.11 2.03 2.01 4/82 20914
/proc/meminfo: memFree=1654144/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=0.03
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984992305 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701799 s]
/proc/loadavg: 2.11 2.03 2.01 4/82 20914
/proc/meminfo: memFree=1654144/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=0.53
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 973 6751 0 1 3 0 46 4 16 0 1 0 1984992305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50296 s]
/proc/loadavg: 2.11 2.03 2.01 4/93 20936
/proc/meminfo: memFree=1641192/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=0.53
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 973 6751 0 1 3 0 46 4 15 0 1 0 1984992305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 797 370 3 0 500 0
[pid=20927] ppid=20914 vsize=5356 CPUtime=0
/proc/20927/stat : 20927 (sh) S 20914 20914 17198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984992365 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20927/statm: 1339 233 193 169 0 50 0
[pid=20928] ppid=20927 vsize=864336 CPUtime=0.88
/proc/20928/stat : 20928 (java) S 20927 20914 17198 0 -1 0 9287 0 1 0 84 4 0 0 18 0 9 0 1984992366 885080064 8379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 216084 8379 2540 9 0 210659 0
[pid=20928/tid=20929] ppid=20927 vsize=864336 CPUtime=0.4
/proc/20928/task/20929/stat : 20929 (java) R 20927 20914 17198 0 -1 64 2740 0 1 0 39 1 0 0 22 0 9 0 1984992367 885080064 8379 996147200 134512640 134550740 4294955952 18446744073709551615 103214629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20930] ppid=20927 vsize=864336 CPUtime=0.39
/proc/20928/task/20930/stat : 20930 (java) S 20927 20914 17198 0 -1 64 5517 0 0 0 37 2 0 0 17 0 9 0 1984992368 885080064 8379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20927 vsize=864336 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20927 20914 17198 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984992368 885080064 8379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20927 vsize=864336 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20927 20914 17198 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984992368 885080064 8379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20927 vsize=864336 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20927 20914 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984992370 885080064 8379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20927 vsize=864336 CPUtime=0.07
/proc/20928/task/20934/stat : 20934 (java) S 20927 20914 17198 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1984992370 885080064 8379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20927 vsize=864336 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20927 20914 17198 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984992370 885080064 8379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20927 vsize=864336 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20927 20914 17198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984992370 885080064 8379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883292

[startup+3.10127 s]
/proc/loadavg: 2.11 2.03 2.01 3/93 20936
/proc/meminfo: memFree=1611944/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=0.53
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 973 6751 0 1 3 0 46 4 15 0 1 0 1984992305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 797 370 3 0 500 0
[pid=20927] ppid=20914 vsize=5356 CPUtime=0
/proc/20927/stat : 20927 (sh) S 20914 20914 17198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984992365 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20927/statm: 1339 233 193 169 0 50 0
[pid=20928] ppid=20927 vsize=864336 CPUtime=2.47
/proc/20928/stat : 20928 (java) S 20927 20914 17198 0 -1 0 20358 0 1 0 237 10 0 0 18 0 9 0 1984992366 885080064 19301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 216084 19301 2540 9 0 210659 0
[pid=20928/tid=20929] ppid=20927 vsize=864336 CPUtime=0.96
/proc/20928/task/20929/stat : 20929 (java) R 20927 20914 17198 0 -1 64 3275 0 1 0 94 2 0 0 25 0 9 0 1984992367 885080064 19301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20930] ppid=20927 vsize=864336 CPUtime=1.41
/proc/20928/task/20930/stat : 20930 (java) R 20927 20914 17198 0 -1 64 16053 0 0 0 135 6 0 0 16 0 9 0 1984992368 885080064 19301 996147200 134512640 134550740 4294955952 18446744073709551615 102350254 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20927 vsize=864336 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20927 20914 17198 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984992368 885080064 19301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20927 vsize=864336 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20927 20914 17198 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984992368 885080064 19301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20927 vsize=864336 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20927 20914 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984992370 885080064 19301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20927 vsize=864336 CPUtime=0.07
/proc/20928/task/20934/stat : 20934 (java) S 20927 20914 17198 0 -1 64 336 0 0 0 7 0 0 0 17 0 9 0 1984992370 885080064 19301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20927 vsize=864336 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20927 20914 17198 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984992370 885080064 19301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20927 vsize=864336 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20927 20914 17198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984992370 885080064 19301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883292

[startup+6.3029 s]
/proc/loadavg: 2.10 2.03 2.00 3/93 20936
/proc/meminfo: memFree=1571112/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=0.54
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 974 6751 0 1 4 0 46 4 15 0 1 0 1984992305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 797 370 3 0 500 0
[pid=20927] ppid=20914 vsize=5356 CPUtime=0
/proc/20927/stat : 20927 (sh) S 20914 20914 17198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984992365 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20927/statm: 1339 233 193 169 0 50 0
[pid=20928] ppid=20927 vsize=864448 CPUtime=5.63
/proc/20928/stat : 20928 (java) S 20927 20914 17198 0 -1 0 23486 0 1 0 550 13 0 0 18 0 9 0 1984992366 885194752 22316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 216112 22316 2564 9 0 210659 0
[pid=20928/tid=20929] ppid=20927 vsize=864448 CPUtime=3.44
/proc/20928/task/20929/stat : 20929 (java) R 20927 20914 17198 0 -1 64 3694 0 1 0 341 3 0 0 25 0 9 0 1984992367 885194752 22316 996147200 134512640 134550740 4294955952 18446744073709551615 4126597732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20930] ppid=20927 vsize=864448 CPUtime=2.05
/proc/20928/task/20930/stat : 20930 (java) S 20927 20914 17198 0 -1 64 18741 0 0 0 197 8 0 0 16 0 9 0 1984992368 885194752 22316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20927 20914 17198 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984992368 885194752 22316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20927 20914 17198 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984992368 885194752 22316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20927 20914 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984992370 885194752 22316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20927 vsize=864448 CPUtime=0.11
/proc/20928/task/20934/stat : 20934 (java) S 20927 20914 17198 0 -1 64 357 0 0 0 11 0 0 0 15 0 9 0 1984992370 885194752 22316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20927 20914 17198 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984992370 885194752 22316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20927 20914 17198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984992370 885194752 22316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883404

[startup+12.7021 s]
/proc/loadavg: 2.10 2.02 2.00 3/93 20936
/proc/meminfo: memFree=1567848/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=0.54
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 974 6751 0 1 4 0 46 4 15 0 1 0 1984992305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 797 370 3 0 500 0
[pid=20927] ppid=20914 vsize=5356 CPUtime=0
/proc/20927/stat : 20927 (sh) S 20914 20914 17198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984992365 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20927/statm: 1339 233 193 169 0 50 0
[pid=20928] ppid=20927 vsize=864448 CPUtime=11.96
/proc/20928/stat : 20928 (java) S 20927 20914 17198 0 -1 0 24200 0 1 0 1182 14 0 0 18 0 9 0 1984992366 885194752 22993 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 216112 22993 2564 9 0 210659 0
[pid=20928/tid=20929] ppid=20927 vsize=864448 CPUtime=9.67
/proc/20928/task/20929/stat : 20929 (java) R 20927 20914 17198 0 -1 64 3731 0 1 0 963 4 0 0 25 0 9 0 1984992367 885194752 22993 996147200 134512640 134550740 4294955952 18446744073709551615 4125952058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20930] ppid=20927 vsize=864448 CPUtime=2.16
/proc/20928/task/20930/stat : 20930 (java) S 20927 20914 17198 0 -1 64 19418 0 0 0 207 9 0 0 16 0 9 0 1984992368 885194752 22993 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20927 20914 17198 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984992368 885194752 22993 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20927 20914 17198 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984992368 885194752 22993 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20927 20914 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984992370 885194752 22993 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20927 vsize=864448 CPUtime=0.11
/proc/20928/task/20934/stat : 20934 (java) S 20927 20914 17198 0 -1 64 357 0 0 0 11 0 0 0 16 0 9 0 1984992370 885194752 22993 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20927 20914 17198 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984992370 885194752 22993 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20927 20914 17198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984992370 885194752 22993 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883404

[startup+25.5026 s]
/proc/loadavg: 2.15 2.04 2.01 3/93 20936
/proc/meminfo: memFree=1554344/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=0.54
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 974 6751 0 1 4 0 46 4 15 0 1 0 1984992305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 797 370 3 0 500 0
[pid=20927] ppid=20914 vsize=5356 CPUtime=0
/proc/20927/stat : 20927 (sh) S 20914 20914 17198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984992365 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20927/statm: 1339 233 193 169 0 50 0
[pid=20928] ppid=20927 vsize=864448 CPUtime=24.64
/proc/20928/stat : 20928 (java) S 20927 20914 17198 0 -1 0 26714 0 1 0 2447 17 0 0 18 0 9 0 1984992366 885194752 25396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 216112 25396 2564 9 0 210659 0
[pid=20928/tid=20929] ppid=20927 vsize=864448 CPUtime=21.99
/proc/20928/task/20929/stat : 20929 (java) R 20927 20914 17198 0 -1 64 3842 0 1 0 2194 5 0 0 25 0 9 0 1984992367 885194752 25396 996147200 134512640 134550740 4294955952 18446744073709551615 4126577972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20930] ppid=20927 vsize=864448 CPUtime=2.5
/proc/20928/task/20930/stat : 20930 (java) S 20927 20914 17198 0 -1 64 21820 0 0 0 240 10 0 0 16 0 9 0 1984992368 885194752 25396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20927 20914 17198 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984992368 885194752 25396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20927 20914 17198 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984992368 885194752 25396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+51.1027 s]
/proc/loadavg: 2.10 2.03 2.01 3/93 20936
/proc/meminfo: memFree=1525928/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=0.54
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 974 6751 0 1 4 0 46 4 15 0 1 0 1984992305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 797 370 3 0 500 0
[pid=20927] ppid=20914 vsize=5356 CPUtime=0
/proc/20927/stat : 20927 (sh) S 20914 20914 17198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984992365 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20927/statm: 1339 233 193 169 0 50 0
[pid=20928] ppid=20927 vsize=864448 CPUtime=49.97
/proc/20928/stat : 20928 (java) S 20927 20914 17198 0 -1 0 31752 0 1 0 4969 28 0 0 18 0 9 0 1984992366 885194752 30198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20928/statm: 216112 30198 2564 9 0 210659 0
[pid=20928/tid=20929] ppid=20927 vsize=864448 CPUtime=46.59
/proc/20928/task/20929/stat : 20929 (java) R 20927 20914 17198 0 -1 64 4078 0 1 0 4647 12 0 0 25 0 9 0 1984992367 885194752 30198 996147200 134512640 134550740 4294955952 18446744073709551615 4126613994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20930] ppid=20927 vsize=864448 CPUtime=3.24
/proc/20928/task/20930/stat : 20930 (java) S 20927 20914 17198 0 -1 64 26618 0 0 0 309 15 0 0 16 0 9 0 1984992368 885194752 30198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20931] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20931/stat : 20931 (java) S 20927 20914 17198 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984992368 885194752 30198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20932] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20932/stat : 20932 (java) S 20927 20914 17198 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984992368 885194752 30198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20933] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20933/stat : 20933 (java) S 20927 20914 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984992370 885194752 30198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20934] ppid=20927 vsize=864448 CPUtime=0.12
/proc/20928/task/20934/stat : 20934 (java) S 20927 20914 17198 0 -1 64 362 0 0 0 12 0 0 0 16 0 9 0 1984992370 885194752 30198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20935] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20935/stat : 20935 (java) S 20927 20914 17198 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984992370 885194752 30198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20928/tid=20936] ppid=20927 vsize=864448 CPUtime=0
/proc/20928/task/20936/stat : 20936 (java) S 20927 20914 17198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984992370 885194752 30198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 883404

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/85 20938
/proc/meminfo: memFree=1571752/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=96.55
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 1031 51482 0 2 4 1 9595 55 16 0 1 0 1984992305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 798 370 3 0 500 0
[pid=20937] ppid=20914 vsize=5356 CPUtime=0
/proc/20937/stat : 20937 (sh) S 20914 20914 17198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985002068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20937/statm: 1339 232 193 169 0 50 0
[pid=20938] ppid=20937 vsize=49900 CPUtime=4.61
/proc/20938/stat : 20938 (minisat) R 20937 20914 17198 0 -1 4194304 12210 0 0 0 454 7 0 0 25 0 1 0 1985002069 51097600 12196 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/20938/statm: 12475 12196 75 150 0 12322 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 68856

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

[startup+127.902 s]
/proc/loadavg: 2.03 2.02 2.00 3/85 20938
/proc/meminfo: memFree=1569192/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=96.55
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 1031 51482 0 2 4 1 9595 55 16 0 1 0 1984992305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 798 370 3 0 500 0
[pid=20937] ppid=20914 vsize=5356 CPUtime=0
/proc/20937/stat : 20937 (sh) S 20914 20914 17198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985002068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20937/statm: 1339 232 193 169 0 50 0
[pid=20938] ppid=20937 vsize=52536 CPUtime=29.97
/proc/20938/stat : 20938 (minisat) R 20937 20914 17198 0 -1 4194304 12867 0 0 0 2989 8 0 0 25 0 1 0 1985002069 53796864 12853 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/20938/statm: 13134 12853 75 150 0 12981 0
Current children cumulated CPU time (s) 126.52
Current children cumulated vsize (KiB) 71492

[startup+140.701 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 20938
/proc/meminfo: memFree=1568936/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=96.55
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 1031 51482 0 2 4 1 9595 55 16 0 1 0 1984992305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 798 370 3 0 500 0
[pid=20937] ppid=20914 vsize=5356 CPUtime=0
/proc/20937/stat : 20937 (sh) S 20914 20914 17198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985002068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20937/statm: 1339 232 193 169 0 50 0
[pid=20938] ppid=20937 vsize=52700 CPUtime=42.64
/proc/20938/stat : 20938 (minisat) R 20937 20914 17198 0 -1 4194304 12902 0 0 0 4256 8 0 0 25 0 1 0 1985002069 53964800 12888 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/20938/statm: 13175 12888 75 150 0 13022 0
Current children cumulated CPU time (s) 139.19
Current children cumulated vsize (KiB) 71656

[startup+147.101 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 20938
/proc/meminfo: memFree=1568936/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=96.55
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 1031 51482 0 2 4 1 9595 55 16 0 1 0 1984992305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 798 370 3 0 500 0
[pid=20937] ppid=20914 vsize=5356 CPUtime=0
/proc/20937/stat : 20937 (sh) S 20914 20914 17198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985002068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20937/statm: 1339 232 193 169 0 50 0
[pid=20938] ppid=20937 vsize=52700 CPUtime=48.98
/proc/20938/stat : 20938 (minisat) R 20937 20914 17198 0 -1 4194304 12906 0 0 0 4890 8 0 0 25 0 1 0 1985002069 53964800 12892 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/20938/statm: 13175 12892 75 150 0 13022 0
Current children cumulated CPU time (s) 145.53
Current children cumulated vsize (KiB) 71656

[startup+150.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 20938
/proc/meminfo: memFree=1568936/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=96.55
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 1031 51482 0 2 4 1 9595 55 16 0 1 0 1984992305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 798 370 3 0 500 0
[pid=20937] ppid=20914 vsize=5356 CPUtime=0
/proc/20937/stat : 20937 (sh) S 20914 20914 17198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985002068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20937/statm: 1339 232 193 169 0 50 0
[pid=20938] ppid=20937 vsize=52700 CPUtime=52.15
/proc/20938/stat : 20938 (minisat) R 20937 20914 17198 0 -1 4194304 12908 0 0 0 5207 8 0 0 25 0 1 0 1985002069 53964800 12894 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20938/statm: 13175 12894 75 150 0 13022 0
Current children cumulated CPU time (s) 148.7
Current children cumulated vsize (KiB) 71656

[startup+151.901 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 20938
/proc/meminfo: memFree=1568936/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=96.55
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 1031 51482 0 2 4 1 9595 55 16 0 1 0 1984992305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 798 370 3 0 500 0
[pid=20937] ppid=20914 vsize=5356 CPUtime=0
/proc/20937/stat : 20937 (sh) S 20914 20914 17198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985002068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20937/statm: 1339 232 193 169 0 50 0
[pid=20938] ppid=20937 vsize=52700 CPUtime=53.73
/proc/20938/stat : 20938 (minisat) R 20937 20914 17198 0 -1 4194304 12909 0 0 0 5365 8 0 0 25 0 1 0 1985002069 53964800 12895 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20938/statm: 13175 12895 75 150 0 13022 0
Current children cumulated CPU time (s) 150.28
Current children cumulated vsize (KiB) 71656

[startup+152.702 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 20938
/proc/meminfo: memFree=1568936/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=96.55
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 1031 51482 0 2 4 1 9595 55 16 0 1 0 1984992305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 798 370 3 0 500 0
[pid=20937] ppid=20914 vsize=5356 CPUtime=0
/proc/20937/stat : 20937 (sh) S 20914 20914 17198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985002068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20937/statm: 1339 232 193 169 0 50 0
[pid=20938] ppid=20937 vsize=52700 CPUtime=54.53
/proc/20938/stat : 20938 (minisat) R 20937 20914 17198 0 -1 4194304 12909 0 0 0 5445 8 0 0 25 0 1 0 1985002069 53964800 12895 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20938/statm: 13175 12895 75 150 0 13022 0
Current children cumulated CPU time (s) 151.08
Current children cumulated vsize (KiB) 71656

[startup+153.502 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 20938
/proc/meminfo: memFree=1568936/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=96.55
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 1031 51482 0 2 4 1 9595 55 16 0 1 0 1984992305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 798 370 3 0 500 0
[pid=20937] ppid=20914 vsize=5356 CPUtime=0
/proc/20937/stat : 20937 (sh) S 20914 20914 17198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985002068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20937/statm: 1339 232 193 169 0 50 0
[pid=20938] ppid=20937 vsize=52700 CPUtime=55.32
/proc/20938/stat : 20938 (minisat) R 20937 20914 17198 0 -1 4194304 12910 0 0 0 5524 8 0 0 25 0 1 0 1985002069 53964800 12896 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20938/statm: 13175 12896 75 150 0 13022 0
Current children cumulated CPU time (s) 151.87
Current children cumulated vsize (KiB) 71656

[startup+153.702 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 20938
/proc/meminfo: memFree=1568936/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=151.92
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 1089 64687 0 2 4 1 15122 65 16 0 1 0 1984992305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 151.92
Current children cumulated vsize (KiB) 13600

[startup+153.802 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 20938
/proc/meminfo: memFree=1568936/2055920 swapFree=4179604/4192956
[pid=20914] ppid=20912 vsize=13600 CPUtime=151.92
/proc/20914/stat : 20914 (sugar) S 20912 20914 17198 0 -1 4194304 1089 64687 0 2 4 1 15122 65 16 0 1 0 1984992305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20914/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 151.92
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 153.882
CPU time (s): 152.243
CPU user time (s): 151.527
CPU system time (s): 0.715891
CPU usage (%): 98.9346
Max. virtual memory (cumulated for all children) (KiB): 904396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.527
system time used= 0.715891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69542
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= 9107
involuntary context switches= 14985

runsolver used 0.173973 second user time and 0.560914 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-03 06:46:52
IDJOB=1055835
IDBENCH=56973
IDSOLVER=346
FILE ID=node74/1055835-1215060412
PBS_JOBID= 7875030
Free space on /tmp= 103208 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aeaf793ca70a0fb576c3a82ca5483bb5
RANDOM SEED=1055091790

node74.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.259
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.259
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:       1654624 kB
Buffers:         57892 kB
Cached:         214044 kB
SwapCached:       6796 kB
Active:         207096 kB
Inactive:       129340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654624 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          80552 kB
Slab:            49712 kB
Committed_AS:  4008208 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103208 MiB
End job on node74 at 2008-07-03 06:49:26