Trace number 1048389

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 925.294 933.618

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-12_ext.xml
MD5SUM97d3e36154eda82f977908a4c78d78e3
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.992848
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 01:58:26 2008
0.00/0.05	c 0	PID 10194
0.00/0.05	c 0	HOST node70.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048389-1215043105.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1048389-1215043105.xml' 'HOME/temp.csp'
0.04/0.87	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.04/0.90	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.90	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.04/0.99	c 0	Parsing HOME/temp.csp
1.50/1.63	c 1	parsed 31 expressions
1.50/1.64	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.50/1.64	c 1	Converting to clausal form CSP
1.50/1.66	c 1	converted 4 (10%) expressions
1.50/1.66	c 1	converted 7 (20%) expressions
1.50/1.66	c 1	converted 10 (30%) expressions
1.50/1.66	c 1	converted 13 (40%) expressions
1.50/1.66	c 1	converted 16 (50%) expressions
1.50/1.66	c 1	converted 19 (60%) expressions
1.50/1.67	c 1	converted 22 (70%) expressions
1.60/1.78	c 1	converted 25 (80%) expressions
2.19/2.31	c 2	converted 28 (90%) expressions
2.90/3.06	c 3	converted 31 (100%) expressions
2.90/3.06	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.90/3.06	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.06	c 3	Propagation in CSP
2.90/3.06	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.90/3.06	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.90/3.06	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.06	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.06	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.90/3.06	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.18/3.34	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.18/3.34	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
3.18/3.35	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
3.18/3.35	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.18/3.35	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.18/3.35	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
3.18/3.35	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
3.18/3.35	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
3.18/3.35	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.18/3.35	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
3.18/3.35	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
162.58/164.14	c 164	1 (10%) CSP clauses are encoded (140804 clauses, 6563627 bytes)
321.32/323.92	c 323	2 (20%) CSP clauses are encoded (281609 clauses, 13314560 bytes)
492.79/497.07	c 497	3 (30%) CSP clauses are encoded (422628 clauses, 20126745 bytes)
666.32/672.26	c 672	4 (40%) CSP clauses are encoded (563182 clauses, 27123005 bytes)
846.28/853.93	c 853	5 (50%) CSP clauses are encoded (704304 clauses, 33954843 bytes)
846.28/853.93	c 853	5 CSP clauses encoded
846.28/853.93	c 853	Writing map file : HOME/temp.map
846.28/853.94	c 853	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
846.28/853.94	c 853	SAT : 180 SAT variables, 704304 SAT clauses, 33954843 bytes
846.28/853.94	c 853	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
846.28/853.96	c 853	SOLVING HOME/temp.cnf
846.28/853.96	c 853	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
846.28/853.97	c 853	This is MiniSat 2.0 beta
846.28/853.97	c 853	WARNING: for repeatability, setting FPU to use double precision
846.28/853.97	c 853	============================[ Problem Statistics ]=============================
846.28/853.97	c 853	|                                                                             |
846.28/853.97	c 853	|  Number of variables:  180                                                  |
846.28/853.97	c 853	|  Number of clauses:    704304                                               |
847.35/855.01	c 854	|  Parsing time:         0.90         s                                       |
847.35/855.08	c 855	============================[ Search Statistics ]==============================
847.35/855.08	c 855	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
847.35/855.08	c 855	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
847.35/855.08	c 855	===============================================================================
847.35/855.08	c 855	|         0 |     180   704304  8842099 |   234768        0    nan |  0.000 % |
847.66/855.35	c 855	|       101 |     180   704304  8842099 |   258244      101      8 |  0.003 % |
848.25/855.92	c 855	|       252 |     180   704304  8842099 |   284069      252     10 |  0.028 % |
849.14/856.86	c 856	|       477 |     180   704304  8842099 |   312476      477     10 |  0.025 % |
850.42/858.16	c 858	|       815 |     180   704304  8842099 |   343723      815      9 |  0.028 % |
852.41/860.15	c 860	|      1322 |     180   704304  8842099 |   378096     1322      9 |  0.031 % |
854.78/862.53	c 862	|      2081 |     180   704304  8842099 |   415905     2081      9 |  0.034 % |
857.66/865.46	c 865	|      3220 |     180   704304  8842099 |   457496     3220      9 |  0.049 % |
864.00/871.84	c 871	|      4928 |     179   704304  8842099 |   503246     4927     10 |  0.562 % |
870.44/878.33	c 878	|      7490 |     179   704304  8842099 |   553570     7489     10 |  0.571 % |
879.36/887.33	c 887	|     11334 |     177   704304  8842099 |   608927    11332     10 |  1.682 % |
894.72/902.82	c 902	|     17101 |     175   704304  8842099 |   669820    17098     10 |  2.781 % |
913.35/921.67	c 921	|     25752 |     173   704304  8842099 |   736802    25748     10 |  3.892 % |
925.05/933.46	c 933	===============================================================================
925.05/933.46	c 933	restarts              : 13
925.05/933.46	c 933	conflicts             : 30661          (390 /sec)
925.05/933.46	c 933	decisions             : 36237          (1.86 % random) (461 /sec)
925.05/933.46	c 933	propagations          : 415742         (5289 /sec)
925.05/933.46	c 933	conflict literals     : 300986         (23.33 % deleted)
925.05/933.46	c 933	Memory used           : 69.89 MB
925.05/933.46	c 933	CPU time              : 78.61 s
925.05/933.46	c 933	
925.05/933.46	c 933	UNSATISFIABLE
925.05/933.47	c 933	DECODING HOME/temp.out WITH HOME/temp.map
925.05/933.47	c 933	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
925.13/933.56	c 933	Decoding HOME/temp.out
925.13/933.58	s UNSATISFIABLE
925.13/933.58	c 933	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
925.13/933.59	c 933	CPU 924.49 (0.04 0 924.45 0.76)
925.13/933.59	c 933	END Thu Jul  3 02:13:59 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-1048389-1215043105/watcher-1048389-1215043105 -o /tmp/evaluation-result-1048389-1215043105/solver-1048389-1215043105 -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-1048389-1215043105.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.01 2.01 1.92 4/82 10194
/proc/meminfo: memFree=1463648/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=18572 CPUtime=0
/proc/10194/stat : 10194 (runsolver) R 10192 10194 9807 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1983279402 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10194/statm: 4643 292 257 25 0 2626 0

