Trace number 1785693

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) 4999.22 5001.23

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK10.cnf
MD5SUM6acad6aa08a1137d820dbdd152ca2acc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.6922
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses38430
Sum of the clauses size456120
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4630
Number of clauses of size 50
Number of clauses of size over 537800

Solver Data

11.57/11.68	c run March_dl for 5 seconds ... 
11.57/11.68	c Bin: Executing march_dl
11.57/11.68	c child exit by a signal
11.57/11.68	c march_dl returned code 137.
11.57/11.68	c run saps (UBCSAT implementation) for 2 seconds ... 
11.57/11.68	c Bin: Executing ubcsat2006
11.57/11.68	c child exited successfully
11.57/11.68	c ubcsat2006 returned code 0.
11.57/11.68	c satzilla computing base features
11.57/11.68	c satzilla doing unit-prop probe
11.57/11.68	c satzilla doing local search probe
11.57/11.68	c satzilla doing lobjois search-space size estimate
11.57/11.68	c satzilla's ranking:
11.57/11.68	c 1) vallst+P: -18.877317
11.57/11.68	c 2) minisat20+P: 1.222239
11.57/11.68	c 3) zchaff_rand+P: 4.906914
11.57/11.68	c 4) march_dl: 9.626874
11.57/11.68	c 5) minisat20: 12.042055
11.57/11.68	c 6) march_dl+P: 15.307782
11.57/11.68	c 7) kcnfs+P: 999.000000
11.57/11.68	c 8) kcnfs: 999.000000
11.57/11.68	c 9) vallst: 999.000000
11.57/11.68	c 10) zchaff_rand: 999.000000
11.57/11.68	c satzilla running vallst with preprocessing ... 
4999.16/5001.22	c Preprocessing...
4999.16/5001.22	c Inital problem has 45 variables, 38430 nary clauses (0 binary clauses).
4999.16/5001.22	c Num non-binary clauses 38430, Average non-binary clause length 11.869
4999.16/5001.22	c Theory has no gaps
4999.16/5001.22	c Preprocessor runtime was 0.150 seconds.
4999.16/5001.22	c 
4999.16/5001.22	c Satisfiability of theory still undetermined.
4999.16/5001.22	c See file /tmp/VUcR7B for simplified theory.
4999.16/5001.22	c Bin: Executing vallst
4999.16/5001.22	c child exit by a signal
4999.16/5001.22	c vallst returned code 137.
4999.16/5001.22	c vallst returned code 137.
4999.16/5001.22	c satzilla running minisat20 with preprocessing ... 
4999.16/5001.22	c Bin: Executing minisat20
4999.16/5001.22	c minisat20 returned code 1.
4999.16/5001.22	c minisat20 returned code 1.
4999.16/5001.22	c satzilla running zchaff_rand with preprocessing ... 
4999.16/5001.22	c Bin: Executing zchaff_rand
4999.16/5001.22	c zchaff_rand returned code 1.
4999.16/5001.22	c zchaff_rand returned code 1.
4999.16/5001.22	c satzilla running march_dl ... 
4999.16/5001.22	c Bin: Executing march_dl
4999.16/5001.22	c march_dl returned code 1.
4999.16/5001.22	c march_dl returned code 1.
4999.16/5001.22	c satzilla running minisat20 ... 
4999.16/5001.22	c Bin: Executing minisat20
4999.16/5001.22	c minisat20 returned code 1.
4999.16/5001.22	c minisat20 returned code 1.
4999.16/5001.22	c satzilla running march_dl with preprocessing ... 
4999.16/5001.22	c Bin: Executing march_dl
4999.16/5001.22	c march_dl returned code 1.
4999.16/5001.22	c march_dl returned code 1.
4999.16/5001.22	c satzilla running kcnfs with preprocessing ... 
4999.16/5001.22	c Bin: Executing kcnfs
4999.16/5001.22	c kcnfs returned code 1.
4999.16/5001.22	c kcnfs returned code 1.
4999.16/5001.22	c satzilla running kcnfs ... 
4999.16/5001.22	c Bin: Executing kcnfs
4999.16/5001.22	c kcnfs returned code 1.
4999.16/5001.22	c kcnfs returned code 1.
4999.16/5001.22	c satzilla running vallst ... 
4999.16/5001.22	c Bin: Executing vallst
4999.16/5001.22	c vallst returned code 1.
4999.16/5001.22	c vallst returned code 1.
4999.16/5001.22	c satzilla running zchaff_rand ... 
4999.16/5001.22	c Bin: Executing zchaff_rand
4999.16/5001.22	c zchaff_rand returned code 1.
4999.16/5001.22	c zchaff_rand returned code 1.
4999.16/5001.22	c ERROR: All Failed! 
4999.16/5001.22	c SATZILLA_TIME=4999.970000

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-1785693-1241925614/watcher-1785693-1241925614 -o /tmp/evaluation-result-1785693-1241925614/solver-1785693-1241925614 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785693-1241925614.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.00 1.00 1.00 3/64 31877
/proc/meminfo: memFree=1692408/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=1440 CPUtime=0
/proc/31877/stat : 31877 (SATzilla2007_C) R 31875 31877 28593 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 220594663 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/31877/statm: 360 110 95 260 0 84 0
[pid=31878] ppid=31877 vsize=940 CPUtime=0
/proc/31878/stat : 31878 (march_dl) R 31877 31877 28593 0 -1 4194304 116 0 0 0 0 0 0 0 18 0 1 0 220594663 962560 111 1992294400 134512640 134996440 4294956256 18446744073709551615 134776992 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31878/statm: 235 111 50 118 0 114 0

