Trace number 1101616

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 383.061 384.973

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-28_ext.xml
MD5SUM86ee6e198f35fb04c09798f5f36b7997
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.232964
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints334
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension334
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 Sat Jul  5 23:38:13 2008
0.00/0.04	c 0	PID 17138
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1101616-1215293893.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1101616-1215293893.xml' 'HOME/temp.csp'
0.04/0.73	c 0	1 domains, 40 variables, 0 predicates, 334 relations, 334 constraints
0.04/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.77	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.71/0.85	c 1	Parsing HOME/temp.csp
1.02/1.16	c 1	parsed 709 expressions
1.02/1.16	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.16	c 1	Converting to clausal form CSP
1.02/1.19	c 1	converted 71 (10%) expressions
1.02/1.19	c 1	converted 142 (20%) expressions
1.02/1.19	c 1	converted 213 (30%) expressions
1.02/1.19	c 1	converted 284 (40%) expressions
1.02/1.20	c 1	converted 355 (50%) expressions
1.11/1.27	c 1	converted 426 (60%) expressions
1.11/1.29	c 1	converted 497 (70%) expressions
1.21/1.31	c 1	converted 568 (80%) expressions
1.21/1.33	c 1	converted 639 (90%) expressions
1.21/1.35	c 1	converted 709 (100%) expressions
1.21/1.35	c 1	CSP : 40 integers, 0 booleans, 334 clauses, largest domain size 19
1.21/1.35	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.35	c 1	Propagation in CSP
1.21/1.35	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.35	c 1	CSP : 40 integers, 0 booleans, 334 clauses, largest domain size 19
1.21/1.35	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.35	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.35	c 1	CSP : 40 integers, 0 booleans, 334 clauses, largest domain size 19
1.21/1.35	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.39	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.40	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.31/1.40	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.31/1.40	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.31/1.41	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.31/1.41	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.31/1.41	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.31/1.41	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.31/1.41	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.31/1.41	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.31/1.41	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.31/1.46	c 1	34 (10%) CSP clauses are encoded (2880 clauses, 43284 bytes)
1.31/1.48	c 1	67 (20%) CSP clauses are encoded (5047 clauses, 79330 bytes)
1.31/1.49	c 1	101 (30%) CSP clauses are encoded (7203 clauses, 116857 bytes)
1.40/1.51	c 1	134 (40%) CSP clauses are encoded (9234 clauses, 154985 bytes)
1.40/1.52	c 1	167 (50%) CSP clauses are encoded (11361 clauses, 194740 bytes)
1.40/1.53	c 1	201 (60%) CSP clauses are encoded (13638 clauses, 237372 bytes)
1.40/1.55	c 1	234 (70%) CSP clauses are encoded (15714 clauses, 276254 bytes)
1.40/1.56	c 1	268 (80%) CSP clauses are encoded (17850 clauses, 316249 bytes)
1.40/1.57	c 1	301 (90%) CSP clauses are encoded (19918 clauses, 354993 bytes)
1.40/1.58	c 1	334 (100%) CSP clauses are encoded (21983 clauses, 393851 bytes)
1.40/1.58	c 1	334 CSP clauses encoded
1.40/1.58	c 1	Writing map file : HOME/temp.map
1.40/1.59	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.59	c 1	SAT : 720 SAT variables, 21983 SAT clauses, 393851 bytes
1.40/1.59	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.61	c 1	SOLVING HOME/temp.cnf
1.50/1.61	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.61	c 1	This is MiniSat 2.0 beta
1.50/1.61	c 1	WARNING: for repeatability, setting FPU to use double precision
1.50/1.61	c 1	============================[ Problem Statistics ]=============================
1.50/1.61	c 1	|                                                                             |
1.50/1.61	c 1	|  Number of variables:  720                                                  |
1.50/1.61	c 1	|  Number of clauses:    21983                                                |
1.50/1.62	c 1	|  Parsing time:         0.01         s                                       |
1.50/1.62	c 1	============================[ Search Statistics ]==============================
1.50/1.62	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.62	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.62	c 1	===============================================================================
1.50/1.62	c 1	|         0 |     720    21983    80581 |     7327        0    nan |  0.000 % |
1.50/1.64	c 1	|       100 |     720    21983    80581 |     8060      100     12 |  0.000 % |
1.50/1.65	c 1	|       250 |     720    21983    80581 |     8866      250     12 |  0.006 % |
1.50/1.68	c 1	|       475 |     720    21983    80581 |     9753      475     11 |  0.004 % |
1.52/1.71	c 1	|       812 |     720    21983    80581 |    10728      812     12 |  0.007 % |
1.52/1.76	c 1	|      1320 |     720    21983    80581 |    11801     1320     12 |  0.004 % |
1.52/1.84	c 2	|      2080 |     720    21983    80581 |    12981     2080     12 |  0.001 % |
1.52/1.97	c 2	|      3220 |     720    21983    80581 |    14279     3220     12 |  0.007 % |
2.00/2.17	c 2	|      4928 |     720    21983    80581 |    15707     4928     13 |  0.000 % |
2.39/2.50	c 2	|      7490 |     720    21983    80581 |    17278     7490     13 |  0.007 % |
2.89/3.06	c 3	|     11334 |     720    21983    80581 |    19006    11334     14 |  0.001 % |
3.99/4.11	c 4	|     17100 |     720    21983    80581 |    20906    17100     14 |  0.007 % |
5.58/5.76	c 5	|     25749 |     720    21983    80581 |    22997    15238     16 |  0.007 % |
8.46/8.61	c 8	|     38723 |     720    21983    80581 |    25297    16603     16 |  0.007 % |
13.04/13.24	c 13	|     58187 |     720    21983    80581 |    27826    23346     16 |  0.008 % |
20.40/20.60	c 20	|     87380 |     720    21983    80581 |    30609    24168     16 |  0.009 % |
30.45/30.74	c 30	|    131170 |     719    21927    80421 |    33670    20923     16 |  0.139 % |
48.27/48.63	c 48	|    196856 |     719    21927    80421 |    37037    26340     16 |  0.143 % |
76.45/76.92	c 77	|    295382 |     719    21927    80421 |    40741    31757     16 |  0.145 % |
120.15/120.89	c 121	|    443174 |     716    21717    79707 |    44815    19272     17 |  0.556 % |
189.52/190.53	c 190	|    664857 |     715    21660    79501 |    49296    41179     20 |  0.695 % |
297.01/298.55	c 298	|    997382 |     714    21603    79342 |    54226    27151     17 |  0.834 % |
382.92/384.80	c 384	===============================================================================
382.92/384.80	c 384	restarts              : 22
382.92/384.80	c 384	conflicts             : 1227460        (3219 /sec)
382.92/384.80	c 384	decisions             : 1468343        (1.46 % random) (3850 /sec)
382.92/384.80	c 384	propagations          : 130971700      (343426 /sec)
382.92/384.80	c 384	conflict literals     : 22030680       (34.74 % deleted)
382.92/384.80	c 384	Memory used           : 12.69 MB
382.92/384.80	c 384	CPU time              : 381.368 s
382.92/384.80	c 384	
382.92/384.80	c 384	SATISFIABLE
382.92/384.80	c 384	DECODING HOME/temp.out WITH HOME/temp.map
382.92/384.80	c 384	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
382.92/384.89	c 385	Decoding HOME/temp.out
383.00/384.93	s SATISFIABLE
383.00/384.93	v 3 1 5 7 5 8 2 15 12 15 4 9 0 12 5 12 7 9 3 13 3 14 17 13 18 18 4 6 0 1 18 11 14 4 1 14 16 12 2 14
383.00/384.93	c 385	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
383.00/384.97	c 385	CPU 382.87 (0.03 0.01 382.84 0.16)
383.00/384.97	c 385	END Sat Jul  5 23:44:38 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-1101616-1215293893/watcher-1101616-1215293893 -o /tmp/evaluation-result-1101616-1215293893/solver-1101616-1215293893 -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-1101616-1215293893.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: 1.84 1.97 1.99 4/73 17138
/proc/meminfo: memFree=1691312/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=8540 CPUtime=0
/proc/17138/stat : 17138 (sugar) R 17136 17138 17101 0 -1 4194304 70 0 0 0 0 0 0 0 20 0 1 0 141384592 8744960 55 996147200 4194304 4206940 548682068608 18446744073709551615 244274230665 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 2135 55 41 3 0 55 0

