Trace number 2078529

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+minisatSAT 262.948 265.565

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-28_ext.xml
MD5SUM43de4c45a934353bf3f11efe32c96230
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 benchmark2.99254
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:51:59 2009
0.00/0.08	c 0	PID 27489
0.06/0.08	c 0	HOST node17.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2078529-1247367119.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078529-1247367119.xml' 'HOME/temp.csp'
0.06/0.95	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	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.92/1.06	c 1	Parsing HOME/temp.csp
2.00/2.19	c 2	parsed 137 expressions
2.00/2.20	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.20	c 2	Converting to clausal form CSP
2.12/2.22	c 2	converted 14 (10%) expressions
2.12/2.23	c 2	converted 28 (20%) expressions
2.12/2.24	c 2	converted 42 (30%) expressions
2.30/2.41	c 2	converted 55 (40%) expressions
2.30/2.41	c 2	converted 69 (50%) expressions
2.30/2.46	c 2	converted 83 (60%) expressions
2.40/2.56	c 2	converted 96 (70%) expressions
2.50/2.66	c 3	converted 110 (80%) expressions
2.60/2.78	c 3	converted 124 (90%) expressions
2.91/3.05	c 3	converted 137 (100%) expressions
2.91/3.06	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.91/3.06	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.06	c 3	Propagation in CSP
2.91/3.06	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.91/3.06	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.91/3.06	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.06	c 3	Simplifing CSP by introducing new Boolean variables
2.91/3.06	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.91/3.06	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.18	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.18	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.01/3.18	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.01/3.18	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.01/3.19	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.01/3.19	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.01/3.19	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.01/3.19	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.01/3.19	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.01/3.19	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.01/3.19	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.29/3.40	c 3	6 (10%) CSP clauses are encoded (11196 clauses, 247004 bytes)
3.39/3.53	c 3	12 (20%) CSP clauses are encoded (21964 clauses, 500180 bytes)
3.49/3.67	c 4	18 (30%) CSP clauses are encoded (32800 clauses, 769233 bytes)
3.69/3.80	c 4	24 (40%) CSP clauses are encoded (43625 clauses, 1028511 bytes)
3.79/3.90	c 4	29 (50%) CSP clauses are encoded (51958 clauses, 1234105 bytes)
3.89/4.03	c 4	35 (60%) CSP clauses are encoded (62726 clauses, 1501863 bytes)
3.99/4.17	c 4	41 (70%) CSP clauses are encoded (73517 clauses, 1769704 bytes)
4.19/4.31	c 4	47 (80%) CSP clauses are encoded (84363 clauses, 2057100 bytes)
4.28/4.44	c 4	53 (90%) CSP clauses are encoded (95183 clauses, 2346888 bytes)
4.38/4.55	c 4	58 (100%) CSP clauses are encoded (103536 clauses, 2568626 bytes)
4.38/4.55	c 4	58 CSP clauses encoded
4.38/4.55	c 4	Writing map file : HOME/temp.map
4.38/4.55	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.38/4.55	c 4	SAT : 380 SAT variables, 103536 SAT clauses, 2568626 bytes
4.38/4.55	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.38/4.59	c 4	SOLVING HOME/temp.cnf
4.38/4.59	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.38/4.60	c 4	This is MiniSat 2.0 beta
4.38/4.60	c 4	WARNING: for repeatability, setting FPU to use double precision
4.38/4.60	c 4	============================[ Problem Statistics ]=============================
4.38/4.60	c 4	|                                                                             |
4.46/4.60	c 4	|  Number of variables:  380                                                  |
4.46/4.60	c 4	|  Number of clauses:    103536                                               |
4.46/4.67	c 5	|  Parsing time:         0.06         s                                       |
4.46/4.67	c 5	============================[ Search Statistics ]==============================
4.46/4.67	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.46/4.67	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.46/4.67	c 5	===============================================================================
4.46/4.67	c 5	|         0 |     380   103536   567629 |    34512        0    nan |  0.000 % |
4.46/4.73	c 5	|       100 |     380   103536   567629 |    37963      100     10 |  0.001 % |
4.46/4.82	c 5	|       251 |     380   103536   567629 |    41759      251      9 |  0.012 % |
4.46/4.94	c 5	|       476 |     380   103536   567629 |    45935      476     10 |  0.013 % |
4.46/5.10	c 5	|       814 |     380   103536   567629 |    50529      814     11 |  0.009 % |
4.46/5.30	c 5	|      1321 |     380   103536   567629 |    55581     1321     10 |  0.013 % |
5.44/5.64	c 5	|      2081 |     380   103536   567629 |    61140     2081     10 |  0.013 % |
5.94/6.19	c 6	|      3224 |     380   103536   567629 |    67254     3224     11 |  0.014 % |
6.93/7.16	c 7	|      4932 |     380   103536   567629 |    73979     4932     11 |  0.014 % |
8.12/8.37	c 8	|      7494 |     380   103536   567629 |    81377     7494     12 |  0.004 % |
10.10/10.38	c 10	|     11339 |     380   103536   567629 |    89515    11339     13 |  0.015 % |
13.07/13.40	c 13	|     17105 |     380   103536   567629 |    98466    17105     14 |  0.002 % |
18.42/18.76	c 19	|     25755 |     380   103536   567629 |   108313    25755     14 |  0.018 % |
26.74/27.12	c 27	|     38729 |     379   102925   564797 |   119144    25673     14 |  0.264 % |
39.32/39.86	c 40	|     58190 |     379   102925   564797 |   131059    45134     14 |  0.282 % |
62.71/63.45	c 63	|     87383 |     378   102040   560737 |   144165    62483     16 |  0.527 % |
107.87/109.03	c 109	|    131172 |     378   102040   560737 |   158581   106272     16 |  0.534 % |
187.92/189.83	c 190	|    196857 |     378   102040   560737 |   174439    30632     16 |  0.531 % |
262.70/265.38	c 265	===============================================================================
262.70/265.38	c 265	restarts              : 18
262.70/265.38	c 265	conflicts             : 279504         (1082 /sec)
262.70/265.38	c 265	decisions             : 344900         (1.53 % random) (1335 /sec)
262.70/265.38	c 265	propagations          : 14163425       (54839 /sec)
262.70/265.38	c 265	conflict literals     : 4457060        (30.75 % deleted)
262.70/265.38	c 265	Memory used           : 23.43 MB
262.70/265.38	c 265	CPU time              : 258.272 s
262.70/265.38	c 265	
262.70/265.38	c 265	SATISFIABLE
262.70/265.38	c 265	DECODING HOME/temp.out WITH HOME/temp.map
262.70/265.38	c 265	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'
262.80/265.47	c 265	Decoding HOME/temp.out
262.80/265.49	s SATISFIABLE
262.80/265.49	v 17 4 2 16 2 0 12 4 7 14 3 15 14 5 1 8 11 2 0 1
262.80/265.52	c 265	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
262.80/265.56	c 265	CPU 262.92 (0.06 0.01 262.58 0.27)
262.80/265.56	c 265	END Sun Jul 12 04:56:24 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078529-1247367119/watcher-2078529-1247367119 -o /tmp/evaluation-result-2078529-1247367119/solver-2078529-1247367119 -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-2078529-1247367119.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 2.05 2.13 4/73 27489
/proc/meminfo: memFree=1703000/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=12132 CPUtime=0
/proc/27489/stat : 27489 (sugar) R 27487 27489 23471 0 -1 4194304 213 0 0 0 0 0 0 0 20 0 1 0 23779125 12423168 181 996147200 4194304 4206940 548682068608 18446744073709551615 245482922156 0 0 4224 0 0 0 0 17 1 0 0
/proc/27489/statm: 3033 181 142 3 0 133 0

