Trace number 1595507

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.35 1199.81

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes2.cnf
MD5SUM52e359b1b3f50700797d7fba5a906213
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.72283
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
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

15.19/15.34	c run March_dl for 5 seconds ... 
15.19/15.34	c Bin: Executing march_dl
15.19/15.34	c child exit by a signal
15.19/15.34	c march_dl returned code 137.
15.19/15.34	c run saps (UBCSAT implementation) for 2 seconds ... 
15.19/15.34	c Bin: Executing ubcsat2006
15.19/15.34	c child exited successfully
15.19/15.34	c ubcsat2006 returned code 0.
15.19/15.34	c satzilla computing base features
15.19/15.34	c satzilla doing unit-prop probe
15.19/15.34	c satzilla doing local search probe
15.19/15.34	c satzilla doing lobjois search-space size estimate
15.19/15.34	c satzilla's ranking:
15.19/15.34	c 1) march_dl: 2.749321
15.19/15.34	c 2) march_dl+P: 3.088876
15.19/15.34	c 3) minisat20: 3.168198
15.19/15.34	c 4) vallst+P: 3.452554
15.19/15.34	c 5) zchaff_rand+P: 3.527695
15.19/15.34	c 6) minisat20+P: 3.887641
15.19/15.34	c 7) kcnfs+P: 999.000000
15.19/15.34	c 8) kcnfs: 999.000000
15.19/15.34	c 9) vallst: 999.000000
15.19/15.34	c 10) zchaff_rand: 999.000000
15.19/15.34	c satzilla running march_dl ... 
1199.02/1199.53	c Bin: Executing march_dl
1199.02/1199.53	c child exit by a signal
1199.02/1199.53	c march_dl returned code 137.
1199.02/1199.53	c march_dl returned code 137.
1199.02/1199.53	c satzilla running march_dl with preprocessing ... 
1199.31/1199.80	c Preprocessing...
1199.31/1199.80	c Inital problem has 1150 variables, 50 nary clauses (84264 binary clauses).
1199.31/1199.80	c Num non-binary clauses 50, Average non-binary clause length 23.000
1199.31/1199.80	c Theory has no gaps
1199.31/1199.80	c Preprocessor runtime was 0.170 seconds.
1199.31/1199.80	c 
1199.31/1199.80	c Satisfiability of theory still undetermined.
1199.31/1199.80	c See file /tmp/B0Vgi6 for simplified theory.
1199.31/1199.80	c Bin: Executing march_dl
1199.31/1199.80	c march_dl returned code 1.
1199.31/1199.80	c march_dl returned code 1.
1199.31/1199.80	c satzilla running minisat20 ... 
1199.31/1199.80	c Bin: Executing minisat20
1199.31/1199.80	c minisat20 returned code 1.
1199.31/1199.80	c minisat20 returned code 1.
1199.31/1199.80	c satzilla running vallst with preprocessing ... 
1199.31/1199.80	c Bin: Executing vallst
1199.31/1199.80	c vallst returned code 1.
1199.31/1199.80	c vallst returned code 1.
1199.31/1199.80	c satzilla running zchaff_rand with preprocessing ... 
1199.31/1199.80	c Bin: Executing zchaff_rand
1199.31/1199.80	c zchaff_rand returned code 1.
1199.31/1199.80	c zchaff_rand returned code 1.
1199.31/1199.80	c satzilla running minisat20 with preprocessing ... 
1199.31/1199.80	c Bin: Executing minisat20
1199.31/1199.80	c minisat20 returned code 1.
1199.31/1199.80	c minisat20 returned code 1.
1199.31/1199.80	c satzilla running kcnfs with preprocessing ... 
1199.31/1199.80	c Bin: Executing kcnfs
1199.31/1199.80	c kcnfs returned code 1.
1199.31/1199.80	c kcnfs returned code 1.
1199.31/1199.80	c satzilla running kcnfs ... 
1199.31/1199.80	c Bin: Executing kcnfs
1199.31/1199.80	c kcnfs returned code 1.
1199.31/1199.80	c kcnfs returned code 1.
1199.31/1199.80	c satzilla running vallst ... 
1199.31/1199.80	c Bin: Executing vallst
1199.31/1199.80	c vallst returned code 1.
1199.31/1199.80	c vallst returned code 1.
1199.31/1199.80	c satzilla running zchaff_rand ... 
1199.31/1199.80	c Bin: Executing zchaff_rand
1199.31/1199.80	c zchaff_rand returned code 1.
1199.31/1199.80	c zchaff_rand returned code 1.
1199.31/1199.80	c ERROR: All Failed! 
1199.31/1199.80	c SATZILLA_TIME=1199.510000

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-1595507-1239355770/watcher-1595507-1239355770 -o /tmp/evaluation-result-1595507-1239355770/solver-1595507-1239355770 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1595507-1239355770.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: 0.99 0.97 0.69 3/65 2519
/proc/meminfo: memFree=1939920/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216822 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=1300 CPUtime=0
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2454 0 -1 4194304 178 0 0 0 0 0 0 0 19 0 1 0 216823 1331200 173 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2520/statm: 325 173 50 118 0 204 0

