Trace number 1103398

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+minisatUNSAT 867.416 873.501

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-64_ext.xml
MD5SUMf9c8bda5fc3b0c3beda53b7b7900eaf2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.44202
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
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 Sun Jul  6 01:37:03 2008
0.00/0.05	c 0	PID 13020
0.00/0.05	c 0	HOST node10.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1103398-1215301022.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-1103398-1215301022.xml' 'HOME/temp.csp'
0.04/0.71	c 0	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.04/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	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.68/0.81	c 0	Parsing HOME/temp.csp
1.53/1.64	c 1	parsed 247 expressions
1.53/1.65	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.53/1.65	c 1	Converting to clausal form CSP
1.53/1.67	c 1	converted 25 (10%) expressions
1.53/1.68	c 1	converted 50 (20%) expressions
1.53/1.69	c 1	converted 75 (30%) expressions
1.53/1.69	c 1	converted 99 (40%) expressions
1.62/1.70	c 1	converted 124 (50%) expressions
1.62/1.74	c 1	converted 149 (60%) expressions
1.72/1.81	c 1	converted 173 (70%) expressions
1.92/2.01	c 2	converted 198 (80%) expressions
2.02/2.12	c 2	converted 223 (90%) expressions
2.02/2.19	c 2	converted 247 (100%) expressions
2.02/2.19	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.02/2.19	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.02/2.19	c 2	Propagation in CSP
2.02/2.19	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.02/2.19	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.02/2.19	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.02/2.20	c 2	Simplifing CSP by introducing new Boolean variables
2.02/2.20	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.02/2.20	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.12/2.29	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.21/2.31	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.21/2.31	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.21/2.32	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.21/2.32	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.21/2.32	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.21/2.32	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.21/2.32	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.21/2.32	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.21/2.32	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.21/2.32	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.31/2.45	c 2	11 (10%) CSP clauses are encoded (14556 clauses, 265797 bytes)
2.41/2.53	c 2	21 (20%) CSP clauses are encoded (24981 clauses, 485228 bytes)
2.50/2.60	c 2	31 (30%) CSP clauses are encoded (35462 clauses, 703614 bytes)
2.50/2.68	c 2	42 (40%) CSP clauses are encoded (46957 clauses, 947607 bytes)
2.61/2.76	c 2	52 (50%) CSP clauses are encoded (57444 clauses, 1179513 bytes)
2.71/2.83	c 2	62 (60%) CSP clauses are encoded (67878 clauses, 1421594 bytes)
2.81/2.92	c 3	73 (70%) CSP clauses are encoded (79257 clauses, 1685428 bytes)
2.81/2.99	c 3	83 (80%) CSP clauses are encoded (89676 clauses, 1927186 bytes)
2.90/3.07	c 3	93 (90%) CSP clauses are encoded (99987 clauses, 2166180 bytes)
3.00/3.14	c 3	103 (100%) CSP clauses are encoded (110402 clauses, 2407697 bytes)
3.00/3.14	c 3	103 CSP clauses encoded
3.00/3.14	c 3	Writing map file : HOME/temp.map
3.00/3.15	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.15	c 3	SAT : 3160 SAT variables, 110402 SAT clauses, 2407697 bytes
3.00/3.15	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.19	c 3	SOLVING HOME/temp.cnf
3.00/3.19	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.00/3.19	c 3	This is MiniSat 2.0 beta
3.00/3.19	c 3	WARNING: for repeatability, setting FPU to use double precision
3.00/3.19	c 3	============================[ Problem Statistics ]=============================
3.00/3.19	c 3	|                                                                             |
3.00/3.20	c 3	|  Number of variables:  3160                                                 |
3.00/3.20	c 3	|  Number of clauses:    110402                                               |
3.08/3.26	c 3	|  Parsing time:         0.06         s                                       |
3.08/3.27	c 3	============================[ Search Statistics ]==============================
3.08/3.27	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.08/3.27	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.08/3.27	c 3	===============================================================================
3.08/3.27	c 3	|         0 |    3160   110402   419645 |    36800        0    nan |  0.000 % |
3.18/3.31	c 3	|       103 |    3160   110402   419645 |    40480      103     11 |  0.000 % |
3.18/3.35	c 3	|       253 |    3160   110402   419645 |    44528      253     11 |  0.001 % |
3.27/3.42	c 3	|       478 |    3160   110402   419645 |    48981      478     11 |  0.001 % |
3.37/3.55	c 3	|       815 |    3160   110402   419645 |    53879      815     12 |  0.001 % |
3.57/3.74	c 3	|      1321 |    3160   110402   419645 |    59267     1321     14 |  0.000 % |
3.77/3.97	c 4	|      2081 |    3160   110402   419645 |    65194     2081     14 |  0.001 % |
4.17/4.36	c 4	|      3220 |    3160   110402   419645 |    71714     3220     14 |  0.001 % |
4.75/4.91	c 5	|      4929 |    3160   110402   419645 |    78885     4929     14 |  0.001 % |
5.54/5.78	c 5	|      7491 |    3160   110402   419645 |    86774     7491     14 |  0.002 % |
7.03/7.22	c 7	|     11335 |    3160   110402   419645 |    95451    11335     15 |  0.001 % |
9.41/9.64	c 9	|     17101 |    3160   110402   419645 |   104996    17101     15 |  0.000 % |
13.26/13.51	c 13	|     25750 |    3160   110402   419645 |   115496    25750     16 |  0.000 % |
19.31/19.67	c 19	|     38726 |    3160   110402   419645 |   127045    38726     16 |  0.001 % |
30.80/31.27	c 31	|     58187 |    3160   110402   419645 |   139750    58187     16 |  0.001 % |
50.61/51.23	c 51	|     87379 |    3154   109824   417683 |   153725    45211     14 |  0.190 % |
79.04/79.93	c 80	|    131168 |    3153   109711   417266 |   169098    78456     16 |  0.222 % |
142.14/143.61	c 143	|    196852 |    3151   109441   416402 |   186007   127748     18 |  0.285 % |
247.83/250.38	c 250	|    295380 |    3151   109441   416402 |   204608    61998     20 |  0.285 % |
392.86/396.70	c 396	|    443169 |    3139   108390   412577 |   225069   178979     19 |  0.665 % |
637.76/643.87	c 643	|    664853 |    3133   107786   410267 |   247576   183144     20 |  0.854 % |
867.20/873.38	c 873	===============================================================================
867.20/873.38	c 873	restarts              : 21
867.20/873.38	c 873	conflicts             : 826399         (956 /sec)
867.20/873.38	c 873	decisions             : 1182774        (1.62 % random) (1369 /sec)
867.20/873.38	c 873	propagations          : 168406342      (194892 /sec)
867.20/873.38	c 873	conflict literals     : 15851940       (45.89 % deleted)
867.20/873.38	c 873	Memory used           : 36.45 MB
867.20/873.38	c 873	CPU time              : 864.101 s
867.20/873.38	c 873	
867.20/873.38	c 873	UNSATISFIABLE
867.20/873.38	c 873	DECODING HOME/temp.out WITH HOME/temp.map
867.20/873.38	c 873	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
867.29/873.46	c 873	Decoding HOME/temp.out
867.29/873.48	s UNSATISFIABLE
867.29/873.48	c 873	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
867.29/873.49	c 873	CPU 867.11 (0.03 0.01 867.08 0.28)
867.29/873.49	c 873	END Sun Jul  6 01:51:36 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1103398-1215301022/watcher-1103398-1215301022 -o /tmp/evaluation-result-1103398-1215301022/solver-1103398-1215301022 -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-1103398-1215301022.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.00 2.00 2.00 4/81 13020
/proc/meminfo: memFree=1723256/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=12268 CPUtime=0
/proc/13020/stat : 13020 (sugar) R 13018 13020 11150 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2009077126 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214928767998 0 0 4224 0 0 0 0 17 1 0 0
/proc/13020/statm: 3067 316 241 3 0 167 0