[startup+0.081035 s]
/proc/loadavg: 2.01 2.01 1.92 4/82 10194
/proc/meminfo: memFree=1463648/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=0.04
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 900 127 0 0 4 0 0 0 19 0 1 0 1983279402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102876 s]
/proc/loadavg: 2.01 2.01 1.92 4/82 10194
/proc/meminfo: memFree=1463648/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=0.04
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 900 127 0 0 4 0 0 0 19 0 1 0 1983279402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301291 s]
/proc/loadavg: 2.01 2.01 1.92 4/82 10194
/proc/meminfo: memFree=1463648/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=0.04
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 900 127 0 0 4 0 0 0 19 0 1 0 1983279402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701365 s]
/proc/loadavg: 2.01 2.01 1.92 4/82 10194
/proc/meminfo: memFree=1463648/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=0.04
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 900 127 0 0 4 0 0 0 19 0 1 0 1983279402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50251 s]
/proc/loadavg: 2.01 2.01 1.92 3/93 10216
/proc/meminfo: memFree=1455880/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=0.84
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 973 7970 0 1 4 0 75 5 16 0 1 0 1983279402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 797 370 3 0 500 0
[pid=10207] ppid=10194 vsize=5356 CPUtime=0
/proc/10207/stat : 10207 (sh) S 10194 10194 9807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983279493 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10207/statm: 1339 233 193 169 0 50 0
[pid=10208] ppid=10207 vsize=864076 CPUtime=0.57
/proc/10208/stat : 10208 (java) S 10207 10194 9807 0 -1 0 7094 0 1 0 54 3 0 0 18 0 9 0 1983279493 884813824 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10208/statm: 216019 6344 2532 9 0 210601 0
[pid=10208/tid=10209] ppid=10207 vsize=864076 CPUtime=0.32
/proc/10208/task/10209/stat : 10209 (java) R 10207 10194 9807 0 -1 64 2470 0 1 0 31 1 0 0 21 0 9 0 1983279494 884813824 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4126413475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10210] ppid=10207 vsize=864076 CPUtime=0.2
/proc/10208/task/10210/stat : 10210 (java) S 10207 10194 9807 0 -1 64 3619 0 0 0 19 1 0 0 16 0 9 0 1983279495 884813824 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10211] ppid=10207 vsize=864076 CPUtime=0
/proc/10208/task/10211/stat : 10211 (java) S 10207 10194 9807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983279495 884813824 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10212] ppid=10207 vsize=864076 CPUtime=0
/proc/10208/task/10212/stat : 10212 (java) S 10207 10194 9807 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983279495 884813824 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10213] ppid=10207 vsize=864076 CPUtime=0
/proc/10208/task/10213/stat : 10213 (java) S 10207 10194 9807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983279498 884813824 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10214] ppid=10207 vsize=864076 CPUtime=0.03
/proc/10208/task/10214/stat : 10214 (java) S 10207 10194 9807 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 1983279498 884813824 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10215] ppid=10207 vsize=864076 CPUtime=0
/proc/10208/task/10215/stat : 10215 (java) S 10207 10194 9807 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983279498 884813824 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10216] ppid=10207 vsize=864076 CPUtime=0
/proc/10208/task/10216/stat : 10216 (java) S 10207 10194 9807 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983279498 884813824 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883032