[startup+0.081994 s]
/proc/loadavg: 1.92 2.05 2.13 4/73 27489
/proc/meminfo: memFree=1703000/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16740 CPUtime=0.06
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23779125 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102532 s]
/proc/loadavg: 1.92 2.05 2.13 4/73 27489
/proc/meminfo: memFree=1703000/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=0.06
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23779125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301549 s]
/proc/loadavg: 1.92 2.05 2.13 4/73 27489
/proc/meminfo: memFree=1703000/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=0.06
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23779125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701591 s]
/proc/loadavg: 1.92 2.05 2.13 4/73 27489
/proc/meminfo: memFree=1703000/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=0.06
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23779125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 1.92 2.05 2.13 3/77 27504
/proc/meminfo: memFree=1696568/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=0.91
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1309 7069 0 1 5 1 80 5 16 0 1 0 23779125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1111 409 3 0 796 0
[pid=27502] ppid=27489 vsize=5356 CPUtime=0
/proc/27502/stat : 27502 (sh) S 27489 27489 23471 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23779223 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27502/statm: 1339 233 193 169 0 50 0
[pid=27503] ppid=27502 vsize=862288 CPUtime=0.49
/proc/27503/stat : 27503 (java) S 27502 27489 23471 0 -1 0 5450 0 1 0 47 2 0 0 18 0 9 0 23779224 882982912 4742 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 215572 4742 2158 9 0 210485 0
[pid=27503/tid=27504] ppid=27502 vsize=862288 CPUtime=0.38
/proc/27503/task/27504/stat : 27504 (java) R 27502 27489 23471 0 -1 64 2017 0 1 0 37 1 0 0 20 0 9 0 23779224 882982912 4742 996147200 134512640 134550932 4294955936 18446744073709551615 4126424979 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884512