[startup+0.104949 s]
/proc/loadavg: 0.99 0.97 0.69 3/65 2519
/proc/meminfo: memFree=1939920/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216822 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=4400 CPUtime=0.09
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2454 0 -1 4194304 871 0 0 0 9 0 0 0 20 0 1 0 216823 4505600 634 1992294400 134512640 134996440 4294956256 18446744073709551615 134617410 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2520/statm: 1100 634 53 118 0 979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5840

[startup+0.201968 s]
/proc/loadavg: 0.99 0.97 0.69 3/65 2519
/proc/meminfo: memFree=1939920/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216822 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=5724 CPUtime=0.19
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2454 0 -1 4194304 2939 0 0 0 18 1 0 0 20 0 1 0 216823 5861376 1029 1992294400 134512640 134996440 4294956256 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2520/statm: 1431 1029 57 118 0 1310 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7164

[startup+0.301987 s]
/proc/loadavg: 0.99 0.97 0.69 3/65 2519
/proc/meminfo: memFree=1939920/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216822 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=5672 CPUtime=0.29
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2454 0 -1 4194304 4217 0 0 0 28 1 0 0 21 0 1 0 216823 5808128 974 1992294400 134512640 134996440 4294956256 18446744073709551615 134617341 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2520/statm: 1418 974 65 118 0 1297 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7112

[startup+0.701063 s]
/proc/loadavg: 0.99 0.97 0.69 3/65 2519
/proc/meminfo: memFree=1939920/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216822 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=13812 CPUtime=0.69
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2454 0 -1 4194304 8485 0 0 0 65 4 0 0 24 0 1 0 216823 14143488 2308 1992294400 134512640 134996440 4294956256 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2520/statm: 3453 2308 73 118 0 3332 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15252

