Trace number 1595605

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.49 1199.98

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes9.cnf
MD5SUMfe117ca26ab85d9c8449a6f94eb0c5ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark321.639
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

21.16/21.26	c run March_dl for 5 seconds ... 
21.16/21.26	c Bin: Executing march_dl
21.16/21.26	c child exit by a signal
21.16/21.26	c march_dl returned code 137.
21.16/21.26	c run saps (UBCSAT implementation) for 2 seconds ... 
21.16/21.26	c Bin: Executing ubcsat2006
21.16/21.26	c child exited successfully
21.16/21.26	c ubcsat2006 returned code 0.
21.16/21.26	c satzilla computing base features
21.16/21.26	c satzilla doing unit-prop probe
21.16/21.26	c satzilla doing local search probe
21.16/21.26	c satzilla doing lobjois search-space size estimate
21.16/21.26	c satzilla's ranking:
21.16/21.26	c 1) march_dl: 2.904369
21.16/21.26	c 2) march_dl+P: 3.008320
21.16/21.26	c 3) zchaff_rand+P: 3.545827
21.16/21.26	c 4) vallst+P: 3.550014
21.16/21.26	c 5) minisat20: 3.612884
21.16/21.26	c 6) minisat20+P: 4.482108
21.16/21.26	c 7) kcnfs+P: 999.000000
21.16/21.26	c 8) kcnfs: 999.000000
21.16/21.26	c 9) vallst: 999.000000
21.16/21.26	c 10) zchaff_rand: 999.000000
21.16/21.26	c satzilla running march_dl ... 
1198.98/1199.56	c Bin: Executing march_dl
1198.98/1199.56	c child exit by a signal
1198.98/1199.56	c march_dl returned code 137.
1198.98/1199.56	c march_dl returned code 137.
1198.98/1199.56	c satzilla running march_dl with preprocessing ... 
1199.39/1199.97	c Preprocessing...
1199.39/1199.97	c Inital problem has 1560 variables, 60 nary clauses (133735 binary clauses).
1199.39/1199.97	c Num non-binary clauses 60, Average non-binary clause length 26.000
1199.39/1199.97	c Theory has no gaps
1199.39/1199.97	c Preprocessor runtime was 0.280 seconds.
1199.39/1199.97	c 
1199.39/1199.97	c Satisfiability of theory still undetermined.
1199.39/1199.97	c See file /tmp/iq9T85 for simplified theory.
1199.39/1199.97	c Bin: Executing march_dl
1199.39/1199.97	c march_dl returned code 1.
1199.39/1199.97	c march_dl returned code 1.
1199.39/1199.97	c satzilla running zchaff_rand with preprocessing ... 
1199.39/1199.97	c Bin: Executing zchaff_rand
1199.39/1199.97	c zchaff_rand returned code 1.
1199.39/1199.97	c zchaff_rand returned code 1.
1199.39/1199.97	c satzilla running vallst with preprocessing ... 
1199.39/1199.97	c Bin: Executing vallst
1199.39/1199.97	c vallst returned code 1.
1199.39/1199.97	c vallst returned code 1.
1199.39/1199.97	c satzilla running minisat20 ... 
1199.39/1199.97	c Bin: Executing minisat20
1199.39/1199.97	c minisat20 returned code 1.
1199.39/1199.97	c minisat20 returned code 1.
1199.39/1199.97	c satzilla running minisat20 with preprocessing ... 
1199.39/1199.97	c Bin: Executing minisat20
1199.39/1199.97	c minisat20 returned code 1.
1199.39/1199.97	c minisat20 returned code 1.
1199.39/1199.97	c satzilla running kcnfs with preprocessing ... 
1199.39/1199.97	c Bin: Executing kcnfs
1199.39/1199.97	c kcnfs returned code 1.
1199.39/1199.97	c kcnfs returned code 1.
1199.39/1199.97	c satzilla running kcnfs ... 
1199.39/1199.97	c Bin: Executing kcnfs
1199.39/1199.97	c kcnfs returned code 1.
1199.39/1199.97	c kcnfs returned code 1.
1199.39/1199.97	c satzilla running vallst ... 
1199.39/1199.97	c Bin: Executing vallst
1199.39/1199.97	c vallst returned code 1.
1199.39/1199.97	c vallst returned code 1.
1199.39/1199.97	c satzilla running zchaff_rand ... 
1199.39/1199.97	c Bin: Executing zchaff_rand
1199.39/1199.97	c zchaff_rand returned code 1.
1199.39/1199.97	c zchaff_rand returned code 1.
1199.39/1199.97	c ERROR: All Failed! 
1199.39/1199.97	c SATZILLA_TIME=1199.650000

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-1595605-1239358142/watcher-1595605-1239358142 -o /tmp/evaluation-result-1595605-1239358142/solver-1595605-1239358142 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1595605-1239358142.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.00 1.00 0.93 3/64 3077
/proc/meminfo: memFree=1890536/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=1440 CPUtime=0
/proc/3077/stat : 3077 (SATzilla2007_C) R 3075 3077 2452 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 456801 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/3077/statm: 360 110 95 260 0 84 0
[pid=3078] ppid=3077 vsize=1816 CPUtime=0
/proc/3078/stat : 3078 (march_dl) R 3077 3077 2452 0 -1 4194304 235 0 0 0 0 0 0 0 18 0 1 0 456801 1859584 230 1992294400 134512640 134996440 4294956272 18446744073709551615 134778357 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3078/statm: 454 230 50 118 0 333 0