[startup+3.10284 s]
/proc/loadavg: 1.92 2.05 2.13 4/84 27511
/proc/meminfo: memFree=1675264/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=0.92
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1310 7069 0 1 6 1 80 5 15 0 1 0 23779125 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1111 409 3 0 796 0
[pid=27502] ppid=27489 vsize=5356 CPUtime=0
/proc/27502/stat : 27502 (sh) S 27489 27489 23471 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23779223 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27502/statm: 1339 233 193 169 0 50 0
[pid=27503] ppid=27502 vsize=864384 CPUtime=2.09
/proc/27503/stat : 27503 (java) S 27502 27489 23471 0 -1 0 14357 0 1 0 203 6 0 0 18 0 9 0 23779224 885129216 13598 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27503/statm: 216096 13598 2566 9 0 210601 0
[pid=27503/tid=27504] ppid=27502 vsize=864384 CPUtime=1.14
/proc/27503/task/27504/stat : 27504 (java) R 27502 27489 23471 0 -1 64 2932 0 1 0 113 1 0 0 20 0 9 0 23779224 885129216 13598 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27503/tid=27505] ppid=27502 vsize=864384 CPUtime=0.87
/proc/27503/task/27505/stat : 27505 (java) R 27502 27489 23471 0 -1 64 10420 0 0 0 84 3 0 0 17 0 9 0 23779226 885129216 13598 996147200 134512640 134550932 4294955936 18446744073709551615 104190310 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27503/tid=27506] ppid=27502 vsize=864384 CPUtime=0
/proc/27503/task/27506/stat : 27506 (java) S 27502 27489 23471 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23779226 885129216 13598 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27503/tid=27507] ppid=27502 vsize=864384 CPUtime=0
/proc/27503/task/27507/stat : 27507 (java) S 27502 27489 23471 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23779226 885129216 13598 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27503/tid=27508] ppid=27502 vsize=864384 CPUtime=0
/proc/27503/task/27508/stat : 27508 (java) S 27502 27489 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23779228 885129216 13598 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27503/tid=27509] ppid=27502 vsize=864384 CPUtime=0.04
/proc/27503/task/27509/stat : 27509 (java) S 27502 27489 23471 0 -1 64 303 0 0 0 4 0 0 0 16 0 9 0 23779228 885129216 13598 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27503/tid=27510] ppid=27502 vsize=864384 CPUtime=0
/proc/27503/task/27510/stat : 27510 (java) S 27502 27489 23471 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23779228 885129216 13598 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27503/tid=27511] ppid=27502 vsize=864384 CPUtime=0
/proc/27503/task/27511/stat : 27511 (java) S 27502 27489 23471 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23779228 885129216 13598 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886608

