Trace number 1041210

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 265.22 267.89

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-18.xml
MD5SUMafec1f669fbbb2f7855298cf0c34011a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark55.9815
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints167
Maximum constraint arity18
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension151
Global constraints used (with number of constraints)alldifferent(16)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:08:27 2008
0.00/0.04	c 0	PID 30228
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1041210-1215000507.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-1041210-1215000507.xml' 'HOME/temp.csp'
0.03/0.31	c 1	2 domains, 168 variables, 2 predicates, 0 relations, 167 constraints
0.03/0.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.37	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.33/0.45	c 1	Parsing HOME/temp.csp
0.33/0.55	c 1	parsed 339 expressions
0.33/0.56	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/0.56	c 1	Converting to clausal form CSP
0.33/0.58	c 1	converted 34 (10%) expressions
0.33/0.58	c 1	converted 68 (20%) expressions
0.33/0.58	c 1	converted 102 (30%) expressions
0.33/0.58	c 1	converted 136 (40%) expressions
0.33/0.58	c 1	converted 170 (50%) expressions
0.33/0.61	c 1	converted 204 (60%) expressions
0.33/0.63	c 1	converted 238 (70%) expressions
0.33/0.64	c 1	converted 272 (80%) expressions
0.33/0.65	c 1	converted 306 (90%) expressions
1.23/1.31	c 2	converted 339 (100%) expressions
1.23/1.31	c 2	CSP : 172 integers, 0 booleans, 1309 clauses, largest domain size 35
1.23/1.31	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.31	c 2	Propagation in CSP
1.34/1.48	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.34/1.48	c 2	CSP : 172 integers, 0 booleans, 1309 clauses, largest domain size 35
1.34/1.48	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.48	c 2	Simplifing CSP by introducing new Boolean variables
1.44/1.51	c 2	CSP : 172 integers, 1938 booleans, 3247 clauses, largest domain size 35
1.44/1.51	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.54	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.44/1.55	c 2	18 (10%) CSP integer variables are encoded (288 clauses, 3028 bytes)
1.44/1.57	c 2	35 (20%) CSP integer variables are encoded (832 clauses, 9012 bytes)
1.44/1.58	c 2	52 (30%) CSP integer variables are encoded (1376 clauses, 15828 bytes)
1.44/1.60	c 2	69 (40%) CSP integer variables are encoded (1920 clauses, 22900 bytes)
1.52/1.60	c 2	86 (50%) CSP integer variables are encoded (2464 clauses, 29972 bytes)
1.52/1.60	c 2	104 (60%) CSP integer variables are encoded (3040 clauses, 37460 bytes)
1.52/1.60	c 2	121 (70%) CSP integer variables are encoded (3584 clauses, 44532 bytes)
1.52/1.61	c 2	138 (80%) CSP integer variables are encoded (4128 clauses, 51604 bytes)
1.52/1.61	c 2	155 (90%) CSP integer variables are encoded (4672 clauses, 58676 bytes)
1.52/1.62	c 2	172 (100%) CSP integer variables are encoded (5220 clauses, 65800 bytes)
1.83/1.93	c 2	325 (10%) CSP clauses are encoded (102129 clauses, 1540353 bytes)
1.83/1.98	c 2	650 (20%) CSP clauses are encoded (109384 clauses, 1675313 bytes)
1.92/2.02	c 2	975 (30%) CSP clauses are encoded (116771 clauses, 1812704 bytes)
1.92/2.06	c 2	1299 (40%) CSP clauses are encoded (124157 clauses, 1950127 bytes)
1.92/2.10	c 3	1624 (50%) CSP clauses are encoded (131577 clauses, 2088095 bytes)
2.02/2.14	c 3	1949 (60%) CSP clauses are encoded (138997 clauses, 2226074 bytes)
2.02/2.18	c 3	2273 (70%) CSP clauses are encoded (146416 clauses, 2360092 bytes)
2.12/2.21	c 3	2598 (80%) CSP clauses are encoded (153836 clauses, 2488317 bytes)
2.12/2.24	c 3	2923 (90%) CSP clauses are encoded (159817 clauses, 2585378 bytes)
2.12/2.25	c 3	3247 (100%) CSP clauses are encoded (163779 clauses, 2648974 bytes)
2.12/2.25	c 3	3247 CSP clauses encoded
2.12/2.25	c 3	Writing map file : HOME/temp.map
2.12/2.25	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.25	c 3	SAT : 7330 SAT variables, 163779 SAT clauses, 2648974 bytes
2.12/2.25	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/2.30	c 3	SOLVING HOME/temp.cnf
2.18/2.30	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.18/2.30	c 3	This is MiniSat 2.0 beta
2.18/2.30	c 3	WARNING: for repeatability, setting FPU to use double precision
2.18/2.30	c 3	============================[ Problem Statistics ]=============================
2.18/2.30	c 3	|                                                                             |
2.18/2.31	c 3	|  Number of variables:  7330                                                 |
2.18/2.31	c 3	|  Number of clauses:    163779                                               |
2.18/2.38	c 3	|  Parsing time:         0.07         s                                       |
2.18/2.39	c 3	============================[ Search Statistics ]==============================
2.18/2.39	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.39	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.39	c 3	===============================================================================
2.18/2.39	c 3	|         0 |    7330   163779   471040 |    54593        0    nan |  0.000 % |
2.18/2.49	c 3	|       101 |    7330   163779   471040 |    60052      101      8 |  0.000 % |
2.18/2.67	c 3	|       256 |    7330   163779   471040 |    66057      256     16 |  0.000 % |
2.18/2.92	c 3	|       481 |    7330   163779   471040 |    72663      481     15 |  0.000 % |
3.16/3.39	c 4	|       819 |    7330   163779   471040 |    79929      819     19 |  0.000 % |
3.86/4.06	c 4	|      1325 |    7330   163779   471040 |    87922     1325     18 |  0.000 % |
4.95/5.10	c 6	|      2084 |    7330   163779   471040 |    96714     2084     18 |  0.000 % |
6.03/6.26	c 7	|      3224 |    7330   163779   471040 |   106386     3224     18 |  0.000 % |
8.42/8.64	c 9	|      4932 |    7330   163779   471040 |   117024     4932     19 |  0.000 % |
11.98/12.26	c 13	|      7495 |    7330   163779   471040 |   128727     7495     20 |  0.000 % |
18.02/18.30	c 19	|     11339 |    7330   163779   471040 |   141600    11339     21 |  0.000 % |
28.22/28.64	c 29	|     17105 |    7330   163779   471040 |   155760    17105     21 |  0.000 % |
40.21/40.74	c 41	|     25754 |    7330   163779   471040 |   171336    25754     22 |  0.000 % |
65.46/66.25	c 67	|     38728 |    7330   163779   471040 |   188469    38728     22 |  0.000 % |
107.56/108.78	c 109	|     58189 |    7330   163779   471040 |   207316    58189     21 |  0.000 % |
173.92/175.71	c 176	|     87381 |    7330   163779   471040 |   228048    87381     22 |  0.000 % |
264.85/267.55	c 268	===============================================================================
264.85/267.55	c 268	restarts              : 16
264.85/267.55	c 268	conflicts             : 122428         (466 /sec)
264.85/267.55	c 268	decisions             : 142036         (0.70 % random) (541 /sec)
264.85/267.55	c 268	propagations          : 128165180      (487893 /sec)
264.85/267.55	c 268	conflict literals     : 2705105        (35.45 % deleted)
264.85/267.55	c 268	Memory used           : 23.43 MB
264.85/267.55	c 268	CPU time              : 262.691 s
264.85/267.55	c 268	
264.85/267.55	c 268	SATISFIABLE
264.85/267.56	c 268	DECODING HOME/temp.out WITH HOME/temp.map
264.85/267.56	c 268	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
264.94/267.65	c 268	Decoding HOME/temp.out
264.94/267.78	s SATISFIABLE
264.94/267.80	v 6 10 8 9 16 1 14 4 18 15 2 5 17 11 13 12 7 3 -4 2 -1 -7 15 -13 10 -14 3 13 -3 -12 6 -2 1 5 4 -2 1 -8 8 2 -3 -4 -11 16 10 -15 -6 4 -1 6 9 -3 -6 7 -5 12 -17 -1 2 13 -2 -9 -8 5 4 10 -10 9 -6 5 -2 -14 12 -1 1 4 -11 -7 10 8 5 -4 4 -9 1 -1 9 -13 7 2 -10 -2 14 -8 6 -10 -6 14 -4 -3 -7 5 3 -5 2 2 -8 -7 7 11 -16 3 -9 6 8 -1 -12 -5 6 4 -1 -10 1 -8 11 12 -9 8 3 -8 5 -12 2 -3 15 4 5 -9 -2 3 -11 7 1 1 -7 -3 -4 4 -6 11 -11 -1 -5 -3 9 -2 -5 -3 -4 2 13 -7 -2 1 6 -6 3 5
264.94/267.83	c 268	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
264.94/267.88	c 268	CPU 265 (0.03 0.01 264.97 0.18)
264.94/267.88	c 268	END Wed Jul  2 14:12:55 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-1041210-1215000507/watcher-1041210-1215000507 -o /tmp/evaluation-result-1041210-1215000507/solver-1041210-1215000507 -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-1041210-1215000507.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.00 1.91 4/72 30228
/proc/meminfo: memFree=1911512/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=12272 CPUtime=0
/proc/30228/stat : 30228 (sugar) R 30226 30228 29222 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 1979026365 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 259373339248 0 0 4224 0 0 0 0 17 1 0 0
/proc/30228/statm: 3068 327 246 3 0 168 0

