Trace number 1078306

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 311.928 312.132

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-33_ext.xml
MD5SUMe841dd70b15a05b93c7551d2b9a5cabb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark34.1428
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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 Fri Jul  4 23:19:39 2008
0.00/0.04	c 0	PID 8664
0.00/0.05	c 0	HOST node8.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078306-1215206379.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-1078306-1215206379.xml' 'HOME/temp.csp'
0.03/0.73	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.03/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.74	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.71/0.81	c 1	Parsing HOME/temp.csp
1.86/1.93	c 2	parsed 139 expressions
1.86/1.93	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.86/1.93	c 2	Converting to clausal form CSP
1.86/1.95	c 2	converted 14 (10%) expressions
1.86/1.97	c 2	converted 28 (20%) expressions
1.86/1.97	c 2	converted 42 (30%) expressions
2.06/2.13	c 2	converted 56 (40%) expressions
2.06/2.13	c 2	converted 70 (50%) expressions
2.06/2.20	c 2	converted 84 (60%) expressions
2.25/2.30	c 2	converted 98 (70%) expressions
2.36/2.40	c 2	converted 112 (80%) expressions
2.45/2.50	c 2	converted 126 (90%) expressions
2.75/2.82	c 3	converted 139 (100%) expressions
2.75/2.82	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.75/2.82	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.75/2.82	c 3	Propagation in CSP
2.75/2.82	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.75/2.82	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.75/2.82	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.75/2.82	c 3	Simplifing CSP by introducing new Boolean variables
2.75/2.82	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.75/2.82	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.85/2.93	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.85/2.94	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.85/2.94	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.85/2.95	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.85/2.95	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.85/2.95	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.85/2.95	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.85/2.95	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.85/2.95	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.85/2.95	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.85/2.95	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.05/3.14	c 3	6 (10%) CSP clauses are encoded (11193 clauses, 246318 bytes)
3.15/3.26	c 3	12 (20%) CSP clauses are encoded (22044 clauses, 502586 bytes)
3.25/3.38	c 3	18 (30%) CSP clauses are encoded (32810 clauses, 766366 bytes)
3.45/3.50	c 3	24 (40%) CSP clauses are encoded (43022 clauses, 1015959 bytes)
3.55/3.62	c 4	30 (50%) CSP clauses are encoded (53881 clauses, 1285269 bytes)
3.65/3.75	c 4	36 (60%) CSP clauses are encoded (64627 clauses, 1552767 bytes)
3.75/3.87	c 4	42 (70%) CSP clauses are encoded (75396 clauses, 1833605 bytes)
3.84/4.00	c 4	48 (80%) CSP clauses are encoded (86181 clauses, 2122176 bytes)
4.04/4.12	c 4	54 (90%) CSP clauses are encoded (97021 clauses, 2412357 bytes)
4.15/4.23	c 4	59 (100%) CSP clauses are encoded (106042 clauses, 2653923 bytes)
4.15/4.23	c 4	59 CSP clauses encoded
4.15/4.23	c 4	Writing map file : HOME/temp.map
4.15/4.23	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.15/4.23	c 4	SAT : 380 SAT variables, 106042 SAT clauses, 2653923 bytes
4.15/4.23	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.15/4.28	c 4	SOLVING HOME/temp.cnf
4.15/4.28	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.15/4.29	c 4	This is MiniSat 2.0 beta
4.15/4.29	c 4	WARNING: for repeatability, setting FPU to use double precision
4.15/4.29	c 4	============================[ Problem Statistics ]=============================
4.15/4.29	c 4	|                                                                             |
4.15/4.29	c 4	|  Number of variables:  380                                                  |
4.15/4.29	c 4	|  Number of clauses:    106042                                               |
4.21/4.35	c 4	|  Parsing time:         0.06         s                                       |
4.21/4.36	c 4	============================[ Search Statistics ]==============================
4.21/4.36	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.21/4.36	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.21/4.36	c 4	===============================================================================
4.21/4.36	c 4	|         0 |     380   106042   581903 |    35347        0    nan |  0.000 % |
4.30/4.42	c 4	|       100 |     380   106042   581903 |    38882      100     10 |  0.001 % |
4.40/4.52	c 4	|       252 |     380   106042   581903 |    42770      252     10 |  0.013 % |
4.50/4.65	c 5	|       478 |     380   106042   581903 |    47047      478     10 |  0.013 % |
4.60/4.79	c 5	|       815 |     380   106042   581903 |    51752      815     11 |  0.013 % |
4.90/5.07	c 5	|      1321 |     380   106042   581903 |    56927     1321     11 |  0.013 % |
5.20/5.38	c 5	|      2080 |     380   106042   581903 |    62619     2080     11 |  0.013 % |
5.80/5.90	c 6	|      3220 |     380   106042   581903 |    68881     3220     12 |  0.013 % |
6.40/6.59	c 6	|      4929 |     380   106042   581903 |    75770     4929     12 |  0.013 % |
7.60/7.79	c 8	|      7491 |     380   106042   581903 |    83347     7491     13 |  0.013 % |
9.49/9.70	c 10	|     11335 |     380   106042   581903 |    91681    11335     13 |  0.013 % |
12.89/13.08	c 13	|     17101 |     380   106042   581903 |   100850    17101     14 |  0.010 % |
18.29/18.40	c 18	|     25750 |     380   106042   581903 |   110935    25750     14 |  0.012 % |
26.39/26.55	c 26	|     38724 |     380   106042   581903 |   122028    38724     15 |  0.010 % |
41.59/41.78	c 42	|     58186 |     380   106042   581903 |   134231    58186     16 |  0.005 % |
68.08/68.25	c 68	|     87378 |     380   106042   581903 |   147654    87378     15 |  0.013 % |
116.47/116.68	c 117	|    131167 |     380   106042   581903 |   162420   131167     16 |  0.015 % |
188.84/189.02	c 189	|    196851 |     380   106042   581903 |   178662    53293     16 |  0.001 % |
299.72/299.96	c 300	|    295378 |     380   106042   581903 |   196528   151820     17 |  0.003 % |
311.72/311.96	c 312	===============================================================================
311.72/311.96	c 312	restarts              : 19
311.72/311.96	c 312	conflicts             : 303039         (985 /sec)
311.72/311.96	c 312	decisions             : 356479         (1.47 % random) (1159 /sec)
311.72/311.96	c 312	propagations          : 15218325       (49488 /sec)
311.72/311.96	c 312	conflict literals     : 5183584        (32.93 % deleted)
311.72/311.96	c 312	Memory used           : 25.54 MB
311.72/311.96	c 312	CPU time              : 307.517 s
311.72/311.96	c 312	
311.72/311.96	c 312	SATISFIABLE
311.72/311.96	c 312	DECODING HOME/temp.out WITH HOME/temp.map
311.72/311.96	c 312	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
311.79/312.05	c 312	Decoding HOME/temp.out
311.79/312.08	s SATISFIABLE
311.79/312.08	v 3 19 3 7 18 13 3 16 16 7 8 4 2 14 2 6 15 10 6 13
311.79/312.08	c 312	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
311.79/312.13	c 312	CPU 311.63 (0.03 0.01 311.6 0.27)
311.79/312.13	c 312	END Fri Jul  4 23:24:51 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078306-1215206379/watcher-1078306-1215206379 -o /tmp/evaluation-result-1078306-1215206379/solver-1078306-1215206379 -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-1078306-1215206379.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.00 2.01 2.00 4/81 8664
/proc/meminfo: memFree=1479104/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=4708 CPUtime=0
/proc/8664/stat : 8664 (sugar) R 8662 8664 3002 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1999612928 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 228703925641 0 0 4096 0 0 0 0 17 1 0 0
/proc/8664/statm: 1177 43 33 3 0 8 0

