Trace number 1775429

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
Rsat 2009-03-22UNSAT 42.3946 42.4293

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.2474
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

0.00/0.00	c Parsing...
1.09/1.12	c ==============================================================================
1.09/1.12	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.12	c ==============================================================================
1.09/1.12	c |         0 |  512081  1166425 |  153624       0        0     nan |  0.000 % |
4.50/4.53	c |         0 |  104585   338143 |      --       0       --      -- |     --   | -229624/-408982
4.50/4.54	c ==============================================================================
4.50/4.54	c Result  :   #vars: 22541   #clauses: 104585   #literals: 338143
4.50/4.54	c CPU time:   4.31734 s
4.50/4.54	c ==============================================================================
4.68/4.75	c Rsat version 3.02
4.74/4.87	c Base unit clause learned: 0
42.25/42.36	c CNF stats: (22541 vars, 104585 clauses)
42.25/42.36	c Decisions: 621162
42.25/42.36	c Conflicts: 77782
42.25/42.36	c Restarts: 61
42.25/42.36	c Avg lpc: 10.04
42.25/42.36	c Max decision level: 636
42.25/42.36	c KB reduction: 10 (21655 clauses removed)
42.25/42.36	c Final decision lit size:22541 (100.00 %)
42.25/42.36	c Final stack/save sizes: 225(1.00 %)/450(2.00 %)
42.25/42.36	c Final cdc size: 900 (3.99 %)
42.25/42.36	c ***********************************************
42.25/42.36	c Conflicts with bac: 7331/77782 (9.43 %)
42.25/42.36	c Avg bac size: 5.05
42.25/42.36	c Avg bac bt depth: 28.34 vs 5.82 (normal)
42.35/42.41	c Running time: 37.58329 seconds
42.35/42.42	s UNSATISFIABLE

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-1775429-1241343490/watcher-1775429-1241343490 -o /tmp/evaluation-result-1775429-1241343490/solver-1775429-1241343490 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775429-1241343490.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28186
/proc/meminfo: memFree=1077240/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=0
/proc/28186/stat : 28186 (rsat.sh) R 28184 28186 27871 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162375957 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28186/statm: 1339 238 198 169 0 50 0
[pid=28187] ppid=28186 vsize=2168 CPUtime=0
/proc/28187/stat : 28187 (SatElite) R 28186 28186 27871 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 162375957 2220032 317 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/28187/statm: 542 319 63 186 0 352 0

