Trace number 314415

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, and are wall clock time (not CPU 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
TiniSatELite 2007-02-08SAT 173.022 173.131

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-11.cnf
MD5SUMbbf2ddba983f34e9ffda755afdcf8885
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark109.163
Satisfiable
(Un)Satisfiability was proved
Number of variables1004933
Number of clauses4426834
Sum of the clauses size11901940
Maximum clause length4335
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22485540
Number of clauses of size 31662546
Number of clauses of size 4144019
Number of clauses of size 55160
Number of clauses of size over 5129568

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node67/watcher-314415-1172636878 -o ROOT/results/node67/solver-314415-1172636878 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314415-1172636878/TiniSatELite /tmp/evaluation/314415-1172636878/instance-314415-1172636878.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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
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: 0.91 0.98 0.98 3/64 1596
/proc/meminfo: memFree=1100256/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 283645553 5484544 233 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638560850 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/1596/statm: 1339 233 195 169 0 50 0
[pid=1597] ppid=1596 vsize=5356 CPUtime=0
/proc/1597/stat : 1597 (TiniSatELite) S 1596 1596 1249 0 -1 4194368 52 25 0 0 0 0 0 0 21 0 1 0 283645553 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/1597/statm: 1339 237 198 169 0 50 0
[pid=1599] ppid=1597 vsize=0 CPUtime=0
/proc/1599/stat : 1599 (sed) D 1597 1596 1249 0 -1 4194308 164 0 0 0 0 0 0 0 22 0 1 0 283645553 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1599/statm: 
[startup+0.0413509 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 1596
/proc/meminfo: memFree=1100256/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 283645553 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1596/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10235 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 1596
/proc/meminfo: memFree=1100256/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 283645553 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1596/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30137 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 1596
/proc/meminfo: memFree=1100256/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 283645553 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1596/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701412 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 1596
/proc/meminfo: memFree=1100256/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 283645553 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1596/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5015 s]
/proc/loadavg: 0.92 0.98 0.98 2/66 1601
/proc/meminfo: memFree=948304/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 283645553 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1596/statm: 1339 236 197 169 0 50 0
[pid=1601] ppid=1596 vsize=198792 CPUtime=1.48
/proc/1601/stat : 1601 (SatELite_releas) R 1596 1596 1249 0 -1 4194304 48237 0 0 0 124 24 0 0 25 0 1 0 283645554 203563008 47861 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134681051 0 0 4096 3 0 0 0 17 0 0 0
/proc/1601/statm: 49698 47862 47 128 0 49567 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 204148

[startup+3.10166 s]
/proc/loadavg: 0.92 0.98 0.98 2/66 1601
/proc/meminfo: memFree=854032/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 283645553 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1596/statm: 1339 236 197 169 0 50 0
[pid=1601] ppid=1596 vsize=336176 CPUtime=3.08
/proc/1601/stat : 1601 (SatELite_releas) R 1596 1596 1249 0 -1 4194304 82389 0 0 0 259 49 0 0 25 0 1 0 283645554 344244224 82013 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134698477 0 0 4096 3 0 0 0 17 0 0 0
/proc/1601/statm: 84044 82013 47 128 0 83913 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 341532

[startup+6.302 s]
/proc/loadavg: 0.92 0.98 0.98 2/66 1601
/proc/meminfo: memFree=675728/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 283645553 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1596/statm: 1339 236 197 169 0 50 0
[pid=1601] ppid=1596 vsize=447996 CPUtime=6.29
/proc/1601/stat : 1601 (SatELite_releas) R 1596 1596 1249 0 -1 4194304 106605 0 0 0 569 60 0 0 25 0 1 0 283645554 458747904 106229 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134543322 0 0 4096 3 0 0 0 17 0 0 0
/proc/1601/statm: 111999 106229 62 128 0 111868 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 453352

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.98 2/66 1601
/proc/meminfo: memFree=675728/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 283645553 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1596/statm: 1339 236 197 169 0 50 0
[pid=1601] ppid=1596 vsize=448136 CPUtime=12.68
/proc/1601/stat : 1601 (SatELite_releas) R 1596 1596 1249 0 -1 4194304 106619 0 0 0 1208 60 0 0 25 0 1 0 283645554 458891264 106243 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134543298 0 0 4096 3 0 0 0 17 1 0 0
/proc/1601/statm: 112034 106243 62 128 0 111903 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 453492

[startup+25.5018 s]
/proc/loadavg: 0.94 0.98 0.98 2/66 1601
/proc/meminfo: memFree=675792/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 283645553 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1596/statm: 1339 236 197 169 0 50 0
[pid=1601] ppid=1596 vsize=448328 CPUtime=25.47
/proc/1601/stat : 1601 (SatELite_releas) R 1596 1596 1249 0 -1 4194304 106680 0 0 0 2487 60 0 0 25 0 1 0 283645554 459087872 106296 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134543059 0 0 4096 3 0 0 0 17 1 0 0
/proc/1601/statm: 112082 106296 62 128 0 111951 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 453684

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.98 2/66 1601
/proc/meminfo: memFree=470800/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 283645553 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1596/statm: 1339 236 197 169 0 50 0
[pid=1601] ppid=1596 vsize=629456 CPUtime=51.04
/proc/1601/stat : 1601 (SatELite_releas) R 1596 1596 1249 0 -1 4194304 155954 0 0 0 5004 100 0 0 25 0 1 0 283645554 644562944 149263 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134591191 0 0 4096 3 0 0 0 17 1 0 0
/proc/1601/statm: 157364 149263 66 128 0 157233 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 634812

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.98 2/66 1601
/proc/meminfo: memFree=433040/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=0
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 283645553 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1596/statm: 1339 236 197 169 0 50 0
[pid=1601] ppid=1596 vsize=676784 CPUtime=102.22
/proc/1601/stat : 1601 (SatELite_releas) R 1596 1596 1249 0 -1 4194304 175776 0 0 0 10108 114 0 0 25 0 1 0 283645554 693026816 155478 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134543292 0 0 4096 3 0 0 0 17 1 0 0
/proc/1601/statm: 169196 155478 66 128 0 169065 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 682140

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 1602
/proc/meminfo: memFree=969936/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=156.52
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 333 214875 0 0 0 0 15491 161 16 0 1 0 283645553 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1596/statm: 1339 237 197 169 0 50 0
[pid=1602] ppid=1596 vsize=76108 CPUtime=5.67
/proc/1602/stat : 1602 (tinisat) R 1596 1596 1249 0 -1 4194304 16929 0 0 0 559 8 0 0 25 0 1 0 283661214 77934592 14438 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/1602/statm: 19027 14438 52 110 0 18914 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 81464

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

[startup+166.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 1602
/proc/meminfo: memFree=969936/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=156.52
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 333 214875 0 0 0 0 15491 161 16 0 1 0 283645553 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1596/statm: 1339 237 197 169 0 50 0
[pid=1602] ppid=1596 vsize=76108 CPUtime=9.67
/proc/1602/stat : 1602 (tinisat) R 1596 1596 1249 0 -1 4194304 16946 0 0 0 959 8 0 0 25 0 1 0 283661214 77934592 14455 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519812 0 0 4096 0 0 0 0 17 1 0 0
/proc/1602/statm: 19027 14455 52 110 0 18914 0
Current children cumulated CPU time (s) 166.19
Current children cumulated vsize (KiB) 81464

[startup+169.502 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 1602
/proc/meminfo: memFree=970000/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=156.52
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 333 214875 0 0 0 0 15491 161 16 0 1 0 283645553 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1596/statm: 1339 237 197 169 0 50 0
[pid=1602] ppid=1596 vsize=76108 CPUtime=12.87
/proc/1602/stat : 1602 (tinisat) R 1596 1596 1249 0 -1 4194304 16960 0 0 0 1279 8 0 0 25 0 1 0 283661214 77934592 14469 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519815 0 0 4096 0 0 0 0 17 1 0 0
/proc/1602/statm: 19027 14469 52 110 0 18914 0
Current children cumulated CPU time (s) 169.39
Current children cumulated vsize (KiB) 81464

[startup+171.101 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 1603
/proc/meminfo: memFree=916048/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=169.71
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 355 231847 0 0 0 0 16800 171 16 0 1 0 283645553 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1596/statm: 1339 237 197 169 0 50 0
[pid=1603] ppid=1596 vsize=141208 CPUtime=1.28
/proc/1603/stat : 1603 (SatELite_releas) R 1596 1596 1249 0 -1 4194304 33808 0 0 0 111 17 0 0 25 0 1 0 283662534 144596992 33338 18446744073709551615 134512640 135037501 4294956512 18446744073709551615 134541920 0 0 4096 3 0 0 0 17 1 0 0
/proc/1603/statm: 35302 33339 48 128 0 35171 0
Current children cumulated CPU time (s) 170.99
Current children cumulated vsize (KiB) 146564

[startup+171.902 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 1603
/proc/meminfo: memFree=890640/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=169.71
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 355 231847 0 0 0 0 16800 171 16 0 1 0 283645553 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1596/statm: 1339 237 197 169 0 50 0
[pid=1603] ppid=1596 vsize=144640 CPUtime=2.08
/proc/1603/stat : 1603 (SatELite_releas) R 1596 1596 1249 0 -1 4194304 35183 0 0 0 189 19 0 0 25 0 1 0 283662534 148111360 34712 18446744073709551615 134512640 135037501 4294956512 18446744073709551615 134698477 0 0 4096 3 0 0 0 17 1 0 0
/proc/1603/statm: 36160 34712 48 128 0 36029 0
Current children cumulated CPU time (s) 171.79
Current children cumulated vsize (KiB) 149996

[startup+172.706 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 1603
/proc/meminfo: memFree=881424/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=169.71
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 355 231847 0 0 0 0 16800 171 16 0 1 0 283645553 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1596/statm: 1339 237 197 169 0 50 0
[pid=1603] ppid=1596 vsize=150680 CPUtime=2.87
/proc/1603/stat : 1603 (SatELite_releas) R 1596 1596 1249 0 -1 4194304 36846 0 0 0 267 20 0 0 25 0 1 0 283662534 154296320 36242 18446744073709551615 134512640 135037501 4294956512 18446744073709551615 134762802 0 0 4096 3 0 0 0 17 0 0 0
/proc/1603/statm: 37670 36242 53 128 0 37539 0
Current children cumulated CPU time (s) 172.58
Current children cumulated vsize (KiB) 156036

[startup+173.101 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 1603
/proc/meminfo: memFree=881424/2055920 swapFree=4178840/4192956
[pid=1596] ppid=1594 vsize=5356 CPUtime=172.96
/proc/1596/stat : 1596 (TiniSatELite) S 1594 1596 1249 0 -1 4194304 380 268694 0 0 0 0 17101 195 19 0 1 0 283645553 5484544 238 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1596/statm: 1339 238 198 169 0 50 0
Current children cumulated CPU time (s) 172.96
Current children cumulated vsize (KiB) 5356

Child status: 10
Real time (s): 173.131
CPU time (s): 173.022
CPU user time (s): 171.021
CPU system time (s): 2.00069
CPU usage (%): 99.9368
Max. virtual memory (cumulated for all children) (KiB): 683164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 171.021
system time used= 2.00069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269201
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= 88
involuntary context switches= 515

runsolver used 0.224965 second user time and 0.460929 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Wed Feb 28 04:27:59 UTC 2007

IDJOB= 314415
IDBENCH= 20391
IDSOLVER= 99
FILE ID= node67/314415-1172636878

PBS_JOBID= 3981158

Free space on /tmp= 66447 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-11.cnf
COMMAND LINE= /tmp/evaluation/314415-1172636878/TiniSatELite /tmp/evaluation/314415-1172636878/instance-314415-1172636878.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-314415-1172636878 -o ROOT/results/node67/solver-314415-1172636878 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314415-1172636878/TiniSatELite /tmp/evaluation/314415-1172636878/instance-314415-1172636878.cnf            

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  bbf2ddba983f34e9ffda755afdcf8885

RANDOM SEED= 426711055

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.236
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.236
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:       1100664 kB
Buffers:         25428 kB
Cached:         870000 kB
SwapCached:       8292 kB
Active:         226600 kB
Inactive:       683596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1100664 kB
SwapTotal:     4192956 kB
SwapFree:      4178840 kB
Dirty:           90340 kB
Writeback:           0 kB
Mapped:          15208 kB
Slab:            31060 kB
Committed_AS:   796692 kB
PageTables:       1452 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= 66447 MiB

End job on node67 on Wed Feb 28 04:30:53 UTC 2007