Trace number 1731786

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
SAT07 reference solver: SATzilla CRAFTED? (exit code) 1199.18 1199.54

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_12_2_4_fbc.cnf
MD5SUM9fee570f53de23cb47dfa378d421371e
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 variables12584
Number of clauses202912
Sum of the clauses size618320
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 264604
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

12.88/12.97	c run March_dl for 5 seconds ... 
12.88/12.97	c Bin: Executing march_dl
12.88/12.97	c child exit by a signal
12.88/12.97	c march_dl returned code 137.
12.88/12.97	c run saps (UBCSAT implementation) for 2 seconds ... 
12.88/12.97	c Bin: Executing ubcsat2006
12.88/12.97	c child exited successfully
12.88/12.97	c ubcsat2006 returned code 0.
12.88/12.97	c satzilla computing base features
12.88/12.97	c satzilla doing unit-prop probe
12.88/12.97	c satzilla doing local search probe
12.88/12.97	c satzilla doing lobjois search-space size estimate
12.88/12.97	c satzilla's ranking:
12.88/12.97	c 1) vallst+P: -0.401450
12.88/12.97	c 2) minisat20+P: -0.066307
12.88/12.97	c 3) march_dl+P: 3.418319
12.88/12.97	c 4) minisat20: 5.239249
12.88/12.97	c 5) march_dl: 5.726750
12.88/12.97	c 6) zchaff_rand+P: 9.265502
12.88/12.97	c 7) kcnfs+P: 999.000000
12.88/12.97	c 8) kcnfs: 999.000000
12.88/12.97	c 9) vallst: 999.000000
12.88/12.97	c 10) zchaff_rand: 999.000000
12.88/12.97	c satzilla running vallst with preprocessing ... 
1199.10/1199.53	c Preprocessing...
1199.10/1199.53	c Inital problem has 12584 variables, 138308 nary clauses (64604 binary clauses).
1199.10/1199.53	c Num non-binary clauses 138308, Average non-binary clause length 3.536
1199.10/1199.53	c Theory has no gaps
1199.10/1199.53	c Preprocessor runtime was 8.050 seconds.
1199.10/1199.53	c 
1199.10/1199.53	c Satisfiability of theory still undetermined.
1199.10/1199.53	c See file /tmp/UVIsTF for simplified theory.
1199.10/1199.53	c Bin: Executing vallst
1199.10/1199.53	c child exit by a signal
1199.10/1199.53	c vallst returned code 137.
1199.10/1199.53	c vallst returned code 137.
1199.10/1199.53	c satzilla running minisat20 with preprocessing ... 
1199.10/1199.53	c Bin: Executing minisat20
1199.10/1199.53	c minisat20 returned code 1.
1199.10/1199.53	c minisat20 returned code 1.
1199.10/1199.53	c satzilla running march_dl with preprocessing ... 
1199.10/1199.53	c Bin: Executing march_dl
1199.10/1199.53	c march_dl returned code 1.
1199.10/1199.53	c march_dl returned code 1.
1199.10/1199.53	c satzilla running minisat20 ... 
1199.10/1199.53	c Bin: Executing minisat20
1199.10/1199.53	c minisat20 returned code 1.
1199.10/1199.53	c minisat20 returned code 1.
1199.10/1199.53	c satzilla running march_dl ... 
1199.10/1199.53	c Bin: Executing march_dl
1199.10/1199.53	c march_dl returned code 1.
1199.10/1199.53	c march_dl returned code 1.
1199.10/1199.53	c satzilla running zchaff_rand with preprocessing ... 
1199.10/1199.53	c Bin: Executing zchaff_rand
1199.10/1199.53	c zchaff_rand returned code 1.
1199.10/1199.53	c zchaff_rand returned code 1.
1199.10/1199.53	c satzilla running kcnfs with preprocessing ... 
1199.10/1199.53	c Bin: Executing kcnfs
1199.10/1199.53	c kcnfs returned code 1.
1199.10/1199.53	c kcnfs returned code 1.
1199.10/1199.53	c satzilla running kcnfs ... 
1199.10/1199.53	c Bin: Executing kcnfs
1199.10/1199.53	c kcnfs returned code 1.
1199.10/1199.53	c kcnfs returned code 1.
1199.10/1199.53	c satzilla running vallst ... 
1199.10/1199.53	c Bin: Executing vallst
1199.10/1199.53	c vallst returned code 1.
1199.10/1199.53	c vallst returned code 1.
1199.10/1199.53	c satzilla running zchaff_rand ... 
1199.10/1199.53	c Bin: Executing zchaff_rand
1199.10/1199.53	c zchaff_rand returned code 1.
1199.10/1199.53	c zchaff_rand returned code 1.
1199.10/1199.53	c ERROR: All Failed! 
1199.10/1199.53	c SATZILLA_TIME=1199.330000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1731786-1240774410/watcher-1731786-1240774410 -o /tmp/evaluation-result-1731786-1240774410/solver-1731786-1240774410 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1731786-1240774410.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): 1800 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: 1.12 1.03 1.00 3/64 27598
/proc/meminfo: memFree=1279760/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=1440 CPUtime=0
/proc/27598/stat : 27598 (SATzilla2007_C) R 27596 27598 27499 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 105468165 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/27598/statm: 360 110 95 260 0 84 0
[pid=27599] ppid=27598 vsize=2964 CPUtime=0
/proc/27599/stat : 27599 (march_dl) R 27598 27598 27499 0 -1 4194304 450 0 0 0 0 0 0 0 18 0 1 0 105468166 3035136 445 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27599/statm: 741 445 50 118 0 620 0