[startup+0.0570721 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 30228
/proc/meminfo: memFree=1911512/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=0.03
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1979026365 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104082 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 30228
/proc/meminfo: memFree=1911512/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=0.03
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1979026365 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301115 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 30228
/proc/meminfo: memFree=1911512/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=0.03
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1979026365 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701197 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 30228
/proc/meminfo: memFree=1911512/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=0.33
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 973 4381 0 1 3 0 27 3 15 0 1 0 1979026365 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13600

[startup+1.50136 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 30250
/proc/meminfo: memFree=1898496/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=0.33
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 974 4381 0 1 3 0 27 3 15 0 1 0 1979026365 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 797 370 3 0 500 0
[pid=30241] ppid=30228 vsize=5356 CPUtime=0
/proc/30241/stat : 30241 (sh) S 30228 30228 29222 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979026402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30241/statm: 1339 233 193 169 0 50 0
[pid=30242] ppid=30241 vsize=868252 CPUtime=1.11
/proc/30242/stat : 30242 (java) S 30241 30228 29222 0 -1 0 5203 0 1 0 107 4 0 0 18 0 9 0 1979026403 889090048 4613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30242/statm: 217063 4613 1728 9 0 211638 0
[pid=30242/tid=30243] ppid=30241 vsize=868252 CPUtime=0.87
/proc/30242/task/30243/stat : 30243 (java) R 30241 30228 29222 0 -1 64 2661 0 1 0 86 1 0 0 25 0 9 0 1979026404 889090048 4613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30242/tid=30244] ppid=30241 vsize=868252 CPUtime=0.03
/proc/30242/task/30244/stat : 30244 (java) S 30241 30228 29222 0 -1 64 419 0 0 0 3 0 0 0 16 0 9 0 1979026405 889090048 4613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30242/tid=30245] ppid=30241 vsize=868252 CPUtime=0
/proc/30242/task/30245/stat : 30245 (java) S 30241 30228 29222 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1979026405 889090048 4613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30242/tid=30246] ppid=30241 vsize=868252 CPUtime=0
/proc/30242/task/30246/stat : 30246 (java) S 30241 30228 29222 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1979026405 889090048 4613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30242/tid=30247] ppid=30241 vsize=868252 CPUtime=0
/proc/30242/task/30247/stat : 30247 (java) S 30241 30228 29222 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979026407 889090048 4613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30242/tid=30248] ppid=30241 vsize=868252 CPUtime=0.17
/proc/30242/task/30248/stat : 30248 (java) R 30241 30228 29222 0 -1 64 1432 0 0 0 16 1 0 0 16 0 9 0 1979026407 889090048 4613 996147200 134512640 134550740 4294955952 18446744073709551615 101636384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30242/tid=30249] ppid=30241 vsize=868252 CPUtime=0
/proc/30242/task/30249/stat : 30249 (java) S 30241 30228 29222 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979026407 889090048 4613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30242/tid=30250] ppid=30241 vsize=868252 CPUtime=0
/proc/30242/task/30250/stat : 30250 (java) S 30241 30228 29222 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979026407 889090048 4613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887208

