Trace number 1102958

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 980.026 983.121

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-94_ext.xml
MD5SUMff582e16aee3eb55b2d45d7d6abdcec0
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 benchmark8.81066
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sun Jul  6 01:22:07 2008
0.00/0.04	c 0	PID 19182
0.00/0.05	c 0	HOST node48.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1102958-1215300127.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-1102958-1215300127.xml' 'HOME/temp.csp'
0.04/0.63	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.04/0.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.69	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.77	c 1	Parsing HOME/temp.csp
1.49/1.61	c 2	parsed 247 expressions
1.49/1.62	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.49/1.62	c 2	Converting to clausal form CSP
1.49/1.64	c 2	converted 25 (10%) expressions
1.49/1.65	c 2	converted 50 (20%) expressions
1.49/1.66	c 2	converted 75 (30%) expressions
1.49/1.66	c 2	converted 99 (40%) expressions
1.49/1.67	c 2	converted 124 (50%) expressions
1.59/1.71	c 2	converted 149 (60%) expressions
1.59/1.78	c 2	converted 173 (70%) expressions
1.80/1.98	c 2	converted 198 (80%) expressions
1.89/2.09	c 2	converted 223 (90%) expressions
1.99/2.17	c 2	converted 247 (100%) expressions
1.99/2.17	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.99/2.17	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.99/2.17	c 2	Propagation in CSP
1.99/2.17	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.99/2.17	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.99/2.17	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.99/2.17	c 2	Simplifing CSP by introducing new Boolean variables
1.99/2.17	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.99/2.17	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.26	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.09/2.28	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.09/2.28	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.09/2.29	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.09/2.29	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.09/2.29	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.09/2.29	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.09/2.29	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.09/2.29	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.09/2.29	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.09/2.29	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.29/2.43	c 3	11 (10%) CSP clauses are encoded (14615 clauses, 262024 bytes)
2.38/2.50	c 3	21 (20%) CSP clauses are encoded (24999 clauses, 478755 bytes)
2.38/2.58	c 3	31 (30%) CSP clauses are encoded (35414 clauses, 692821 bytes)
2.48/2.66	c 3	42 (40%) CSP clauses are encoded (46846 clauses, 930005 bytes)
2.58/2.74	c 3	52 (50%) CSP clauses are encoded (57319 clauses, 1149139 bytes)
2.68/2.81	c 3	62 (60%) CSP clauses are encoded (67648 clauses, 1368401 bytes)
2.78/2.90	c 3	73 (70%) CSP clauses are encoded (79226 clauses, 1634281 bytes)
2.78/2.97	c 3	83 (80%) CSP clauses are encoded (89657 clauses, 1876163 bytes)
2.87/3.05	c 3	93 (90%) CSP clauses are encoded (100058 clauses, 2117467 bytes)
2.97/3.13	c 3	103 (100%) CSP clauses are encoded (110401 clauses, 2357382 bytes)
2.97/3.13	c 3	103 CSP clauses encoded
2.97/3.13	c 3	Writing map file : HOME/temp.map
2.97/3.13	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.97/3.13	c 3	SAT : 3160 SAT variables, 110401 SAT clauses, 2357382 bytes
2.97/3.13	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.97/3.15	c 3	SOLVING HOME/temp.cnf
2.97/3.15	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.97/3.16	c 3	This is MiniSat 2.0 beta
2.97/3.16	c 3	WARNING: for repeatability, setting FPU to use double precision
2.97/3.16	c 3	============================[ Problem Statistics ]=============================
2.97/3.16	c 3	|                                                                             |
2.97/3.16	c 3	|  Number of variables:  3160                                                 |
2.97/3.16	c 3	|  Number of clauses:    110401                                               |
3.06/3.23	c 3	|  Parsing time:         0.06         s                                       |
3.06/3.23	c 3	============================[ Search Statistics ]==============================
3.06/3.23	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.06/3.23	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.06/3.23	c 3	===============================================================================
3.06/3.23	c 3	|         0 |    3160   110401   419669 |    36800        0    nan |  0.000 % |
3.06/3.26	c 3	|       100 |    3160   110401   419669 |    40480      100     10 |  0.000 % |
3.16/3.32	c 4	|       250 |    3160   110401   419669 |    44528      250     11 |  0.001 % |
3.25/3.42	c 4	|       475 |    3160   110401   419669 |    48981      475     12 |  0.001 % |
3.35/3.55	c 4	|       814 |    3160   110401   419669 |    53879      814     13 |  0.001 % |
3.56/3.75	c 4	|      1321 |    3160   110401   419669 |    59267     1321     13 |  0.001 % |
3.76/3.99	c 4	|      2080 |    3160   110401   419669 |    65194     2080     13 |  0.001 % |
4.26/4.41	c 5	|      3219 |    3160   110401   419669 |    71713     3219     14 |  0.001 % |
4.54/4.75	c 5	|      4927 |    3160   110401   419669 |    78884     4927     13 |  0.000 % |
5.44/5.61	c 6	|      7489 |    3160   110401   419669 |    86773     7489     14 |  0.001 % |
7.02/7.29	c 7	|     11333 |    3160   110401   419669 |    95450    11333     14 |  0.001 % |
9.40/9.64	c 10	|     17101 |    3160   110401   419669 |   104995    17101     15 |  0.000 % |
13.35/13.69	c 14	|     25750 |    3160   110401   419669 |   115495    25750     16 |  0.001 % |
18.42/18.75	c 19	|     38724 |    3160   110401   419669 |   127044    38724     16 |  0.000 % |
30.10/30.51	c 31	|     58185 |    3160   110401   419669 |   139749    58185     17 |  0.000 % |
51.89/52.58	c 53	|     87379 |    3160   110401   419669 |   153724    87379     17 |  0.000 % |
92.02/93.01	c 93	|    131169 |    3159   110324   419444 |   169096   124088     17 |  0.032 % |
155.52/157.12	c 157	|    196854 |    3149   109428   416159 |   186006   117560     17 |  0.348 % |
267.07/269.71	c 270	|    295380 |    3149   109428   416159 |   204606    49381     18 |  0.349 % |
399.20/402.06	c 402	|    443170 |    3129   107682   409682 |   225067   141338     19 |  0.981 % |
654.37/657.33	c 658	|    664853 |    3116   106252   404346 |   247574    91848     20 |  1.392 % |
979.84/982.94	c 983	===============================================================================
979.84/982.94	c 983	restarts              : 21
979.84/982.94	c 983	conflicts             : 980702         (1004 /sec)
979.84/982.94	c 983	decisions             : 1415866        (1.57 % random) (1450 /sec)
979.84/982.94	c 983	propagations          : 205447124      (210345 /sec)
979.84/982.94	c 983	conflict literals     : 18845985       (41.25 % deleted)
979.84/982.94	c 983	Memory used           : 37.39 MB
979.84/982.94	c 983	CPU time              : 976.715 s
979.84/982.94	c 983	
979.84/982.94	c 983	UNSATISFIABLE
979.84/982.95	c 983	DECODING HOME/temp.out WITH HOME/temp.map
979.84/982.95	c 983	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
979.89/983.04	c 983	Decoding HOME/temp.out
979.89/983.06	s UNSATISFIABLE
979.89/983.06	c 983	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
979.89/983.12	c 983	CPU 979.67 (0.03 0.01 979.64 0.32)
979.89/983.12	c 983	END Sun Jul  6 01:38:30 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-1102958-1215300127/watcher-1102958-1215300127 -o /tmp/evaluation-result-1102958-1215300127/solver-1102958-1215300127 -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-1102958-1215300127.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.02 2.07 2.03 4/72 19182
/proc/meminfo: memFree=1706768/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=18572 CPUtime=0
/proc/19182/stat : 19182 (runsolver) R 19180 19182 18519 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2008984905 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19182/statm: 4643 292 257 25 0 2626 0