[startup+0.0500071 s]
/proc/loadavg: 1.12 1.03 1.00 3/64 27598
/proc/meminfo: memFree=1279760/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=1440 CPUtime=0
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105468165 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27598/statm: 360 110 95 260 0 84 0
[pid=27599] ppid=27598 vsize=3492 CPUtime=0.04
/proc/27599/stat : 27599 (march_dl) R 27598 27598 27499 0 -1 4194304 607 0 0 0 4 0 0 0 19 0 1 0 105468166 3575808 602 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27599/statm: 873 602 50 118 0 752 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4932

[startup+0.102012 s]
/proc/loadavg: 1.12 1.03 1.00 3/64 27598
/proc/meminfo: memFree=1279760/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=1440 CPUtime=0
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105468165 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27598/statm: 360 110 95 260 0 84 0
[pid=27599] ppid=27598 vsize=4020 CPUtime=0.09
/proc/27599/stat : 27599 (march_dl) R 27598 27598 27499 0 -1 4194304 789 0 0 0 9 0 0 0 19 0 1 0 105468166 4116480 784 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27599/statm: 1005 784 50 118 0 884 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5460

[startup+0.30103 s]
/proc/loadavg: 1.12 1.03 1.00 3/64 27598
/proc/meminfo: memFree=1279760/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=1440 CPUtime=0
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105468165 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27598/statm: 360 110 95 260 0 84 0
[pid=27599] ppid=27598 vsize=6396 CPUtime=0.29
/proc/27599/stat : 27599 (march_dl) R 27598 27598 27499 0 -1 4194304 1487 0 0 0 29 0 0 0 20 0 1 0 105468166 6549504 1482 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27599/statm: 1599 1482 50 118 0 1478 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7836

[startup+0.701068 s]
/proc/loadavg: 1.12 1.03 1.00 3/64 27598
/proc/meminfo: memFree=1279760/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=1440 CPUtime=0
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105468165 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27598/statm: 360 110 95 260 0 84 0
[pid=27599] ppid=27598 vsize=12136 CPUtime=0.69
/proc/27599/stat : 27599 (march_dl) R 27598 27598 27499 0 -1 4194304 5809 0 0 0 66 3 0 0 24 0 1 0 105468166 12427264 2037 1992294400 134512640 134996440 4294956256 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27599/statm: 3034 2037 55 118 0 2913 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13576

[startup+1.50114 s]
/proc/loadavg: 1.12 1.03 1.00 2/66 27600
/proc/meminfo: memFree=1266752/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=1440 CPUtime=0
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105468165 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27598/statm: 360 110 95 260 0 84 0
[pid=27599] ppid=27598 vsize=23172 CPUtime=1.49
/proc/27599/stat : 27599 (march_dl) R 27598 27598 27499 0 -1 4194304 16770 0 0 0 142 7 0 0 25 0 1 0 105468166 23728128 4870 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27599/statm: 5793 4870 65 118 0 5672 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24612