[startup+0.00732089 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31877
/proc/meminfo: memFree=1692408/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=1440 CPUtime=0
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220594663 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31877/statm: 360 110 95 260 0 84 0
[pid=31878] ppid=31877 vsize=940 CPUtime=0
/proc/31878/stat : 31878 (march_dl) R 31877 31877 28593 0 -1 4194304 126 0 0 0 0 0 0 0 19 0 1 0 220594663 962560 121 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31878/statm: 235 121 50 118 0 114 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2380

[startup+0.101329 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31877
/proc/meminfo: memFree=1692408/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=1440 CPUtime=0
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220594663 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31877/statm: 360 110 95 260 0 84 0
[pid=31878] ppid=31877 vsize=2392 CPUtime=0.09
/proc/31878/stat : 31878 (march_dl) R 31877 31877 28593 0 -1 4194304 521 0 0 0 9 0 0 0 19 0 1 0 220594663 2449408 516 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31878/statm: 598 516 50 118 0 477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3832

[startup+0.301349 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31877
/proc/meminfo: memFree=1692408/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=1440 CPUtime=0
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220594663 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31877/statm: 360 110 95 260 0 84 0
[pid=31878] ppid=31877 vsize=7240 CPUtime=0.29
/proc/31878/stat : 31878 (march_dl) R 31877 31877 28593 0 -1 4194304 5241 0 0 0 27 2 0 0 21 0 1 0 220594663 7413760 1308 1992294400 134512640 134996440 4294956256 18446744073709551615 134543103 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31878/statm: 1810 1311 57 118 0 1689 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8680

[startup+0.701392 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31877
/proc/meminfo: memFree=1692408/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=1440 CPUtime=0
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220594663 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31877/statm: 360 110 95 260 0 84 0
[pid=31878] ppid=31877 vsize=18864 CPUtime=0.69
/proc/31878/stat : 31878 (march_dl) R 31877 31877 28593 0 -1 4194304 13602 0 0 0 63 6 0 0 25 0 1 0 220594663 19316736 2518 1992294400 134512640 134996440 4294956256 18446744073709551615 134584245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31878/statm: 4716 2518 67 118 0 4595 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20304

[startup+1.50148 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31879
/proc/meminfo: memFree=1682280/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=1440 CPUtime=0
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220594663 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31877/statm: 360 110 95 260 0 84 0
[pid=31878] ppid=31877 vsize=19264 CPUtime=1.49
/proc/31878/stat : 31878 (march_dl) R 31877 31877 28593 0 -1 4194304 13699 0 0 0 143 6 0 0 25 0 1 0 220594663 19726336 2615 1992294400 134512640 134996440 4294956256 18446744073709551615 134583499 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31878/statm: 4816 2615 67 118 0 4695 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20704

[startup+3.10165 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31879
/proc/meminfo: memFree=1681704/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=1440 CPUtime=0
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220594663 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31877/statm: 360 110 95 260 0 84 0
[pid=31878] ppid=31877 vsize=19664 CPUtime=3.09
/proc/31878/stat : 31878 (march_dl) R 31877 31877 28593 0 -1 4194304 13790 0 0 0 303 6 0 0 25 0 1 0 220594663 20135936 2706 1992294400 134512640 134996440 4294956256 18446744073709551615 134583360 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31878/statm: 4916 2706 67 118 0 4795 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21104

[startup+6.30199 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31880
/proc/meminfo: memFree=1687016/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=1440 CPUtime=4.99
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 135 13832 0 0 0 0 492 7 16 0 1 0 220594663 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 360 111 96 260 0 84 0
[pid=31880] ppid=31877 vsize=10288 CPUtime=1.28
/proc/31880/stat : 31880 (ubcsat2006) R 31877 31877 28593 0 -1 4194304 1389 0 0 0 127 1 0 0 25 0 1 0 220595164 10534912 1372 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/31880/statm: 2572 1372 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11728

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31881
/proc/meminfo: memFree=1679912/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=5956 CPUtime=0.71
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 905 0 0 0 71 0 0 0 24 0 1 0 220595861 6098944 889 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 1489 889 135 55 0 1079 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 23944

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31881
/proc/meminfo: memFree=1675944/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=14212 CPUtime=13.49
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 1206 0 0 0 1343 6 0 0 25 0 1 0 220595861 14553088 1190 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 3553 1190 149 55 0 3143 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 32200

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31881
/proc/meminfo: memFree=1675624/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=14212 CPUtime=39.09
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 1273 0 0 0 3891 18 0 0 25 0 1 0 220595861 14553088 1257 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 3553 1257 149 55 0 3143 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 32200

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31881
/proc/meminfo: memFree=1675496/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=14212 CPUtime=90.27
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 1330 0 0 0 8996 31 0 0 25 0 1 0 220595861 14553088 1314 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 3553 1314 149 55 0 3143 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 32200

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31881
/proc/meminfo: memFree=1675112/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=14404 CPUtime=150.24
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 1411 0 0 0 14979 45 0 0 25 0 1 0 220595861 14749696 1395 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 3601 1395 149 55 0 3191 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 32392

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31881
/proc/meminfo: memFree=1674792/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=14596 CPUtime=210.22
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 1486 0 0 0 20964 58 0 0 25 0 1 0 220595861 14946304 1470 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 3649 1470 149 55 0 3239 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 32584

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31881
/proc/meminfo: memFree=1674344/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=15840 CPUtime=270.2
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 1591 0 0 0 26940 80 0 0 25 0 1 0 220595861 16220160 1575 1992294400 134512640 134738160 4294956288 18446744073709551615 134589921 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 3960 1575 151 55 0 3550 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 33828

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31881
/proc/meminfo: memFree=1674088/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=16356 CPUtime=330.17
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 1673 0 0 0 32926 91 0 0 25 0 1 0 220595861 16748544 1657 1992294400 134512640 134738160 4294956288 18446744073709551615 134586190 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 4089 1657 151 55 0 3679 0

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


[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31889
/proc/meminfo: memFree=1658664/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=27496 CPUtime=4708.43
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 16675 0 0 0 470272 571 0 0 25 0 1 0 220595861 28155904 5159 1992294400 134512640 134738160 4294956288 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 6874 5159 151 55 0 6464 0
Current children cumulated CPU time (s) 4720.38
Current children cumulated vsize (KiB) 45484

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31889
/proc/meminfo: memFree=1659560/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=24340 CPUtime=4768.41
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 17229 0 0 0 476261 580 0 0 25 0 1 0 220595861 24924160 4894 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 6085 4894 151 55 0 5675 0
Current children cumulated CPU time (s) 4780.36
Current children cumulated vsize (KiB) 42328

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31890
/proc/meminfo: memFree=1658536/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=26444 CPUtime=4828.38
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 17530 0 0 0 482253 585 0 0 25 0 1 0 220595861 27078656 5195 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 6611 5195 151 55 0 6201 0
Current children cumulated CPU time (s) 4840.33
Current children cumulated vsize (KiB) 44432

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31891
/proc/meminfo: memFree=1656104/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=28548 CPUtime=4888.35
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 18149 0 0 0 488247 588 0 0 25 0 1 0 220595861 29233152 5814 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 7137 5814 151 55 0 6727 0
Current children cumulated CPU time (s) 4900.3
Current children cumulated vsize (KiB) 46536

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31891
/proc/meminfo: memFree=1654120/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=30652 CPUtime=4948.33
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 18624 0 0 0 494241 592 0 0 25 0 1 0 220595861 31387648 6289 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 7663 6289 151 55 0 7253 0
Current children cumulated CPU time (s) 4960.28
Current children cumulated vsize (KiB) 48640

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31891
/proc/meminfo: memFree=1654056/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=30652 CPUtime=4952.33
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 18653 0 0 0 494641 592 0 0 25 0 1 0 220595861 31387648 6318 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 7663 6318 151 55 0 7253 0
Current children cumulated CPU time (s) 4964.28
Current children cumulated vsize (KiB) 48640

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31891
/proc/meminfo: memFree=1659432/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=24340 CPUtime=4965.12
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 18730 0 0 0 495919 593 0 0 25 0 1 0 220595861 24924160 4899 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 6085 4899 151 55 0 5675 0
Current children cumulated CPU time (s) 4977.07
Current children cumulated vsize (KiB) 42328

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31891
/proc/meminfo: memFree=1659432/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=24340 CPUtime=4977.91
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 18730 0 0 0 497196 595 0 0 25 0 1 0 220595861 24924160 4899 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 6085 4899 151 55 0 5675 0
Current children cumulated CPU time (s) 4989.86
Current children cumulated vsize (KiB) 42328

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31891
/proc/meminfo: memFree=1659432/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=24340 CPUtime=4981.11
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 18730 0 0 0 497516 595 0 0 25 0 1 0 220595861 24924160 4899 1992294400 134512640 134738160 4294956288 18446744073709551615 134578502 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 6085 4899 151 55 0 5675 0
Current children cumulated CPU time (s) 4993.06
Current children cumulated vsize (KiB) 42328

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31891
/proc/meminfo: memFree=1659432/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=24340 CPUtime=4984.32
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 18730 0 0 0 497836 596 0 0 25 0 1 0 220595861 24924160 4899 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 6085 4899 151 55 0 5675 0
Current children cumulated CPU time (s) 4996.27
Current children cumulated vsize (KiB) 42328

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31891
/proc/meminfo: memFree=1659432/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=24340 CPUtime=4985.91
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 18730 0 0 0 497995 596 0 0 25 0 1 0 220595861 24924160 4899 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 6085 4899 151 55 0 5675 0
Current children cumulated CPU time (s) 4997.86
Current children cumulated vsize (KiB) 42328

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31891
/proc/meminfo: memFree=1659432/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=24340 CPUtime=4986.71
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 18730 0 0 0 498075 596 0 0 25 0 1 0 220595861 24924160 4899 1992294400 134512640 134738160 4294956288 18446744073709551615 134588727 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 6085 4899 151 55 0 5675 0
Current children cumulated CPU time (s) 4998.66
Current children cumulated vsize (KiB) 42328

[startup+5001.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31891
/proc/meminfo: memFree=1659432/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=24340 CPUtime=4987.11
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 18730 0 0 0 498115 596 0 0 25 0 1 0 220595861 24924160 4899 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 6085 4899 151 55 0 5675 0
Current children cumulated CPU time (s) 4999.06
Current children cumulated vsize (KiB) 42328

[startup+5001.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31891
/proc/meminfo: memFree=1659432/2055920 swapFree=4180928/4192956
[pid=31877] ppid=31875 vsize=17988 CPUtime=11.95
/proc/31877/stat : 31877 (SATzilla2007_C) S 31875 31877 28593 0 -1 4194304 5878 15227 0 0 477 4 705 9 25 0 1 0 220594663 18419712 2820 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31877/statm: 4497 2820 165 260 0 4221 0
[pid=31881] ppid=31877 vsize=24340 CPUtime=4987.21
/proc/31881/stat : 31881 (vallst) R 31877 31877 28593 0 -1 4194304 18730 0 0 0 498125 596 0 0 25 0 1 0 220595861 24924160 4899 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/31881/statm: 6085 4899 151 55 0 5675 0
Current children cumulated CPU time (s) 4999.16
Current children cumulated vsize (KiB) 42328

Child status: 17
Real time (s): 5001.23
CPU time (s): 4999.22
CPU user time (s): 4993.11
CPU system time (s): 6.11407
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 51796

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

runsolver used 4.68329 second user time and 13.5069 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-10 05:20:14
IDJOB=1785693
IDBENCH=71131
IDSOLVER=640
FILE ID=node19/1785693-1241925614
PBS_JOBID= 9264918
Free space on /tmp= 66204 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK10.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785693-1241925614/watcher-1785693-1241925614 -o /tmp/evaluation-result-1785693-1241925614/solver-1785693-1241925614 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785693-1241925614.cnf            

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=982181851

node19.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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1692952 kB
Buffers:         54272 kB
Cached:         229772 kB
SwapCached:       5772 kB
Active:         109508 kB
Inactive:       182324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692952 kB
SwapTotal:     4192956 kB
SwapFree:      4180928 kB
Dirty:            9760 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            57208 kB
Committed_AS:   765864 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66196 MiB
End job on node19 at 2009-05-10 06:43:35