Trace number 1048343

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 1002.13 1010.84

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-5_ext.xml
MD5SUMdedcb79b74d97a272ff3a128bc6fbd80
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 benchmark1.00185
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 01:55:38 2008
0.00/0.04	c 0	PID 1661
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048343-1215042938.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-1048343-1215042938.xml' 'HOME/temp.csp'
0.04/0.84	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.04/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.88	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.82/0.96	c 1	Parsing HOME/temp.csp
1.61/1.79	c 2	parsed 31 expressions
1.61/1.79	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.61/1.79	c 2	Converting to clausal form CSP
1.70/1.82	c 2	converted 4 (10%) expressions
1.70/1.82	c 2	converted 7 (20%) expressions
1.70/1.82	c 2	converted 10 (30%) expressions
1.70/1.82	c 2	converted 13 (40%) expressions
1.70/1.82	c 2	converted 16 (50%) expressions
1.70/1.82	c 2	converted 19 (60%) expressions
1.70/1.83	c 2	converted 22 (70%) expressions
1.80/1.93	c 2	converted 25 (80%) expressions
2.29/2.44	c 3	converted 28 (90%) expressions
2.99/3.16	c 4	converted 31 (100%) expressions
2.99/3.16	c 4	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.99/3.16	c 4	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.99/3.16	c 4	Propagation in CSP
2.99/3.16	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.99/3.16	c 4	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.99/3.16	c 4	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.99/3.16	c 4	Simplifing CSP by introducing new Boolean variables
2.99/3.16	c 4	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.99/3.16	c 4	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.29/3.40	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.29/3.41	c 4	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
3.29/3.41	c 4	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
3.29/3.41	c 4	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.29/3.41	c 4	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.29/3.41	c 4	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
3.29/3.41	c 4	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
3.29/3.41	c 4	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
3.29/3.41	c 4	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.29/3.42	c 4	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
3.29/3.42	c 4	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
159.70/161.39	c 162	1 (10%) CSP clauses are encoded (140860 clauses, 6560902 bytes)
313.34/316.40	c 317	2 (20%) CSP clauses are encoded (281808 clauses, 12982800 bytes)
469.82/473.26	c 474	3 (30%) CSP clauses are encoded (422585 clauses, 19975986 bytes)
627.70/632.79	c 633	4 (40%) CSP clauses are encoded (563291 clauses, 26630555 bytes)
783.10/789.78	c 790	5 (50%) CSP clauses are encoded (704191 clauses, 33646692 bytes)
783.10/789.78	c 790	5 CSP clauses encoded
783.10/789.78	c 790	Writing map file : HOME/temp.map
783.10/789.78	c 790	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
783.10/789.78	c 790	SAT : 180 SAT variables, 704191 SAT clauses, 33646692 bytes
783.10/789.78	c 790	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
783.19/789.85	c 790	SOLVING HOME/temp.cnf
783.19/789.85	c 790	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
783.19/789.88	c 790	This is MiniSat 2.0 beta
783.19/789.88	c 790	WARNING: for repeatability, setting FPU to use double precision
783.19/789.88	c 790	============================[ Problem Statistics ]=============================
783.19/789.88	c 790	|                                                                             |
783.19/789.88	c 790	|  Number of variables:  180                                                  |
783.19/789.88	c 790	|  Number of clauses:    704191                                               |
784.13/790.84	c 791	|  Parsing time:         0.87         s                                       |
784.23/790.90	c 791	============================[ Search Statistics ]==============================
784.23/790.90	c 791	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
784.23/790.90	c 791	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
784.23/790.90	c 791	===============================================================================
784.23/790.90	c 791	|         0 |     180   704191  8844644 |   234730        0    nan |  0.000 % |
784.42/791.17	c 792	|       100 |     180   704191  8844644 |   258203      100      8 |  0.003 % |
785.01/791.77	c 792	|       251 |     180   704191  8844644 |   284023      251     10 |  0.016 % |
785.80/792.57	c 793	|       478 |     180   704191  8844644 |   312426      478     10 |  0.028 % |
786.99/793.74	c 794	|       817 |     180   704191  8844644 |   343668      817      9 |  0.028 % |
788.38/795.10	c 795	|      1323 |     180   704191  8844644 |   378035     1323      9 |  0.034 % |
789.57/796.30	c 797	|      2082 |     180   704191  8844644 |   415839     2082      9 |  0.034 % |
792.43/799.23	c 800	|      3221 |     180   704191  8844644 |   457423     3221     10 |  0.028 % |
795.11/801.98	c 802	|      4930 |     180   704191  8844644 |   503165     4930     10 |  0.028 % |
798.67/805.55	c 806	|      7492 |     180   704191  8844644 |   553481     7492     11 |  0.034 % |
803.43/810.39	c 811	|     11337 |     180   704191  8844644 |   608830    11337     11 |  0.040 % |
811.75/818.78	c 819	|     17106 |     179   704191  8844644 |   669713    17105     11 |  0.559 % |
825.53/832.63	c 833	|     25757 |     179   704191  8844644 |   736684    25756     11 |  0.577 % |
846.62/853.95	c 854	|     38731 |     179   704191  8844644 |   810352    38730     11 |  0.565 % |
883.97/891.67	c 892	|     58193 |     176   704191  8844644 |   891388    58191     12 |  2.225 % |
963.93/972.39	c 973	|     87386 |     169   704191  8844644 |   980526    87383     12 |  6.114 % |
1001.87/1010.67	c 1011	===============================================================================
1001.87/1010.67	c 1011	restarts              : 16
1001.87/1010.67	c 1011	conflicts             : 101796         (466 /sec)
1001.87/1010.67	c 1011	decisions             : 125031         (1.69 % random) (572 /sec)
1001.87/1010.67	c 1011	propagations          : 1606685        (7350 /sec)
1001.87/1010.67	c 1011	conflict literals     : 1159886        (19.89 % deleted)
1001.87/1010.67	c 1011	Memory used           : 78.34 MB
1001.87/1010.67	c 1011	CPU time              : 218.606 s
1001.87/1010.67	c 1011	
1001.87/1010.67	c 1011	UNSATISFIABLE
1001.87/1010.69	c 1011	DECODING HOME/temp.out WITH HOME/temp.map
1001.87/1010.69	c 1011	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1001.97/1010.77	c 1011	Decoding HOME/temp.out
1001.97/1010.79	s UNSATISFIABLE
1001.97/1010.79	c 1011	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1002.06/1010.82	c 1011	CPU 1001.36 (0.04 0.01 1001.32 0.71)
1002.06/1010.82	c 1011	END Thu Jul  3 02:12:29 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-1048343-1215042938/watcher-1048343-1215042938 -o /tmp/evaluation-result-1048343-1215042938/solver-1048343-1215042938 -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-1048343-1215042938.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.91 4/81 1661
/proc/meminfo: memFree=1546376/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=18572 CPUtime=0
/proc/1661/stat : 1661 (runsolver) R 1659 1661 1217 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 988748761 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1661/statm: 4643 292 257 25 0 2626 0

