Trace number 1048435

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 852.803 855.698

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-0_ext.xml
MD5SUM1b92140e9349a43b07ee62c365fab9f4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.686895
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 01:59:23 2008
0.00/0.04	c 0	PID 19208
0.03/0.05	c 0	HOST node25.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1048435-1215043163.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1048435-1215043163.xml' 'HOME/temp.csp'
0.04/0.61	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.04/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.63	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.59/0.71	c 1	Parsing HOME/temp.csp
1.23/1.33	c 1	parsed 31 expressions
1.23/1.34	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.34	c 1	Converting to clausal form CSP
1.23/1.36	c 1	converted 4 (10%) expressions
1.23/1.36	c 1	converted 7 (20%) expressions
1.23/1.36	c 1	converted 10 (30%) expressions
1.23/1.36	c 1	converted 13 (40%) expressions
1.23/1.36	c 1	converted 16 (50%) expressions
1.23/1.36	c 1	converted 19 (60%) expressions
1.23/1.37	c 1	converted 22 (70%) expressions
1.33/1.47	c 1	converted 25 (80%) expressions
1.83/1.96	c 2	converted 28 (90%) expressions
2.52/2.69	c 3	converted 31 (100%) expressions
2.52/2.69	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.52/2.69	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.52/2.69	c 3	Propagation in CSP
2.52/2.69	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.52/2.69	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.52/2.69	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.52/2.69	c 3	Simplifing CSP by introducing new Boolean variables
2.52/2.69	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.52/2.69	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.82/2.93	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.82/2.94	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.82/2.94	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.82/2.94	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.82/2.94	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.82/2.94	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.82/2.94	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.82/2.94	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.82/2.94	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.82/2.95	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.82/2.95	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
158.91/160.59	c 161	1 (10%) CSP clauses are encoded (141238 clauses, 6423327 bytes)
311.14/312.95	c 313	2 (20%) CSP clauses are encoded (281860 clauses, 13174897 bytes)
457.38/459.22	c 459	3 (30%) CSP clauses are encoded (422536 clauses, 19928431 bytes)
605.23/607.14	c 607	4 (40%) CSP clauses are encoded (563503 clauses, 27185816 bytes)
754.25/756.21	c 756	5 (50%) CSP clauses are encoded (703909 clauses, 34175070 bytes)
754.25/756.21	c 756	5 CSP clauses encoded
754.25/756.21	c 756	Writing map file : HOME/temp.map
754.25/756.21	c 756	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
754.25/756.21	c 756	SAT : 180 SAT variables, 703909 SAT clauses, 34175070 bytes
754.25/756.21	c 756	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
754.25/756.26	c 756	SOLVING HOME/temp.cnf
754.25/756.26	c 756	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
754.25/756.26	c 756	This is MiniSat 2.0 beta
754.25/756.26	c 756	WARNING: for repeatability, setting FPU to use double precision
754.25/756.26	c 756	============================[ Problem Statistics ]=============================
754.25/756.26	c 756	|                                                                             |
754.25/756.27	c 756	|  Number of variables:  180                                                  |
754.25/756.27	c 756	|  Number of clauses:    703909                                               |
755.22/757.22	c 757	|  Parsing time:         0.88         s                                       |
755.22/757.29	c 757	============================[ Search Statistics ]==============================
755.22/757.29	c 757	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
755.22/757.29	c 757	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
755.22/757.29	c 757	===============================================================================
755.22/757.29	c 757	|         0 |     180   703909  8840190 |   234636        0    nan |  0.000 % |
755.41/757.41	c 757	|       101 |     180   703909  8840190 |   258099      101      8 |  0.003 % |
756.00/758.07	c 758	|       251 |     180   703909  8840190 |   283909      251      9 |  0.028 % |
756.80/758.82	c 759	|       477 |     180   703909  8840190 |   312300      477      9 |  0.028 % |
757.40/759.42	c 759	|       814 |     180   703909  8840190 |   343531      814      9 |  0.028 % |
758.68/760.74	c 761	|      1320 |     180   703909  8840190 |   377884     1320      9 |  0.028 % |
759.87/761.96	c 762	|      2081 |     180   703909  8840190 |   415672     2081     10 |  0.022 % |
761.75/763.80	c 764	|      3220 |     180   703909  8840190 |   457239     3220     10 |  0.019 % |
765.81/767.99	c 768	|      4929 |     180   703909  8840190 |   502963     4929     10 |  0.025 % |
772.25/774.45	c 774	|      7492 |     180   703909  8840190 |   553260     7492      9 |  0.074 % |
780.46/782.78	c 783	|     11338 |     179   703909  8840190 |   608586    11337     10 |  0.559 % |
794.73/797.17	c 797	|     17104 |     179   703909  8840190 |   669444    17103     11 |  0.565 % |
814.74/817.34	c 817	|     25753 |     178   703909  8840190 |   736389    25751     10 |  1.142 % |
847.93/850.87	c 851	|     38727 |     171   703909  8840190 |   810028    38724     11 |  5.003 % |
852.59/855.54	c 855	===============================================================================
852.59/855.54	c 855	restarts              : 14
852.59/855.54	c 855	conflicts             : 40300          (410 /sec)
852.59/855.54	c 855	decisions             : 47368          (1.90 % random) (482 /sec)
852.59/855.54	c 855	propagations          : 482497         (4912 /sec)
852.59/855.54	c 855	conflict literals     : 423367         (19.68 % deleted)
852.59/855.54	c 855	Memory used           : 72.96 MB
852.59/855.54	c 855	CPU time              : 98.2281 s
852.59/855.54	c 855	
852.59/855.54	c 855	UNSATISFIABLE
852.59/855.56	c 855	DECODING HOME/temp.out WITH HOME/temp.map
852.59/855.56	c 855	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
852.66/855.64	c 856	Decoding HOME/temp.out
852.66/855.66	s UNSATISFIABLE
852.66/855.66	c 856	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
852.66/855.67	c 856	CPU 852.07 (0.03 0.01 852.04 0.68)
852.66/855.67	c 856	END Thu Jul  3 02:13:39 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-1048435-1215043163/watcher-1048435-1215043163 -o /tmp/evaluation-result-1048435-1215043163/solver-1048435-1215043163 -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-1048435-1215043163.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.41 2.15 2.02 4/81 19208
/proc/meminfo: memFree=1819152/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=4708 CPUtime=0
/proc/19208/stat : 19208 (sugar) R 19206 19208 18316 0 -1 4194304 57 0 0 0 0 0 0 0 20 0 1 0 1983290326 4820992 42 996147200 4194304 4206940 548682068608 18446744073709551615 253304525231 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 1177 42 32 3 0 8 0

