Trace number 332975

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-08UNSAT 301.925 302.132

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
MD5SUM98a64f12169bd41f7a54fe2b2f678456
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark43.1534
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of clauses14889
Sum of the clauses size59645
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21078
Number of clauses of size 38535
Number of clauses of size 411
Number of clauses of size 513
Number of clauses of size over 55217

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   14054    55588 |    4216       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |   10185    43121 |      --       0       --      -- |     --   | -236/-784
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 376   #clauses: 10185   #literals: 43121
0.00/0.05	c CPU time:   0.040993 s
0.00/0.05	c ==============================================================================
0.00/0.08	c Tinisat 0.22
0.00/0.08	c solving /tmp/GTI_node11.alineos.net_11904.cnf
0.00/0.08	c 376 variables, 10185 clauses
301.87/302.11	c 270136 decisions, 233160 conflicts, 132 restarts
301.87/302.11	c solved in 301.85s
301.87/302.12	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-332975-1173498415 -o ROOT/results/node11/solver-332975-1173498415 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332975-1173498415/TiniSatELite /tmp/evaluation/332975-1173498415/instance-332975-1173498415.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.92 0.98 0.99 3/77 11904
/proc/meminfo: memFree=1420296/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 369796058 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910214226 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/11904/statm: 1338 232 195 169 0 49 0
[pid=11905] ppid=11904 vsize=5352 CPUtime=0
/proc/11905/stat : 11905 (TiniSatELite) S 11904 11904 10565 0 -1 4194368 52 0 0 0 0 0 0 0 19 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/11905/statm: 1338 236 198 169 0 49 0
[pid=11906] ppid=11905 vsize=0 CPUtime=0
/proc/11906/stat : 11906 (TiniSatELite) D 11905 11904 10565 0 -1 4194372 25 0 0 0 0 0 0 0 20 0 1 0 369796058 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 65538 18446744072099781622 0 0 17 1 0 0
/proc/11906/statm: 0 0 0 0 0 0 0
[pid=11907] ppid=11905 vsize=0 CPUtime=0
/proc/11907/stat : 11907 (sed) D 11905 11904 10565 0 -1 4194308 163 0 0 0 0 0 0 0 21 0 1 0 369796058 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100037788 0 0 17 1 0 0
/proc/11907/statm: 0 0 0 0 0 0 0

