Trace number 2079706

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.14.6+minisatUNSAT 190.173 191.216

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-45_ext.xml
MD5SUMe796ae923cb124c016369356469dc7e4
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 benchmark11.6062
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:17:02 2009
0.00/0.07	c 0	PID 23141
0.00/0.07	c 0	HOST node81.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2079706-1247368622.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079706-1247368622.xml' 'HOME/temp.csp'
0.06/0.69	c 1	1 domains, 20 variables, 0 predicates, 57 relations, 57 constraints
0.06/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.78	c 1	Parsing HOME/temp.csp
1.64/1.75	c 2	parsed 135 expressions
1.64/1.76	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.76	c 2	Converting to clausal form CSP
1.64/1.77	c 2	converted 14 (10%) expressions
1.64/1.79	c 2	converted 27 (20%) expressions
1.64/1.80	c 2	converted 41 (30%) expressions
1.74/1.81	c 2	converted 54 (40%) expressions
1.84/1.97	c 2	converted 68 (50%) expressions
1.94/2.00	c 2	converted 81 (60%) expressions
2.04/2.11	c 2	converted 95 (70%) expressions
2.04/2.19	c 2	converted 108 (80%) expressions
2.23/2.31	c 2	converted 122 (90%) expressions
2.23/2.38	c 2	converted 135 (100%) expressions
2.23/2.39	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.23/2.39	c 2	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.23/2.39	c 2	Propagation in CSP
2.23/2.39	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.23/2.39	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.23/2.39	c 2	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.23/2.39	c 2	Simplifing CSP by introducing new Boolean variables
2.23/2.39	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.23/2.39	c 2	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.43/2.50	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.43/2.50	c 2	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.43/2.51	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.43/2.51	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.43/2.51	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.43/2.51	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.43/2.51	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.43/2.51	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.43/2.51	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.43/2.52	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.43/2.52	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.63/2.70	c 3	6 (10%) CSP clauses are encoded (11140 clauses, 255866 bytes)
2.73/2.83	c 3	12 (20%) CSP clauses are encoded (21924 clauses, 509304 bytes)
2.83/2.95	c 3	18 (30%) CSP clauses are encoded (32769 clauses, 771978 bytes)
2.93/3.05	c 3	23 (40%) CSP clauses are encoded (41150 clauses, 978852 bytes)
3.02/3.18	c 3	29 (50%) CSP clauses are encoded (52071 clauses, 1250696 bytes)
3.23/3.31	c 3	35 (60%) CSP clauses are encoded (62912 clauses, 1526138 bytes)
3.33/3.42	c 3	40 (70%) CSP clauses are encoded (71915 clauses, 1765083 bytes)
3.42/3.54	c 4	46 (80%) CSP clauses are encoded (82794 clauses, 2056334 bytes)
3.52/3.66	c 4	52 (90%) CSP clauses are encoded (92900 clauses, 2325015 bytes)
3.62/3.76	c 4	57 (100%) CSP clauses are encoded (101228 clauses, 2546072 bytes)
3.62/3.76	c 4	57 CSP clauses encoded
3.62/3.76	c 4	Writing map file : HOME/temp.map
3.62/3.76	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.62/3.76	c 4	SAT : 380 SAT variables, 101228 SAT clauses, 2546072 bytes
3.62/3.76	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.62/3.78	c 4	SOLVING HOME/temp.cnf
3.62/3.78	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.62/3.79	c 4	This is MiniSat 2.0 beta
3.62/3.79	c 4	WARNING: for repeatability, setting FPU to use double precision
3.62/3.79	c 4	============================[ Problem Statistics ]=============================
3.62/3.79	c 4	|                                                                             |
3.62/3.79	c 4	|  Number of variables:  380                                                  |
3.62/3.79	c 4	|  Number of clauses:    101228                                               |
3.71/3.85	c 4	|  Parsing time:         0.05         s                                       |
3.71/3.85	c 4	============================[ Search Statistics ]==============================
3.71/3.85	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.71/3.85	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.71/3.85	c 4	===============================================================================
3.71/3.85	c 4	|         0 |     380   101228   554799 |    33742        0    nan |  0.000 % |
3.71/3.91	c 4	|       101 |     380   101228   554799 |    37116      101     13 |  0.001 % |
3.71/4.02	c 4	|       251 |     380   101228   554799 |    40828      251     13 |  0.013 % |
3.71/4.10	c 4	|       476 |     380   101228   554799 |    44911      476     12 |  0.012 % |
3.71/4.21	c 4	|       815 |     380   101228   554799 |    49402      815     11 |  0.015 % |
4.20/4.39	c 4	|      1321 |     380   101228   554799 |    54342     1321     11 |  0.014 % |
4.50/4.64	c 5	|      2080 |     380   101228   554799 |    59777     2080     10 |  0.014 % |
4.90/5.05	c 5	|      3219 |     380   101228   554799 |    65754     3219     11 |  0.015 % |
5.49/5.69	c 6	|      4928 |     380   101228   554799 |    72330     4928     11 |  0.015 % |
6.69/6.80	c 7	|      7490 |     380   101228   554799 |    79563     7490     11 |  0.021 % |
8.09/8.28	c 8	|     11335 |     380   101228   554799 |    87519    11335     12 |  0.006 % |
10.58/10.73	c 11	|     17101 |     380   101228   554799 |    96271    17101     13 |  0.012 % |
14.95/15.11	c 15	|     25750 |     380   101228   554799 |   105898    25750     13 |  0.013 % |
22.31/22.53	c 23	|     38724 |     378    99393   545739 |   116488    11563     13 |  0.527 % |
30.77/31.05	c 31	|     58186 |     377    98607   542091 |   128137    18611     13 |  0.790 % |
47.58/47.92	c 48	|     87379 |     377    98607   542091 |   140951    47804     14 |  0.795 % |
78.03/78.54	c 79	|    131168 |     375    96366   529870 |   155046    73261     15 |  1.316 % |
153.16/154.04	c 154	|    196852 |     375    96366   529870 |   170551   138945     16 |  1.319 % |
189.98/191.04	c 191	===============================================================================
189.98/191.04	c 191	restarts              : 18
189.98/191.04	c 191	conflicts             : 230179         (1236 /sec)
189.98/191.04	c 191	decisions             : 263767         (1.65 % random) (1416 /sec)
189.98/191.04	c 191	propagations          : 11453171       (61487 /sec)
189.98/191.04	c 191	conflict literals     : 3423179        (32.21 % deleted)
189.98/191.04	c 191	Memory used           : 22.82 MB
189.98/191.04	c 191	CPU time              : 186.27 s
189.98/191.04	c 191	
189.98/191.04	c 191	UNSATISFIABLE
189.98/191.05	c 191	DECODING HOME/temp.out WITH HOME/temp.map
189.98/191.05	c 191	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
190.04/191.13	c 191	Decoding HOME/temp.out
190.04/191.14	s UNSATISFIABLE
190.04/191.15	c 191	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
190.04/191.21	c 191	CPU 190.15 (0.05 0.01 189.84 0.25)
190.04/191.21	c 191	END Sun Jul 12 05:20:13 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079706-1247368622/watcher-2079706-1247368622 -o /tmp/evaluation-result-2079706-1247368622/solver-2079706-1247368622 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2079706-1247368622.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 23141
/proc/meminfo: memFree=1648384/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=12272 CPUtime=0
/proc/23141/stat : 23141 (sugar) R 23139 23141 19846 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23927272 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269816478718 0 0 4224 0 0 0 0 17 0 0 0
/proc/23141/statm: 3068 327 246 3 0 168 0