[startup+0.0493761 s]
/proc/loadavg: 2.41 2.15 2.02 4/81 19208
/proc/meminfo: memFree=1819152/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=0.03
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1983290326 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101944 s]
/proc/loadavg: 2.41 2.15 2.02 4/81 19208
/proc/meminfo: memFree=1819152/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=0.04
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983290326 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301968 s]
/proc/loadavg: 2.41 2.15 2.02 4/81 19208
/proc/meminfo: memFree=1819152/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=0.04
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983290326 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702001 s]
/proc/loadavg: 2.41 2.15 2.02 4/81 19208
/proc/meminfo: memFree=1819152/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=0.59
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 956 7969 0 1 3 1 49 6 16 0 1 0 1983290326 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 2.41 2.15 2.02 3/92 19230
/proc/meminfo: memFree=1804472/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=0.59
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 973 7969 0 1 3 1 49 6 15 0 1 0 1983290326 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 797 370 3 0 500 0
[pid=19221] ppid=19208 vsize=5356 CPUtime=0
/proc/19221/stat : 19221 (sh) S 19208 19208 18316 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983290389 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19221/statm: 1339 233 193 169 0 50 0
[pid=19222] ppid=19221 vsize=864156 CPUtime=0.84
/proc/19222/stat : 19222 (java) S 19221 19208 18316 0 -1 0 8748 0 1 0 81 3 0 0 18 0 9 0 1983290390 884895744 7940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19222/statm: 216039 7940 2540 9 0 210614 0
[pid=19222/tid=19223] ppid=19221 vsize=864156 CPUtime=0.44
/proc/19222/task/19223/stat : 19223 (java) R 19221 19208 18316 0 -1 64 2681 0 1 0 43 1 0 0 23 0 9 0 1983290390 884895744 7940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19224] ppid=19221 vsize=864156 CPUtime=0.33
/proc/19222/task/19224/stat : 19224 (java) R 19221 19208 18316 0 -1 64 5055 0 0 0 32 1 0 0 16 0 9 0 1983290392 884895744 7940 996147200 134512640 134550740 4294955952 18446744073709551615 102723250 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19225] ppid=19221 vsize=864156 CPUtime=0
/proc/19222/task/19225/stat : 19225 (java) S 19221 19208 18316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983290392 884895744 7940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19226] ppid=19221 vsize=864156 CPUtime=0
/proc/19222/task/19226/stat : 19226 (java) S 19221 19208 18316 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983290392 884895744 7940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19227] ppid=19221 vsize=864156 CPUtime=0
/proc/19222/task/19227/stat : 19227 (java) S 19221 19208 18316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983290394 884895744 7940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19228] ppid=19221 vsize=864156 CPUtime=0.04
/proc/19222/task/19228/stat : 19228 (java) S 19221 19208 18316 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 1983290394 884895744 7940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19229] ppid=19221 vsize=864156 CPUtime=0
/proc/19222/task/19229/stat : 19229 (java) S 19221 19208 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983290394 884895744 7940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19230] ppid=19221 vsize=864156 CPUtime=0
/proc/19222/task/19230/stat : 19230 (java) S 19221 19208 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983290394 884895744 7940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883112