[startup+0.066393 s]
/proc/loadavg: 1.94 1.98 1.91 4/81 1661
/proc/meminfo: memFree=1546376/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=0.04
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 988748761 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101373 s]
/proc/loadavg: 1.94 1.98 1.91 4/81 1661
/proc/meminfo: memFree=1546376/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=0.04
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 988748761 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301387 s]
/proc/loadavg: 1.94 1.98 1.91 4/81 1661
/proc/meminfo: memFree=1546376/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=0.04
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 988748761 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701426 s]
/proc/loadavg: 1.94 1.98 1.91 4/81 1661
/proc/meminfo: memFree=1546376/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=0.04
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 988748761 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 1.94 1.98 1.91 5/92 1684
/proc/meminfo: memFree=1538544/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=0.82
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 973 7971 0 1 3 1 73 5 16 0 1 0 988748761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 797 370 3 0 500 0
[pid=1675] ppid=1661 vsize=5356 CPUtime=0
/proc/1675/stat : 1675 (sh) S 1661 1661 1217 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 988748849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1675/statm: 1339 233 193 169 0 50 0
[pid=1676] ppid=1675 vsize=864072 CPUtime=0.6
/proc/1676/stat : 1676 (java) S 1675 1661 1217 0 -1 0 6393 0 1 0 57 3 0 0 19 0 9 0 988748850 884809728 5665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1676/statm: 216018 5665 2532 9 0 210600 0
[pid=1676/tid=1677] ppid=1675 vsize=864072 CPUtime=0.44
/proc/1676/task/1677/stat : 1677 (java) R 1675 1661 1217 0 -1 64 2448 0 1 0 43 1 0 0 21 0 9 0 988748850 884809728 5665 996147200 134512640 134550740 4294955952 18446744073709551615 4126416105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1678] ppid=1675 vsize=864072 CPUtime=0.09
/proc/1676/task/1678/stat : 1678 (java) S 1675 1661 1217 0 -1 64 2943 0 0 0 9 0 0 0 16 0 9 0 988748852 884809728 5665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1679] ppid=1675 vsize=864072 CPUtime=0
/proc/1676/task/1679/stat : 1679 (java) S 1675 1661 1217 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 988748852 884809728 5665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1680] ppid=1675 vsize=864072 CPUtime=0
/proc/1676/task/1680/stat : 1680 (java) S 1675 1661 1217 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 988748852 884809728 5665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1681] ppid=1675 vsize=864072 CPUtime=0
/proc/1676/task/1681/stat : 1681 (java) S 1675 1661 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 988748854 884809728 5665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1682] ppid=1675 vsize=864072 CPUtime=0.03
/proc/1676/task/1682/stat : 1682 (java) S 1675 1661 1217 0 -1 64 306 0 0 0 3 0 0 0 18 0 9 0 988748854 884809728 5665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1683] ppid=1675 vsize=864072 CPUtime=0
/proc/1676/task/1683/stat : 1683 (java) S 1675 1661 1217 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 988748854 884809728 5665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1684] ppid=1675 vsize=864072 CPUtime=0
/proc/1676/task/1684/stat : 1684 (java) S 1675 1661 1217 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 988748854 884809728 5665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883028