[startup+0.052376 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13020
/proc/meminfo: memFree=1723256/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=0.04
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 884 127 0 0 3 1 0 0 19 0 1 0 2009077126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101357 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13020
/proc/meminfo: memFree=1723256/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=0.04
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009077126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301383 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13020
/proc/meminfo: memFree=1723256/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=0.04
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009077126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701437 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13020
/proc/meminfo: memFree=1723256/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=0.04
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009077126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50254 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 13042
/proc/meminfo: memFree=1712096/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=0.68
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 973 5138 0 1 3 1 60 4 16 0 1 0 2009077126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 797 370 3 0 500 0
[pid=13033] ppid=13020 vsize=5356 CPUtime=0
/proc/13033/stat : 13033 (sh) S 13020 13020 11150 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2009077199 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13033/statm: 1339 233 193 169 0 50 0
[pid=13034] ppid=13033 vsize=864012 CPUtime=0.74
/proc/13034/stat : 13034 (java) S 13033 13020 11150 0 -1 0 7638 0 1 0 71 3 0 0 18 0 9 0 2009077200 884748288 6918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13034/statm: 216003 6918 2532 9 0 210585 0
[pid=13034/tid=13035] ppid=13033 vsize=864012 CPUtime=0.47
/proc/13034/task/13035/stat : 13035 (java) R 13033 13020 11150 0 -1 64 2466 0 1 0 46 1 0 0 23 0 9 0 2009077201 884748288 6918 996147200 134512640 134550740 4294955952 18446744073709551615 4126413188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13036] ppid=13033 vsize=864012 CPUtime=0.2
/proc/13034/task/13036/stat : 13036 (java) S 13033 13020 11150 0 -1 64 4160 0 0 0 19 1 0 0 16 0 9 0 2009077202 884748288 6918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13037] ppid=13033 vsize=864012 CPUtime=0
/proc/13034/task/13037/stat : 13037 (java) S 13033 13020 11150 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2009077202 884748288 6918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13038] ppid=13033 vsize=864012 CPUtime=0
/proc/13034/task/13038/stat : 13038 (java) S 13033 13020 11150 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2009077202 884748288 6918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13039] ppid=13033 vsize=864012 CPUtime=0
/proc/13034/task/13039/stat : 13039 (java) S 13033 13020 11150 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2009077204 884748288 6918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13040] ppid=13033 vsize=864012 CPUtime=0.04
/proc/13034/task/13040/stat : 13040 (java) S 13033 13020 11150 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 2009077204 884748288 6918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13041] ppid=13033 vsize=864012 CPUtime=0
/proc/13034/task/13041/stat : 13041 (java) S 13033 13020 11150 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2009077204 884748288 6918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13042] ppid=13033 vsize=864012 CPUtime=0
/proc/13034/task/13042/stat : 13042 (java) S 13033 13020 11150 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009077204 884748288 6918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882968