[startup+3.10221 s]
/proc/loadavg: 2.41 2.15 2.02 3/92 19230
/proc/meminfo: memFree=1772600/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=0.59
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 974 7969 0 1 3 1 49 6 15 0 1 0 1983290326 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 797 370 3 0 500 0
[pid=19221] ppid=19208 vsize=5356 CPUtime=0
/proc/19221/stat : 19221 (sh) S 19208 19208 18316 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983290389 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19221/statm: 1339 233 193 169 0 50 0
[pid=19222] ppid=19221 vsize=864300 CPUtime=2.43
/proc/19222/stat : 19222 (java) S 19221 19208 18316 0 -1 0 18905 0 1 0 236 7 0 0 18 0 9 0 1983290390 885043200 17434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19222/statm: 216075 17434 2564 9 0 210622 0
[pid=19222/tid=19223] ppid=19221 vsize=864300 CPUtime=0.91
/proc/19222/task/19223/stat : 19223 (java) R 19221 19208 18316 0 -1 64 3287 0 1 0 90 1 0 0 18 0 9 0 1983290390 885043200 17434 996147200 134512640 134550740 4294955952 18446744073709551615 103215010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19224] ppid=19221 vsize=864300 CPUtime=1.41
/proc/19222/task/19224/stat : 19224 (java) S 19221 19208 18316 0 -1 64 14586 0 0 0 137 4 0 0 16 0 9 0 1983290392 885043200 17434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19225] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19225/stat : 19225 (java) S 19221 19208 18316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983290392 885043200 17434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19226] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19226/stat : 19226 (java) S 19221 19208 18316 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983290392 885043200 17434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19227] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19227/stat : 19227 (java) S 19221 19208 18316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983290394 885043200 17434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19228] ppid=19221 vsize=864300 CPUtime=0.07
/proc/19222/task/19228/stat : 19228 (java) S 19221 19208 18316 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1983290394 885043200 17434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19229] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19229/stat : 19229 (java) S 19221 19208 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983290394 885043200 17434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19230] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19230/stat : 19230 (java) S 19221 19208 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983290394 885043200 17434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883256