[startup+3.1028 s]
/proc/loadavg: 2.01 2.01 1.92 4/93 10216
/proc/meminfo: memFree=1426568/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=0.84
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 974 7970 0 1 4 0 75 5 15 0 1 0 1983279402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 797 370 3 0 500 0
[pid=10207] ppid=10194 vsize=5356 CPUtime=0
/proc/10207/stat : 10207 (sh) S 10194 10194 9807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983279493 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10207/statm: 1339 233 193 169 0 50 0
[pid=10208] ppid=10207 vsize=864692 CPUtime=2.15
/proc/10208/stat : 10208 (java) S 10207 10194 9807 0 -1 0 18860 0 1 0 205 10 0 0 18 0 9 0 1983279493 885444608 17538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10208/statm: 216173 17538 2540 9 0 210748 0
[pid=10208/tid=10209] ppid=10207 vsize=864692 CPUtime=0.79
/proc/10208/task/10209/stat : 10209 (java) R 10207 10194 9807 0 -1 64 3215 0 1 0 78 1 0 0 25 0 9 0 1983279494 885444608 17538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10210] ppid=10207 vsize=864692 CPUtime=1.28
/proc/10208/task/10210/stat : 10210 (java) R 10207 10194 9807 0 -1 64 14629 0 0 0 121 7 0 0 18 0 9 0 1983279495 885444608 17538 996147200 134512640 134550740 4294955952 18446744073709551615 102469625 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10211] ppid=10207 vsize=864692 CPUtime=0
/proc/10208/task/10211/stat : 10211 (java) S 10207 10194 9807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983279495 885444608 17538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10212] ppid=10207 vsize=864692 CPUtime=0
/proc/10208/task/10212/stat : 10212 (java) S 10207 10194 9807 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983279495 885444608 17538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10213] ppid=10207 vsize=864692 CPUtime=0
/proc/10208/task/10213/stat : 10213 (java) S 10207 10194 9807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983279498 885444608 17538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10214] ppid=10207 vsize=864692 CPUtime=0.05
/proc/10208/task/10214/stat : 10214 (java) S 10207 10194 9807 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 1983279498 885444608 17538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10215] ppid=10207 vsize=864692 CPUtime=0
/proc/10208/task/10215/stat : 10215 (java) S 10207 10194 9807 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983279498 885444608 17538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10216] ppid=10207 vsize=864692 CPUtime=0
/proc/10208/task/10216/stat : 10216 (java) S 10207 10194 9807 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983279498 885444608 17538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883648