[startup+0.104532 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28186
/proc/meminfo: memFree=1077240/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=0
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162375957 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28186/statm: 1339 239 199 169 0 50 0
[pid=28187] ppid=28186 vsize=37340 CPUtime=0.1
/proc/28187/stat : 28187 (SatElite) R 28186 28186 27871 0 -1 4194304 7378 0 0 0 7 3 0 0 19 0 1 0 162375957 38236160 7312 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28187/statm: 9335 7313 65 186 0 9145 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 42696

[startup+0.201548 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28186
/proc/meminfo: memFree=1077240/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=0
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162375957 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28186/statm: 1339 239 199 169 0 50 0
[pid=28187] ppid=28186 vsize=53816 CPUtime=0.19
/proc/28187/stat : 28187 (SatElite) R 28186 28186 27871 0 -1 4194304 11432 0 0 0 15 4 0 0 20 0 1 0 162375957 55107584 11365 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28187/statm: 13454 11367 65 186 0 13264 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 59172

[startup+0.301565 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28186
/proc/meminfo: memFree=1077240/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=0
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162375957 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28186/statm: 1339 239 199 169 0 50 0
[pid=28187] ppid=28186 vsize=68172 CPUtime=0.29
/proc/28187/stat : 28187 (SatElite) R 28186 28186 27871 0 -1 4194304 14896 0 0 0 23 6 0 0 21 0 1 0 162375957 69808128 14829 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/28187/statm: 17043 14830 65 186 0 16853 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73528

[startup+0.701636 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28186
/proc/meminfo: memFree=1077240/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=0
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162375957 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28186/statm: 1339 239 199 169 0 50 0
[pid=28187] ppid=28186 vsize=104012 CPUtime=0.69
/proc/28187/stat : 28187 (SatElite) R 28186 28186 27871 0 -1 4194304 23881 0 0 0 58 11 0 0 25 0 1 0 162375957 106508288 23814 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28187/statm: 26003 23815 65 186 0 25813 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109368

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28188
/proc/meminfo: memFree=959976/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=0
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162375957 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28186/statm: 1339 239 199 169 0 50 0
[pid=28187] ppid=28186 vsize=129836 CPUtime=1.49
/proc/28187/stat : 28187 (SatElite) R 28186 28186 27871 0 -1 4194304 30196 0 0 0 135 14 0 0 25 0 1 0 162375957 132952064 30129 1992294400 4194304 4959918 548682068688 18446744073709551615 4241670 0 0 4096 3 0 0 0 17 0 0 0
/proc/28187/statm: 32459 30129 86 186 0 32269 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 135192

[startup+3.10207 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28188
/proc/meminfo: memFree=949928/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=0
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162375957 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28186/statm: 1339 239 199 169 0 50 0
[pid=28187] ppid=28186 vsize=136456 CPUtime=3.09
/proc/28187/stat : 28187 (SatElite) R 28186 28186 27871 0 -1 4194304 32817 0 0 0 290 19 0 0 25 0 1 0 162375957 139730944 31538 1992294400 4194304 4959918 548682068688 18446744073709551615 4403749 0 0 4096 3 0 0 0 17 0 0 0
/proc/28187/statm: 34114 31538 92 186 0 33924 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141812

[startup+6.30165 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28189
/proc/meminfo: memFree=1056680/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=4.74
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 312 35835 0 0 0 0 449 25 16 0 1 0 162375957 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28186/statm: 1339 241 199 169 0 50 0
[pid=28189] ppid=28186 vsize=13316 CPUtime=1.54
/proc/28189/stat : 28189 (rsat) R 28186 28186 27871 0 -1 4194304 2960 0 0 0 153 1 0 0 25 0 1 0 162376432 13635584 2765 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28189/statm: 3329 2765 116 309 0 3016 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18672

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28189
/proc/meminfo: memFree=1054568/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=4.74
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 312 35835 0 0 0 0 449 25 16 0 1 0 162375957 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28186/statm: 1339 241 199 169 0 50 0
[pid=28189] ppid=28186 vsize=15476 CPUtime=7.93
/proc/28189/stat : 28189 (rsat) R 28186 28186 27871 0 -1 4194304 3547 0 0 0 792 1 0 0 25 0 1 0 162376432 15847424 3281 1992294400 4194304 5460562 548682068800 18446744073709551615 4198095 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28189/statm: 3869 3281 118 309 0 3556 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20832

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28189
/proc/meminfo: memFree=1052392/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=4.74
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 312 35835 0 0 0 0 449 25 16 0 1 0 162375957 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28186/statm: 1339 241 199 169 0 50 0
[pid=28189] ppid=28186 vsize=17572 CPUtime=20.72
/proc/28189/stat : 28189 (rsat) R 28186 28186 27871 0 -1 4194304 5628 0 0 0 2070 2 0 0 25 0 1 0 162376432 17993728 3750 1992294400 4194304 5460562 548682068800 18446744073709551615 4201929 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28189/statm: 4393 3750 118 309 0 4080 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 22928

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

[startup+25.6011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28189
/proc/meminfo: memFree=1052392/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=4.74
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 312 35835 0 0 0 0 449 25 16 0 1 0 162375957 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28186/statm: 1339 241 199 169 0 50 0
[pid=28189] ppid=28186 vsize=17572 CPUtime=20.82
/proc/28189/stat : 28189 (rsat) R 28186 28186 27871 0 -1 4194304 5628 0 0 0 2080 2 0 0 25 0 1 0 162376432 17993728 3750 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28189/statm: 4393 3750 118 309 0 4080 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 22928

[startup+32.0062 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28189
/proc/meminfo: memFree=1052136/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=4.74
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 312 35835 0 0 0 0 449 25 16 0 1 0 162375957 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28186/statm: 1339 241 199 169 0 50 0
[pid=28189] ppid=28186 vsize=20100 CPUtime=27.22
/proc/28189/stat : 28189 (rsat) R 28186 28186 27871 0 -1 4194304 7208 0 0 0 2719 3 0 0 25 0 1 0 162376432 20582400 4368 1992294400 4194304 5460562 548682068800 18446744073709551615 4212813 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28189/statm: 5025 4368 118 309 0 4712 0
Current children cumulated CPU time (s) 31.96
Current children cumulated vsize (KiB) 25456

[startup+38.4024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28189
/proc/meminfo: memFree=1051176/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=4.74
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 312 35835 0 0 0 0 449 25 16 0 1 0 162375957 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28186/statm: 1339 241 199 169 0 50 0
[pid=28189] ppid=28186 vsize=18780 CPUtime=33.61
/proc/28189/stat : 28189 (rsat) R 28186 28186 27871 0 -1 4194304 8340 0 0 0 3357 4 0 0 25 0 1 0 162376432 19230720 4060 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28189/statm: 4695 4060 118 309 0 4382 0
Current children cumulated CPU time (s) 38.35
Current children cumulated vsize (KiB) 24136

[startup+40.0017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28189
/proc/meminfo: memFree=1050856/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=4.74
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 312 35835 0 0 0 0 449 25 16 0 1 0 162375957 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28186/statm: 1339 241 199 169 0 50 0
[pid=28189] ppid=28186 vsize=18816 CPUtime=35.21
/proc/28189/stat : 28189 (rsat) R 28186 28186 27871 0 -1 4194304 8863 0 0 0 3517 4 0 0 25 0 1 0 162376432 19267584 4103 1992294400 4194304 5460562 548682068800 18446744073709551615 4226086 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28189/statm: 4704 4103 118 309 0 4391 0
Current children cumulated CPU time (s) 39.95
Current children cumulated vsize (KiB) 24172

[startup+41.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28189
/proc/meminfo: memFree=1050856/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=4.74
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 312 35835 0 0 0 0 449 25 16 0 1 0 162375957 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28186/statm: 1339 241 199 169 0 50 0
[pid=28189] ppid=28186 vsize=19080 CPUtime=36.81
/proc/28189/stat : 28189 (rsat) R 28186 28186 27871 0 -1 4194304 8901 0 0 0 3677 4 0 0 25 0 1 0 162376432 19537920 4141 1992294400 4194304 5460562 548682068800 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28189/statm: 4770 4141 118 309 0 4457 0
Current children cumulated CPU time (s) 41.55
Current children cumulated vsize (KiB) 24436

[startup+42.001 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28189
/proc/meminfo: memFree=1050856/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=4.74
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 312 35835 0 0 0 0 449 25 16 0 1 0 162375957 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28186/statm: 1339 241 199 169 0 50 0
[pid=28189] ppid=28186 vsize=19080 CPUtime=37.21
/proc/28189/stat : 28189 (rsat) R 28186 28186 27871 0 -1 4194304 8916 0 0 0 3717 4 0 0 25 0 1 0 162376432 19537920 4156 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28189/statm: 4770 4156 118 309 0 4457 0
Current children cumulated CPU time (s) 41.95
Current children cumulated vsize (KiB) 24436

[startup+42.4011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28189
/proc/meminfo: memFree=1050856/2055920 swapFree=4181016/4192956
[pid=28186] ppid=28184 vsize=5356 CPUtime=4.74
/proc/28186/stat : 28186 (rsat.sh) S 28184 28186 27871 0 -1 4194304 312 35835 0 0 0 0 449 25 16 0 1 0 162375957 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28186/statm: 1339 241 199 169 0 50 0
[pid=28189] ppid=28186 vsize=17808 CPUtime=37.61
/proc/28189/stat : 28189 (rsat) R 28186 28186 27871 0 -1 4194304 9432 0 0 0 3756 5 0 0 25 0 1 0 162376432 18235392 3885 1992294400 4194304 5460562 548682068800 18446744073709551615 4786302 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28189/statm: 4452 3885 118 309 0 4139 0
Current children cumulated CPU time (s) 42.35
Current children cumulated vsize (KiB) 23164

Child status: 20
Real time (s): 42.4293
CPU time (s): 42.3946
CPU user time (s): 42.0776
CPU system time (s): 0.316951
CPU usage (%): 99.9182
Max. virtual memory (cumulated for all children) (KiB): 149940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.0776
system time used= 0.316951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 142

runsolver used 0.047992 second user time and 0.113982 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-03 11:38:12
IDJOB=1775429
IDBENCH=71758
IDSOLVER=615
FILE ID=node60/1775429-1241343490
PBS_JOBID= 9225470
Free space on /tmp= 66492 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775429-1241343490/watcher-1775429-1241343490 -o /tmp/evaluation-result-1775429-1241343490/solver-1775429-1241343490 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775429-1241343490.cnf HOME

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=1770920422

node60.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.256
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.256
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:       1077792 kB
Buffers:         77196 kB
Cached:         797308 kB
SwapCached:       6096 kB
Active:          79884 kB
Inactive:       803352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1077792 kB
SwapTotal:     4192956 kB
SwapFree:      4181016 kB
Dirty:           14928 kB
Writeback:           0 kB
Mapped:          14320 kB
Slab:            80940 kB
Committed_AS:   722272 kB
PageTables:       1456 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= 66488 MiB
End job on node60 at 2009-05-03 11:38:54