[startup+0.0877521 s]
/proc/loadavg: 1.84 1.97 1.99 4/73 17138
/proc/meminfo: memFree=1691312/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=0.04
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 141384592 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10181 s]
/proc/loadavg: 1.84 1.97 1.99 4/73 17138
/proc/meminfo: memFree=1691312/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=0.04
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 141384592 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301794 s]
/proc/loadavg: 1.84 1.97 1.99 4/73 17138
/proc/meminfo: memFree=1691312/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=0.04
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 141384592 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701871 s]
/proc/loadavg: 1.84 1.97 1.99 4/73 17138
/proc/meminfo: memFree=1691312/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=0.04
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 141384592 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 1.84 1.97 1.99 3/84 17160
/proc/meminfo: memFree=1682776/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=0.71
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 974 4745 0 1 3 1 63 4 15 0 1 0 141384592 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 797 370 3 0 500 0
[pid=17151] ppid=17138 vsize=5356 CPUtime=0
/proc/17151/stat : 17151 (sh) S 17138 17138 17101 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 141384670 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17151/statm: 1339 233 193 169 0 50 0
[pid=17152] ppid=17151 vsize=864308 CPUtime=0.69
/proc/17152/stat : 17152 (java) S 17151 17138 17101 0 -1 0 6771 0 1 0 66 3 0 0 20 0 9 0 141384670 885051392 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17152/statm: 216077 6020 2564 9 0 210624 0
[pid=17152/tid=17153] ppid=17151 vsize=864308 CPUtime=0.4
/proc/17152/task/17153/stat : 17153 (java) R 17151 17138 17101 0 -1 64 2703 0 1 0 39 1 0 0 25 0 9 0 141384671 885051392 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17154] ppid=17151 vsize=864308 CPUtime=0.16
/proc/17152/task/17154/stat : 17154 (java) S 17151 17138 17101 0 -1 64 3011 0 0 0 15 1 0 0 16 0 9 0 141384672 885051392 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17155] ppid=17151 vsize=864308 CPUtime=0
/proc/17152/task/17155/stat : 17155 (java) S 17151 17138 17101 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 141384672 885051392 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17156] ppid=17151 vsize=864308 CPUtime=0
/proc/17152/task/17156/stat : 17156 (java) S 17151 17138 17101 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 141384672 885051392 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17157] ppid=17151 vsize=864308 CPUtime=0
/proc/17152/task/17157/stat : 17157 (java) S 17151 17138 17101 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 141384674 885051392 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17158] ppid=17151 vsize=864308 CPUtime=0.1
/proc/17152/task/17158/stat : 17158 (java) S 17151 17138 17101 0 -1 64 363 0 0 0 10 0 0 0 16 0 9 0 141384674 885051392 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17159] ppid=17151 vsize=864308 CPUtime=0
/proc/17152/task/17159/stat : 17159 (java) S 17151 17138 17101 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 141384674 885051392 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17160] ppid=17151 vsize=864308 CPUtime=0
/proc/17152/task/17160/stat : 17160 (java) S 17151 17138 17101 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 141384674 885051392 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883264