[startup+0.0894011 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 8664
/proc/meminfo: memFree=1479104/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=0.03
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1999612928 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8664/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102403 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 8664
/proc/meminfo: memFree=1479104/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=0.03
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1999612928 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8664/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301422 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 8664
/proc/meminfo: memFree=1479104/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=0.03
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1999612928 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8664/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701458 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 8664
/proc/meminfo: memFree=1479104/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=0.03
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1999612928 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8664/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50154 s]
/proc/loadavg: 2.00 2.01 2.00 4/92 8686
/proc/meminfo: memFree=1469992/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=0.71
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 973 6980 0 1 3 1 61 6 15 0 1 0 1999612928 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 797 370 3 0 500 0
[pid=8677] ppid=8664 vsize=5356 CPUtime=0
/proc/8677/stat : 8677 (sh) S 8664 8664 3002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999613002 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8677/statm: 1339 233 193 169 0 50 0
[pid=8678] ppid=8677 vsize=864012 CPUtime=0.75
/proc/8678/stat : 8678 (java) S 8677 8664 3002 0 -1 0 7359 0 1 0 73 2 0 0 18 0 9 0 1999613002 884748288 6643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8678/statm: 216003 6644 2532 9 0 210585 0
[pid=8678/tid=8679] ppid=8677 vsize=864012 CPUtime=0.51
/proc/8678/task/8679/stat : 8679 (java) R 8677 8664 3002 0 -1 64 2462 0 1 0 50 1 0 0 21 0 9 0 1999613003 884748288 6645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8680] ppid=8677 vsize=864012 CPUtime=0.18
/proc/8678/task/8680/stat : 8680 (java) R 8677 8664 3002 0 -1 64 3893 0 0 0 18 0 0 0 16 0 9 0 1999613004 884748288 6646 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8681] ppid=8677 vsize=864012 CPUtime=0
/proc/8678/task/8681/stat : 8681 (java) S 8677 8664 3002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999613004 884748288 6647 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8682] ppid=8677 vsize=864012 CPUtime=0
/proc/8678/task/8682/stat : 8682 (java) S 8677 8664 3002 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999613004 884748288 6648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8683] ppid=8677 vsize=864012 CPUtime=0
/proc/8678/task/8683/stat : 8683 (java) S 8677 8664 3002 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999613006 884748288 6650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8684] ppid=8677 vsize=864012 CPUtime=0.03
/proc/8678/task/8684/stat : 8684 (java) S 8677 8664 3002 0 -1 64 311 0 0 0 3 0 0 0 16 0 9 0 1999613006 884748288 6651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8685] ppid=8677 vsize=864012 CPUtime=0
/proc/8678/task/8685/stat : 8685 (java) S 8677 8664 3002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999613006 884748288 6652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8686] ppid=8677 vsize=864012 CPUtime=0
/proc/8678/task/8686/stat : 8686 (java) S 8677 8664 3002 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999613006 884748288 6653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 882968