[startup+1.50122 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 2521
/proc/meminfo: memFree=1931512/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216822 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=13892 CPUtime=1.47
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2454 0 -1 4194304 9281 0 0 0 143 4 0 0 23 0 1 0 216823 14225408 2306 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2520/statm: 3473 2306 75 118 0 3352 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 15332

[startup+3.10153 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 2521
/proc/meminfo: memFree=1930360/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216822 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=14288 CPUtime=3.07
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2454 0 -1 4194304 9384 0 0 0 303 4 0 0 25 0 1 0 216823 14630912 2409 1992294400 134512640 134996440 4294956256 18446744073709551615 134588552 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2520/statm: 3572 2409 75 118 0 3451 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15728

[startup+6.30114 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 2522
/proc/meminfo: memFree=1934136/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=4.99
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 135 9415 0 0 0 0 495 4 16 0 1 0 216822 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 111 96 260 0 84 0
[pid=2522] ppid=2519 vsize=10288 CPUtime=1.21
/proc/2522/stat : 2522 (ubcsat2006) R 2519 2519 2454 0 -1 4194304 1166 0 13 0 118 3 0 0 25 0 1 0 217325 10534912 1162 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2522/statm: 2572 1162 156 64 0 2153 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 11728

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 2522
/proc/meminfo: memFree=1934472/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=13368 CPUtime=12.59
/proc/2519/stat : 2519 (SATzilla2007_C) R 2517 2519 2454 0 -1 4194304 3392 10587 0 13 545 2 703 9 25 0 1 0 216822 13688832 2201 1992294400 134512640 135579813 4294956224 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/2519/statm: 3342 2201 150 260 0 3066 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 13368

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.70 2/67 2523
/proc/meminfo: memFree=1924864/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=14552 CPUtime=10.14
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9460 0 0 0 1011 3 0 0 25 0 1 0 218357 14901248 2486 1992294400 134512640 134996440 4294956256 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3638 2486 75 118 0 3517 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 19836

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.70 2/67 2523
/proc/meminfo: memFree=1924416/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=14948 CPUtime=35.72
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9560 0 0 0 3569 3 0 0 25 0 1 0 218357 15306752 2586 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3737 2586 75 118 0 3616 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 20232

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.72 2/67 2523
/proc/meminfo: memFree=1924224/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15204 CPUtime=86.91
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9627 0 0 0 8688 3 0 0 25 0 1 0 218357 15568896 2653 1992294400 134512640 134996440 4294956256 18446744073709551615 134528326 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3801 2653 75 118 0 3680 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 20488

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.74 2/67 2523
/proc/meminfo: memFree=1924032/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15468 CPUtime=146.9
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9675 0 0 0 14686 4 0 0 25 0 1 0 218357 15839232 2701 1992294400 134512640 134996440 4294956256 18446744073709551615 134527903 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3867 2701 75 118 0 3746 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 20752

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.75 2/67 2523
/proc/meminfo: memFree=1923904/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15468 CPUtime=206.88
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9698 0 0 0 20684 4 0 0 25 0 1 0 218357 15839232 2724 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3867 2724 75 118 0 3746 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 20752

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.76 2/67 2523
/proc/meminfo: memFree=1923840/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15596 CPUtime=266.86
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9714 0 0 0 26682 4 0 0 25 0 1 0 218357 15970304 2740 1992294400 134512640 134996440 4294956256 18446744073709551615 134533056 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3899 2740 75 118 0 3778 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 20880

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/67 2523
/proc/meminfo: memFree=1923776/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15596 CPUtime=326.84
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9732 0 0 0 32680 4 0 0 25 0 1 0 218357 15970304 2758 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3899 2758 75 118 0 3778 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 20880


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

/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15856 CPUtime=686.74
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9791 0 0 0 68669 5 0 0 25 0 1 0 218357 16236544 2817 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3964 2817 75 118 0 3843 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 21140

[startup+762.302 s]
/proc/loadavg: 1.00 0.99 0.84 2/67 2523
/proc/meminfo: memFree=1923392/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15856 CPUtime=746.73
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9795 0 0 0 74667 6 0 0 25 0 1 0 218357 16236544 2821 1992294400 134512640 134996440 4294956256 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3964 2821 75 118 0 3843 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 21140

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.85 2/67 2523
/proc/meminfo: memFree=1923392/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15856 CPUtime=806.7
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9803 0 0 0 80664 6 0 0 25 0 1 0 218357 16236544 2829 1992294400 134512640 134996440 4294956256 18446744073709551615 134532761 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3964 2829 75 118 0 3843 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 21140

[startup+882.306 s]
/proc/loadavg: 1.00 0.99 0.85 2/67 2523
/proc/meminfo: memFree=1923328/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15988 CPUtime=866.69
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9811 0 0 0 86663 6 0 0 25 0 1 0 218357 16371712 2837 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3997 2837 75 118 0 3876 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 21272

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.86 2/67 2523
/proc/meminfo: memFree=1923264/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15988 CPUtime=926.66
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9819 0 0 0 92660 6 0 0 25 0 1 0 218357 16371712 2845 1992294400 134512640 134996440 4294956256 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3997 2845 75 118 0 3876 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 21272

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.86 2/67 2523
/proc/meminfo: memFree=1923264/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15988 CPUtime=986.64
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9825 0 0 0 98658 6 0 0 25 0 1 0 218357 16371712 2851 1992294400 134512640 134996440 4294956256 18446744073709551615 134571519 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3997 2851 75 118 0 3876 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 21272

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.87 2/67 2523
/proc/meminfo: memFree=1923200/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15988 CPUtime=1046.62
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9829 0 0 0 104656 6 0 0 25 0 1 0 218357 16371712 2855 1992294400 134512640 134996440 4294956256 18446744073709551615 134528181 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3997 2855 75 118 0 3876 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 21272

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.88 2/67 2523
/proc/meminfo: memFree=1923200/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=15988 CPUtime=1106.6
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9835 0 0 0 110654 6 0 0 25 0 1 0 218357 16371712 2861 1992294400 134512640 134996440 4294956256 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 3997 2861 75 118 0 3876 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 21272

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.88 2/67 2523
/proc/meminfo: memFree=1923136/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=16116 CPUtime=1166.57
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9838 0 0 0 116651 6 0 0 25 0 1 0 218357 16502784 2864 1992294400 134512640 134996440 4294956256 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 4029 2864 75 118 0 3908 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 21400

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

[startup+1190.4 s]
/proc/loadavg: 1.00 0.99 0.88 2/67 2523
/proc/meminfo: memFree=1923136/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=16116 CPUtime=1174.68
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9839 0 0 0 117461 7 0 0 25 0 1 0 218357 16502784 2865 1992294400 134512640 134996440 4294956256 18446744073709551615 134533013 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 4029 2865 75 118 0 3908 0
Current children cumulated CPU time (s) 1189.92
Current children cumulated vsize (KiB) 21400

[startup+1196.8 s]
/proc/loadavg: 1.00 0.99 0.88 2/67 2523
/proc/meminfo: memFree=1923136/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=16116 CPUtime=1181.08
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9839 0 0 0 118101 7 0 0 25 0 1 0 218357 16502784 2865 1992294400 134512640 134996440 4294956256 18446744073709551615 134536689 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 4029 2865 75 118 0 3908 0
Current children cumulated CPU time (s) 1196.32
Current children cumulated vsize (KiB) 21400

[startup+1198.4 s]
/proc/loadavg: 1.00 0.99 0.88 2/67 2523
/proc/meminfo: memFree=1923136/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=16116 CPUtime=1182.68
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9839 0 0 0 118261 7 0 0 25 0 1 0 218357 16502784 2865 1992294400 134512640 134996440 4294956256 18446744073709551615 134533056 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 4029 2865 75 118 0 3908 0
Current children cumulated CPU time (s) 1197.92
Current children cumulated vsize (KiB) 21400

[startup+1199.2 s]
/proc/loadavg: 1.00 0.99 0.88 2/67 2523
/proc/meminfo: memFree=1923136/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=5284 CPUtime=15.24
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2454 0 -1 4194304 4297 10587 0 13 805 7 703 9 25 0 1 0 216822 5410816 1145 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 1321 1145 156 260 0 1045 0
[pid=2523] ppid=2519 vsize=16116 CPUtime=1183.48
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2454 0 -1 4194304 9839 0 0 0 118341 7 0 0 25 0 1 0 218357 16502784 2865 1992294400 134512640 134996440 4294956256 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2523/statm: 4029 2865 75 118 0 3908 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 21400

[startup+1199.6 s]
/proc/loadavg: 1.00 0.99 0.88 2/67 2523
/proc/meminfo: memFree=1923136/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=7400 CPUtime=1199.11
/proc/2519/stat : 2519 (SATzilla2007_C) R 2517 2519 2454 0 -1 4194304 4923 20426 0 13 810 7 119078 16 19 0 1 0 216822 7577600 1663 1992294400 134512640 135579813 4294956224 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/2519/statm: 1850 1663 156 260 0 1574 0
Current children cumulated CPU time (s) 1199.11
Current children cumulated vsize (KiB) 7400

[startup+1199.8 s]
/proc/loadavg: 1.00 0.99 0.88 2/67 2523
/proc/meminfo: memFree=1923136/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=11280 CPUtime=1199.31
/proc/2519/stat : 2519 (SATzilla2007_C) R 2517 2519 2454 0 -1 4194304 5895 20426 0 13 829 8 119078 16 20 0 1 0 216822 11550720 2631 1992294400 134512640 135579813 4294956224 18446744073709551615 135221869 0 0 4096 0 0 0 0 17 1 0 0
/proc/2519/statm: 2820 2631 164 260 0 2544 0
Current children cumulated CPU time (s) 1199.31
Current children cumulated vsize (KiB) 11280

Child status: 17
Real time (s): 1199.81
CPU time (s): 1199.35
CPU user time (s): 1199.09
CPU system time (s): 0.26196
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 21400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.09
system time used= 0.26196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26328
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 1996

runsolver used 1.39179 second user time and 2.72558 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-10 11:29:30
IDJOB=1595507
IDBENCH=71537
IDSOLVER=558
FILE ID=node51/1595507-1239355770
PBS_JOBID= 9115399
Free space on /tmp= 66492 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1150c84314gyes2.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1595507-1239355770/watcher-1595507-1239355770 -o /tmp/evaluation-result-1595507-1239355770/solver-1595507-1239355770 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1595507-1239355770.cnf            

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

MD5SUM BENCH= 52e359b1b3f50700797d7fba5a906213
RANDOM SEED=2039921652

node51.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.259
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.259
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:       1940336 kB
Buffers:         20124 kB
Cached:          53860 kB
SwapCached:          0 kB
Active:          48640 kB
Inactive:        38152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1940336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            9364 kB
Writeback:           0 kB
Mapped:          22608 kB
Slab:            14752 kB
Committed_AS:    51412 kB
PageTables:       1416 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= 66484 MiB
End job on node51 at 2009-04-10 11:49:30