[startup+3.10261 s]
/proc/loadavg: 1.94 1.98 1.91 4/92 1684
/proc/meminfo: memFree=1513520/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=0.82
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 973 7971 0 1 3 1 73 5 15 0 1 0 988748761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 797 370 3 0 500 0
[pid=1675] ppid=1661 vsize=5356 CPUtime=0
/proc/1675/stat : 1675 (sh) S 1661 1661 1217 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 988748849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1675/statm: 1339 233 193 169 0 50 0
[pid=1676] ppid=1675 vsize=864220 CPUtime=2.17
/proc/1676/stat : 1676 (java) S 1675 1661 1217 0 -1 0 17865 0 1 0 210 7 0 0 19 0 9 0 988748850 884961280 16638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1676/statm: 216055 16638 2540 9 0 210630 0
[pid=1676/tid=1677] ppid=1675 vsize=864220 CPUtime=0.96
/proc/1676/task/1677/stat : 1677 (java) R 1675 1661 1217 0 -1 64 3216 0 1 0 94 2 0 0 20 0 9 0 988748850 884961280 16638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1678] ppid=1675 vsize=864220 CPUtime=1.14
/proc/1676/task/1678/stat : 1678 (java) R 1675 1661 1217 0 -1 64 13637 0 0 0 110 4 0 0 18 0 9 0 988748852 884961280 16638 996147200 134512640 134550740 4294955952 18446744073709551615 102516869 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1679] ppid=1675 vsize=864220 CPUtime=0
/proc/1676/task/1679/stat : 1679 (java) S 1675 1661 1217 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 988748852 884961280 16638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1680] ppid=1675 vsize=864220 CPUtime=0
/proc/1676/task/1680/stat : 1680 (java) S 1675 1661 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 988748852 884961280 16638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1681] ppid=1675 vsize=864220 CPUtime=0
/proc/1676/task/1681/stat : 1681 (java) S 1675 1661 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 988748854 884961280 16638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1682] ppid=1675 vsize=864220 CPUtime=0.04
/proc/1676/task/1682/stat : 1682 (java) S 1675 1661 1217 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 988748854 884961280 16638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1683] ppid=1675 vsize=864220 CPUtime=0
/proc/1676/task/1683/stat : 1683 (java) S 1675 1661 1217 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 988748854 884961280 16638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1684] ppid=1675 vsize=864220 CPUtime=0
/proc/1676/task/1684/stat : 1684 (java) S 1675 1661 1217 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 988748854 884961280 16638 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) 883176

