Trace number 1048504

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 1093.92 1104.44

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-19_ext.xml
MD5SUM46427bdc7f3b95f9a5a242e456509ade
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.673897
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 02:01:14 2008
0.00/0.05	c 0	PID 21378
0.00/0.05	c 0	HOST node78.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048504-1215043273.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-1048504-1215043273.xml' 'HOME/temp.csp'
0.03/0.90	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	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.92/1.03	c 1	Parsing HOME/temp.csp
1.70/1.88	c 1	parsed 31 expressions
1.70/1.88	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.70/1.88	c 1	Converting to clausal form CSP
1.80/1.91	c 1	converted 4 (10%) expressions
1.80/1.91	c 1	converted 7 (20%) expressions
1.80/1.91	c 1	converted 10 (30%) expressions
1.80/1.91	c 1	converted 13 (40%) expressions
1.80/1.91	c 1	converted 16 (50%) expressions
1.80/1.91	c 1	converted 19 (60%) expressions
1.80/1.92	c 2	converted 22 (70%) expressions
1.90/2.04	c 2	converted 25 (80%) expressions
2.39/2.60	c 2	converted 28 (90%) expressions
3.19/3.39	c 3	converted 31 (100%) expressions
3.19/3.39	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
3.19/3.39	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.19/3.39	c 3	Propagation in CSP
3.19/3.40	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.19/3.40	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
3.19/3.40	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.19/3.40	c 3	Simplifing CSP by introducing new Boolean variables
3.19/3.40	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
3.19/3.40	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.48/3.67	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.48/3.68	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
3.48/3.68	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
3.48/3.68	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.48/3.68	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.48/3.68	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
3.48/3.68	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
3.48/3.68	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
3.48/3.68	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.48/3.68	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
3.48/3.69	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
182.16/184.09	c 184	1 (10%) CSP clauses are encoded (140621 clauses, 6749692 bytes)
363.73/367.36	c 367	2 (20%) CSP clauses are encoded (281440 clauses, 13996130 bytes)
530.45/535.69	c 535	3 (30%) CSP clauses are encoded (422162 clauses, 21242969 bytes)
705.36/712.25	c 712	4 (40%) CSP clauses are encoded (563142 clauses, 27911288 bytes)
873.56/882.10	c 882	5 (50%) CSP clauses are encoded (704380 clauses, 35434088 bytes)
873.56/882.10	c 882	5 CSP clauses encoded
873.56/882.10	c 882	Writing map file : HOME/temp.map
873.56/882.10	c 882	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
873.67/882.10	c 882	SAT : 180 SAT variables, 704380 SAT clauses, 35434088 bytes
873.67/882.10	c 882	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
873.67/882.13	c 882	SOLVING HOME/temp.cnf
873.67/882.13	c 882	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
873.67/882.14	c 882	This is MiniSat 2.0 beta
873.67/882.14	c 882	WARNING: for repeatability, setting FPU to use double precision
873.67/882.14	c 882	============================[ Problem Statistics ]=============================
873.67/882.14	c 882	|                                                                             |
873.67/882.14	c 882	|  Number of variables:  180                                                  |
873.67/882.14	c 882	|  Number of clauses:    704380                                               |
873.70/883.18	c 883	|  Parsing time:         0.90         s                                       |
874.74/883.25	c 883	============================[ Search Statistics ]==============================
874.74/883.25	c 883	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
874.74/883.25	c 883	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
874.74/883.25	c 883	===============================================================================
874.74/883.25	c 883	|         0 |     180   704380  8848948 |   234793        0    nan |  0.000 % |
874.93/883.50	c 883	|       100 |     180   704380  8848948 |   258272      100      8 |  0.003 % |
875.53/884.03	c 884	|       251 |     180   704380  8848948 |   284099      251     10 |  0.028 % |
876.03/884.51	c 884	|       476 |     180   704380  8848948 |   312509      476     11 |  0.022 % |
876.72/885.27	c 885	|       813 |     180   704380  8848948 |   343760      813     10 |  0.028 % |
877.42/885.99	c 886	|      1319 |     180   704380  8848948 |   378137     1319      9 |  0.028 % |
878.60/887.11	c 887	|      2078 |     180   704380  8848948 |   415950     2078      9 |  0.028 % |
880.58/889.12	c 889	|      3217 |     180   704380  8848948 |   457545     3217      9 |  0.031 % |
882.66/891.28	c 891	|      4926 |     180   704380  8848948 |   503300     4926      9 |  0.034 % |
887.51/896.12	c 896	|      7489 |     180   704380  8848948 |   553630     7489     10 |  0.034 % |
894.06/902.70	c 902	|     11335 |     179   704380  8848948 |   608993    11334     10 |  0.559 % |
903.47/912.21	c 912	|     17102 |     179   704380  8848948 |   669892    17101     10 |  0.559 % |
918.62/927.58	c 927	|     25751 |     179   704380  8848948 |   736882    25750     11 |  0.574 % |
944.18/953.36	c 953	|     38726 |     178   704380  8848948 |   810570    38724     12 |  1.114 % |
978.94/988.44	c 988	|     58188 |     177   704380  8848948 |   891627    58185     12 |  1.670 % |
1031.46/1041.40	c 1041	|     87380 |     177   704380  8848948 |   980790    87377     12 |  1.707 % |
1093.66/1104.27	c 1104	===============================================================================
1093.66/1104.27	c 1104	restarts              : 16
1093.66/1104.27	c 1104	conflicts             : 119817         (545 /sec)
1093.66/1104.27	c 1104	decisions             : 151140         (1.68 % random) (687 /sec)
1093.66/1104.27	c 1104	propagations          : 1722369        (7833 /sec)
1093.66/1104.27	c 1104	conflict literals     : 1410202        (20.44 % deleted)
1093.66/1104.27	c 1104	Memory used           : 76.10 MB
1093.66/1104.27	c 1104	CPU time              : 219.876 s
1093.66/1104.27	c 1104	
1093.66/1104.28	c 1104	UNSATISFIABLE
1093.66/1104.29	c 1104	DECODING HOME/temp.out WITH HOME/temp.map
1093.66/1104.29	c 1104	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1093.77/1104.39	c 1104	Decoding HOME/temp.out
1093.77/1104.40	s UNSATISFIABLE
1093.86/1104.41	c 1104	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1093.86/1104.42	c 1104	CPU 1093.06 (0.04 0 1093.02 0.82)
1093.86/1104.42	c 1104	END Thu Jul  3 02:19:38 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-1048504-1215043273/watcher-1048504-1215043273 -o /tmp/evaluation-result-1048504-1215043273/solver-1048504-1215043273 -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-1048504-1215043273.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.16 2.05 1.96 4/82 21378
/proc/meminfo: memFree=1792480/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=12268 CPUtime=0
/proc/21378/stat : 21378 (sugar) R 21376 21378 19665 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 228422371 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21378/statm: 3067 316 241 3 0 167 0