[startup+0.051648 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11904
/proc/meminfo: memFree=1420296/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 307 252 0 0 0 0 0 0 19 0 1 0 369796058 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11904/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101766 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11904
/proc/meminfo: memFree=1420296/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5352

[startup+0.301788 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11904
/proc/meminfo: memFree=1420296/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5352

[startup+0.701837 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11904
/proc/meminfo: memFree=1420296/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5352

[startup+1.50193 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1418096/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=4164 CPUtime=1.42
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 584 0 0 0 142 0 0 0 25 0 1 0 369796065 4263936 569 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 1041 569 52 110 0 928 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9516

[startup+3.10112 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1417200/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=4428 CPUtime=3.02
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 839 0 0 0 302 0 0 0 25 0 1 0 369796065 4534272 824 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 1107 824 52 110 0 994 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9780

[startup+6.3015 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1415280/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=8164 CPUtime=6.22
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 1210 0 0 0 622 0 0 0 25 0 1 0 369796065 8359936 1195 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 2041 1195 52 110 0 1928 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13516

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1413048/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=8692 CPUtime=12.61
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 1765 0 0 0 1261 0 0 0 25 0 1 0 369796065 8900608 1717 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 2173 1717 52 110 0 2060 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14044

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1410168/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=15940 CPUtime=25.4
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 2465 0 0 0 2539 1 0 0 25 0 1 0 369796065 16322560 2417 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 3985 2417 52 110 0 3872 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 21292

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1406456/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=16952 CPUtime=50.98
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 3477 0 0 0 5097 1 0 0 25 0 1 0 369796065 17358848 3364 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 4238 3364 52 110 0 4125 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 22304

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1400696/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=31576 CPUtime=102.16
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 4856 0 0 0 10214 2 0 0 25 0 1 0 369796065 32333824 4743 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 7894 4743 52 110 0 7781 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 36928

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1395576/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=33308 CPUtime=162.12
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 6281 0 0 0 16208 4 0 0 25 0 1 0 369796065 34107392 6039 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 8327 6039 52 110 0 8214 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 38660

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1391288/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=33956 CPUtime=222.08
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 7345 0 0 0 22203 5 0 0 25 0 1 0 369796065 34770944 7103 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 8489 7103 52 110 0 8376 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 39308

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1387256/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=34856 CPUtime=282.05
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 8381 0 0 0 28199 6 0 0 25 0 1 0 369796065 35692544 8139 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 8714 8139 52 110 0 8601 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 40208

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

[startup+294.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1386488/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=34856 CPUtime=294.04
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 8565 0 0 0 29398 6 0 0 25 0 1 0 369796065 35692544 8323 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 8714 8323 52 110 0 8601 0
Current children cumulated CPU time (s) 294.09
Current children cumulated vsize (KiB) 40208

[startup+297.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1386360/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=61512 CPUtime=297.23
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 8608 0 0 0 29717 6 0 0 25 0 1 0 369796065 62988288 8366 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 15378 8366 52 110 0 15265 0
Current children cumulated CPU time (s) 297.28
Current children cumulated vsize (KiB) 66864

[startup+300.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1386104/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=61512 CPUtime=300.43
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 8644 0 0 0 30037 6 0 0 25 0 1 0 369796065 62988288 8402 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11910/statm: 15378 8402 52 110 0 15265 0
Current children cumulated CPU time (s) 300.48
Current children cumulated vsize (KiB) 66864

[startup+301.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1386104/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=61512 CPUtime=301.22
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 8652 0 0 0 30116 6 0 0 25 0 1 0 369796065 62988288 8410 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 15378 8410 52 110 0 15265 0
Current children cumulated CPU time (s) 301.27
Current children cumulated vsize (KiB) 66864

[startup+301.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1386104/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=61512 CPUtime=301.62
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 8656 0 0 0 30156 6 0 0 25 0 1 0 369796065 62988288 8414 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 15378 8414 52 110 0 15265 0
Current children cumulated CPU time (s) 301.67
Current children cumulated vsize (KiB) 66864

[startup+302.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11910
/proc/meminfo: memFree=1386104/2055920 swapFree=4169972/4192956
[pid=11904] ppid=11902 vsize=5352 CPUtime=0.05
/proc/11904/stat : 11904 (TiniSatELite) S 11902 11904 10565 0 -1 4194304 331 688 0 0 0 0 5 0 16 0 1 0 369796058 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11904/statm: 1338 236 197 169 0 49 0
[pid=11910] ppid=11904 vsize=61512 CPUtime=301.82
/proc/11910/stat : 11910 (tinisat) R 11904 11904 10565 0 -1 4194304 8657 0 0 0 30176 6 0 0 25 0 1 0 369796065 62988288 8415 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 0 0 0
/proc/11910/statm: 15378 8415 52 110 0 15265 0
Current children cumulated CPU time (s) 301.87
Current children cumulated vsize (KiB) 66864

Child status: 20
Real time (s): 302.132
CPU time (s): 301.925
CPU user time (s): 301.84
CPU system time (s): 0.084987
CPU usage (%): 99.9314
Max. virtual memory (cumulated for all children) (KiB): 66864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.84
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9838
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= 75
involuntary context switches= 6536

runsolver used 0.312952 second user time and 0.792879 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Mar 10 03:46:55 UTC 2007

IDJOB= 332975
IDBENCH= 24593
IDSOLVER= 99
FILE ID= node11/332975-1173498415

PBS_JOBID= 4101099

Free space on /tmp= 66351 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332975-1173498415/TiniSatELite /tmp/evaluation/332975-1173498415/instance-332975-1173498415.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-332975-1173498415 -o ROOT/results/node11/solver-332975-1173498415 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332975-1173498415/TiniSatELite /tmp/evaluation/332975-1173498415/instance-332975-1173498415.cnf            

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  98a64f12169bd41f7a54fe2b2f678456

RANDOM SEED= 384281775

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1420704 kB
Buffers:         51372 kB
Cached:         494120 kB
SwapCached:       2248 kB
Active:         220572 kB
Inactive:       347708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1420704 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          30768 kB
Slab:            52464 kB
Committed_AS:  1152456 kB
PageTables:       1756 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= 66351 MiB

End job on node11 on Sat Mar 10 03:51:57 UTC 2007