[startup+6.30286 s]
/proc/loadavg: 1.94 1.98 1.91 4/92 1684
/proc/meminfo: memFree=1482800/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=0.82
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 974 7971 0 1 3 1 73 5 15 0 1 0 988748761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 797 370 3 0 500 0
[pid=1675] ppid=1661 vsize=5356 CPUtime=0
/proc/1675/stat : 1675 (sh) S 1661 1661 1217 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 988748849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1675/statm: 1339 233 193 169 0 50 0
[pid=1676] ppid=1675 vsize=864332 CPUtime=5.34
/proc/1676/stat : 1676 (java) S 1675 1661 1217 0 -1 0 18935 0 1 0 525 9 0 0 19 0 9 0 988748850 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1676/statm: 216083 17470 2564 9 0 210630 0
[pid=1676/tid=1677] ppid=1675 vsize=864332 CPUtime=3.77
/proc/1676/task/1677/stat : 1677 (java) R 1675 1661 1217 0 -1 64 3299 0 1 0 375 2 0 0 25 0 9 0 988748850 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4126554978 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1678] ppid=1675 vsize=864332 CPUtime=1.46
/proc/1676/task/1678/stat : 1678 (java) S 1675 1661 1217 0 -1 64 14605 0 0 0 141 5 0 0 16 0 9 0 988748852 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1679] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1679/stat : 1679 (java) S 1675 1661 1217 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 988748852 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1680] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1680/stat : 1680 (java) S 1675 1661 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 988748852 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1681] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1681/stat : 1681 (java) S 1675 1661 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 988748854 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1682] ppid=1675 vsize=864332 CPUtime=0.08
/proc/1676/task/1682/stat : 1682 (java) S 1675 1661 1217 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 988748854 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1683] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1683/stat : 1683 (java) S 1675 1661 1217 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 988748854 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1684] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1684/stat : 1684 (java) S 1675 1661 1217 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 988748854 885075968 17470 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) 883288

[startup+12.7024 s]
/proc/loadavg: 1.95 1.98 1.91 3/92 1684
/proc/meminfo: memFree=1482672/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=0.82
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 974 7971 0 1 3 1 73 5 15 0 1 0 988748761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 797 370 3 0 500 0
[pid=1675] ppid=1661 vsize=5356 CPUtime=0
/proc/1675/stat : 1675 (sh) S 1661 1661 1217 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 988748849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1675/statm: 1339 233 193 169 0 50 0
[pid=1676] ppid=1675 vsize=864332 CPUtime=11.68
/proc/1676/stat : 1676 (java) S 1675 1661 1217 0 -1 0 18935 0 1 0 1159 9 0 0 19 0 9 0 988748850 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1676/statm: 216083 17470 2564 9 0 210630 0
[pid=1676/tid=1677] ppid=1675 vsize=864332 CPUtime=10.11
/proc/1676/task/1677/stat : 1677 (java) R 1675 1661 1217 0 -1 64 3299 0 1 0 1009 2 0 0 25 0 9 0 988748850 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4126554944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1678] ppid=1675 vsize=864332 CPUtime=1.46
/proc/1676/task/1678/stat : 1678 (java) S 1675 1661 1217 0 -1 64 14605 0 0 0 141 5 0 0 16 0 9 0 988748852 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1679] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1679/stat : 1679 (java) S 1675 1661 1217 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 988748852 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1680] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1680/stat : 1680 (java) S 1675 1661 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 988748852 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1681] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1681/stat : 1681 (java) S 1675 1661 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 988748854 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1682] ppid=1675 vsize=864332 CPUtime=0.08
/proc/1676/task/1682/stat : 1682 (java) S 1675 1661 1217 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 988748854 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1683] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1683/stat : 1683 (java) S 1675 1661 1217 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 988748854 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1684] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1684/stat : 1684 (java) S 1675 1661 1217 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 988748854 885075968 17470 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) 883288