[startup+0.0905029 s]
/proc/loadavg: 2.16 2.05 1.96 4/82 21378
/proc/meminfo: memFree=1792480/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=0.03
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 228422371 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102503 s]
/proc/loadavg: 2.16 2.05 1.96 4/82 21378
/proc/meminfo: memFree=1792480/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=0.03
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 228422371 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302527 s]
/proc/loadavg: 2.16 2.05 1.96 4/82 21378
/proc/meminfo: memFree=1792480/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=0.03
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 228422371 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702577 s]
/proc/loadavg: 2.16 2.05 1.96 4/82 21378
/proc/meminfo: memFree=1792480/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=0.03
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 228422371 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 2.16 2.05 1.96 3/93 21400
/proc/meminfo: memFree=1785736/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=0.87
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 973 7970 0 1 3 0 78 6 16 0 1 0 228422371 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 797 370 3 0 500 0
[pid=21391] ppid=21378 vsize=5356 CPUtime=0
/proc/21391/stat : 21391 (sh) S 21378 21378 19665 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 228422466 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21391/statm: 1339 233 193 169 0 50 0
[pid=21392] ppid=21391 vsize=864184 CPUtime=0.54
/proc/21392/stat : 21392 (java) S 21391 21378 19665 0 -1 0 5923 0 1 0 51 3 0 0 18 0 9 0 228422466 884924416 5227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21392/statm: 216046 5227 2531 9 0 210628 0
[pid=21392/tid=21393] ppid=21391 vsize=864184 CPUtime=0.4
/proc/21392/task/21393/stat : 21393 (java) R 21391 21378 19665 0 -1 64 2445 0 1 0 39 1 0 0 20 0 9 0 228422467 884924416 5227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21394] ppid=21391 vsize=864184 CPUtime=0.09
/proc/21392/task/21394/stat : 21394 (java) R 21391 21378 19665 0 -1 64 2480 0 0 0 8 1 0 0 16 0 9 0 228422468 884924416 5227 996147200 134512640 134550740 4294955952 18446744073709551615 103834246 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21395] ppid=21391 vsize=864184 CPUtime=0
/proc/21392/task/21395/stat : 21395 (java) S 21391 21378 19665 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 228422468 884924416 5227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21396] ppid=21391 vsize=864184 CPUtime=0
/proc/21392/task/21396/stat : 21396 (java) S 21391 21378 19665 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 228422468 884924416 5227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21397] ppid=21391 vsize=864184 CPUtime=0
/proc/21392/task/21397/stat : 21397 (java) S 21391 21378 19665 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 228422470 884924416 5227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21398] ppid=21391 vsize=864184 CPUtime=0.03
/proc/21392/task/21398/stat : 21398 (java) S 21391 21378 19665 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 228422470 884924416 5227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21399] ppid=21391 vsize=864184 CPUtime=0
/proc/21392/task/21399/stat : 21399 (java) S 21391 21378 19665 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 228422470 884924416 5227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21400] ppid=21391 vsize=864184 CPUtime=0
/proc/21392/task/21400/stat : 21400 (java) S 21391 21378 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 228422470 884924416 5227 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) 883140