[startup+0.0968809 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 23141
/proc/meminfo: memFree=1648384/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=0.06
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23927272 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101879 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 23141
/proc/meminfo: memFree=1648384/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=0.06
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23927272 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301903 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 23141
/proc/meminfo: memFree=1648384/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=0.06
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23927272 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701942 s]
/proc/loadavg: 1.92 1.98 1.99 4/75 23141
/proc/meminfo: memFree=1648384/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=0.06
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 23927272 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50104 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 23163
/proc/meminfo: memFree=1635880/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=0.67
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1309 7076 0 1 5 1 55 6 15 0 1 0 23927272 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1111 409 3 0 796 0
[pid=23154] ppid=23141 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23141 23141 19846 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23927343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23154/statm: 1339 233 193 169 0 50 0
[pid=23155] ppid=23154 vsize=862288 CPUtime=0.77
/proc/23155/stat : 23155 (java) S 23154 23141 19846 0 -1 0 7359 0 1 0 74 3 0 0 20 0 9 0 23927343 882982912 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23155/statm: 215572 6633 2158 9 0 210485 0
[pid=23155/tid=23156] ppid=23154 vsize=862288 CPUtime=0.49
/proc/23155/task/23156/stat : 23156 (java) R 23154 23141 19846 0 -1 64 2032 0 1 0 48 1 0 0 25 0 9 0 23927344 882982912 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23157] ppid=23154 vsize=862288 CPUtime=0.23
/proc/23155/task/23157/stat : 23157 (java) R 23154 23141 19846 0 -1 64 4320 0 0 0 22 1 0 0 16 0 9 0 23927345 882982912 6633 996147200 134512640 134550932 4294955936 18446744073709551615 104189919 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23158] ppid=23154 vsize=862288 CPUtime=0
/proc/23155/task/23158/stat : 23158 (java) S 23154 23141 19846 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23927345 882982912 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23159] ppid=23154 vsize=862288 CPUtime=0
/proc/23155/task/23159/stat : 23159 (java) S 23154 23141 19846 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23927345 882982912 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23160] ppid=23154 vsize=862288 CPUtime=0
/proc/23155/task/23160/stat : 23160 (java) S 23154 23141 19846 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23927347 882982912 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23161] ppid=23154 vsize=862288 CPUtime=0.03
/proc/23155/task/23161/stat : 23161 (java) S 23154 23141 19846 0 -1 64 304 0 0 0 3 0 0 0 22 0 9 0 23927347 882982912 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23162] ppid=23154 vsize=862288 CPUtime=0
/proc/23155/task/23162/stat : 23162 (java) S 23154 23141 19846 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23927347 882982912 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23163] ppid=23154 vsize=862288 CPUtime=0
/proc/23155/task/23163/stat : 23163 (java) S 23154 23141 19846 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23927347 882982912 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 884512

