Trace number 335531

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
SATzilla CRAFTED? (exit code) 1199.68 1200.66

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-050-049.sat05-1238.reshuffled-07.cnf
MD5SUM44a5476bd5ee890d723869abdd1f9b1f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2450
Number of clauses118875
Sum of the clauses size240100
Maximum clause length49
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2118825
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data (download as text)

12.36/12.55	c run March_dl for 5 seconds ... 
12.36/12.55	c Bin: Executing march_dl
12.36/12.55	c child exit by a signal
12.36/12.55	c march_dl returned code 137.
12.36/12.55	c run saps (UBCSAT implementation) for 2 seconds ... 
12.36/12.55	c Bin: Executing ubcsat2006
12.36/12.55	c child exited successfully
12.36/12.55	c ubcsat2006 returned code 0.
12.36/12.55	c satzilla computing base features
12.36/12.55	c satzilla doing unit-prop probe
12.36/12.55	c satzilla doing local search probe
12.36/12.55	c satzilla doing lobjois search-space size estimate
12.36/12.55	c satzilla's ranking:
12.36/12.55	c 1) vallst+P: 3.262131
12.36/12.55	c 2) march_dl+P: 4.038502
12.36/12.55	c 3) zchaff_rand+P: 4.249895
12.36/12.55	c 4) minisat20: 4.396769
12.36/12.55	c 5) march_dl: 4.422607
12.36/12.55	c 6) minisat20+P: 6.145403
12.36/12.55	c 7) kcnfs+P: 999.000000
12.36/12.55	c 8) kcnfs: 999.000000
12.36/12.55	c 9) vallst: 999.000000
12.36/12.55	c 10) zchaff_rand: 999.000000
12.36/12.55	c satzilla running vallst with preprocessing ... 
1199.61/1200.64	c Preprocessing...
1199.61/1200.64	c Inital problem has 2450 variables, 50 nary clauses (118825 binary clauses).
1199.61/1200.64	c Num non-binary clauses 50, Average non-binary clause length 49.000
1199.61/1200.64	c Theory has no gaps
1199.61/1200.64	c Preprocessor runtime was 0.290 seconds.
1199.61/1200.64	c 
1199.61/1200.64	c Satisfiability of theory still undetermined.
1199.61/1200.64	c See file /tmp/4sBZU8 for simplified theory.
1199.61/1200.64	c Bin: Executing vallst
1199.61/1200.64	c child exit by a signal
1199.61/1200.64	c vallst returned code 137.
1199.61/1200.64	c vallst returned code 137.
1199.61/1200.64	c satzilla running march_dl with preprocessing ... 
1199.61/1200.64	c Bin: Executing march_dl
1199.61/1200.64	c march_dl returned code 1.
1199.61/1200.64	c march_dl returned code 1.
1199.61/1200.64	c satzilla running zchaff_rand with preprocessing ... 
1199.61/1200.64	c Bin: Executing zchaff_rand
1199.61/1200.64	c zchaff_rand returned code 1.
1199.61/1200.64	c zchaff_rand returned code 1.
1199.61/1200.64	c satzilla running minisat20 ... 
1199.61/1200.64	c Bin: Executing minisat20
1199.61/1200.64	c minisat20 returned code 1.
1199.61/1200.64	c minisat20 returned code 1.
1199.61/1200.64	c satzilla running march_dl ... 
1199.61/1200.64	c Bin: Executing march_dl
1199.61/1200.64	c march_dl returned code 1.
1199.61/1200.64	c march_dl returned code 1.
1199.61/1200.64	c satzilla running minisat20 with preprocessing ... 
1199.61/1200.64	c Bin: Executing minisat20
1199.61/1200.64	c minisat20 returned code 1.
1199.61/1200.64	c minisat20 returned code 1.
1199.61/1200.64	c satzilla running kcnfs with preprocessing ... 
1199.61/1200.64	c Bin: Executing kcnfs
1199.61/1200.64	c kcnfs returned code 1.
1199.61/1200.64	c kcnfs returned code 1.
1199.61/1200.64	c satzilla running kcnfs ... 
1199.61/1200.64	c Bin: Executing kcnfs
1199.61/1200.64	c kcnfs returned code 1.
1199.61/1200.64	c kcnfs returned code 1.
1199.61/1200.64	c satzilla running vallst ... 
1199.61/1200.64	c Bin: Executing vallst
1199.61/1200.64	c vallst returned code 1.
1199.61/1200.64	c vallst returned code 1.
1199.61/1200.64	c satzilla running zchaff_rand ... 
1199.61/1200.65	c Bin: Executing zchaff_rand
1199.61/1200.65	c zchaff_rand returned code 1.
1199.61/1200.65	c zchaff_rand returned code 1.
1199.61/1200.65	c ERROR: All Failed! 
1199.61/1200.65	c SATZILLA_TIME=1199.840000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-335531-1173629451 -o ROOT/results/node38/solver-335531-1173629451 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335531-1173629451/SATzilla2007_C /tmp/evaluation/335531-1173629451/instance-335531-1173629451.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.99 1.00 1.00 2/64 4424
/proc/meminfo: memFree=1927336/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=1440 CPUtime=0
/proc/4424/stat : 4424 (SATzilla2007_C) D 4422 4424 4051 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 382900969 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/4424/statm: 360 110 95 260 0 84 0