[startup+6.30137 s]
/proc/loadavg: 2.01 2.01 1.92 3/93 10216
/proc/meminfo: memFree=1400200/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=0.84
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 974 7970 0 1 4 0 75 5 15 0 1 0 1983279402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 797 370 3 0 500 0
[pid=10207] ppid=10194 vsize=5356 CPUtime=0
/proc/10207/stat : 10207 (sh) S 10194 10194 9807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983279493 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10207/statm: 1339 233 193 169 0 50 0
[pid=10208] ppid=10207 vsize=864300 CPUtime=5.32
/proc/10208/stat : 10208 (java) S 10207 10194 9807 0 -1 0 18961 0 1 0 521 11 0 0 18 0 9 0 1983279493 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10208/statm: 216075 17480 2564 9 0 210622 0
[pid=10208/tid=10209] ppid=10207 vsize=864300 CPUtime=3.66
/proc/10208/task/10209/stat : 10209 (java) R 10207 10194 9807 0 -1 64 3297 0 1 0 364 2 0 0 25 0 9 0 1983279494 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4126550104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10210] ppid=10207 vsize=864300 CPUtime=1.55
/proc/10208/task/10210/stat : 10210 (java) S 10207 10194 9807 0 -1 64 14629 0 0 0 148 7 0 0 16 0 9 0 1983279495 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10211] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10211/stat : 10211 (java) S 10207 10194 9807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983279495 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10212] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10212/stat : 10212 (java) S 10207 10194 9807 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983279495 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10213] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10213/stat : 10213 (java) S 10207 10194 9807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983279498 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10214] ppid=10207 vsize=864300 CPUtime=0.08
/proc/10208/task/10214/stat : 10214 (java) S 10207 10194 9807 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 1983279498 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10215] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10215/stat : 10215 (java) S 10207 10194 9807 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983279498 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10216] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10216/stat : 10216 (java) S 10207 10194 9807 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983279498 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883256

[startup+12.7025 s]
/proc/loadavg: 2.01 2.01 1.92 3/93 10216
/proc/meminfo: memFree=1396616/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=0.84
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 974 7970 0 1 4 0 75 5 15 0 1 0 1983279402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 797 370 3 0 500 0
[pid=10207] ppid=10194 vsize=5356 CPUtime=0
/proc/10207/stat : 10207 (sh) S 10194 10194 9807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983279493 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10207/statm: 1339 233 193 169 0 50 0
[pid=10208] ppid=10207 vsize=864300 CPUtime=11.66
/proc/10208/stat : 10208 (java) S 10207 10194 9807 0 -1 0 18961 0 1 0 1155 11 0 0 18 0 9 0 1983279493 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10208/statm: 216075 17480 2564 9 0 210622 0
[pid=10208/tid=10209] ppid=10207 vsize=864300 CPUtime=10
/proc/10208/task/10209/stat : 10209 (java) R 10207 10194 9807 0 -1 64 3297 0 1 0 998 2 0 0 25 0 9 0 1983279494 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4126566730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10210] ppid=10207 vsize=864300 CPUtime=1.55
/proc/10208/task/10210/stat : 10210 (java) S 10207 10194 9807 0 -1 64 14629 0 0 0 148 7 0 0 16 0 9 0 1983279495 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10211] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10211/stat : 10211 (java) S 10207 10194 9807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983279495 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10212] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10212/stat : 10212 (java) S 10207 10194 9807 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983279495 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10213] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10213/stat : 10213 (java) S 10207 10194 9807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983279498 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10214] ppid=10207 vsize=864300 CPUtime=0.08
/proc/10208/task/10214/stat : 10214 (java) S 10207 10194 9807 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 1983279498 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10215] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10215/stat : 10215 (java) S 10207 10194 9807 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983279498 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10216] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10216/stat : 10216 (java) S 10207 10194 9807 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983279498 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883256