[startup+25.5014 s]
/proc/loadavg: 1.96 1.98 1.91 3/92 1684
/proc/meminfo: memFree=1482800/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=0.82
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 974 7971 0 1 3 1 73 5 15 0 1 0 988748761 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 797 370 3 0 500 0
[pid=1675] ppid=1661 vsize=5356 CPUtime=0
/proc/1675/stat : 1675 (sh) S 1661 1661 1217 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 988748849 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1675/statm: 1339 233 193 169 0 50 0
[pid=1676] ppid=1675 vsize=864332 CPUtime=24.36
/proc/1676/stat : 1676 (java) S 1675 1661 1217 0 -1 0 18935 0 1 0 2427 9 0 0 19 0 9 0 988748850 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1676/statm: 216083 17470 2564 9 0 210630 0
[pid=1676/tid=1677] ppid=1675 vsize=864332 CPUtime=22.79
/proc/1676/task/1677/stat : 1677 (java) R 1675 1661 1217 0 -1 64 3299 0 1 0 2277 2 0 0 25 0 9 0 988748850 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4126554981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1678] ppid=1675 vsize=864332 CPUtime=1.46
/proc/1676/task/1678/stat : 1678 (java) S 1675 1661 1217 0 -1 64 14605 0 0 0 141 5 0 0 16 0 9 0 988748852 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1679] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1679/stat : 1679 (java) S 1675 1661 1217 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 988748852 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1680] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1680/stat : 1680 (java) S 1675 1661 1217 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 988748852 885075968 17470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=1676/tid=1682] ppid=1675 vsize=864332 CPUtime=0.09
/proc/1676/task/1682/stat : 1682 (java) S 1675 1661 1217 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 988748854 885075968 26358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1683] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1683/stat : 1683 (java) S 1675 1661 1217 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 988748854 885075968 26358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1676/tid=1684] ppid=1675 vsize=864332 CPUtime=0
/proc/1676/task/1684/stat : 1684 (java) S 1675 1661 1217 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 988748854 885075968 26358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 755.98
Current children cumulated vsize (KiB) 883288

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/83 1856
/proc/meminfo: memFree=1399544/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=783.22
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 1031 44930 0 2 3 1 78265 53 16 0 1 0 988748761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 798 370 3 0 500 0
[pid=1855] ppid=1661 vsize=5356 CPUtime=0
/proc/1855/stat : 1855 (sh) S 1661 1661 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 988827746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1855/statm: 1339 232 193 169 0 50 0
[pid=1856] ppid=1855 vsize=70612 CPUtime=32.1
/proc/1856/stat : 1856 (minisat) R 1855 1661 1217 0 -1 4194304 16403 0 0 0 3199 11 0 0 25 0 1 0 988827749 72306688 16389 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1856/statm: 17653 16389 75 150 0 17500 0
Current children cumulated CPU time (s) 815.32
Current children cumulated vsize (KiB) 89568

[startup+882.305 s]
/proc/loadavg: 2.00 2.00 1.96 3/83 1856
/proc/meminfo: memFree=1396216/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=783.22
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 1031 44930 0 2 3 1 78265 53 16 0 1 0 988748761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 798 370 3 0 500 0
[pid=1855] ppid=1661 vsize=5356 CPUtime=0
/proc/1855/stat : 1855 (sh) S 1661 1661 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 988827746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1855/statm: 1339 232 193 169 0 50 0
[pid=1856] ppid=1855 vsize=74236 CPUtime=91.53
/proc/1856/stat : 1856 (minisat) R 1855 1661 1217 0 -1 4194304 17239 0 0 0 9142 11 0 0 25 0 1 0 988827749 76017664 17225 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1856/statm: 18559 17225 75 150 0 18406 0
Current children cumulated CPU time (s) 874.75
Current children cumulated vsize (KiB) 93192

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.96 3/83 1856
/proc/meminfo: memFree=1392504/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=783.22
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 1031 44930 0 2 3 1 78265 53 16 0 1 0 988748761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 798 370 3 0 500 0
[pid=1855] ppid=1661 vsize=5356 CPUtime=0
/proc/1855/stat : 1855 (sh) S 1661 1661 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 988827746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1855/statm: 1339 232 193 169 0 50 0
[pid=1856] ppid=1855 vsize=78080 CPUtime=150.98
/proc/1856/stat : 1856 (minisat) R 1855 1661 1217 0 -1 4194304 18163 0 0 0 15086 12 0 0 25 0 1 0 988827749 79953920 18149 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1856/statm: 19520 18149 75 150 0 19367 0
Current children cumulated CPU time (s) 934.2
Current children cumulated vsize (KiB) 97036