[startup+3.10233 s]
/proc/loadavg: 1.84 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1686040/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 15 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=3856 CPUtime=1.47
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 736 0 0 0 147 0 0 0 25 0 1 0 141384753 3948544 722 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 964 722 75 150 0 811 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 22812

[startup+6.30194 s]
/proc/loadavg: 1.85 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1683736/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=4864 CPUtime=4.66
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 975 0 0 0 466 0 0 0 25 0 1 0 141384753 4980736 961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 1216 961 75 150 0 1063 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 23820

[startup+12.7022 s]
/proc/loadavg: 1.87 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1682200/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=5524 CPUtime=11.02
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 1151 0 0 0 1102 0 0 0 25 0 1 0 141384753 5656576 1137 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 1381 1137 75 150 0 1228 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 24480

[startup+25.5016 s]
/proc/loadavg: 1.89 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1680344/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=6348 CPUtime=23.75
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 1341 0 0 0 2375 0 0 0 25 0 1 0 141384753 6500352 1327 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 1587 1327 75 150 0 1434 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 25304

[startup+51.1015 s]
/proc/loadavg: 1.93 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1678424/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=7420 CPUtime=49.24
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 1593 0 0 0 4923 1 0 0 25 0 1 0 141384753 7598080 1579 996147200 134512640 135127466 4294956256 18446744073709551615 134521750 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 1855 1579 75 150 0 1702 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 26376

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1676632/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=9068 CPUtime=100.21
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 1995 0 0 0 10019 2 0 0 25 0 1 0 141384753 9285632 1981 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 2267 1981 75 150 0 2114 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 28024

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1675544/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=9956 CPUtime=159.93
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 2214 0 0 0 15991 2 0 0 25 0 1 0 141384753 10194944 2200 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 2489 2200 75 150 0 2336 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 28912

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1664856/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 221.16
Current children cumulated vsize (KiB) 30268

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1661400/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=12008 CPUtime=279.37
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 2713 0 0 0 27934 3 0 0 25 0 1 0 141384753 12296192 2699 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 3002 2699 75 150 0 2849 0
Current children cumulated CPU time (s) 280.89
Current children cumulated vsize (KiB) 30964

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1660504/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=12572 CPUtime=339.09
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 2879 0 0 0 33906 3 0 0 25 0 1 0 141384753 12873728 2865 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 3143 2865 75 150 0 2990 0
Current children cumulated CPU time (s) 340.61
Current children cumulated vsize (KiB) 31528

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