[startup+0.0924641 s]
/proc/loadavg: 2.02 2.07 2.03 4/72 19182
/proc/meminfo: memFree=1706768/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=0.04
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008984905 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10147 s]
/proc/loadavg: 2.02 2.07 2.03 4/72 19182
/proc/meminfo: memFree=1706768/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=0.04
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008984905 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301483 s]
/proc/loadavg: 2.02 2.07 2.03 4/72 19182
/proc/meminfo: memFree=1706768/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=0.04
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008984905 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701518 s]
/proc/loadavg: 2.02 2.07 2.03 4/72 19182
/proc/meminfo: memFree=1706768/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=0.61
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 956 5148 0 1 3 1 52 5 16 0 1 0 2008984905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.5026 s]
/proc/loadavg: 2.02 2.07 2.03 3/83 19204
/proc/meminfo: memFree=1694712/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=0.61
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 973 5148 0 1 3 1 52 5 16 0 1 0 2008984905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 797 370 3 0 500 0
[pid=19195] ppid=19182 vsize=5356 CPUtime=0
/proc/19195/stat : 19195 (sh) S 19182 19182 18519 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008984974 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19195/statm: 1339 233 193 169 0 50 0
[pid=19196] ppid=19195 vsize=864012 CPUtime=0.78
/proc/19196/stat : 19196 (java) S 19195 19182 18519 0 -1 0 7852 0 1 0 75 3 0 0 18 0 9 0 2008984974 884748288 7130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19196/statm: 216003 7130 2532 9 0 210585 0
[pid=19196/tid=19197] ppid=19195 vsize=864012 CPUtime=0.49
/proc/19196/task/19197/stat : 19197 (java) R 19195 19182 18519 0 -1 64 2468 0 1 0 48 1 0 0 23 0 9 0 2008984975 884748288 7130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19198] ppid=19195 vsize=864012 CPUtime=0.23
/proc/19196/task/19198/stat : 19198 (java) R 19195 19182 18519 0 -1 64 4373 0 0 0 22 1 0 0 16 0 9 0 2008984976 884748288 7130 996147200 134512640 134550740 4294955952 18446744073709551615 103735858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19199] ppid=19195 vsize=864012 CPUtime=0
/proc/19196/task/19199/stat : 19199 (java) S 19195 19182 18519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008984976 884748288 7130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19200] ppid=19195 vsize=864012 CPUtime=0
/proc/19196/task/19200/stat : 19200 (java) S 19195 19182 18519 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2008984976 884748288 7130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19201] ppid=19195 vsize=864012 CPUtime=0
/proc/19196/task/19201/stat : 19201 (java) S 19195 19182 18519 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008984978 884748288 7130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19202] ppid=19195 vsize=864012 CPUtime=0.04
/proc/19196/task/19202/stat : 19202 (java) S 19195 19182 18519 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 2008984978 884748288 7130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19203] ppid=19195 vsize=864012 CPUtime=0
/proc/19196/task/19203/stat : 19203 (java) S 19195 19182 18519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008984978 884748288 7130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19204] ppid=19195 vsize=864012 CPUtime=0
/proc/19196/task/19204/stat : 19204 (java) S 19195 19182 18519 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008984978 884748288 7130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 882968