[startup+1002.3 s]
/proc/loadavg: 2.09 2.03 1.97 3/83 1856
/proc/meminfo: memFree=1390968/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=783.22
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 1031 44930 0 2 3 1 78265 53 16 0 1 0 988748761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 798 370 3 0 500 0
[pid=1855] ppid=1661 vsize=5356 CPUtime=0
/proc/1855/stat : 1855 (sh) S 1661 1661 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 988827746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1855/statm: 1339 232 193 169 0 50 0
[pid=1856] ppid=1855 vsize=79880 CPUtime=210.42
/proc/1856/stat : 1856 (minisat) R 1855 1661 1217 0 -1 4194304 18546 0 0 0 21030 12 0 0 25 0 1 0 988827749 81797120 18532 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/1856/statm: 19970 18532 75 150 0 19817 0
Current children cumulated CPU time (s) 993.64
Current children cumulated vsize (KiB) 98836

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

[startup+1004.7 s]
/proc/loadavg: 2.08 2.03 1.97 3/83 1856
/proc/meminfo: memFree=1390776/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=783.22
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 1031 44930 0 2 3 1 78265 53 16 0 1 0 988748761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 798 370 3 0 500 0
[pid=1855] ppid=1661 vsize=5356 CPUtime=0
/proc/1855/stat : 1855 (sh) S 1661 1661 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 988827746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1855/statm: 1339 232 193 169 0 50 0
[pid=1856] ppid=1855 vsize=80220 CPUtime=212.8
/proc/1856/stat : 1856 (minisat) R 1855 1661 1217 0 -1 4194304 18598 0 0 0 21268 12 0 0 25 0 1 0 988827749 82145280 18584 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/1856/statm: 20055 18584 75 150 0 19902 0
Current children cumulated CPU time (s) 996.02
Current children cumulated vsize (KiB) 99176

[startup+1007.9 s]
/proc/loadavg: 2.08 2.03 1.97 3/83 1856
/proc/meminfo: memFree=1390648/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=783.22
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 1031 44930 0 2 3 1 78265 53 16 0 1 0 988748761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 798 370 3 0 500 0
[pid=1855] ppid=1661 vsize=5356 CPUtime=0
/proc/1855/stat : 1855 (sh) S 1661 1661 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 988827746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1855/statm: 1339 232 193 169 0 50 0
[pid=1856] ppid=1855 vsize=80220 CPUtime=215.97
/proc/1856/stat : 1856 (minisat) R 1855 1661 1217 0 -1 4194304 18619 0 0 0 21585 12 0 0 25 0 1 0 988827749 82145280 18605 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1856/statm: 20055 18605 75 150 0 19902 0
Current children cumulated CPU time (s) 999.19
Current children cumulated vsize (KiB) 99176

[startup+1009.5 s]
/proc/loadavg: 2.08 2.03 1.97 3/83 1856
/proc/meminfo: memFree=1390648/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=783.22
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 1031 44930 0 2 3 1 78265 53 16 0 1 0 988748761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 798 370 3 0 500 0
[pid=1855] ppid=1661 vsize=5356 CPUtime=0
/proc/1855/stat : 1855 (sh) S 1661 1661 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 988827746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1855/statm: 1339 232 193 169 0 50 0
[pid=1856] ppid=1855 vsize=80220 CPUtime=217.56
/proc/1856/stat : 1856 (minisat) R 1855 1661 1217 0 -1 4194304 18621 0 0 0 21744 12 0 0 25 0 1 0 988827749 82145280 18607 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1856/statm: 20055 18607 75 150 0 19902 0
Current children cumulated CPU time (s) 1000.78
Current children cumulated vsize (KiB) 99176

[startup+1010.3 s]
/proc/loadavg: 2.08 2.03 1.97 3/83 1856
/proc/meminfo: memFree=1390648/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=783.22
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 1031 44930 0 2 3 1 78265 53 16 0 1 0 988748761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 798 370 3 0 500 0
[pid=1855] ppid=1661 vsize=5356 CPUtime=0
/proc/1855/stat : 1855 (sh) S 1661 1661 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 988827746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1855/statm: 1339 232 193 169 0 50 0
[pid=1856] ppid=1855 vsize=80220 CPUtime=218.35
/proc/1856/stat : 1856 (minisat) R 1855 1661 1217 0 -1 4194304 18622 0 0 0 21823 12 0 0 25 0 1 0 988827749 82145280 18608 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/1856/statm: 20055 18608 75 150 0 19902 0
Current children cumulated CPU time (s) 1001.57
Current children cumulated vsize (KiB) 99176