[startup+6.3015 s]
/proc/loadavg: 2.46 2.16 2.02 4/92 19230
/proc/meminfo: memFree=1755896/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=0.59
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 974 7969 0 1 3 1 49 6 15 0 1 0 1983290326 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 797 370 3 0 500 0
[pid=19221] ppid=19208 vsize=5356 CPUtime=0
/proc/19221/stat : 19221 (sh) S 19208 19208 18316 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983290389 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19221/statm: 1339 233 193 169 0 50 0
[pid=19222] ppid=19221 vsize=864300 CPUtime=5.59
/proc/19222/stat : 19222 (java) S 19221 19208 18316 0 -1 0 18916 0 1 0 552 7 0 0 18 0 9 0 1983290390 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19222/statm: 216075 17435 2564 9 0 210622 0
[pid=19222/tid=19223] ppid=19221 vsize=864300 CPUtime=4.04
/proc/19222/task/19223/stat : 19223 (java) R 19221 19208 18316 0 -1 64 3297 0 1 0 403 1 0 0 25 0 9 0 1983290390 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4126547370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19224] ppid=19221 vsize=864300 CPUtime=1.45
/proc/19222/task/19224/stat : 19224 (java) S 19221 19208 18316 0 -1 64 14586 0 0 0 141 4 0 0 16 0 9 0 1983290392 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19225] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19225/stat : 19225 (java) S 19221 19208 18316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983290392 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19226] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19226/stat : 19226 (java) S 19221 19208 18316 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983290392 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19227] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19227/stat : 19227 (java) S 19221 19208 18316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983290394 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19228] ppid=19221 vsize=864300 CPUtime=0.07
/proc/19222/task/19228/stat : 19228 (java) S 19221 19208 18316 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1983290394 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19229] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19229/stat : 19229 (java) S 19221 19208 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983290394 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19230] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19230/stat : 19230 (java) S 19221 19208 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983290394 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883256

[startup+12.7021 s]
/proc/loadavg: 2.42 2.16 2.02 3/92 19230
/proc/meminfo: memFree=1755832/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=0.59
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 974 7969 0 1 3 1 49 6 15 0 1 0 1983290326 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 797 370 3 0 500 0
[pid=19221] ppid=19208 vsize=5356 CPUtime=0
/proc/19221/stat : 19221 (sh) S 19208 19208 18316 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983290389 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19221/statm: 1339 233 193 169 0 50 0
[pid=19222] ppid=19221 vsize=864300 CPUtime=11.93
/proc/19222/stat : 19222 (java) S 19221 19208 18316 0 -1 0 18916 0 1 0 1186 7 0 0 18 0 9 0 1983290390 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19222/statm: 216075 17435 2564 9 0 210622 0
[pid=19222/tid=19223] ppid=19221 vsize=864300 CPUtime=10.38
/proc/19222/task/19223/stat : 19223 (java) R 19221 19208 18316 0 -1 64 3297 0 1 0 1037 1 0 0 25 0 9 0 1983290390 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4126547392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19224] ppid=19221 vsize=864300 CPUtime=1.45
/proc/19222/task/19224/stat : 19224 (java) S 19221 19208 18316 0 -1 64 14586 0 0 0 141 4 0 0 16 0 9 0 1983290392 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19225] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19225/stat : 19225 (java) S 19221 19208 18316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983290392 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19226] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19226/stat : 19226 (java) S 19221 19208 18316 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983290392 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19227] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19227/stat : 19227 (java) S 19221 19208 18316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983290394 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19228] ppid=19221 vsize=864300 CPUtime=0.07
/proc/19222/task/19228/stat : 19228 (java) S 19221 19208 18316 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1983290394 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19229] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19229/stat : 19229 (java) S 19221 19208 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983290394 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19230] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19230/stat : 19230 (java) S 19221 19208 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983290394 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883256