[startup+0.044297 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3077
/proc/meminfo: memFree=1890536/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=1440 CPUtime=0
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 456801 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3077/statm: 360 110 95 260 0 84 0
[pid=3078] ppid=3077 vsize=2476 CPUtime=0.04
/proc/3078/stat : 3078 (march_dl) R 3077 3077 2452 0 -1 4194304 443 0 0 0 4 0 0 0 20 0 1 0 456801 2535424 438 1992294400 134512640 134996440 4294956272 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3078/statm: 619 438 50 118 0 498 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3916

[startup+0.101301 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3077
/proc/meminfo: memFree=1890536/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=1440 CPUtime=0
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 456801 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3077/statm: 360 110 95 260 0 84 0
[pid=3078] ppid=3077 vsize=3400 CPUtime=0.09
/proc/3078/stat : 3078 (march_dl) R 3077 3077 2452 0 -1 4194304 744 0 0 0 9 0 0 0 20 0 1 0 456801 3481600 739 1992294400 134512640 134996440 4294956272 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3078/statm: 850 740 50 118 0 729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4840

[startup+0.301316 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3077
/proc/meminfo: memFree=1890536/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=1440 CPUtime=0
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 456801 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3077/statm: 360 110 95 260 0 84 0
[pid=3078] ppid=3077 vsize=8412 CPUtime=0.29
/proc/3078/stat : 3078 (march_dl) R 3077 3077 2452 0 -1 4194304 4610 0 0 0 28 1 0 0 21 0 1 0 456801 8613888 1499 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3078/statm: 2103 1507 57 118 0 1982 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9852

[startup+0.701344 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3077
/proc/meminfo: memFree=1890536/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=1440 CPUtime=0
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 456801 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3077/statm: 360 110 95 260 0 84 0
[pid=3078] ppid=3077 vsize=14164 CPUtime=0.69
/proc/3078/stat : 3078 (march_dl) R 3077 3077 2452 0 -1 4194304 11038 0 0 0 65 4 0 0 25 0 1 0 456801 14503936 2818 1992294400 134512640 134996440 4294956272 18446744073709551615 134544574 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3078/statm: 3541 2818 73 118 0 3420 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15604

[startup+1.5014 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3079
/proc/meminfo: memFree=1879448/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=1440 CPUtime=0
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 456801 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3077/statm: 360 110 95 260 0 84 0
[pid=3078] ppid=3077 vsize=19152 CPUtime=1.49
/proc/3078/stat : 3078 (march_dl) R 3077 3077 2452 0 -1 4194304 15280 0 0 0 143 6 0 0 25 0 1 0 456801 19611648 3022 1992294400 134512640 134996440 4294956272 18446744073709551615 134528172 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3078/statm: 4788 3022 75 118 0 4667 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20592

[startup+3.10153 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3079
/proc/meminfo: memFree=1877144/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=1440 CPUtime=0
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 456801 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3077/statm: 360 110 95 260 0 84 0
[pid=3078] ppid=3077 vsize=20940 CPUtime=3.09
/proc/3078/stat : 3078 (march_dl) R 3077 3077 2452 0 -1 4194304 15713 0 0 0 303 6 0 0 25 0 1 0 456801 21442560 3455 1992294400 134512640 134996440 4294956272 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3078/statm: 5235 3455 75 118 0 5114 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22380

[startup+6.30175 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3080
/proc/meminfo: memFree=1883800/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=1440 CPUtime=4.99
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 134 15796 0 0 0 0 493 6 16 0 1 0 456801 1474560 111 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 360 111 96 260 0 84 0
[pid=3080] ppid=3077 vsize=10288 CPUtime=1.28
/proc/3080/stat : 3080 (ubcsat2006) R 3077 3077 2452 0 -1 4194304 1728 0 0 0 126 2 0 0 25 0 1 0 457302 10534912 1711 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3080/statm: 2572 1711 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11728

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3080
/proc/meminfo: memFree=1884656/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=6976 CPUtime=12.67
/proc/3077/stat : 3077 (SATzilla2007_C) R 3075 3077 2452 0 -1 4194304 3410 17530 0 0 551 1 705 10 25 0 1 0 456801 7143424 1547 1992294400 134512640 135579813 4294956240 18446744073709551615 134541534 0 0 4096 0 0 0 0 17 0 0 0
/proc/3077/statm: 1744 1547 124 260 0 1468 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 6976

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3081
/proc/meminfo: memFree=1870632/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=21204 CPUtime=4.22
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 15772 0 0 0 416 6 0 0 25 0 1 0 458927 21712896 3515 1992294400 134512640 134996440 4294956272 18446744073709551615 134567164 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5301 3515 75 118 0 5180 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 28552

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3081
/proc/meminfo: memFree=1869928/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=21860 CPUtime=29.8
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 15946 0 0 0 2974 6 0 0 25 0 1 0 458927 22384640 3689 1992294400 134512640 134996440 4294956272 18446744073709551615 134532995 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5465 3689 75 118 0 5344 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 29208

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3081
/proc/meminfo: memFree=1869544/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=22120 CPUtime=80.98
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16031 0 0 0 8092 6 0 0 25 0 1 0 458927 22650880 3774 1992294400 134512640 134996440 4294956272 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5530 3774 75 118 0 5409 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 29468

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3081
/proc/meminfo: memFree=1869288/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=22384 CPUtime=140.96
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16089 0 0 0 14090 6 0 0 25 0 1 0 458927 22921216 3832 1992294400 134512640 134996440 4294956272 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5596 3832 75 118 0 5475 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 29732

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 3081
/proc/meminfo: memFree=1869096/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=22640 CPUtime=200.94
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16141 0 0 0 20087 7 0 0 25 0 1 0 458927 23183360 3884 1992294400 134512640 134996440 4294956272 18446744073709551615 134528181 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5660 3884 75 118 0 5539 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 29988

[startup+282.302 s]
/proc/loadavg: 1.06 1.02 0.94 2/66 3081
/proc/meminfo: memFree=1868904/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=22772 CPUtime=260.92
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16174 0 0 0 26085 7 0 0 25 0 1 0 458927 23318528 3917 1992294400 134512640 134996440 4294956272 18446744073709551615 134528079 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5693 3917 75 118 0 5572 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 30120

[startup+342.302 s]
/proc/loadavg: 1.10 1.04 0.95 2/66 3081
/proc/meminfo: memFree=1868712/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=22900 CPUtime=320.9
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16211 0 0 0 32083 7 0 0 25 0 1 0 458927 23449600 3954 1992294400 134512640 134996440 4294956272 18446744073709551615 134537701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5725 3954 75 118 0 5604 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 30248


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

/proc/3081/statm: 5855 4079 75 118 0 5734 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 30768

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867944/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23420 CPUtime=740.74
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16361 0 0 0 74067 7 0 0 25 0 1 0 458927 23982080 4104 1992294400 134512640 134996440 4294956272 18446744073709551615 134587716 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5855 4104 75 118 0 5734 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 30768

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867816/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23552 CPUtime=800.7
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16382 0 0 0 80063 7 0 0 25 0 1 0 458927 24117248 4125 1992294400 134512640 134996440 4294956272 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5888 4125 75 118 0 5767 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 30900

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867688/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23552 CPUtime=860.67
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16393 0 0 0 86060 7 0 0 25 0 1 0 458927 24117248 4136 1992294400 134512640 134996440 4294956272 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5888 4136 75 118 0 5767 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 30900

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867624/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23684 CPUtime=920.65
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16403 0 0 0 92057 8 0 0 25 0 1 0 458927 24252416 4146 1992294400 134512640 134996440 4294956272 18446744073709551615 134533013 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5921 4146 75 118 0 5800 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 31032

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867624/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23684 CPUtime=980.62
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16414 0 0 0 98054 8 0 0 25 0 1 0 458927 24252416 4157 1992294400 134512640 134996440 4294956272 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5921 4157 75 118 0 5800 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 31032

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867496/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23684 CPUtime=1040.6
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16428 0 0 0 104052 8 0 0 25 0 1 0 458927 24252416 4171 1992294400 134512640 134996440 4294956272 18446744073709551615 134532777 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5921 4171 75 118 0 5800 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 31032

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867432/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23816 CPUtime=1100.57
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16435 0 0 0 110049 8 0 0 25 0 1 0 458927 24387584 4178 1992294400 134512640 134996440 4294956272 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5954 4178 75 118 0 5833 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 31164

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867368/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23816 CPUtime=1160.55
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16450 0 0 0 116047 8 0 0 25 0 1 0 458927 24387584 4193 1992294400 134512640 134996440 4294956272 18446744073709551615 134526926 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5954 4193 75 118 0 5833 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 31164

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867368/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23816 CPUtime=1168.55
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16450 0 0 0 116847 8 0 0 25 0 1 0 458927 24387584 4193 1992294400 134512640 134996440 4294956272 18446744073709551615 134514202 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5954 4193 75 118 0 5833 0
Current children cumulated CPU time (s) 1189.78
Current children cumulated vsize (KiB) 31164

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867368/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23816 CPUtime=1174.95
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16450 0 0 0 117487 8 0 0 25 0 1 0 458927 24387584 4193 1992294400 134512640 134996440 4294956272 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5954 4193 75 118 0 5833 0
Current children cumulated CPU time (s) 1196.18
Current children cumulated vsize (KiB) 31164

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867368/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23816 CPUtime=1176.55
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16450 0 0 0 117647 8 0 0 25 0 1 0 458927 24387584 4193 1992294400 134512640 134996440 4294956272 18446744073709551615 134533094 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5954 4193 75 118 0 5833 0
Current children cumulated CPU time (s) 1197.78
Current children cumulated vsize (KiB) 31164

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867368/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23816 CPUtime=1177.35
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16450 0 0 0 117727 8 0 0 25 0 1 0 458927 24387584 4193 1992294400 134512640 134996440 4294956272 18446744073709551615 134536977 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5954 4193 75 118 0 5833 0
Current children cumulated CPU time (s) 1198.58
Current children cumulated vsize (KiB) 31164

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867368/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=7348 CPUtime=21.23
/proc/3077/stat : 3077 (SATzilla2007_C) S 3075 3077 2452 0 -1 4194304 6483 17530 0 0 1402 6 705 10 25 0 1 0 456801 7524352 1655 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3077/statm: 1837 1655 156 260 0 1561 0
[pid=3081] ppid=3077 vsize=23816 CPUtime=1177.75
/proc/3081/stat : 3081 (march_dl) R 3077 3077 2452 0 -1 4194304 16450 0 0 0 117767 8 0 0 25 0 1 0 458927 24387584 4193 1992294400 134512640 134996440 4294956272 18446744073709551615 134528113 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3081/statm: 5954 4193 75 118 0 5833 0
Current children cumulated CPU time (s) 1198.98
Current children cumulated vsize (KiB) 31164

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 3081
/proc/meminfo: memFree=1867368/2055920 swapFree=4192956/4192956
[pid=3077] ppid=3075 vsize=16700 CPUtime=1199.39
/proc/3077/stat : 3077 (SATzilla2007_C) R 3075 3077 2452 0 -1 4194304 8958 33980 0 0 1433 8 118479 19 21 0 1 0 456801 17100800 3980 1992294400 134512640 135579813 4294956240 18446744073709551615 134591306 0 0 4096 0 0 0 0 17 0 0 0
/proc/3077/statm: 4175 3980 163 260 0 3899 0
Current children cumulated CPU time (s) 1199.39
Current children cumulated vsize (KiB) 16700

Child status: 17
Real time (s): 1199.98
CPU time (s): 1199.49
CPU user time (s): 1199.2
CPU system time (s): 0.288956
CPU usage (%): 99.9588
Max. virtual memory (cumulated for all children) (KiB): 31164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.2
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42950
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= 3990

runsolver used 1.3308 second user time and 3.04354 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-10 12:09:02
IDJOB=1595605
IDBENCH=71586
IDSOLVER=558
FILE ID=node26/1595605-1239358142
PBS_JOBID= 9115484
Free space on /tmp= 64992 MiB

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

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

MD5SUM BENCH= fe117ca26ab85d9c8449a6f94eb0c5ef
RANDOM SEED=795752509

node26.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.231
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.231
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:       1891080 kB
Buffers:         21692 kB
Cached:          85952 kB
SwapCached:          0 kB
Active:          56296 kB
Inactive:        64216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891080 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10036 kB
Writeback:           0 kB
Mapped:          22612 kB
Slab:            30428 kB
Committed_AS:    51444 kB
PageTables:       1368 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= 64984 MiB
End job on node26 at 2009-04-10 12:29:02