[startup+1010.7 s]
/proc/loadavg: 2.08 2.03 1.97 3/83 1856
/proc/meminfo: memFree=1390648/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=1001.97
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 1070 63846 0 2 3 1 100125 68 17 0 1 0 988748761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 13600

[startup+1010.8 s]
/proc/loadavg: 2.08 2.03 1.97 3/91 1866
/proc/meminfo: memFree=1460216/2055920 swapFree=4136560/4192956
[pid=1661] ppid=1659 vsize=13600 CPUtime=1001.97
/proc/1661/stat : 1661 (sugar) S 1659 1661 1217 0 -1 4194304 1089 63846 0 2 3 1 100125 68 16 0 1 0 988748761 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1661/statm: 3400 798 370 3 0 500 0
[pid=1857] ppid=1661 vsize=5356 CPUtime=0
/proc/1857/stat : 1857 (sh) S 1661 1661 1217 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 988849830 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1857/statm: 1339 233 193 169 0 50 0
[pid=1858] ppid=1857 vsize=863748 CPUtime=0.09
/proc/1858/stat : 1858 (java) S 1857 1661 1217 0 -1 0 3319 0 1 0 7 2 0 0 18 0 9 0 988849830 884477952 2789 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1858/statm: 215937 2789 1672 9 0 210512 0
[pid=1858/tid=1859] ppid=1857 vsize=863748 CPUtime=0.07
/proc/1858/task/1859/stat : 1859 (java) S 1857 1661 1217 0 -1 64 2412 0 1 0 6 1 0 0 18 0 9 0 988849832 884477952 2789 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1860] ppid=1857 vsize=863748 CPUtime=0
/proc/1858/task/1860/stat : 1860 (java) S 1857 1661 1217 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 988849833 884477952 2789 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1861] ppid=1857 vsize=863748 CPUtime=0
/proc/1858/task/1861/stat : 1861 (java) S 1857 1661 1217 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 988849833 884477952 2789 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1862] ppid=1857 vsize=863748 CPUtime=0
/proc/1858/task/1862/stat : 1862 (java) S 1857 1661 1217 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 988849833 884477952 2789 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1863] ppid=1857 vsize=863748 CPUtime=0
/proc/1858/task/1863/stat : 1863 (java) S 1857 1661 1217 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 988849835 884477952 2789 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1864] ppid=1857 vsize=863748 CPUtime=0
/proc/1858/task/1864/stat : 1864 (java) R 1857 1661 1217 0 -1 64 213 0 0 0 0 0 0 0 19 0 9 0 988849835 884477952 2789 996147200 134512640 134550740 4294956000 18446744073709551615 101988780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1865] ppid=1857 vsize=863748 CPUtime=0
/proc/1858/task/1865/stat : 1865 (java) S 1857 1661 1217 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 988849835 884477952 2789 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1858/tid=1866] ppid=1857 vsize=863748 CPUtime=0
/proc/1858/task/1866/stat : 1866 (java) R 1857 1661 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 988849835 884477952 2789 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 882704

Child status: 0
Real time (s): 1010.84
CPU time (s): 1002.13
CPU user time (s): 1001.37
CPU system time (s): 0.754885
CPU usage (%): 99.138
Max. virtual memory (cumulated for all children) (KiB): 889420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1001.37
system time used= 0.754885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68605
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= 21021
involuntary context switches= 41579

runsolver used 1.58776 second user time and 3.2795 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-03 01:55:38
IDJOB=1048343
IDBENCH=54358
IDSOLVER=346
FILE ID=node26/1048343-1215042938
PBS_JOBID= 7875122
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dedcb79b74d97a272ff3a128bc6fbd80
RANDOM SEED=1793304017

node26.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.221
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.221
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:       1546856 kB
Buffers:         70356 kB
Cached:         295756 kB
SwapCached:      50592 kB
Active:         176860 kB
Inactive:       280556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1546856 kB
SwapTotal:     4192956 kB
SwapFree:      4136560 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:         106996 kB
Slab:            36680 kB
Committed_AS:  1648016 kB
PageTables:       1956 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node26 at 2008-07-03 02:12:29