[startup+3.10182 s]
/proc/loadavg: 2.14 2.05 1.96 5/93 21400
/proc/meminfo: memFree=1765064/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=0.87
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 973 7970 0 1 3 0 78 6 16 0 1 0 228422371 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 797 370 3 0 500 0
[pid=21391] ppid=21378 vsize=5356 CPUtime=0
/proc/21391/stat : 21391 (sh) S 21378 21378 19665 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 228422466 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21391/statm: 1339 233 193 169 0 50 0
[pid=21392] ppid=21391 vsize=864876 CPUtime=2.12
/proc/21392/stat : 21392 (java) S 21391 21378 19665 0 -1 0 16486 0 1 0 202 10 0 0 18 0 9 0 228422466 885633024 15447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21392/statm: 216219 15447 2540 9 0 210794 0
[pid=21392/tid=21393] ppid=21391 vsize=864876 CPUtime=0.93
/proc/21392/task/21393/stat : 21393 (java) R 21391 21378 19665 0 -1 64 2894 0 1 0 91 2 0 0 20 0 9 0 228422467 885633024 15447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21394] ppid=21391 vsize=864876 CPUtime=1.11
/proc/21392/task/21394/stat : 21394 (java) R 21391 21378 19665 0 -1 64 12578 0 0 0 104 7 0 0 18 0 9 0 228422468 885633024 15447 996147200 134512640 134550740 4294955952 18446744073709551615 102731859 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21395] ppid=21391 vsize=864876 CPUtime=0
/proc/21392/task/21395/stat : 21395 (java) S 21391 21378 19665 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 228422468 885633024 15447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21396] ppid=21391 vsize=864876 CPUtime=0
/proc/21392/task/21396/stat : 21396 (java) S 21391 21378 19665 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 228422468 885633024 15447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21397] ppid=21391 vsize=864876 CPUtime=0
/proc/21392/task/21397/stat : 21397 (java) S 21391 21378 19665 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 228422470 885633024 15447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21398] ppid=21391 vsize=864876 CPUtime=0.05
/proc/21392/task/21398/stat : 21398 (java) S 21391 21378 19665 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 228422470 885633024 15447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21399] ppid=21391 vsize=864876 CPUtime=0
/proc/21392/task/21399/stat : 21399 (java) S 21391 21378 19665 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 228422470 885633024 15447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21400] ppid=21391 vsize=864876 CPUtime=0
/proc/21392/task/21400/stat : 21400 (java) S 21391 21378 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 228422470 885633024 15447 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) 883832