[startup+3.1022 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 23163
/proc/meminfo: memFree=1609640/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=0.67
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1310 7076 0 1 5 1 55 6 15 0 1 0 23927272 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1111 409 3 0 796 0
[pid=23154] ppid=23141 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23141 23141 19846 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23927343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23154/statm: 1339 233 193 169 0 50 0
[pid=23155] ppid=23154 vsize=864372 CPUtime=2.35
/proc/23155/stat : 23155 (java) S 23154 23141 19846 0 -1 0 14260 0 1 0 228 7 0 0 20 0 9 0 23927343 885116928 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23155/statm: 216093 13445 2590 9 0 210570 0
[pid=23155/tid=23156] ppid=23154 vsize=864372 CPUtime=1.5
/proc/23155/task/23156/stat : 23156 (java) R 23154 23141 19846 0 -1 64 3036 0 1 0 148 2 0 0 25 0 9 0 23927344 885116928 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23157] ppid=23154 vsize=864372 CPUtime=0.76
/proc/23155/task/23157/stat : 23157 (java) S 23154 23141 19846 0 -1 64 10189 0 0 0 72 4 0 0 16 0 9 0 23927345 885116928 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23158] ppid=23154 vsize=864372 CPUtime=0
/proc/23155/task/23158/stat : 23158 (java) S 23154 23141 19846 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23927345 885116928 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23159] ppid=23154 vsize=864372 CPUtime=0
/proc/23155/task/23159/stat : 23159 (java) S 23154 23141 19846 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23927345 885116928 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23160] ppid=23154 vsize=864372 CPUtime=0
/proc/23155/task/23160/stat : 23160 (java) S 23154 23141 19846 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23927347 885116928 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23161] ppid=23154 vsize=864372 CPUtime=0.07
/proc/23155/task/23161/stat : 23161 (java) S 23154 23141 19846 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 23927347 885116928 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23162] ppid=23154 vsize=864372 CPUtime=0
/proc/23155/task/23162/stat : 23162 (java) S 23154 23141 19846 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23927347 885116928 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23155/tid=23163] ppid=23154 vsize=864372 CPUtime=0
/proc/23155/task/23163/stat : 23163 (java) S 23154 23141 19846 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23927347 885116928 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886596

[startup+6.30255 s]
/proc/loadavg: 1.93 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1633192/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 15 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=8428 CPUtime=2.48
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 1978 0 0 0 247 1 0 0 25 0 1 0 23927651 8630272 1964 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 2107 1964 75 150 0 1954 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 30652

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1631848/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=9728 CPUtime=8.85
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 2312 0 0 0 883 2 0 0 25 0 1 0 23927651 9961472 2298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 2432 2298 75 150 0 2279 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 31952

[startup+25.5026 s]
/proc/loadavg: 1.95 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1630376/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=10824 CPUtime=21.59
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 2571 0 0 0 2157 2 0 0 25 0 1 0 23927651 11083776 2557 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 2706 2557 75 150 0 2553 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 33048

[startup+51.1023 s]
/proc/loadavg: 1.96 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1627624/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=12764 CPUtime=47.06
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 3066 0 0 0 4704 2 0 0 25 0 1 0 23927651 13070336 3052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 3191 3052 75 150 0 3038 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 34988