[startup+3.10169 s]
/proc/loadavg: 2.00 2.01 2.00 4/92 8686
/proc/meminfo: memFree=1446312/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=0.71
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 974 6980 0 1 3 1 61 6 15 0 1 0 1999612928 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 797 370 3 0 500 0
[pid=8677] ppid=8664 vsize=5356 CPUtime=0
/proc/8677/stat : 8677 (sh) S 8664 8664 3002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999613002 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8677/statm: 1339 233 193 169 0 50 0
[pid=8678] ppid=8677 vsize=864404 CPUtime=2.34
/proc/8678/stat : 8678 (java) S 8677 8664 3002 0 -1 0 15280 0 1 0 227 7 0 0 18 0 9 0 1999613002 885149696 14509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8678/statm: 216101 14509 2564 9 0 210648 0
[pid=8678/tid=8679] ppid=8677 vsize=864404 CPUtime=1.21
/proc/8678/task/8679/stat : 8679 (java) R 8677 8664 3002 0 -1 64 3260 0 1 0 119 2 0 0 18 0 9 0 1999613003 885149696 14509 996147200 134512640 134550740 4294955952 18446744073709551615 4126564666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8680] ppid=8677 vsize=864404 CPUtime=1.01
/proc/8678/task/8680/stat : 8680 (java) S 8677 8664 3002 0 -1 64 10986 0 0 0 98 3 0 0 16 0 9 0 1999613004 885149696 14509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8681] ppid=8677 vsize=864404 CPUtime=0
/proc/8678/task/8681/stat : 8681 (java) S 8677 8664 3002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999613004 885149696 14509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8682] ppid=8677 vsize=864404 CPUtime=0
/proc/8678/task/8682/stat : 8682 (java) S 8677 8664 3002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999613004 885149696 14509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8683] ppid=8677 vsize=864404 CPUtime=0
/proc/8678/task/8683/stat : 8683 (java) S 8677 8664 3002 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999613006 885149696 14509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8684] ppid=8677 vsize=864404 CPUtime=0.08
/proc/8678/task/8684/stat : 8684 (java) S 8677 8664 3002 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 1999613006 885149696 14509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8685] ppid=8677 vsize=864404 CPUtime=0
/proc/8678/task/8685/stat : 8685 (java) S 8677 8664 3002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999613006 885149696 14509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8678/tid=8686] ppid=8677 vsize=864404 CPUtime=0
/proc/8678/task/8686/stat : 8686 (java) S 8677 8664 3002 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999613006 885149696 14509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883360