[startup+25.5018 s]
/proc/loadavg: 2.01 2.01 1.92 3/93 10216
/proc/meminfo: memFree=1396936/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=0.84
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 974 7970 0 1 4 0 75 5 15 0 1 0 1983279402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 797 370 3 0 500 0
[pid=10207] ppid=10194 vsize=5356 CPUtime=0
/proc/10207/stat : 10207 (sh) S 10194 10194 9807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983279493 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10207/statm: 1339 233 193 169 0 50 0
[pid=10208] ppid=10207 vsize=864300 CPUtime=24.33
/proc/10208/stat : 10208 (java) S 10207 10194 9807 0 -1 0 18961 0 1 0 2422 11 0 0 18 0 9 0 1983279493 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10208/statm: 216075 17480 2564 9 0 210622 0
[pid=10208/tid=10209] ppid=10207 vsize=864300 CPUtime=22.67
/proc/10208/task/10209/stat : 10209 (java) R 10207 10194 9807 0 -1 64 3297 0 1 0 2265 2 0 0 25 0 9 0 1983279494 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4126547405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10210] ppid=10207 vsize=864300 CPUtime=1.55
/proc/10208/task/10210/stat : 10210 (java) S 10207 10194 9807 0 -1 64 14629 0 0 0 148 7 0 0 16 0 9 0 1983279495 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10211] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10211/stat : 10211 (java) S 10207 10194 9807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983279495 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10212] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10212/stat : 10212 (java) S 10207 10194 9807 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983279495 885043200 17480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 1.94 3/92 10273
/proc/meminfo: memFree=1442952/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=0.84
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 974 7970 0 1 4 0 75 5 16 0 1 0 1983279402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 797 370 3 0 500 0
[pid=10207] ppid=10194 vsize=5356 CPUtime=0
/proc/10207/stat : 10207 (sh) S 10194 10194 9807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983279493 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10207/statm: 1339 233 193 169 0 50 0
[pid=10208] ppid=10207 vsize=864300 CPUtime=814.15
/proc/10208/stat : 10208 (java) S 10207 10194 9807 0 -1 0 37327 0 1 0 81372 43 0 0 18 0 9 0 1983279493 885043200 26837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10208/statm: 216075 26837 2564 9 0 210622 0
[pid=10208/tid=10209] ppid=10207 vsize=864300 CPUtime=809.65
/proc/10208/task/10209/stat : 10209 (java) R 10207 10194 9807 0 -1 64 3747 0 1 0 80945 20 0 0 25 0 9 0 1983279494 885043200 26837 996147200 134512640 134550740 4294955952 18446744073709551615 4126550120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10210] ppid=10207 vsize=864300 CPUtime=4.37
/proc/10208/task/10210/stat : 10210 (java) S 10207 10194 9807 0 -1 64 32537 0 0 0 416 21 0 0 16 0 9 0 1983279495 885043200 26837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10211] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10211/stat : 10211 (java) S 10207 10194 9807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983279495 885043200 26837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10212] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10212/stat : 10212 (java) S 10207 10194 9807 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983279495 885043200 26837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10213] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10213/stat : 10213 (java) S 10207 10194 9807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983279498 885043200 26837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10214] ppid=10207 vsize=864300 CPUtime=0.09
/proc/10208/task/10214/stat : 10214 (java) S 10207 10194 9807 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 1983279498 885043200 26837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10208/tid=10215] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10215/stat : 10215 (java) S 10207 10194 9807 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983279498 885043200 26837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10208/tid=10216] ppid=10207 vsize=864300 CPUtime=0
/proc/10208/task/10216/stat : 10216 (java) S 10207 10194 9807 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983279498 885043200 26837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 814.99
Current children cumulated vsize (KiB) 883256

[startup+882.303 s]
/proc/loadavg: 2.05 2.01 1.94 3/84 10275
/proc/meminfo: memFree=1470216/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=846.35
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 1031 45650 0 2 4 0 84575 56 16 0 1 0 1983279402 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 798 370 3 0 500 0
[pid=10274] ppid=10194 vsize=5356 CPUtime=0
/proc/10274/stat : 10274 (sh) S 10194 10194 9807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983364799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10274/statm: 1339 232 193 169 0 50 0
[pid=10275] ppid=10274 vsize=67792 CPUtime=28.05
/proc/10275/stat : 10275 (minisat) R 10274 10194 9807 0 -1 4194304 15915 0 0 0 2791 14 0 0 25 0 1 0 1983364800 69419008 15893 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10275/statm: 16948 15893 75 150 0 16795 0
Current children cumulated CPU time (s) 874.4
Current children cumulated vsize (KiB) 86748

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