[startup+102.308 s]
/proc/loadavg: 1.98 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1623208/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=17200 CPUtime=98.01
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 4139 0 0 0 9798 3 0 0 25 0 1 0 23927651 17612800 4125 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 4300 4125 75 150 0 4147 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 39424

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1617000/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=22416 CPUtime=157.7
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 5405 0 0 0 15766 4 0 0 25 0 1 0 23927651 22953984 5391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 5604 5391 75 150 0 5451 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 44640

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

[startup+166.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1616744/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=22680 CPUtime=161.68
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 5473 0 0 0 16164 4 0 0 25 0 1 0 23927651 23224320 5459 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 5670 5459 75 150 0 5517 0
Current children cumulated CPU time (s) 165.39
Current children cumulated vsize (KiB) 44904

[startup+179.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1616104/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=23224 CPUtime=174.43
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 5611 0 0 0 17438 5 0 0 25 0 1 0 23927651 23781376 5597 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 5806 5597 75 150 0 5653 0
Current children cumulated CPU time (s) 178.14
Current children cumulated vsize (KiB) 45448

[startup+185.503 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1616104/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=23364 CPUtime=180.8
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 5619 0 0 0 18075 5 0 0 25 0 1 0 23927651 23924736 5605 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 5841 5605 75 150 0 5688 0
Current children cumulated CPU time (s) 184.51
Current children cumulated vsize (KiB) 45588

[startup+188.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1616104/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=23364 CPUtime=183.98
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 5623 0 0 0 18393 5 0 0 25 0 1 0 23927651 23924736 5609 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 5841 5609 75 150 0 5688 0
Current children cumulated CPU time (s) 187.69
Current children cumulated vsize (KiB) 45588

[startup+190.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1616040/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=23364 CPUtime=185.58
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 5634 0 0 0 18553 5 0 0 25 0 1 0 23927651 23924736 5620 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 5841 5620 75 150 0 5688 0
Current children cumulated CPU time (s) 189.29
Current children cumulated vsize (KiB) 45588

[startup+190.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1616040/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=3.71
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1374 21683 0 2 5 1 349 16 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
[pid=23164] ppid=23141 vsize=5356 CPUtime=0
/proc/23164/stat : 23164 (sh) S 23141 23141 19846 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23927651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23164/statm: 1339 232 193 169 0 50 0
[pid=23165] ppid=23164 vsize=23364 CPUtime=185.97
/proc/23165/stat : 23165 (minisat) R 23164 23141 19846 0 -1 4194304 5634 0 0 0 18592 5 0 0 25 0 1 0 23927651 23924736 5620 996147200 134512640 135127466 4294956256 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 0 0 0
/proc/23165/statm: 5841 5620 75 150 0 5688 0
Current children cumulated CPU time (s) 189.68
Current children cumulated vsize (KiB) 45588

[startup+191.101 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1616040/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=190.04
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1427 27611 0 2 5 1 18976 22 17 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (KiB) 16868

[startup+191.201 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 23165
/proc/meminfo: memFree=1616040/2055920 swapFree=4192812/4192956
[pid=23141] ppid=23139 vsize=16868 CPUtime=190.04
/proc/23141/stat : 23141 (sugar) S 23139 23141 19846 0 -1 4194304 1446 27611 0 2 5 1 18976 22 16 0 1 0 23927272 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23141/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 191.216
CPU time (s): 190.173
CPU user time (s): 189.9
CPU system time (s): 0.272958
CPU usage (%): 99.4546
Max. virtual memory (cumulated for all children) (KiB): 886596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.9
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32812
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= 2873
involuntary context switches= 5201

runsolver used 0.232964 second user time and 0.6559 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 05:17:02
IDJOB=2079706
IDBENCH=56939
IDSOLVER=739
FILE ID=node81/2079706-1247368622
PBS_JOBID= 9507093
Free space on /tmp= 126652 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-45_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079706-1247368622/watcher-2079706-1247368622 -o /tmp/evaluation-result-2079706-1247368622/solver-2079706-1247368622 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2079706-1247368622.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e796ae923cb124c016369356469dc7e4
RANDOM SEED=377687166

node81.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.233
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.233
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:       1648864 kB
Buffers:         52592 kB
Cached:         206828 kB
SwapCached:        136 kB
Active:         225116 kB
Inactive:       105492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:          82128 kB
Slab:            61436 kB
Committed_AS:   222620 kB
PageTables:       2012 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= 126652 MiB
End job on node81 at 2009-07-12 05:20:13