[startup+6.30299 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 8688
/proc/meminfo: memFree=1464744/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 15 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=8432 CPUtime=2
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 2000 0 0 0 200 0 0 0 25 0 1 0 1999613357 8634368 1986 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 2108 1986 75 150 0 1955 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 27388

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1463528/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=9628 CPUtime=8.39
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 2283 0 0 0 839 0 0 0 25 0 1 0 1999613357 9859072 2269 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 2407 2269 75 150 0 2254 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 28584

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1461544/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=11544 CPUtime=21.19
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 2777 0 0 0 2118 1 0 0 25 0 1 0 1999613357 11821056 2763 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 2886 2763 75 150 0 2733 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 30500

[startup+51.1022 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1458536/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=14676 CPUtime=46.78
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 3535 0 0 0 4675 3 0 0 25 0 1 0 1999613357 15028224 3521 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 3669 3521 75 150 0 3516 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 33632

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1453160/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=20100 CPUtime=97.97
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 4864 0 0 0 9793 4 0 0 25 0 1 0 1999613357 20582400 4850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 5025 4850 75 150 0 4872 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 39056

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1448744/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=24576 CPUtime=157.95
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 5952 0 0 0 15790 5 0 0 25 0 1 0 1999613357 25165824 5938 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 6144 5938 75 150 0 5991 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 43532

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1448488/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=24784 CPUtime=217.93
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 5999 0 0 0 21788 5 0 0 25 0 1 0 1999613357 25378816 5985 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 6196 5985 75 150 0 6043 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 43740

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1448360/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=24944 CPUtime=277.92
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 6033 0 0 0 27787 5 0 0 25 0 1 0 1999613357 25542656 6019 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 6236 6019 75 150 0 6083 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 43900

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

[startup+294.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1448360/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=24944 CPUtime=289.91
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 6033 0 0 0 28986 5 0 0 25 0 1 0 1999613357 25542656 6019 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 6236 6019 75 150 0 6083 0
Current children cumulated CPU time (s) 294.11
Current children cumulated vsize (KiB) 43900

[startup+300.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1447848/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=25604 CPUtime=296.32
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 6193 0 0 0 29626 6 0 0 25 0 1 0 1999613357 26218496 6179 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 6401 6179 75 150 0 6248 0
Current children cumulated CPU time (s) 300.52
Current children cumulated vsize (KiB) 44560

[startup+307.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1447400/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=25868 CPUtime=302.72
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 6262 0 0 0 30266 6 0 0 25 0 1 0 1999613357 26488832 6248 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 6467 6248 75 150 0 6314 0
Current children cumulated CPU time (s) 306.92
Current children cumulated vsize (KiB) 44824

[startup+310.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1447208/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=26020 CPUtime=305.92
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 6309 0 0 0 30586 6 0 0 25 0 1 0 1999613357 26644480 6295 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 6505 6295 75 150 0 6352 0
Current children cumulated CPU time (s) 310.12
Current children cumulated vsize (KiB) 44976

[startup+311.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1447208/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=26152 CPUtime=306.72
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 6319 0 0 0 30666 6 0 0 25 0 1 0 1999613357 26779648 6305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 6538 6305 75 150 0 6385 0
Current children cumulated CPU time (s) 310.92
Current children cumulated vsize (KiB) 45108

[startup+311.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1447208/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=4.2
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1031 22617 0 2 3 1 399 17 16 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
[pid=8687] ppid=8664 vsize=5356 CPUtime=0
/proc/8687/stat : 8687 (sh) S 8664 8664 3002 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999613357 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8687/statm: 1339 232 193 169 0 50 0
[pid=8688] ppid=8687 vsize=26152 CPUtime=307.52
/proc/8688/stat : 8688 (minisat) R 8687 8664 3002 0 -1 4194304 6331 0 0 0 30746 6 0 0 25 0 1 0 1999613357 26779648 6317 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8688/statm: 6538 6317 75 150 0 6385 0
Current children cumulated CPU time (s) 311.72
Current children cumulated vsize (KiB) 45108

[startup+312.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8688
/proc/meminfo: memFree=1447208/2055920 swapFree=4179560/4192956
[pid=8664] ppid=8662 vsize=13600 CPUtime=311.79
/proc/8664/stat : 8664 (sugar) S 8662 8664 3002 0 -1 4194304 1090 29243 0 2 3 1 31151 24 15 0 1 0 1999612928 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8664/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 311.79
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 312.132
CPU time (s): 311.928
CPU user time (s): 311.638
CPU system time (s): 0.289955
CPU usage (%): 99.9344
Max. virtual memory (cumulated for all children) (KiB): 883360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 311.638
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34074
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= 2486
involuntary context switches= 8532

runsolver used 0.32595 second user time and 0.857869 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-04 23:19:39
IDJOB=1078306
IDBENCH=56776
IDSOLVER=346
FILE ID=node8/1078306-1215206379
PBS_JOBID= 7881560
Free space on /tmp= 66332 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-33_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-1078306-1215206379/watcher-1078306-1215206379 -o /tmp/evaluation-result-1078306-1215206379/solver-1078306-1215206379 -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-1078306-1215206379.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e841dd70b15a05b93c7551d2b9a5cabb
RANDOM SEED=1719920868

node8.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1479584 kB
Buffers:         51752 kB
Cached:         386884 kB
SwapCached:       6900 kB
Active:         180544 kB
Inactive:       335624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1479584 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            2552 kB
Writeback:           0 kB
Mapped:          93608 kB
Slab:            45124 kB
Committed_AS:  4154184 kB
PageTables:       1884 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= 66332 MiB
End job on node8 at 2008-07-04 23:24:51