[startup+3.10168 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 30250
/proc/meminfo: memFree=1894144/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.18
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 0 204 11 15 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 13600

[startup+6.3013 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1897536/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=9708 CPUtime=3.94
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 2299 0 0 0 393 1 0 0 25 0 1 0 1979026596 9940992 2285 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 2427 2285 75 150 0 2274 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 28664

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1897024/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=10248 CPUtime=10.28
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 2417 0 0 0 1027 1 0 0 25 0 1 0 1979026596 10493952 2403 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 2562 2403 75 150 0 2409 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 29204

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1896256/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=11068 CPUtime=22.96
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 2626 0 0 0 2295 1 0 0 25 0 1 0 1979026596 11333632 2612 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 2767 2612 75 150 0 2614 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 30024

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1894400/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=12912 CPUtime=48.31
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 3093 0 0 0 4829 2 0 0 25 0 1 0 1979026596 13221888 3079 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 3228 3079 75 150 0 3075 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 31868

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1891648/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=15632 CPUtime=99.04
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 3773 0 0 0 9901 3 0 0 25 0 1 0 1979026596 16007168 3759 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 3908 3759 75 150 0 3755 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 34588

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1888256/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=18920 CPUtime=158.46
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 4587 0 0 0 15843 3 0 0 25 0 1 0 1979026596 19374080 4573 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 4730 4573 75 150 0 4577 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 37876

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1885184/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=22008 CPUtime=217.89
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 5325 0 0 0 21786 3 0 0 25 0 1 0 1979026596 22536192 5311 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 5502 5311 75 150 0 5349 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 40964

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

[startup+230.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1884928/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=22276 CPUtime=225.82
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 5402 0 0 0 22579 3 0 0 25 0 1 0 1979026596 22810624 5388 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 5569 5388 75 150 0 5416 0
Current children cumulated CPU time (s) 228.01
Current children cumulated vsize (KiB) 41232

[startup+243.108 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1884224/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=22804 CPUtime=238.5
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 5538 0 0 0 23847 3 0 0 25 0 1 0 1979026596 23351296 5524 996147200 134512640 135127466 4294956272 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 5701 5524 75 150 0 5548 0
Current children cumulated CPU time (s) 240.69
Current children cumulated vsize (KiB) 41760

[startup+255.901 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1883648/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=23464 CPUtime=251.17
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 5694 0 0 0 25114 3 0 0 25 0 1 0 1979026596 24027136 5680 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 5866 5680 75 150 0 5713 0
Current children cumulated CPU time (s) 253.36
Current children cumulated vsize (KiB) 42420

[startup+262.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1883456/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=23728 CPUtime=257.51
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 5771 0 0 0 25748 3 0 0 25 0 1 0 1979026596 24297472 5757 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 5932 5757 75 150 0 5779 0
Current children cumulated CPU time (s) 259.7
Current children cumulated vsize (KiB) 42684

[startup+265.501 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1883264/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=23860 CPUtime=260.68
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 5812 0 0 0 26065 3 0 0 25 0 1 0 1979026596 24432640 5798 996147200 134512640 135127466 4294956272 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 5965 5798 75 150 0 5812 0
Current children cumulated CPU time (s) 262.87
Current children cumulated vsize (KiB) 42816

[startup+267.102 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1883264/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=23992 CPUtime=262.27
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 5829 0 0 0 26224 3 0 0 25 0 1 0 1979026596 24567808 5815 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 5998 5815 75 150 0 5845 0
Current children cumulated CPU time (s) 264.46
Current children cumulated vsize (KiB) 42948

[startup+267.502 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1883136/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=2.19
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1034 11339 0 2 3 1 204 11 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
[pid=30251] ppid=30228 vsize=5356 CPUtime=0
/proc/30251/stat : 30251 (sh) S 30228 30228 29222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979026596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30251/statm: 1339 232 193 169 0 50 0
[pid=30252] ppid=30251 vsize=23992 CPUtime=262.66
/proc/30252/stat : 30252 (minisat) R 30251 30228 29222 0 -1 4194304 5833 0 0 0 26263 3 0 0 25 0 1 0 1979026596 24567808 5819 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30252/statm: 5998 5819 75 150 0 5845 0
Current children cumulated CPU time (s) 264.85
Current children cumulated vsize (KiB) 42948

[startup+267.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1883136/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=264.94
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1090 17469 0 2 3 1 26474 16 16 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 264.94
Current children cumulated vsize (KiB) 13600

[startup+267.802 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 30252
/proc/meminfo: memFree=1883136/2055920 swapFree=4179472/4192956
[pid=30228] ppid=30226 vsize=13600 CPUtime=264.94
/proc/30228/stat : 30228 (sugar) S 30226 30228 29222 0 -1 4194304 1092 17469 0 2 3 1 26474 16 15 0 1 0 1979026365 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30228/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 264.94
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 267.89
CPU time (s): 265.22
CPU user time (s): 265.017
CPU system time (s): 0.202969
CPU usage (%): 99.0033
Max. virtual memory (cumulated for all children) (KiB): 887320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 265.017
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22439
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= 2698
involuntary context switches= 8691

runsolver used 0.335948 second user time and 0.897863 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-02 14:08:27
IDJOB=1041210
IDBENCH=53783
IDSOLVER=346
FILE ID=node1/1041210-1215000507
PBS_JOBID= 7870921
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/costasArray/normalized-costasArray-18.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-1041210-1215000507/watcher-1041210-1215000507 -o /tmp/evaluation-result-1041210-1215000507/solver-1041210-1215000507 -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-1041210-1215000507.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= afec1f669fbbb2f7855298cf0c34011a
RANDOM SEED=701288945

node1.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.265
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.265
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:       1911992 kB
Buffers:          4792 kB
Cached:          47756 kB
SwapCached:       7496 kB
Active:          69168 kB
Inactive:         7192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1911992 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          31440 kB
Slab:            52864 kB
Committed_AS:  2994060 kB
PageTables:       1804 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= 66548 MiB
End job on node1 at 2008-07-02 14:12:55