[startup+25.5022 s]
/proc/loadavg: 2.33 2.15 2.02 4/92 19230
/proc/meminfo: memFree=1756024/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=0.59
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 974 7969 0 1 3 1 49 6 15 0 1 0 1983290326 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 797 370 3 0 500 0
[pid=19221] ppid=19208 vsize=5356 CPUtime=0
/proc/19221/stat : 19221 (sh) S 19208 19208 18316 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983290389 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19221/statm: 1339 233 193 169 0 50 0
[pid=19222] ppid=19221 vsize=864300 CPUtime=24.61
/proc/19222/stat : 19222 (java) S 19221 19208 18316 0 -1 0 18916 0 1 0 2454 7 0 0 18 0 9 0 1983290390 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19222/statm: 216075 17435 2564 9 0 210622 0
[pid=19222/tid=19223] ppid=19221 vsize=864300 CPUtime=23.06
/proc/19222/task/19223/stat : 19223 (java) R 19221 19208 18316 0 -1 64 3297 0 1 0 2304 2 0 0 25 0 9 0 1983290390 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4126547344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19224] ppid=19221 vsize=864300 CPUtime=1.45
/proc/19222/task/19224/stat : 19224 (java) S 19221 19208 18316 0 -1 64 14586 0 0 0 141 4 0 0 16 0 9 0 1983290392 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19225] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19225/stat : 19225 (java) S 19221 19208 18316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983290392 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19226] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19226/stat : 19226 (java) S 19221 19208 18316 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983290392 885043200 17435 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=19221] ppid=19208 vsize=5356 CPUtime=0
/proc/19221/stat : 19221 (sh) S 19208 19208 18316 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983290389 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19221/statm: 1339 233 193 169 0 50 0
[pid=19222] ppid=19221 vsize=864300 CPUtime=699.78
/proc/19222/stat : 19222 (java) S 19221 19208 18316 0 -1 0 37147 0 1 0 69938 40 0 0 18 0 9 0 1983290390 885043200 26844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19222/statm: 216075 26844 2564 9 0 210622 0
[pid=19222/tid=19223] ppid=19221 vsize=864300 CPUtime=695.85
/proc/19222/task/19223/stat : 19223 (java) R 19221 19208 18316 0 -1 64 3747 0 1 0 69564 21 0 0 25 0 9 0 1983290390 885043200 26844 996147200 134512640 134550740 4294955952 18446744073709551615 4126566340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19222/tid=19224] ppid=19221 vsize=864300 CPUtime=3.81
/proc/19222/task/19224/stat : 19224 (java) S 19221 19208 18316 0 -1 64 32359 0 0 0 364 17 0 0 16 0 9 0 1983290392 885043200 26844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19222/tid=19225] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19225/stat : 19225 (java) S 19221 19208 18316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983290392 885043200 26844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19222/tid=19226] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19226/stat : 19226 (java) S 19221 19208 18316 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983290392 885043200 26844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19227] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19227/stat : 19227 (java) S 19221 19208 18316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983290394 885043200 26844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19228] ppid=19221 vsize=864300 CPUtime=0.09
/proc/19222/task/19228/stat : 19228 (java) S 19221 19208 18316 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 1983290394 885043200 26844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19229] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19229/stat : 19229 (java) S 19221 19208 18316 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983290394 885043200 26844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19222/tid=19230] ppid=19221 vsize=864300 CPUtime=0
/proc/19222/task/19230/stat : 19230 (java) S 19221 19208 18316 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983290394 885043200 26844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 700.37
Current children cumulated vsize (KiB) 883256