[startup+6.30117 s]
/proc/loadavg: 1.93 2.05 2.13 3/76 27513
/proc/meminfo: memFree=1687936/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 15 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=8308 CPUtime=1.68
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 1957 0 0 0 167 1 0 0 25 0 1 0 23779585 8507392 1943 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 2077 1943 75 150 0 1924 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 30532

[startup+12.7018 s]
/proc/loadavg: 1.93 2.05 2.13 3/76 27513
/proc/meminfo: memFree=1686464/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=9516 CPUtime=8.02
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 2251 0 0 0 801 1 0 0 25 0 1 0 23779585 9744384 2237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 2379 2237 75 150 0 2226 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31740

[startup+25.5011 s]
/proc/loadavg: 2.02 2.06 2.13 3/76 27513
/proc/meminfo: memFree=1685376/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=10692 CPUtime=20.69
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 2557 0 0 0 2068 1 0 0 25 0 1 0 23779585 10948608 2543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 2673 2543 75 150 0 2520 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 32916

[startup+51.1017 s]
/proc/loadavg: 2.09 2.07 2.13 3/76 27513
/proc/meminfo: memFree=1683456/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=12764 CPUtime=46.06
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 3057 0 0 0 4604 2 0 0 25 0 1 0 23779585 13070336 3043 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 3191 3043 75 150 0 3038 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 34988

[startup+102.307 s]
/proc/loadavg: 2.15 2.09 2.13 3/76 27513
/proc/meminfo: memFree=1678400/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=17884 CPUtime=96.78
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 4317 0 0 0 9674 4 0 0 25 0 1 0 23779585 18313216 4303 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 4471 4303 75 150 0 4318 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 40108

[startup+162.301 s]
/proc/loadavg: 2.05 2.07 2.12 3/76 27513
/proc/meminfo: memFree=1673920/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=22448 CPUtime=156.21
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 5428 0 0 0 15616 5 0 0 25 0 1 0 23779585 22986752 5414 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 5612 5414 75 150 0 5459 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 44672

[startup+222.301 s]
/proc/loadavg: 2.06 2.07 2.11 3/76 27513
/proc/meminfo: memFree=1672576/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=23836 CPUtime=215.65
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 5742 0 0 0 21559 6 0 0 25 0 1 0 23779585 24408064 5728 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 5959 5728 75 150 0 5806 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 46060

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

[startup+230.302 s]
/proc/loadavg: 2.06 2.07 2.11 3/76 27513
/proc/meminfo: memFree=1672576/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=23836 CPUtime=223.58
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 5742 0 0 0 22352 6 0 0 25 0 1 0 23779585 24408064 5728 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 5959 5728 75 150 0 5806 0
Current children cumulated CPU time (s) 228.04
Current children cumulated vsize (KiB) 46060

[startup+243.107 s]
/proc/loadavg: 2.12 2.08 2.11 3/76 27513
/proc/meminfo: memFree=1672576/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=23836 CPUtime=236.26
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 5762 0 0 0 23620 6 0 0 25 0 1 0 23779585 24408064 5748 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 5959 5748 75 150 0 5806 0
Current children cumulated CPU time (s) 240.72
Current children cumulated vsize (KiB) 46060