[startup+3.10274 s]
/proc/loadavg: 2.01 2.07 2.02 4/83 19204
/proc/meminfo: memFree=1671608/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=0.61
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 974 5148 0 1 3 1 52 5 15 0 1 0 2008984905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 797 370 3 0 500 0
[pid=19195] ppid=19182 vsize=5356 CPUtime=0
/proc/19195/stat : 19195 (sh) S 19182 19182 18519 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008984974 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19195/statm: 1339 233 193 169 0 50 0
[pid=19196] ppid=19195 vsize=864280 CPUtime=2.36
/proc/19196/stat : 19196 (java) S 19195 19182 18519 0 -1 0 11961 0 1 0 229 7 0 0 18 0 9 0 2008984974 885022720 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19196/statm: 216070 11124 2564 9 0 210617 0
[pid=19196/tid=19197] ppid=19195 vsize=864280 CPUtime=1.48
/proc/19196/task/19197/stat : 19197 (java) R 19195 19182 18519 0 -1 64 3004 0 1 0 145 3 0 0 24 0 9 0 2008984975 885022720 11124 996147200 134512640 134550740 4294955952 18446744073709551615 101444960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19198] ppid=19195 vsize=864280 CPUtime=0.75
/proc/19196/task/19198/stat : 19198 (java) S 19195 19182 18519 0 -1 64 7913 0 0 0 72 3 0 0 16 0 9 0 2008984976 885022720 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19199] ppid=19195 vsize=864280 CPUtime=0
/proc/19196/task/19199/stat : 19199 (java) S 19195 19182 18519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008984976 885022720 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19200] ppid=19195 vsize=864280 CPUtime=0
/proc/19196/task/19200/stat : 19200 (java) S 19195 19182 18519 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2008984976 885022720 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19201] ppid=19195 vsize=864280 CPUtime=0
/proc/19196/task/19201/stat : 19201 (java) S 19195 19182 18519 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008984978 885022720 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19202] ppid=19195 vsize=864280 CPUtime=0.1
/proc/19196/task/19202/stat : 19202 (java) S 19195 19182 18519 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 2008984978 885022720 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19203] ppid=19195 vsize=864280 CPUtime=0
/proc/19196/task/19203/stat : 19203 (java) S 19195 19182 18519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008984978 885022720 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19196/tid=19204] ppid=19195 vsize=864280 CPUtime=0
/proc/19196/task/19204/stat : 19204 (java) S 19195 19182 18519 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008984978 885022720 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883236