[startup+358.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1660376/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=12844 CPUtime=355.02
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 2911 0 0 0 35499 3 0 0 25 0 1 0 141384753 13152256 2897 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 3211 2897 75 150 0 3058 0
Current children cumulated CPU time (s) 356.54
Current children cumulated vsize (KiB) 31800

[startup+371.101 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1660248/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=12992 CPUtime=367.75
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 2951 0 0 0 36772 3 0 0 25 0 1 0 141384753 13303808 2937 996147200 134512640 135127466 4294956256 18446744073709551615 134528352 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 3248 2937 75 150 0 3095 0
Current children cumulated CPU time (s) 369.27
Current children cumulated vsize (KiB) 31948

[startup+377.501 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1660184/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=12992 CPUtime=374.12
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 2963 0 0 0 37409 3 0 0 25 0 1 0 141384753 13303808 2949 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 3248 2949 75 150 0 3095 0
Current children cumulated CPU time (s) 375.64
Current children cumulated vsize (KiB) 31948

[startup+380.701 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1660184/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=12992 CPUtime=377.31
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 2964 0 0 0 37728 3 0 0 25 0 1 0 141384753 13303808 2950 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 3248 2950 75 150 0 3095 0
Current children cumulated CPU time (s) 378.83
Current children cumulated vsize (KiB) 31948

[startup+382.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1660184/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=12992 CPUtime=378.91
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 2965 0 0 0 37887 4 0 0 25 0 1 0 141384753 13303808 2951 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 3248 2951 75 150 0 3095 0
Current children cumulated CPU time (s) 380.43
Current children cumulated vsize (KiB) 31948

[startup+383.907 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1660184/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=12992 CPUtime=380.51
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 2965 0 0 0 38047 4 0 0 25 0 1 0 141384753 13303808 2951 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 3248 2951 75 150 0 3095 0
Current children cumulated CPU time (s) 382.03
Current children cumulated vsize (KiB) 31948

[startup+384.703 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 17162
/proc/meminfo: memFree=1660184/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=1.52
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1031 11841 0 2 3 1 139 9 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17161] ppid=17138 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17138 17138 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141384753 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=12992 CPUtime=381.3
/proc/17162/stat : 17162 (minisat) R 17161 17138 17101 0 -1 4194304 2965 0 0 0 38126 4 0 0 25 0 1 0 141384753 13303808 2951 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 3248 2951 75 150 0 3095 0
Current children cumulated CPU time (s) 382.82
Current children cumulated vsize (KiB) 31948

[startup+384.902 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 17172
/proc/meminfo: memFree=1667152/2055920 swapFree=4191676/4192956
[pid=17138] ppid=17136 vsize=13600 CPUtime=382.93
/proc/17138/stat : 17138 (sugar) S 17136 17138 17101 0 -1 4194304 1089 15101 0 2 3 1 38276 13 16 0 1 0 141384592 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17138/statm: 3400 798 370 3 0 500 0
[pid=17163] ppid=17138 vsize=5356 CPUtime=0
/proc/17163/stat : 17163 (sh) S 17138 17138 17101 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 141423073 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17163/statm: 1339 233 193 169 0 50 0
[pid=17164] ppid=17163 vsize=863724 CPUtime=0.07
/proc/17164/stat : 17164 (java) S 17163 17138 17101 0 -1 0 3194 0 1 0 5 2 0 0 19 0 9 0 141423073 884453376 2672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17164/statm: 215931 2672 1619 9 0 210513 0
[pid=17164/tid=17165] ppid=17163 vsize=863724 CPUtime=0.05
/proc/17164/task/17165/stat : 17165 (java) R 17163 17138 17101 0 -1 64 2284 0 1 0 4 1 0 0 25 0 9 0 141423074 884453376 2672 996147200 134512640 134550740 4294956000 18446744073709551615 102825449 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17164/tid=17166] ppid=17163 vsize=863724 CPUtime=0
/proc/17164/task/17166/stat : 17166 (java) S 17163 17138 17101 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 141423076 884453376 2672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17164/tid=17167] ppid=17163 vsize=863724 CPUtime=0
/proc/17164/task/17167/stat : 17167 (java) S 17163 17138 17101 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 141423076 884453376 2672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17164/tid=17168] ppid=17163 vsize=863724 CPUtime=0
/proc/17164/task/17168/stat : 17168 (java) S 17163 17138 17101 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 141423076 884453376 2672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17164/tid=17169] ppid=17163 vsize=863724 CPUtime=0
/proc/17164/task/17169/stat : 17169 (java) S 17163 17138 17101 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 141423078 884453376 2672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17164/tid=17170] ppid=17163 vsize=863724 CPUtime=0
/proc/17164/task/17170/stat : 17170 (java) S 17163 17138 17101 0 -1 64 215 0 0 0 0 0 0 0 23 0 9 0 141423078 884453376 2672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17164/tid=17171] ppid=17163 vsize=863724 CPUtime=0
/proc/17164/task/17171/stat : 17171 (java) S 17163 17138 17101 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 141423078 884453376 2672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17164/tid=17172] ppid=17163 vsize=863724 CPUtime=0
/proc/17164/task/17172/stat : 17172 (java) S 17163 17138 17101 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 141423078 884453376 2672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 383
Current children cumulated vsize (KiB) 882680

Child status: 0
Real time (s): 384.973
CPU time (s): 383.061
CPU user time (s): 382.877
CPU system time (s): 0.183972
CPU usage (%): 99.5033
Max. virtual memory (cumulated for all children) (KiB): 883264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 382.877
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19938
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= 1708
involuntary context switches= 6915

runsolver used 0.51992 second user time and 1.09983 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 23:38:13
IDJOB=1101616
IDBENCH=60053
IDSOLVER=346
FILE ID=node63/1101616-1215293893
PBS_JOBID= 7882408
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-28_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-1101616-1215293893/watcher-1101616-1215293893 -o /tmp/evaluation-result-1101616-1215293893/solver-1101616-1215293893 -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-1101616-1215293893.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86ee6e198f35fb04c09798f5f36b7997
RANDOM SEED=972430355

node63.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1691792 kB
Buffers:         57140 kB
Cached:         184340 kB
SwapCached:        260 kB
Active:         214260 kB
Inactive:        88420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691792 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          72668 kB
Slab:            46808 kB
Committed_AS:   470492 kB
PageTables:       1716 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= 66520 MiB
End job on node63 at 2008-07-05 23:44:38