[startup+762.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 19318
/proc/meminfo: memFree=1743928/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=754.3
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 1031 45470 0 2 3 1 75373 53 16 0 1 0 1983290326 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 798 370 3 0 500 0
[pid=19317] ppid=19208 vsize=5356 CPUtime=0
/proc/19317/stat : 19317 (sh) S 19208 19208 18316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19317/statm: 1339 232 193 169 0 50 0
[pid=19318] ppid=19317 vsize=66496 CPUtime=5.97
/proc/19318/stat : 19318 (minisat) R 19317 19208 18316 0 -1 4194304 15741 0 0 0 588 9 0 0 25 0 1 0 1983365953 68091904 15727 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19318/statm: 16624 15727 75 150 0 16471 0
Current children cumulated CPU time (s) 760.27
Current children cumulated vsize (KiB) 85452

[startup+822.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 19318
/proc/meminfo: memFree=1738816/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=754.3
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 1031 45470 0 2 3 1 75373 53 16 0 1 0 1983290326 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 798 370 3 0 500 0
[pid=19317] ppid=19208 vsize=5356 CPUtime=0
/proc/19317/stat : 19317 (sh) S 19208 19208 18316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19317/statm: 1339 232 193 169 0 50 0
[pid=19318] ppid=19317 vsize=71860 CPUtime=65.39
/proc/19318/stat : 19318 (minisat) R 19317 19208 18316 0 -1 4194304 16997 0 0 0 6529 10 0 0 25 0 1 0 1983365953 73584640 16983 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19318/statm: 17965 16983 75 150 0 17812 0
Current children cumulated CPU time (s) 819.69
Current children cumulated vsize (KiB) 90816

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

[startup+831.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19318
/proc/meminfo: memFree=1738112/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=754.3
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 1031 45470 0 2 3 1 75373 53 16 0 1 0 1983290326 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 798 370 3 0 500 0
[pid=19317] ppid=19208 vsize=5356 CPUtime=0
/proc/19317/stat : 19317 (sh) S 19208 19208 18316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19317/statm: 1339 232 193 169 0 50 0
[pid=19318] ppid=19317 vsize=72596 CPUtime=74.9
/proc/19318/stat : 19318 (minisat) R 19317 19208 18316 0 -1 4194304 17146 0 0 0 7480 10 0 0 25 0 1 0 1983365953 74338304 17132 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19318/statm: 18149 17132 75 150 0 17996 0
Current children cumulated CPU time (s) 829.2
Current children cumulated vsize (KiB) 91552

[startup+844.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19318
/proc/meminfo: memFree=1737536/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=754.3
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 1031 45470 0 2 3 1 75373 53 16 0 1 0 1983290326 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 798 370 3 0 500 0
[pid=19317] ppid=19208 vsize=5356 CPUtime=0
/proc/19317/stat : 19317 (sh) S 19208 19208 18316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19317/statm: 1339 232 193 169 0 50 0
[pid=19318] ppid=19317 vsize=73396 CPUtime=87.59
/proc/19318/stat : 19318 (minisat) R 19317 19208 18316 0 -1 4194304 17292 0 0 0 8748 11 0 0 25 0 1 0 1983365953 75157504 17278 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19318/statm: 18349 17278 75 150 0 18196 0
Current children cumulated CPU time (s) 841.89
Current children cumulated vsize (KiB) 92352

[startup+851.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19318
/proc/meminfo: memFree=1736960/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=754.3
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 1031 45470 0 2 3 1 75373 53 16 0 1 0 1983290326 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 798 370 3 0 500 0
[pid=19317] ppid=19208 vsize=5356 CPUtime=0
/proc/19317/stat : 19317 (sh) S 19208 19208 18316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19317/statm: 1339 232 193 169 0 50 0
[pid=19318] ppid=19317 vsize=74544 CPUtime=93.93
/proc/19318/stat : 19318 (minisat) R 19317 19208 18316 0 -1 4194304 17527 0 0 0 9382 11 0 0 25 0 1 0 1983365953 76333056 17513 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19318/statm: 18636 17513 75 150 0 18483 0
Current children cumulated CPU time (s) 848.23
Current children cumulated vsize (KiB) 93500

[startup+852.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19318
/proc/meminfo: memFree=1736384/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=754.3
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 1031 45470 0 2 3 1 75373 53 16 0 1 0 1983290326 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 798 370 3 0 500 0
[pid=19317] ppid=19208 vsize=5356 CPUtime=0
/proc/19317/stat : 19317 (sh) S 19208 19208 18316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19317/statm: 1339 232 193 169 0 50 0
[pid=19318] ppid=19317 vsize=74708 CPUtime=95.51
/proc/19318/stat : 19318 (minisat) R 19317 19208 18316 0 -1 4194304 17571 0 0 0 9540 11 0 0 25 0 1 0 1983365953 76500992 17557 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19318/statm: 18677 17557 75 150 0 18524 0
Current children cumulated CPU time (s) 849.81
Current children cumulated vsize (KiB) 93664

[startup+854.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19318
/proc/meminfo: memFree=1736384/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=754.3
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 1031 45470 0 2 3 1 75373 53 16 0 1 0 1983290326 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 798 370 3 0 500 0
[pid=19317] ppid=19208 vsize=5356 CPUtime=0
/proc/19317/stat : 19317 (sh) S 19208 19208 18316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19317/statm: 1339 232 193 169 0 50 0
[pid=19318] ppid=19317 vsize=74708 CPUtime=97.1
/proc/19318/stat : 19318 (minisat) R 19317 19208 18316 0 -1 4194304 17582 0 0 0 9699 11 0 0 25 0 1 0 1983365953 76500992 17568 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19318/statm: 18677 17568 75 150 0 18524 0
Current children cumulated CPU time (s) 851.4
Current children cumulated vsize (KiB) 93664

[startup+855.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19318
/proc/meminfo: memFree=1736384/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=754.3
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 1031 45470 0 2 3 1 75373 53 16 0 1 0 1983290326 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 798 370 3 0 500 0
[pid=19317] ppid=19208 vsize=5356 CPUtime=0
/proc/19317/stat : 19317 (sh) S 19208 19208 18316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19317/statm: 1339 232 193 169 0 50 0
[pid=19318] ppid=19317 vsize=74708 CPUtime=97.89
/proc/19318/stat : 19318 (minisat) R 19317 19208 18316 0 -1 4194304 17587 0 0 0 9778 11 0 0 25 0 1 0 1983365953 76500992 17573 996147200 134512640 135127466 4294956272 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 1 0 0
/proc/19318/statm: 18677 17573 75 150 0 18524 0
Current children cumulated CPU time (s) 852.19
Current children cumulated vsize (KiB) 93664

[startup+855.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19318
/proc/meminfo: memFree=1736384/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=754.3
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 1031 45470 0 2 3 1 75373 53 16 0 1 0 1983290326 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 798 370 3 0 500 0
[pid=19317] ppid=19208 vsize=5356 CPUtime=0
/proc/19317/stat : 19317 (sh) S 19208 19208 18316 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19317/statm: 1339 232 193 169 0 50 0
[pid=19318] ppid=19317 vsize=74708 CPUtime=98.29
/proc/19318/stat : 19318 (minisat) R 19317 19208 18316 0 -1 4194304 17589 0 0 0 9818 11 0 0 25 0 1 0 1983365953 76500992 17575 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/19318/statm: 18677 17575 75 150 0 18524 0
Current children cumulated CPU time (s) 852.59
Current children cumulated vsize (KiB) 93664

[startup+855.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19318
/proc/meminfo: memFree=1736384/2055920 swapFree=4180084/4192956
[pid=19208] ppid=19206 vsize=13600 CPUtime=852.66
/proc/19208/stat : 19208 (sugar) S 19206 19208 18316 0 -1 4194304 1070 63353 0 2 3 1 85196 66 17 0 1 0 1983290326 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19208/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 852.66
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 855.698
CPU time (s): 852.803
CPU user time (s): 852.081
CPU system time (s): 0.72189
CPU usage (%): 99.6618
Max. virtual memory (cumulated for all children) (KiB): 889388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 852.081
system time used= 0.72189
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68112
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= 20564
involuntary context switches= 20200

runsolver used 1.17382 second user time and 2.75058 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-03 01:59:23
IDJOB=1048435
IDBENCH=54362
IDSOLVER=346
FILE ID=node25/1048435-1215043163
PBS_JOBID= 7875124
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-0_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-1048435-1215043163/watcher-1048435-1215043163 -o /tmp/evaluation-result-1048435-1215043163/solver-1048435-1215043163 -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-1048435-1215043163.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1b92140e9349a43b07ee62c365fab9f4
RANDOM SEED=293589955

node25.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.234
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.234
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:       1819632 kB
Buffers:         18800 kB
Cached:         111104 kB
SwapCached:       6504 kB
Active:         115408 kB
Inactive:        51372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819632 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            3032 kB
Writeback:           0 kB
Mapped:          52428 kB
Slab:            54500 kB
Committed_AS:  3448384 kB
PageTables:       2072 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= 66536 MiB
End job on node25 at 2008-07-03 02:13:39