[startup+3.1013 s]
/proc/loadavg: 1.12 1.03 1.00 2/66 27600
/proc/meminfo: memFree=1256960/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=1440 CPUtime=0
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105468165 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27598/statm: 360 110 95 260 0 84 0
[pid=27599] ppid=27598 vsize=34320 CPUtime=3.09
/proc/27599/stat : 27599 (march_dl) R 27598 27598 27499 0 -1 4194304 28788 0 0 0 297 12 0 0 25 0 1 0 105468166 35143680 7650 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27599/statm: 8580 7661 65 118 0 8459 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35760

[startup+6.3026 s]
/proc/loadavg: 1.11 1.03 1.00 2/66 27601
/proc/meminfo: memFree=1267904/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=1440 CPUtime=5
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 135 38118 0 0 0 0 483 17 16 0 1 0 105468165 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 360 111 96 260 0 84 0
[pid=27601] ppid=27598 vsize=18488 CPUtime=1.28
/proc/27601/stat : 27601 (ubcsat2006) R 27598 27598 27499 0 -1 4194304 3029 0 0 0 126 2 0 0 25 0 1 0 105468666 18931712 3012 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27601/statm: 4622 3012 156 64 0 4203 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19928

[startup+12.7012 s]
/proc/loadavg: 1.10 1.03 1.00 2/65 27601
/proc/meminfo: memFree=1267280/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=13588 CPUtime=12.68
/proc/27598/stat : 27598 (SATzilla2007_C) R 27596 27598 27499 0 -1 4194304 11521 41153 0 0 526 8 711 23 25 0 1 0 105468165 13914112 3209 1992294400 134512640 135579813 4294956224 18446744073709551615 134526943 0 0 4096 0 0 0 0 17 1 0 0
/proc/27598/statm: 3397 3209 156 260 0 3121 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13588