[startup+6.30205 s]
/proc/loadavg: 2.01 2.07 2.02 3/75 19206
/proc/meminfo: memFree=1693432/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=8552 CPUtime=3.1
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 2017 0 0 0 309 1 0 0 25 0 1 0 2008985221 8757248 2003 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/19206/statm: 2138 2003 75 150 0 1985 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27508

[startup+12.7016 s]
/proc/loadavg: 2.01 2.07 2.02 3/75 19206
/proc/meminfo: memFree=1691832/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=9964 CPUtime=9.43
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 2381 0 0 0 942 1 0 0 25 0 1 0 2008985221 10203136 2367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19206/statm: 2491 2367 75 150 0 2338 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 28920

[startup+25.5018 s]
/proc/loadavg: 2.01 2.07 2.02 3/75 19206
/proc/meminfo: memFree=1689016/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=12848 CPUtime=22.12
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 3076 0 0 0 2209 3 0 0 25 0 1 0 2008985221 13156352 3062 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19206/statm: 3212 3062 75 150 0 3059 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 31804

[startup+51.1012 s]
/proc/loadavg: 2.00 2.06 2.02 3/75 19206
/proc/meminfo: memFree=1685560/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=16424 CPUtime=47.47
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 3971 0 0 0 4743 4 0 0 25 0 1 0 2008985221 16818176 3957 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/19206/statm: 4106 3957 75 150 0 3953 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 35380

[startup+102.307 s]
/proc/loadavg: 2.00 2.05 2.02 3/75 19206
/proc/meminfo: memFree=1680312/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=21364 CPUtime=98.2
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 5224 0 0 0 9814 6 0 0 25 0 1 0 2008985221 21876736 5210 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19206/statm: 5341 5210 75 150 0 5188 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 40320