[startup+255.902 s]
/proc/loadavg: 2.10 2.08 2.11 3/76 27513
/proc/meminfo: memFree=1672576/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=23836 CPUtime=248.94
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 5764 0 0 0 24888 6 0 0 25 0 1 0 23779585 24408064 5750 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 5959 5750 75 150 0 5806 0
Current children cumulated CPU time (s) 253.4
Current children cumulated vsize (KiB) 46060

[startup+262.301 s]
/proc/loadavg: 2.09 2.08 2.11 3/76 27513
/proc/meminfo: memFree=1672448/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=23992 CPUtime=255.28
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 5797 0 0 0 25522 6 0 0 25 0 1 0 23779585 24567808 5783 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 5998 5783 75 150 0 5845 0
Current children cumulated CPU time (s) 259.74
Current children cumulated vsize (KiB) 46216

[startup+263.901 s]
/proc/loadavg: 2.09 2.08 2.11 3/76 27513
/proc/meminfo: memFree=1672448/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=23992 CPUtime=256.86
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 5798 0 0 0 25680 6 0 0 25 0 1 0 23779585 24567808 5784 996147200 134512640 135127466 4294956256 18446744073709551615 134530811 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 5998 5784 75 150 0 5845 0
Current children cumulated CPU time (s) 261.32
Current children cumulated vsize (KiB) 46216

[startup+264.702 s]
/proc/loadavg: 2.09 2.08 2.11 3/76 27513
/proc/meminfo: memFree=1672448/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=23992 CPUtime=257.65
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 5798 0 0 0 25759 6 0 0 25 0 1 0 23779585 24567808 5784 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 5998 5784 75 150 0 5845 0
Current children cumulated CPU time (s) 262.11
Current children cumulated vsize (KiB) 46216

[startup+265.107 s]
/proc/loadavg: 2.08 2.07 2.11 3/76 27513
/proc/meminfo: memFree=1672448/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=4.46
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1374 22216 0 2 6 1 422 17 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
[pid=27512] ppid=27489 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27489 27489 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23779585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27512/statm: 1339 232 193 169 0 50 0
[pid=27513] ppid=27512 vsize=23992 CPUtime=258.05
/proc/27513/stat : 27513 (minisat) R 27512 27489 23471 0 -1 4194304 5798 0 0 0 25799 6 0 0 25 0 1 0 23779585 24567808 5784 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27513/statm: 5998 5784 75 150 0 5845 0
Current children cumulated CPU time (s) 262.51
Current children cumulated vsize (KiB) 46216

[startup+265.502 s]
/proc/loadavg: 2.08 2.07 2.11 3/76 27513
/proc/meminfo: memFree=1672448/2055920 swapFree=4192812/4192956
[pid=27489] ppid=27487 vsize=16868 CPUtime=262.8
/proc/27489/stat : 27489 (sugar) S 27487 27489 23471 0 -1 4194304 1447 28309 0 2 6 1 26249 24 16 0 1 0 23779125 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27489/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 262.8
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 265.565
CPU time (s): 262.948
CPU user time (s): 262.65
CPU system time (s): 0.297954
CPU usage (%): 99.0144
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.65
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33578
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= 2606
involuntary context switches= 8150

runsolver used 0.348946 second user time and 0.871867 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 04:51:59
IDJOB=2078529
IDBENCH=56769
IDSOLVER=739
FILE ID=node17/2078529-1247367119
PBS_JOBID= 9507018
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 43de4c45a934353bf3f11efe32c96230
RANDOM SEED=162605631

node17.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.213
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.213
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:       1703480 kB
Buffers:         60392 kB
Cached:         180328 kB
SwapCached:          0 kB
Active:         192780 kB
Inactive:        97920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2740 kB
Writeback:           0 kB
Mapped:          60708 kB
Slab:            46948 kB
Committed_AS:   247132 kB
PageTables:       1916 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= 66448 MiB
End job on node17 at 2009-07-12 04:56:24