[startup+25.5014 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 27602
/proc/meminfo: memFree=1212488/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=17720 CPUtime=4.13
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 3735 0 2 0 405 8 0 0 25 0 1 0 105470300 18145280 3721 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 4430 3721 135 55 0 4020 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 61252

[startup+51.1018 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 27602
/proc/meminfo: memFree=1210440/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=28272 CPUtime=29.71
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 4335 0 2 0 2929 42 0 0 25 0 1 0 105470300 28950528 4321 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 7068 4321 150 55 0 6658 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 71804

[startup+102.306 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 27602
/proc/meminfo: memFree=1209288/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=29004 CPUtime=80.89
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 4604 0 2 0 8001 88 0 0 25 0 1 0 105470300 29700096 4590 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 7251 4590 150 55 0 6841 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 72536

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27602
/proc/meminfo: memFree=1208584/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=29192 CPUtime=140.87
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 4790 0 2 0 13951 136 0 0 25 0 1 0 105470300 29892608 4773 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 7298 4773 150 55 0 6888 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 72724

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 27602
/proc/meminfo: memFree=1207624/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=30956 CPUtime=200.85
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 5036 0 2 0 19907 178 0 0 25 0 1 0 105470300 31698944 5017 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 7739 5017 151 55 0 7329 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 74488

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27602
/proc/meminfo: memFree=1207112/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=31176 CPUtime=260.83
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 5175 0 2 0 25866 217 0 0 25 0 1 0 105470300 31924224 5155 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 7794 5155 151 55 0 7384 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 74708

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1206408/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=31456 CPUtime=320.82
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 5329 0 2 0 31830 252 0 0 25 0 1 0 105470300 32210944 5308 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 7864 5308 151 55 0 7454 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 74988


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


[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1201096/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=34380 CPUtime=740.71
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 6664 0 2 0 73619 452 0 0 25 0 1 0 105470300 35205120 6634 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 8595 6634 151 55 0 8185 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 77912

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1200328/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=34544 CPUtime=800.69
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 6847 0 2 0 79591 478 0 0 25 0 1 0 105470300 35373056 6816 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 8636 6816 151 55 0 8226 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 78076

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1199880/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=34784 CPUtime=860.67
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 6952 0 2 0 85566 501 0 0 25 0 1 0 105470300 35618816 6921 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 8696 6921 151 55 0 8286 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 78316

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1199752/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=36376 CPUtime=920.65
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 7029 0 2 0 91541 524 0 0 25 0 1 0 105470300 37249024 6998 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 9094 6998 151 55 0 8684 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 79908

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1199304/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=36648 CPUtime=980.64
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 7114 0 2 0 97517 547 0 0 25 0 1 0 105470300 37527552 7083 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 9162 7083 151 55 0 8752 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 80180

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1199048/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=36744 CPUtime=1040.62
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 7185 0 2 0 103493 569 0 0 25 0 1 0 105470300 37625856 7154 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 9186 7154 151 55 0 8776 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 80276

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1198792/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=36848 CPUtime=1100.61
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 7253 0 2 0 109466 595 0 0 25 0 1 0 105470300 37732352 7222 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 9212 7222 151 55 0 8802 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 80380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1198472/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=36956 CPUtime=1160.59
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 7331 0 2 0 115444 615 0 0 25 0 1 0 105470300 37842944 7300 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 9239 7300 151 55 0 8829 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 80488

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1198408/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=36956 CPUtime=1168.59
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 7342 0 2 0 116242 617 0 0 25 0 1 0 105470300 37842944 7311 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 9239 7311 151 55 0 8829 0
Current children cumulated CPU time (s) 1189.91
Current children cumulated vsize (KiB) 80488

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1198408/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=37032 CPUtime=1171.79
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 7345 0 2 0 116561 618 0 0 25 0 1 0 105470300 37920768 7314 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 9258 7314 151 55 0 8848 0
Current children cumulated CPU time (s) 1193.11
Current children cumulated vsize (KiB) 80564

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1198344/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=37032 CPUtime=1175
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 7350 0 2 0 116880 620 0 0 25 0 1 0 105470300 37920768 7319 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 9258 7319 151 55 0 8848 0
Current children cumulated CPU time (s) 1196.32
Current children cumulated vsize (KiB) 80564

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1198344/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=37032 CPUtime=1176.59
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 7351 0 2 0 117039 620 0 0 25 0 1 0 105470300 37920768 7320 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 9258 7320 151 55 0 8848 0
Current children cumulated CPU time (s) 1197.91
Current children cumulated vsize (KiB) 80564

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1198344/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=37032 CPUtime=1177.38
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 7351 0 2 0 117118 620 0 0 25 0 1 0 105470300 37920768 7320 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 9258 7320 151 55 0 8848 0
Current children cumulated CPU time (s) 1198.7
Current children cumulated vsize (KiB) 80564

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27604
/proc/meminfo: memFree=1198344/2055920 swapFree=4192956/4192956
[pid=27598] ppid=27596 vsize=43532 CPUtime=21.32
/proc/27598/stat : 27598 (SATzilla2007_C) S 27596 27598 27499 0 -1 4194304 18958 41153 0 0 1376 22 711 23 25 0 1 0 105468165 44576768 10520 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27598/statm: 10883 10520 165 260 0 10607 0
[pid=27602] ppid=27598 vsize=37032 CPUtime=1177.78
/proc/27602/stat : 27602 (vallst) R 27598 27598 27499 0 -1 4194304 7352 0 2 0 117158 620 0 0 25 0 1 0 105470300 37920768 7321 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27602/statm: 9258 7321 151 55 0 8848 0
Current children cumulated CPU time (s) 1199.1
Current children cumulated vsize (KiB) 80564

Child status: 17
Real time (s): 1199.54
CPU time (s): 1199.18
CPU user time (s): 1192.49
CPU system time (s): 6.68998
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 80660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1192.49
system time used= 6.68998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67476
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 1730

runsolver used 1.35579 second user time and 3.00654 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-26 21:33:30
IDJOB=1731786
IDBENCH=70936
IDSOLVER=558
FILE ID=node61/1731786-1240774410
PBS_JOBID= 9187221
Free space on /tmp= 66420 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_12_2_4_fbc.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731786-1240774410/watcher-1731786-1240774410 -o /tmp/evaluation-result-1731786-1240774410/solver-1731786-1240774410 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1731786-1240774410.cnf            

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

MD5SUM BENCH= 9fee570f53de23cb47dfa378d421371e
RANDOM SEED=450057482

node61.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.216
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.216
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:       1280240 kB
Buffers:         97124 kB
Cached:         572064 kB
SwapCached:          0 kB
Active:         228220 kB
Inactive:       454752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1280240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           12540 kB
Writeback:           0 kB
Mapped:          23524 kB
Slab:            78876 kB
Committed_AS:   443672 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node61 at 2009-04-26 21:53:30