[startup+162.302 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 19206
/proc/meminfo: memFree=1679416/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0

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

/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=34928 CPUtime=756.3
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 8516 0 0 0 75617 13 0 0 25 0 1 0 2008985221 35766272 8502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19206/statm: 8732 8502 75 150 0 8579 0
Current children cumulated CPU time (s) 759.33
Current children cumulated vsize (KiB) 53884

[startup+822.301 s]
/proc/loadavg: 2.01 2.06 2.02 3/84 19324
/proc/meminfo: memFree=1660656/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=35876 CPUtime=816.26
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 8755 0 0 0 81613 13 0 0 25 0 1 0 2008985221 36737024 8741 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19206/statm: 8969 8741 75 150 0 8816 0
Current children cumulated CPU time (s) 819.29
Current children cumulated vsize (KiB) 54832

[startup+882.302 s]
/proc/loadavg: 2.00 2.05 2.01 3/84 19325
/proc/meminfo: memFree=1658352/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=38000 CPUtime=876.25
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 9320 0 0 0 87610 15 0 0 25 0 1 0 2008985221 38912000 9306 996147200 134512640 135127466 4294956256 18446744073709551615 134530709 0 0 4096 3 0 0 0 17 0 0 0
/proc/19206/statm: 9500 9306 75 150 0 9347 0
Current children cumulated CPU time (s) 879.28
Current children cumulated vsize (KiB) 56956

[startup+942.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 19325
/proc/meminfo: memFree=1658032/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=38288 CPUtime=936.22
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 9385 0 0 0 93607 15 0 0 25 0 1 0 2008985221 39206912 9371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19206/statm: 9572 9371 75 150 0 9419 0
Current children cumulated CPU time (s) 939.25
Current children cumulated vsize (KiB) 57244

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

[startup+947.107 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 19325
/proc/meminfo: memFree=1658032/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=38288 CPUtime=941.03
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 9385 0 0 0 94088 15 0 0 25 0 1 0 2008985221 39206912 9371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19206/statm: 9572 9371 75 150 0 9419 0
Current children cumulated CPU time (s) 944.06
Current children cumulated vsize (KiB) 57244

[startup+959.902 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 19325
/proc/meminfo: memFree=1658032/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=38288 CPUtime=953.82
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 9385 0 0 0 95367 15 0 0 25 0 1 0 2008985221 39206912 9371 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/19206/statm: 9572 9371 75 150 0 9419 0
Current children cumulated CPU time (s) 956.85
Current children cumulated vsize (KiB) 57244

[startup+972.701 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 19325
/proc/meminfo: memFree=1658032/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=38288 CPUtime=966.62
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 9385 0 0 0 96647 15 0 0 25 0 1 0 2008985221 39206912 9371 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/19206/statm: 9572 9371 75 150 0 9419 0
Current children cumulated CPU time (s) 969.65
Current children cumulated vsize (KiB) 57244

[startup+979.102 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 19325
/proc/meminfo: memFree=1658032/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=38288 CPUtime=973.02
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 9385 0 0 0 97287 15 0 0 25 0 1 0 2008985221 39206912 9371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19206/statm: 9572 9371 75 150 0 9419 0
Current children cumulated CPU time (s) 976.05
Current children cumulated vsize (KiB) 57244

[startup+980.702 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 19325
/proc/meminfo: memFree=1658032/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=38288 CPUtime=974.61
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 9385 0 0 0 97446 15 0 0 25 0 1 0 2008985221 39206912 9371 996147200 134512640 135127466 4294956256 18446744073709551615 134528005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19206/statm: 9572 9371 75 150 0 9419 0
Current children cumulated CPU time (s) 977.64
Current children cumulated vsize (KiB) 57244

[startup+982.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 19325
/proc/meminfo: memFree=1658032/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=38288 CPUtime=976.22
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 9385 0 0 0 97607 15 0 0 25 0 1 0 2008985221 39206912 9371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19206/statm: 9572 9371 75 150 0 9419 0
Current children cumulated CPU time (s) 979.25
Current children cumulated vsize (KiB) 57244

[startup+982.703 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 19325
/proc/meminfo: memFree=1658032/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=3.03
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1031 17414 0 2 3 1 285 14 16 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
[pid=19205] ppid=19182 vsize=5356 CPUtime=0
/proc/19205/stat : 19205 (sh) S 19182 19182 18519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008985220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19205/statm: 1339 232 193 169 0 50 0
[pid=19206] ppid=19205 vsize=38288 CPUtime=976.62
/proc/19206/stat : 19206 (minisat) R 19205 19182 18519 0 -1 4194304 9385 0 0 0 97647 15 0 0 25 0 1 0 2008985221 39206912 9371 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/19206/statm: 9572 9371 75 150 0 9419 0
Current children cumulated CPU time (s) 979.65
Current children cumulated vsize (KiB) 57244

[startup+983.102 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 19325
/proc/meminfo: memFree=1658032/2055920 swapFree=4180436/4192956
[pid=19182] ppid=19180 vsize=13600 CPUtime=979.89
/proc/19182/stat : 19182 (sugar) S 19180 19182 18519 0 -1 4194304 1089 27093 0 2 3 1 97956 29 15 0 1 0 2008984905 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19182/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 979.89
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 983.121
CPU time (s): 980.026
CPU user time (s): 979.687
CPU system time (s): 0.338948
CPU usage (%): 99.6852
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 979.687
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31865
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= 2473
involuntary context switches= 20124

runsolver used 1.16682 second user time and 2.92455 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-06 01:22:07
IDJOB=1102958
IDBENCH=60256
IDSOLVER=346
FILE ID=node48/1102958-1215300127
PBS_JOBID= 7882393
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ff582e16aee3eb55b2d45d7d6abdcec0
RANDOM SEED=764826459

node48.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.231
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.231
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:       1707248 kB
Buffers:         63724 kB
Cached:         209728 kB
SwapCached:       6436 kB
Active:         188140 kB
Inactive:       104628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707248 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2260 kB
Writeback:           0 kB
Mapped:          27096 kB
Slab:            41328 kB
Committed_AS:  4361616 kB
PageTables:       1724 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node48 at 2008-07-06 01:38:30