[startup+6.30216 s]
/proc/loadavg: 2.14 2.05 1.96 3/93 21400
/proc/meminfo: memFree=1728712/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=0.87
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 974 7970 0 1 3 0 78 6 15 0 1 0 228422371 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 797 370 3 0 500 0
[pid=21391] ppid=21378 vsize=5356 CPUtime=0
/proc/21391/stat : 21391 (sh) S 21378 21378 19665 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 228422466 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21391/statm: 1339 233 193 169 0 50 0
[pid=21392] ppid=21391 vsize=864484 CPUtime=5.28
/proc/21392/stat : 21392 (java) S 21391 21378 19665 0 -1 0 18917 0 1 0 516 12 0 0 18 0 9 0 228422466 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21392/statm: 216121 17528 2564 9 0 210668 0
[pid=21392/tid=21393] ppid=21391 vsize=864484 CPUtime=3.54
/proc/21392/task/21393/stat : 21393 (java) R 21391 21378 19665 0 -1 64 3298 0 1 0 351 3 0 0 25 0 9 0 228422467 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4126554566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21394] ppid=21391 vsize=864484 CPUtime=1.63
/proc/21392/task/21394/stat : 21394 (java) S 21391 21378 19665 0 -1 64 14587 0 0 0 155 8 0 0 16 0 9 0 228422468 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21395] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21395/stat : 21395 (java) S 21391 21378 19665 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 228422468 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21396] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21396/stat : 21396 (java) S 21391 21378 19665 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 228422468 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21397] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21397/stat : 21397 (java) S 21391 21378 19665 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 228422470 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21398] ppid=21391 vsize=864484 CPUtime=0.08
/proc/21392/task/21398/stat : 21398 (java) S 21391 21378 19665 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 228422470 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21399] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21399/stat : 21399 (java) S 21391 21378 19665 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 228422470 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21400] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21400/stat : 21400 (java) S 21391 21378 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 228422470 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883440

[startup+12.7028 s]
/proc/loadavg: 2.12 2.05 1.96 4/93 21400
/proc/meminfo: memFree=1728392/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=0.87
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 974 7970 0 1 3 0 78 6 15 0 1 0 228422371 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 797 370 3 0 500 0
[pid=21391] ppid=21378 vsize=5356 CPUtime=0
/proc/21391/stat : 21391 (sh) S 21378 21378 19665 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 228422466 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21391/statm: 1339 233 193 169 0 50 0
[pid=21392] ppid=21391 vsize=864484 CPUtime=11.62
/proc/21392/stat : 21392 (java) S 21391 21378 19665 0 -1 0 18918 0 1 0 1150 12 0 0 18 0 9 0 228422466 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21392/statm: 216121 17528 2564 9 0 210668 0
[pid=21392/tid=21393] ppid=21391 vsize=864484 CPUtime=9.87
/proc/21392/task/21393/stat : 21393 (java) R 21391 21378 19665 0 -1 64 3299 0 1 0 984 3 0 0 25 0 9 0 228422467 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4126554647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21394] ppid=21391 vsize=864484 CPUtime=1.64
/proc/21392/task/21394/stat : 21394 (java) S 21391 21378 19665 0 -1 64 14587 0 0 0 156 8 0 0 16 0 9 0 228422468 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21395] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21395/stat : 21395 (java) S 21391 21378 19665 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 228422468 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21396] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21396/stat : 21396 (java) S 21391 21378 19665 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 228422468 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21397] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21397/stat : 21397 (java) S 21391 21378 19665 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 228422470 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21398] ppid=21391 vsize=864484 CPUtime=0.08
/proc/21392/task/21398/stat : 21398 (java) S 21391 21378 19665 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 228422470 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21399] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21399/stat : 21399 (java) S 21391 21378 19665 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 228422470 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21400] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21400/stat : 21400 (java) S 21391 21378 19665 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 228422470 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883440