[startup+3.10276 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 13042
/proc/meminfo: memFree=1688352/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=0.68
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 974 5138 0 1 3 1 60 4 15 0 1 0 2009077126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 797 370 3 0 500 0
[pid=13033] ppid=13020 vsize=5356 CPUtime=0
/proc/13033/stat : 13033 (sh) S 13020 13020 11150 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2009077199 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13033/statm: 1339 233 193 169 0 50 0
[pid=13034] ppid=13033 vsize=864280 CPUtime=2.32
/proc/13034/stat : 13034 (java) S 13033 13020 11150 0 -1 0 11962 0 1 0 224 8 0 0 18 0 9 0 2009077200 885022720 11126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13034/statm: 216070 11126 2564 9 0 210617 0
[pid=13034/tid=13035] ppid=13033 vsize=864280 CPUtime=1.47
/proc/13034/task/13035/stat : 13035 (java) R 13033 13020 11150 0 -1 64 3003 0 1 0 144 3 0 0 25 0 9 0 2009077201 885022720 11126 996147200 134512640 134550740 4294955952 18446744073709551615 4126563037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13036] ppid=13033 vsize=864280 CPUtime=0.73
/proc/13034/task/13036/stat : 13036 (java) S 13033 13020 11150 0 -1 64 7914 0 0 0 70 3 0 0 16 0 9 0 2009077202 885022720 11126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13037] ppid=13033 vsize=864280 CPUtime=0
/proc/13034/task/13037/stat : 13037 (java) S 13033 13020 11150 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2009077202 885022720 11126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13038] ppid=13033 vsize=864280 CPUtime=0
/proc/13034/task/13038/stat : 13038 (java) S 13033 13020 11150 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2009077202 885022720 11126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13039] ppid=13033 vsize=864280 CPUtime=0
/proc/13034/task/13039/stat : 13039 (java) S 13033 13020 11150 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2009077204 885022720 11126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13040] ppid=13033 vsize=864280 CPUtime=0.09
/proc/13034/task/13040/stat : 13040 (java) S 13033 13020 11150 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 2009077204 885022720 11126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13041] ppid=13033 vsize=864280 CPUtime=0
/proc/13034/task/13041/stat : 13041 (java) S 13033 13020 11150 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2009077204 885022720 11126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13042] ppid=13033 vsize=864280 CPUtime=0
/proc/13034/task/13042/stat : 13042 (java) S 13033 13020 11150 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009077204 885022720 11126 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) 883236