[startup+895.901 s]
/proc/loadavg: 2.04 2.01 1.94 3/84 10275
/proc/meminfo: memFree=1469128/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=846.35
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 1031 45650 0 2 4 0 84575 56 16 0 1 0 1983279402 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 798 370 3 0 500 0
[pid=10274] ppid=10194 vsize=5356 CPUtime=0
/proc/10274/stat : 10274 (sh) S 10194 10194 9807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983364799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10274/statm: 1339 232 193 169 0 50 0
[pid=10275] ppid=10274 vsize=69228 CPUtime=41.53
/proc/10275/stat : 10275 (minisat) R 10274 10194 9807 0 -1 4194304 16162 0 0 0 4138 15 0 0 25 0 1 0 1983364800 70889472 16140 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10275/statm: 17307 16140 75 150 0 17154 0
Current children cumulated CPU time (s) 887.88
Current children cumulated vsize (KiB) 88184

[startup+908.703 s]
/proc/loadavg: 2.03 2.01 1.94 3/84 10275
/proc/meminfo: memFree=1468680/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=846.35
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 1031 45650 0 2 4 0 84575 56 16 0 1 0 1983279402 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 798 370 3 0 500 0
[pid=10274] ppid=10194 vsize=5356 CPUtime=0
/proc/10274/stat : 10274 (sh) S 10194 10194 9807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983364799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10274/statm: 1339 232 193 169 0 50 0
[pid=10275] ppid=10274 vsize=70016 CPUtime=54.21
/proc/10275/stat : 10275 (minisat) R 10274 10194 9807 0 -1 4194304 16322 0 0 0 5406 15 0 0 25 0 1 0 1983364800 71696384 16300 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10275/statm: 17504 16300 75 150 0 17351 0
Current children cumulated CPU time (s) 900.56
Current children cumulated vsize (KiB) 88972

[startup+921.502 s]
/proc/loadavg: 2.02 2.01 1.94 3/84 10275
/proc/meminfo: memFree=1467912/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=846.35
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 1031 45650 0 2 4 0 84575 56 16 0 1 0 1983279402 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 798 370 3 0 500 0
[pid=10274] ppid=10194 vsize=5356 CPUtime=0
/proc/10274/stat : 10274 (sh) S 10194 10194 9807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983364799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10274/statm: 1339 232 193 169 0 50 0
[pid=10275] ppid=10274 vsize=70800 CPUtime=66.9
/proc/10275/stat : 10275 (minisat) R 10274 10194 9807 0 -1 4194304 16517 0 0 0 6675 15 0 0 25 0 1 0 1983364800 72499200 16495 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10275/statm: 17700 16495 75 150 0 17547 0
Current children cumulated CPU time (s) 913.25
Current children cumulated vsize (KiB) 89756

[startup+927.903 s]
/proc/loadavg: 2.02 2.01 1.94 3/84 10275
/proc/meminfo: memFree=1467464/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=846.35
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 1031 45650 0 2 4 0 84575 56 16 0 1 0 1983279402 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 798 370 3 0 500 0
[pid=10274] ppid=10194 vsize=5356 CPUtime=0
/proc/10274/stat : 10274 (sh) S 10194 10194 9807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983364799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10274/statm: 1339 232 193 169 0 50 0
[pid=10275] ppid=10274 vsize=71228 CPUtime=73.25
/proc/10275/stat : 10275 (minisat) R 10274 10194 9807 0 -1 4194304 16614 0 0 0 7310 15 0 0 25 0 1 0 1983364800 72937472 16592 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10275/statm: 17807 16592 75 150 0 17654 0
Current children cumulated CPU time (s) 919.6
Current children cumulated vsize (KiB) 90184

[startup+931.102 s]
/proc/loadavg: 2.02 2.01 1.94 3/84 10275
/proc/meminfo: memFree=1467336/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=846.35
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 1031 45650 0 2 4 0 84575 56 16 0 1 0 1983279402 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 798 370 3 0 500 0
[pid=10274] ppid=10194 vsize=5356 CPUtime=0
/proc/10274/stat : 10274 (sh) S 10194 10194 9807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983364799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10274/statm: 1339 232 193 169 0 50 0
[pid=10275] ppid=10274 vsize=71400 CPUtime=76.41
/proc/10275/stat : 10275 (minisat) R 10274 10194 9807 0 -1 4194304 16644 0 0 0 7626 15 0 0 25 0 1 0 1983364800 73113600 16622 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10275/statm: 17850 16622 75 150 0 17697 0
Current children cumulated CPU time (s) 922.76
Current children cumulated vsize (KiB) 90356