[startup+25.5022 s]
/proc/loadavg: 2.10 2.05 1.96 3/93 21400
/proc/meminfo: memFree=1728392/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=0.87
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 974 7970 0 1 3 0 78 6 15 0 1 0 228422371 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 797 370 3 0 500 0
[pid=21391] ppid=21378 vsize=5356 CPUtime=0
/proc/21391/stat : 21391 (sh) S 21378 21378 19665 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 228422466 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21391/statm: 1339 233 193 169 0 50 0
[pid=21392] ppid=21391 vsize=864484 CPUtime=24.3
/proc/21392/stat : 21392 (java) S 21391 21378 19665 0 -1 0 18918 0 1 0 2417 13 0 0 18 0 9 0 228422466 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21392/statm: 216121 17528 2564 9 0 210668 0
[pid=21392/tid=21393] ppid=21391 vsize=864484 CPUtime=22.54
/proc/21392/task/21393/stat : 21393 (java) R 21391 21378 19665 0 -1 64 3299 0 1 0 2251 3 0 0 25 0 9 0 228422467 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4126554613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21394] ppid=21391 vsize=864484 CPUtime=1.64
/proc/21392/task/21394/stat : 21394 (java) S 21391 21378 19665 0 -1 64 14587 0 0 0 156 8 0 0 16 0 9 0 228422468 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21395] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21395/stat : 21395 (java) S 21391 21378 19665 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 228422468 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21392/tid=21396] ppid=21391 vsize=864484 CPUtime=0
/proc/21392/task/21396/stat : 21396 (java) S 21391 21378 19665 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 228422468 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/21402/statm: 17275 16070 75 150 0 17122 0
Current children cumulated CPU time (s) 933.28
Current children cumulated vsize (KiB) 88056

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21402
/proc/meminfo: memFree=1685192/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=873.7
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 1031 45823 0 2 4 0 87306 60 16 0 1 0 228422371 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 798 370 3 0 500 0
[pid=21401] ppid=21378 vsize=5356 CPUtime=0
/proc/21401/stat : 21401 (sh) S 21378 21378 19665 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 228510584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21401/statm: 1339 232 193 169 0 50 0
[pid=21402] ppid=21401 vsize=72996 CPUtime=119.01
/proc/21402/stat : 21402 (minisat) R 21401 21378 19665 0 -1 4194304 16951 0 0 0 11885 16 0 0 25 0 1 0 228510585 74747904 16937 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21402/statm: 18249 16937 75 150 0 18096 0
Current children cumulated CPU time (s) 992.71
Current children cumulated vsize (KiB) 91952

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21402
/proc/meminfo: memFree=1682184/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=873.7
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 1031 45823 0 2 4 0 87306 60 16 0 1 0 228422371 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 798 370 3 0 500 0
[pid=21401] ppid=21378 vsize=5356 CPUtime=0
/proc/21401/stat : 21401 (sh) S 21378 21378 19665 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 228510584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21401/statm: 1339 232 193 169 0 50 0
[pid=21402] ppid=21401 vsize=76184 CPUtime=178.46
/proc/21402/stat : 21402 (minisat) R 21401 21378 19665 0 -1 4194304 17693 0 0 0 17829 17 0 0 25 0 1 0 228510585 78012416 17679 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21402/statm: 19046 17679 75 150 0 18893 0
Current children cumulated CPU time (s) 1052.16
Current children cumulated vsize (KiB) 95140

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