[startup+6.30219 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13044
/proc/meminfo: memFree=1709984/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=8540 CPUtime=3.06
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 2009 0 0 0 305 1 0 0 25 0 1 0 2009077446 8744960 1995 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13044/statm: 2135 1995 75 150 0 1982 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27496

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13044
/proc/meminfo: memFree=1708320/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=9968 CPUtime=9.4
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 2378 0 0 0 939 1 0 0 25 0 1 0 2009077446 10207232 2364 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13044/statm: 2492 2364 75 150 0 2339 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 28924

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13044
/proc/meminfo: memFree=1705760/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=12456 CPUtime=22.08
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 2978 0 0 0 2205 3 0 0 25 0 1 0 2009077446 12754944 2964 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13044/statm: 3114 2964 75 150 0 2961 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 31412

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13044
/proc/meminfo: memFree=1704544/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=13776 CPUtime=47.43
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 3285 0 0 0 4740 3 0 0 25 0 1 0 2009077446 14106624 3271 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13044/statm: 3444 3271 75 150 0 3291 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 32732

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13044
/proc/meminfo: memFree=1701088/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=17084 CPUtime=98.15
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 4140 0 0 0 9811 4 0 0 25 0 1 0 2009077446 17494016 4126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13044/statm: 4271 4126 75 150 0 4118 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 36040

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13044
/proc/meminfo: memFree=1694816/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0

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

/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=34388 CPUtime=633.19
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 8378 0 0 0 63310 9 0 0 25 0 1 0 2009077446 35213312 8364 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13044/statm: 8597 8364 75 150 0 8444 0
Current children cumulated CPU time (s) 636.27
Current children cumulated vsize (KiB) 53344

[startup+702.301 s]
/proc/loadavg: 1.28 1.77 1.92 2/67 13068
/proc/meminfo: memFree=1702600/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=35048 CPUtime=693.16
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 8558 0 0 0 69307 9 0 0 25 0 1 0 2009077446 35889152 8544 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13044/statm: 8762 8544 75 150 0 8609 0
Current children cumulated CPU time (s) 696.24
Current children cumulated vsize (KiB) 54004

[startup+762.305 s]
/proc/loadavg: 1.10 1.63 1.86 2/67 13070
/proc/meminfo: memFree=1700936/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=36648 CPUtime=753.14
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 8961 0 0 0 75305 9 0 0 25 0 1 0 2009077446 37527552 8947 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/13044/statm: 9162 8947 75 150 0 9009 0
Current children cumulated CPU time (s) 756.22
Current children cumulated vsize (KiB) 55604

[startup+822.301 s]
/proc/loadavg: 1.04 1.51 1.80 2/67 13070
/proc/meminfo: memFree=1700808/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=36916 CPUtime=813.12
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 9025 0 0 0 81303 9 0 0 25 0 1 0 2009077446 37801984 9011 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13044/statm: 9229 9011 75 150 0 9076 0
Current children cumulated CPU time (s) 816.2
Current children cumulated vsize (KiB) 55872

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

[startup+844.702 s]
/proc/loadavg: 1.02 1.48 1.79 2/67 13070
/proc/meminfo: memFree=1700552/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=37048 CPUtime=835.53
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 9085 0 0 0 83543 10 0 0 25 0 1 0 2009077446 37937152 9071 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13044/statm: 9262 9071 75 150 0 9109 0
Current children cumulated CPU time (s) 838.61
Current children cumulated vsize (KiB) 56004

[startup+857.501 s]
/proc/loadavg: 1.02 1.45 1.77 2/67 13070
/proc/meminfo: memFree=1700488/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=37184 CPUtime=848.32
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 9098 0 0 0 84822 10 0 0 25 0 1 0 2009077446 38076416 9084 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13044/statm: 9296 9084 75 150 0 9143 0
Current children cumulated CPU time (s) 851.4
Current children cumulated vsize (KiB) 56140

[startup+863.902 s]
/proc/loadavg: 1.02 1.45 1.77 2/67 13070
/proc/meminfo: memFree=1700488/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=37184 CPUtime=854.72
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 9103 0 0 0 85462 10 0 0 25 0 1 0 2009077446 38076416 9089 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/13044/statm: 9296 9089 75 150 0 9143 0
Current children cumulated CPU time (s) 857.8
Current children cumulated vsize (KiB) 56140

[startup+870.303 s]
/proc/loadavg: 1.02 1.44 1.76 2/67 13070
/proc/meminfo: memFree=1700424/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=37320 CPUtime=861.12
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 9131 0 0 0 86102 10 0 0 25 0 1 0 2009077446 38215680 9117 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13044/statm: 9330 9117 75 150 0 9177 0
Current children cumulated CPU time (s) 864.2
Current children cumulated vsize (KiB) 56276

[startup+871.902 s]
/proc/loadavg: 1.01 1.43 1.76 2/67 13070
/proc/meminfo: memFree=1700360/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=37320 CPUtime=862.72
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 9139 0 0 0 86262 10 0 0 25 0 1 0 2009077446 38215680 9125 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/13044/statm: 9330 9125 75 150 0 9177 0
Current children cumulated CPU time (s) 865.8
Current children cumulated vsize (KiB) 56276

[startup+872.701 s]
/proc/loadavg: 1.01 1.43 1.76 2/67 13070
/proc/meminfo: memFree=1700360/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=37320 CPUtime=863.52
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 9139 0 0 0 86342 10 0 0 25 0 1 0 2009077446 38215680 9125 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/13044/statm: 9330 9125 75 150 0 9177 0
Current children cumulated CPU time (s) 866.6
Current children cumulated vsize (KiB) 56276

[startup+873.101 s]
/proc/loadavg: 1.01 1.43 1.76 2/67 13070
/proc/meminfo: memFree=1700360/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.08
/proc/13020/stat : 13020 (sugar) S 13018 13020 11150 0 -1 4194304 1031 17407 0 2 3 1 290 14 16 0 1 0 2009077126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 798 370 3 0 500 0
[pid=13043] ppid=13020 vsize=5356 CPUtime=0
/proc/13043/stat : 13043 (sh) S 13020 13020 11150 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009077446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13043/statm: 1339 232 193 169 0 50 0
[pid=13044] ppid=13043 vsize=37320 CPUtime=863.92
/proc/13044/stat : 13044 (minisat) R 13043 13020 11150 0 -1 4194304 9139 0 0 0 86382 10 0 0 25 0 1 0 2009077446 38215680 9125 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/13044/statm: 9330 9125 75 150 0 9177 0
Current children cumulated CPU time (s) 867
Current children cumulated vsize (KiB) 56276

[startup+873.501 s]
/proc/loadavg: 1.01 1.43 1.76 2/67 13070
/proc/meminfo: memFree=1700360/2055920 swapFree=4179464/4192956
[pid=13020] ppid=13018 vsize=0 CPUtime=867.4
/proc/13020/stat : 13020 (sugar) Z 13018 13020 11150 0 -1 4194316 1146 30464 0 3 3 1 86708 28 16 0 1 0 2009077126 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 1 0 0
/proc/13020/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 867.4
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 873.501
CPU time (s): 867.416
CPU user time (s): 867.116
CPU system time (s): 0.299954
CPU usage (%): 99.3034
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 867.116
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31610
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= 2392
involuntary context switches= 27888

runsolver used 0.870867 second user time and 2.89356 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-06 01:37:03
IDJOB=1103398
IDBENCH=60335
IDSOLVER=346
FILE ID=node10/1103398-1215301022
PBS_JOBID= 7882360
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-64_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-1103398-1215301022/watcher-1103398-1215301022 -o /tmp/evaluation-result-1103398-1215301022/solver-1103398-1215301022 -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-1103398-1215301022.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f9c8bda5fc3b0c3beda53b7b7900eaf2
RANDOM SEED=713459965

node10.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.229
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.229
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:       1723736 kB
Buffers:         63276 kB
Cached:         186660 kB
SwapCached:       7784 kB
Active:         190036 kB
Inactive:        86292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723736 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:          42360 kB
Slab:            40700 kB
Committed_AS:  3538524 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node10 at 2008-07-06 01:51:36