[startup+932.702 s]
/proc/loadavg: 2.02 2.01 1.94 3/84 10275
/proc/meminfo: memFree=1467080/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=846.35
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 1031 45650 0 2 4 0 84575 56 16 0 1 0 1983279402 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 798 370 3 0 500 0
[pid=10274] ppid=10194 vsize=5356 CPUtime=0
/proc/10274/stat : 10274 (sh) S 10194 10194 9807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983364799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10274/statm: 1339 232 193 169 0 50 0
[pid=10275] ppid=10274 vsize=71400 CPUtime=78
/proc/10275/stat : 10275 (minisat) R 10274 10194 9807 0 -1 4194304 16662 0 0 0 7785 15 0 0 25 0 1 0 1983364800 73113600 16640 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10275/statm: 17850 16640 75 150 0 17697 0
Current children cumulated CPU time (s) 924.35
Current children cumulated vsize (KiB) 90356

[startup+933.103 s]
/proc/loadavg: 2.02 2.01 1.94 3/84 10275
/proc/meminfo: memFree=1467080/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=846.35
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 1031 45650 0 2 4 0 84575 56 16 0 1 0 1983279402 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 798 370 3 0 500 0
[pid=10274] ppid=10194 vsize=5356 CPUtime=0
/proc/10274/stat : 10274 (sh) S 10194 10194 9807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983364799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10274/statm: 1339 232 193 169 0 50 0
[pid=10275] ppid=10274 vsize=71400 CPUtime=78.4
/proc/10275/stat : 10275 (minisat) R 10274 10194 9807 0 -1 4194304 16663 0 0 0 7825 15 0 0 25 0 1 0 1983364800 73113600 16641 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/10275/statm: 17850 16641 75 150 0 17697 0
Current children cumulated CPU time (s) 924.75
Current children cumulated vsize (KiB) 90356

[startup+933.503 s]
/proc/loadavg: 2.02 2.01 1.94 3/84 10275
/proc/meminfo: memFree=1467080/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=925.13
/proc/10194/stat : 10194 (sugar) S 10192 10194 9807 0 -1 4194304 1070 62637 0 2 4 0 92436 73 17 0 1 0 1983279402 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10194/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 925.13
Current children cumulated vsize (KiB) 13600

[startup+933.602 s]
/proc/loadavg: 2.02 2.01 1.94 3/84 10275
/proc/meminfo: memFree=1467080/2055920 swapFree=4110344/4192956
[pid=10194] ppid=10192 vsize=13600 CPUtime=925.26
/proc/10194/stat : 10194 (sugar) R 10192 10194 9807 0 -1 4194304 1116 66248 0 3 4 1 92445 76 16 0 1 0 1983279402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/10194/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 925.26
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 933.618
CPU time (s): 925.294
CPU user time (s): 924.502
CPU system time (s): 0.791879
CPU usage (%): 99.1084
Max. virtual memory (cumulated for all children) (KiB): 889388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 924.502
system time used= 0.791879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67394
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= 22519
involuntary context switches= 47210

runsolver used 1.23081 second user time and 3.01154 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-03 01:58:25
IDJOB=1048389
IDBENCH=54360
IDSOLVER=346
FILE ID=node70/1048389-1215043105
PBS_JOBID= 7875036
Free space on /tmp= 66408 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97d3e36154eda82f977908a4c78d78e3
RANDOM SEED=1329313024

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1464192 kB
Buffers:         49064 kB
Cached:         271200 kB
SwapCached:      76448 kB
Active:         254408 kB
Inactive:       262352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464192 kB
SwapTotal:     4192956 kB
SwapFree:      4110344 kB
Dirty:            9176 kB
Writeback:           0 kB
Mapped:         213528 kB
Slab:            59648 kB
Committed_AS:  4155380 kB
PageTables:       2236 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= 66436 MiB
End job on node70 at 2008-07-03 02:13:59