[startup+1075.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21402
/proc/meminfo: memFree=1681672/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=873.7
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 1031 45823 0 2 4 0 87306 60 16 0 1 0 228422371 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 798 370 3 0 500 0
[pid=21401] ppid=21378 vsize=5356 CPUtime=0
/proc/21401/stat : 21401 (sh) S 21378 21378 19665 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 228510584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21401/statm: 1339 232 193 169 0 50 0
[pid=21402] ppid=21401 vsize=76596 CPUtime=191.14
/proc/21402/stat : 21402 (minisat) R 21401 21378 19665 0 -1 4194304 17812 0 0 0 19097 17 0 0 25 0 1 0 228510585 78434304 17798 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21402/statm: 19149 17798 75 150 0 18996 0
Current children cumulated CPU time (s) 1064.84
Current children cumulated vsize (KiB) 95552

[startup+1087.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21402
/proc/meminfo: memFree=1681032/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=873.7
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 1031 45823 0 2 4 0 87306 60 16 0 1 0 228422371 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 798 370 3 0 500 0
[pid=21401] ppid=21378 vsize=5356 CPUtime=0
/proc/21401/stat : 21401 (sh) S 21378 21378 19665 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 228510584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21401/statm: 1339 232 193 169 0 50 0
[pid=21402] ppid=21401 vsize=76992 CPUtime=203.82
/proc/21402/stat : 21402 (minisat) R 21401 21378 19665 0 -1 4194304 17964 0 0 0 20365 17 0 0 25 0 1 0 228510585 78839808 17950 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21402/statm: 19248 17950 75 150 0 19095 0
Current children cumulated CPU time (s) 1077.52
Current children cumulated vsize (KiB) 95948

[startup+1094.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21402
/proc/meminfo: memFree=1680776/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=873.7
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 1031 45823 0 2 4 0 87306 60 16 0 1 0 228422371 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 798 370 3 0 500 0
[pid=21401] ppid=21378 vsize=5356 CPUtime=0
/proc/21401/stat : 21401 (sh) S 21378 21378 19665 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 228510584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21401/statm: 1339 232 193 169 0 50 0
[pid=21402] ppid=21401 vsize=77464 CPUtime=210.16
/proc/21402/stat : 21402 (minisat) R 21401 21378 19665 0 -1 4194304 18039 0 0 0 20999 17 0 0 25 0 1 0 228510585 79323136 18025 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21402/statm: 19366 18025 75 150 0 19213 0
Current children cumulated CPU time (s) 1083.86
Current children cumulated vsize (KiB) 96420

[startup+1100.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21402
/proc/meminfo: memFree=1680520/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=873.7
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 1031 45823 0 2 4 0 87306 60 16 0 1 0 228422371 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 798 370 3 0 500 0
[pid=21401] ppid=21378 vsize=5356 CPUtime=0
/proc/21401/stat : 21401 (sh) S 21378 21378 19665 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 228510584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21401/statm: 1339 232 193 169 0 50 0
[pid=21402] ppid=21401 vsize=77676 CPUtime=216.5
/proc/21402/stat : 21402 (minisat) R 21401 21378 19665 0 -1 4194304 18096 0 0 0 21633 17 0 0 25 0 1 0 228510585 79540224 18082 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21402/statm: 19419 18082 75 150 0 19266 0
Current children cumulated CPU time (s) 1090.2
Current children cumulated vsize (KiB) 96632

[startup+1102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21402
/proc/meminfo: memFree=1680328/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=873.7
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 1031 45823 0 2 4 0 87306 60 16 0 1 0 228422371 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 798 370 3 0 500 0
[pid=21401] ppid=21378 vsize=5356 CPUtime=0
/proc/21401/stat : 21401 (sh) S 21378 21378 19665 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 228510584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21401/statm: 1339 232 193 169 0 50 0
[pid=21402] ppid=21401 vsize=77920 CPUtime=218.08
/proc/21402/stat : 21402 (minisat) R 21401 21378 19665 0 -1 4194304 18141 0 0 0 21791 17 0 0 25 0 1 0 228510585 79790080 18127 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21402/statm: 19480 18127 75 150 0 19327 0
Current children cumulated CPU time (s) 1091.78
Current children cumulated vsize (KiB) 96876

[startup+1103.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21402
/proc/meminfo: memFree=1680328/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=873.7
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 1031 45823 0 2 4 0 87306 60 16 0 1 0 228422371 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 798 370 3 0 500 0
[pid=21401] ppid=21378 vsize=5356 CPUtime=0
/proc/21401/stat : 21401 (sh) S 21378 21378 19665 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 228510584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21401/statm: 1339 232 193 169 0 50 0
[pid=21402] ppid=21401 vsize=77920 CPUtime=218.88
/proc/21402/stat : 21402 (minisat) R 21401 21378 19665 0 -1 4194304 18142 0 0 0 21871 17 0 0 25 0 1 0 228510585 79790080 18128 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/21402/statm: 19480 18128 75 150 0 19327 0
Current children cumulated CPU time (s) 1092.58
Current children cumulated vsize (KiB) 96876

[startup+1103.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21402
/proc/meminfo: memFree=1680328/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=873.7
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 1031 45823 0 2 4 0 87306 60 16 0 1 0 228422371 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 798 370 3 0 500 0
[pid=21401] ppid=21378 vsize=5356 CPUtime=0
/proc/21401/stat : 21401 (sh) S 21378 21378 19665 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 228510584 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21401/statm: 1339 232 193 169 0 50 0
[pid=21402] ppid=21401 vsize=77920 CPUtime=219.66
/proc/21402/stat : 21402 (minisat) R 21401 21378 19665 0 -1 4194304 18142 0 0 0 21949 17 0 0 25 0 1 0 228510585 79790080 18128 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21402/statm: 19480 18128 75 150 0 19327 0
Current children cumulated CPU time (s) 1093.36
Current children cumulated vsize (KiB) 96876

[startup+1104.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21404
/proc/meminfo: memFree=1752456/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=1093.77
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 1070 64259 0 2 4 0 109293 80 17 0 1 0 228422371 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 798 370 3 0 500 0
[pid=21403] ppid=21378 vsize=5356 CPUtime=0
/proc/21403/stat : 21403 (sh) S 21378 21378 19665 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 228532800 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21403/statm: 1339 233 193 169 0 50 0
[pid=21404] ppid=21403 vsize=152 CPUtime=0
/proc/21404/stat : 21404 (java) R 21403 21378 19665 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 228532801 155648 26 996147200 134512640 134550740 4294956160 18446744073709551615 9716516 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/21404/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 1093.77
Current children cumulated vsize (KiB) 19108

[startup+1104.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21404
/proc/meminfo: memFree=1752456/2055912 swapFree=4178528/4192956
[pid=21378] ppid=21376 vsize=13600 CPUtime=1093.77
/proc/21378/stat : 21378 (sugar) S 21376 21378 19665 0 -1 4194304 1089 64259 0 2 4 0 109293 80 16 0 1 0 228422371 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21378/statm: 3400 798 370 3 0 500 0
[pid=21403] ppid=21378 vsize=5356 CPUtime=0
/proc/21403/stat : 21403 (sh) S 21378 21378 19665 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 228532800 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21403/statm: 1339 233 193 169 0 50 0
[pid=21404] ppid=21403 vsize=863720 CPUtime=0.09
/proc/21404/stat : 21404 (java) S 21403 21378 19665 0 -1 0 3267 0 1 0 7 2 0 0 18 0 9 0 228532801 884449280 2741 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21404/statm: 215930 2741 1642 9 0 210512 0
Current children cumulated CPU time (s) 1093.86
Current children cumulated vsize (KiB) 882676

Child status: 0
Real time (s): 1104.44
CPU time (s): 1093.92
CPU user time (s): 1093.06
CPU system time (s): 0.857869
CPU usage (%): 99.0476
Max. virtual memory (cumulated for all children) (KiB): 890856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1093.06
system time used= 0.857869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69015
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= 22882
involuntary context switches= 56229

runsolver used 1.36879 second user time and 3.72043 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-03 02:01:14
IDJOB=1048504
IDBENCH=54365
IDSOLVER=346
FILE ID=node78/1048504-1215043273
PBS_JOBID= 7875022
Free space on /tmp= 126856 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 46427bdc7f3b95f9a5a242e456509ade
RANDOM SEED=1403475461

node78.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.247
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.247
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:      2055912 kB
MemFree:       1792960 kB
Buffers:         35148 kB
Cached:         144540 kB
SwapCached:       7584 kB
Active:         148812 kB
Inactive:        59460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1792960 kB
SwapTotal:     4192956 kB
SwapFree:      4178528 kB
Dirty:            4256 kB
Writeback:           0 kB
Mapped:          45360 kB
Slab:            39980 kB
Committed_AS:   556736 kB
PageTables:       1684 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126856 MiB
End job on node78 at 2008-07-03 02:19:38