[startup+0.0271881 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 4424
/proc/meminfo: memFree=1927336/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=1440 CPUtime=0
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382900969 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.102226 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 4424
/proc/meminfo: memFree=1927336/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=1440 CPUtime=0
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382900969 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.302249 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 4424
/proc/meminfo: memFree=1927336/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=1440 CPUtime=0
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382900969 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.702294 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 4424
/proc/meminfo: memFree=1927336/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=1440 CPUtime=0
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382900969 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50135 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4426
/proc/meminfo: memFree=1912024/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=1440 CPUtime=0
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382900969 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 360 110 95 260 0 84 0
[pid=4426] ppid=4424 vsize=15708 CPUtime=1.48
/proc/4426/stat : 4426 (march_dl) R 4424 4424 4051 0 -1 4194304 10712 0 0 0 144 4 0 0 25 0 1 0 382900971 16084992 3201 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4426/statm: 3927 3202 73 118 0 3806 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17148

[startup+3.10153 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4426
/proc/meminfo: memFree=1913496/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=1440 CPUtime=0
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382900969 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 360 110 95 260 0 84 0
[pid=4426] ppid=4424 vsize=21920 CPUtime=3.08
/proc/4426/stat : 4426 (march_dl) R 4424 4424 4051 0 -1 4194304 13916 0 0 0 303 5 0 0 25 0 1 0 382900971 22446080 3587 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4426/statm: 5480 3587 75 118 0 5359 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23360

[startup+6.30189 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4427
/proc/meminfo: memFree=1920088/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=1440 CPUtime=4.99
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 135 13920 0 0 0 0 493 6 16 0 1 0 382900969 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4424/statm: 360 111 96 260 0 84 0
[pid=4427] ppid=4424 vsize=10288 CPUtime=1.18
/proc/4427/stat : 4427 (ubcsat2006) R 4424 4424 4051 0 -1 4194304 1565 0 14 0 116 2 0 0 25 0 1 0 382901471 10534912 1562 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4427/statm: 2572 1562 156 64 0 2153 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 11728

[startup+12.7016 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 4427
/proc/meminfo: memFree=1920296/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15204 CPUtime=12.56
/proc/4424/stat : 4424 (SATzilla2007_C) R 4422 4424 4051 0 -1 4194304 7939 15491 0 14 535 6 705 10 18 0 1 0 382900969 15568896 3589 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134580497 0 0 4096 0 0 0 0 17 1 0 0
/proc/4424/statm: 3801 3589 158 260 0 3525 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 15204

[startup+25.5021 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1907616/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=4624 CPUtime=12.5
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 878 0 1 0 1173 77 0 0 25 0 1 0 382902267 4734976 862 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1156 862 151 55 0 746 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 19928

[startup+51.1029 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1907232/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=4940 CPUtime=38.08
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 966 0 1 0 3602 206 0 0 25 0 1 0 382902267 5058560 950 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1235 950 151 55 0 825 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 20244

[startup+102.307 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906976/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=5340 CPUtime=89.25
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1049 0 1 0 8522 403 0 0 25 0 1 0 382902267 5468160 1033 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1335 1033 151 55 0 925 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 20644

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906848/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=5440 CPUtime=149.21
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1083 0 1 0 14318 603 0 0 25 0 1 0 382902267 5570560 1067 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1360 1067 151 55 0 950 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 20744

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906720/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=5544 CPUtime=209.16
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1104 0 1 0 20136 780 0 0 25 0 1 0 382902267 5677056 1088 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 134639186 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1386 1088 151 55 0 976 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 20848

[startup+282.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906656/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=5544 CPUtime=269.13
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1119 0 1 0 25977 936 0 0 25 0 1 0 382902267 5677056 1103 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1386 1103 151 55 0 976 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 20848

[startup+342.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906592/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=5640 CPUtime=329.11
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1133 0 1 0 31818 1093 0 0 25 0 1 0 382902267 5775360 1117 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 134589871 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1410 1117 151 55 0 1000 0
Current children cumulated CPU time (s) 341.95
Current children cumulated vsize (KiB) 20944

[startup+402.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906528/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=5744 CPUtime=389.07
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1149 0 1 0 37664 1243 0 0 25 0 1 0 382902267 5881856 1133 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1436 1133 151 55 0 1026 0
Current children cumulated CPU time (s) 401.91
Current children cumulated vsize (KiB) 21048

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906464/2055920 swapFree=4177272/4192956

################
# More data... #
################


[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906080/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=5936 CPUtime=808.79
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1217 0 1 0 78779 2100 0 0 25 0 1 0 382902267 6078464 1201 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1484 1201 151 55 0 1074 0
Current children cumulated CPU time (s) 821.63
Current children cumulated vsize (KiB) 21240

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906080/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6028 CPUtime=868.75
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1223 0 1 0 84664 2211 0 0 25 0 1 0 382902267 6172672 1207 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1507 1207 151 55 0 1097 0
Current children cumulated CPU time (s) 881.59
Current children cumulated vsize (KiB) 21332

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906016/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6028 CPUtime=928.71
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1228 0 1 0 90550 2321 0 0 25 0 1 0 382902267 6172672 1212 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1507 1212 151 55 0 1097 0
Current children cumulated CPU time (s) 941.55
Current children cumulated vsize (KiB) 21332

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906016/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6028 CPUtime=988.68
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1233 0 1 0 96427 2441 0 0 25 0 1 0 382902267 6172672 1217 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1507 1217 151 55 0 1097 0
Current children cumulated CPU time (s) 1001.52
Current children cumulated vsize (KiB) 21332

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906016/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6028 CPUtime=1048.61
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1241 0 1 0 102311 2550 0 0 25 0 1 0 382902267 6172672 1225 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1507 1225 151 55 0 1097 0
Current children cumulated CPU time (s) 1061.45
Current children cumulated vsize (KiB) 21332

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1906016/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6124 CPUtime=1108.53
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1245 0 1 0 108196 2657 0 0 25 0 1 0 382902267 6270976 1229 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1531 1229 151 55 0 1121 0
Current children cumulated CPU time (s) 1121.37
Current children cumulated vsize (KiB) 21428

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1905952/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6124 CPUtime=1168.48
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1248 0 1 0 114089 2759 0 0 25 0 1 0 382902267 6270976 1232 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1531 1232 151 55 0 1121 0
Current children cumulated CPU time (s) 1181.32
Current children cumulated vsize (KiB) 21428

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

[startup+1190.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1905888/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6124 CPUtime=1176.47
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1248 0 1 0 114868 2779 0 0 25 0 1 0 382902267 6270976 1232 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1531 1232 151 55 0 1121 0
Current children cumulated CPU time (s) 1189.31
Current children cumulated vsize (KiB) 21428

[startup+1196.7 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1905888/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6124 CPUtime=1182.87
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1248 0 1 0 115501 2786 0 0 25 0 1 0 382902267 6270976 1232 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1531 1232 151 55 0 1121 0
Current children cumulated CPU time (s) 1195.71
Current children cumulated vsize (KiB) 21428

[startup+1198.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1905888/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6124 CPUtime=1184.47
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1248 0 1 0 115660 2787 0 0 25 0 1 0 382902267 6270976 1232 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1531 1232 151 55 0 1121 0
Current children cumulated CPU time (s) 1197.31
Current children cumulated vsize (KiB) 21428

[startup+1199.9 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1905888/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6124 CPUtime=1186.07
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1248 0 1 0 115813 2794 0 0 25 0 1 0 382902267 6270976 1232 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1531 1232 151 55 0 1121 0
Current children cumulated CPU time (s) 1198.91
Current children cumulated vsize (KiB) 21428

[startup+1200.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1905888/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6124 CPUtime=1186.47
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1250 0 1 0 115848 2799 0 0 25 0 1 0 382902267 6270976 1234 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1531 1234 151 55 0 1121 0
Current children cumulated CPU time (s) 1199.31
Current children cumulated vsize (KiB) 21428

[startup+1200.5 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1905888/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6124 CPUtime=1186.67
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1250 0 1 0 115868 2799 0 0 25 0 1 0 382902267 6270976 1234 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1531 1234 151 55 0 1121 0
Current children cumulated CPU time (s) 1199.51
Current children cumulated vsize (KiB) 21428

[startup+1200.6 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4428
/proc/meminfo: memFree=1905888/2055920 swapFree=4177272/4192956
[pid=4424] ppid=4422 vsize=15304 CPUtime=12.84
/proc/4424/stat : 4424 (SATzilla2007_C) S 4422 4424 4051 0 -1 4194304 7977 15491 0 14 562 7 705 10 21 0 1 0 382900969 15671296 3621 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4424/statm: 3826 3621 164 260 0 3550 0
[pid=4428] ppid=4424 vsize=6124 CPUtime=1186.77
/proc/4428/stat : 4428 (vallst) R 4424 4424 4051 0 -1 4194304 1250 0 1 0 115878 2799 0 0 25 0 1 0 382902267 6270976 1234 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/4428/statm: 1531 1234 151 55 0 1121 0
Current children cumulated CPU time (s) 1199.61
Current children cumulated vsize (KiB) 21428

Child status: 17
Real time (s): 1200.66
CPU time (s): 1199.68
CPU user time (s): 1171.5
CPU system time (s): 28.1797
CPU usage (%): 99.9184
Max. virtual memory (cumulated for all children) (KiB): 26528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1171.5
system time used= 28.1797
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24731
page faults= 15
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60
involuntary context switches= 5439

runsolver used 1.12083 second user time and 3.25251 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Sun Mar 11 16:10:51 UTC 2007

IDJOB= 335531
IDBENCH= 24653
IDSOLVER= 135
FILE ID= node38/335531-1173629451

PBS_JOBID= 4101306

Free space on /tmp= 66555 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-050-049.sat05-1238.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335531-1173629451/SATzilla2007_C /tmp/evaluation/335531-1173629451/instance-335531-1173629451.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-335531-1173629451 -o ROOT/results/node38/solver-335531-1173629451 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335531-1173629451/SATzilla2007_C /tmp/evaluation/335531-1173629451/instance-335531-1173629451.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  44a5476bd5ee890d723869abdd1f9b1f

RANDOM SEED= 507376540

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.233
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.233
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:       1927808 kB
Buffers:         11832 kB
Cached:          73120 kB
SwapCached:       9772 kB
Active:          30200 kB
Inactive:        71188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1927808 kB
SwapTotal:     4192956 kB
SwapFree:      4177272 kB
Dirty:            9772 kB
Writeback:           0 kB
Mapped:          15268 kB
Slab:            12724 kB
Committed_AS:   676712 kB
PageTables:       1468 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= 66555 MiB

End job on node38 on Sun Mar 11 16:30:52 UTC 2007