Trace number 1731753

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.16 1199.6

General information on the benchmark

NameCRAFTED/edgematching/
all/em_14_7_3_all.cnf
MD5SUM690ec6e6ad357e580cb6fa1e2f7f32cc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.0725
Satisfiable
(Un)Satisfiability was proved
Number of variables24356
Number of clauses1884008
Sum of the clauses size4117468
Maximum clause length144
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21655732
Number of clauses of size 3177720
Number of clauses of size 424200
Number of clauses of size 525920
Number of clauses of size over 5436

Solver Data

25.67/25.77	c run March_dl for 5 seconds ... 
25.67/25.77	c Bin: Executing march_dl
25.67/25.77	c child exit by a signal
25.67/25.77	c march_dl returned code 137.
25.67/25.77	c run saps (UBCSAT implementation) for 2 seconds ... 
25.67/25.77	c Bin: Executing ubcsat2006
25.67/25.77	c child exited successfully
25.67/25.77	c ubcsat2006 returned code 0.
25.67/25.77	c satzilla computing base features
25.67/25.77	c satzilla doing unit-prop probe
25.67/25.77	c satzilla doing local search probe
25.67/25.77	c satzilla doing lobjois search-space size estimate
25.67/25.77	c satzilla's ranking:
25.67/25.77	c 1) vallst+P: 2.853970
25.67/25.77	c 2) minisat20: 3.823614
25.67/25.77	c 3) minisat20+P: 5.498363
25.67/25.77	c 4) march_dl+P: 9.664722
25.67/25.77	c 5) zchaff_rand+P: 14.403920
25.67/25.77	c 6) march_dl: 30.895919
25.67/25.77	c 7) kcnfs+P: 999.000000
25.67/25.77	c 8) kcnfs: 999.000000
25.67/25.77	c 9) vallst: 999.000000
25.67/25.77	c 10) zchaff_rand: 999.000000
25.67/25.77	c satzilla running vallst with preprocessing ... 
1199.02/1199.54	c Preprocessing...
1199.02/1199.54	c Inital problem has 24356 variables, 228276 nary clauses (1655732 binary clauses).
1199.02/1199.54	c Num non-binary clauses 228276, Average non-binary clause length 3.531
1199.02/1199.54	c Theory has no gaps
1199.02/1199.54	c Preprocessor runtime was 33.310 seconds.
1199.02/1199.54	c 
1199.02/1199.54	c Satisfiability of theory still undetermined.
1199.02/1199.54	c See file /tmp/atuagD for simplified theory.
1199.02/1199.54	c Bin: Executing vallst
1199.02/1199.54	c child exit by a signal
1199.02/1199.54	c vallst returned code 137.
1199.02/1199.54	c vallst returned code 137.
1199.02/1199.54	c satzilla running minisat20 ... 
1199.02/1199.54	c Bin: Executing minisat20
1199.02/1199.54	c minisat20 returned code 1.
1199.02/1199.54	c minisat20 returned code 1.
1199.02/1199.54	c satzilla running minisat20 with preprocessing ... 
1199.02/1199.54	c Bin: Executing minisat20
1199.02/1199.54	c minisat20 returned code 1.
1199.02/1199.54	c minisat20 returned code 1.
1199.02/1199.54	c satzilla running march_dl with preprocessing ... 
1199.02/1199.54	c Bin: Executing march_dl
1199.02/1199.54	c march_dl returned code 1.
1199.02/1199.54	c march_dl returned code 1.
1199.02/1199.54	c satzilla running zchaff_rand with preprocessing ... 
1199.02/1199.54	c Bin: Executing zchaff_rand
1199.02/1199.54	c zchaff_rand returned code 1.
1199.02/1199.54	c zchaff_rand returned code 1.
1199.02/1199.54	c satzilla running march_dl ... 
1199.02/1199.54	c Bin: Executing march_dl
1199.02/1199.54	c march_dl returned code 1.
1199.02/1199.54	c march_dl returned code 1.
1199.02/1199.54	c satzilla running kcnfs with preprocessing ... 
1199.02/1199.54	c Bin: Executing kcnfs
1199.02/1199.54	c kcnfs returned code 1.
1199.02/1199.54	c kcnfs returned code 1.
1199.02/1199.54	c satzilla running kcnfs ... 
1199.02/1199.54	c Bin: Executing kcnfs
1199.02/1199.54	c kcnfs returned code 1.
1199.02/1199.54	c kcnfs returned code 1.
1199.02/1199.54	c satzilla running vallst ... 
1199.02/1199.54	c Bin: Executing vallst
1199.02/1199.54	c vallst returned code 1.
1199.02/1199.54	c vallst returned code 1.
1199.02/1199.54	c satzilla running zchaff_rand ... 
1199.02/1199.56	c Bin: Executing zchaff_rand
1199.02/1199.56	c zchaff_rand returned code 1.
1199.02/1199.56	c zchaff_rand returned code 1.
1199.02/1199.56	c ERROR: All Failed! 
1199.02/1199.56	c SATZILLA_TIME=1199.270000

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-1731753-1240774109/watcher-1731753-1240774109 -o /tmp/evaluation-result-1731753-1240774109/solver-1731753-1240774109 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1731753-1240774109.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.98 1.00 3/64 22883
/proc/meminfo: memFree=1701632/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=1440 CPUtime=0
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105445716 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 360 110 95 260 0 84 0
[pid=22884] ppid=22883 vsize=7996 CPUtime=0
/proc/22884/stat : 22884 (march_dl) R 22883 22883 22533 0 -1 4194304 821 0 0 0 0 0 0 0 20 0 1 0 105445716 8187904 816 1992294400 134512640 134996440 4294956240 18446744073709551615 134549441 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22884/statm: 1999 823 49 118 0 1878 0

[startup+0.0916451 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 22883
/proc/meminfo: memFree=1701632/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=1440 CPUtime=0
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105445716 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 360 110 95 260 0 84 0
[pid=22884] ppid=22883 vsize=17940 CPUtime=0.08
/proc/22884/stat : 22884 (march_dl) R 22883 22883 22533 0 -1 4194304 2609 0 0 0 7 1 0 0 20 0 1 0 105445716 18370560 2604 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22884/statm: 4485 2604 50 118 0 4364 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19380

[startup+0.101646 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 22883
/proc/meminfo: memFree=1701632/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=1440 CPUtime=0
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105445716 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 360 110 95 260 0 84 0
[pid=22884] ppid=22883 vsize=18072 CPUtime=0.09
/proc/22884/stat : 22884 (march_dl) R 22883 22883 22533 0 -1 4194304 2655 0 0 0 8 1 0 0 20 0 1 0 105445716 18505728 2650 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22884/statm: 4518 2650 50 118 0 4397 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19512

[startup+0.301686 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 22883
/proc/meminfo: memFree=1701632/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=1440 CPUtime=0
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105445716 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 360 110 95 260 0 84 0
[pid=22884] ppid=22883 vsize=21108 CPUtime=0.28
/proc/22884/stat : 22884 (march_dl) R 22883 22883 22533 0 -1 4194304 3583 0 0 0 27 1 0 0 20 0 1 0 105445716 21614592 3578 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22884/statm: 5277 3578 50 118 0 5156 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 22548

[startup+0.701765 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 22883
/proc/meminfo: memFree=1701632/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=1440 CPUtime=0
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105445716 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 360 110 95 260 0 84 0
[pid=22884] ppid=22883 vsize=27048 CPUtime=0.69
/proc/22884/stat : 22884 (march_dl) R 22883 22883 22533 0 -1 4194304 5442 0 0 0 67 2 0 0 24 0 1 0 105445716 27697152 5437 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22884/statm: 6762 5437 50 118 0 6641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28488

[startup+1.50192 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22885
/proc/meminfo: memFree=1673328/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=1440 CPUtime=0
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105445716 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 360 110 95 260 0 84 0
[pid=22884] ppid=22883 vsize=38004 CPUtime=1.49
/proc/22884/stat : 22884 (march_dl) R 22883 22883 22533 0 -1 4194304 8854 0 0 0 143 6 0 0 25 0 1 0 105445716 38916096 8849 1992294400 134512640 134996440 4294956240 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22884/statm: 9501 8850 50 118 0 9380 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39444

[startup+3.10124 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22885
/proc/meminfo: memFree=1656880/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=1440 CPUtime=0
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 105445716 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 360 110 95 260 0 84 0
[pid=22884] ppid=22883 vsize=86360 CPUtime=3.08
/proc/22884/stat : 22884 (march_dl) R 22883 22883 22533 0 -1 4194304 19308 0 0 0 297 11 0 0 25 0 1 0 105445716 88432640 13248 1992294400 134512640 134996440 4294956240 18446744073709551615 134617572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22884/statm: 21590 13248 53 118 0 21469 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 87800

[startup+6.30188 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22886
/proc/meminfo: memFree=1694704/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=1440 CPUtime=5
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 135 61797 0 0 0 0 469 31 16 0 1 0 105445716 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 360 111 96 260 0 84 0
[pid=22886] ppid=22883 vsize=33212 CPUtime=1.27
/proc/22886/stat : 22886 (ubcsat2006) R 22883 22883 22533 0 -1 4194304 5437 0 0 0 123 4 0 0 25 0 1 0 105446218 34009088 5421 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22886/statm: 8303 5421 141 64 0 7884 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 34652

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 22886
/proc/meminfo: memFree=1569672/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=133896 CPUtime=12.67
/proc/22883/stat : 22883 (SATzilla2007_C) R 22881 22883 22533 0 -1 4194304 33180 83712 0 0 335 14 873 45 25 0 1 0 105445716 137109504 33151 1992294400 134512640 135579813 4294956208 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/22883/statm: 33474 33151 121 260 0 33198 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 133896

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 22886
/proc/meminfo: memFree=1619784/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=84936 CPUtime=25.47
/proc/22883/stat : 22883 (SATzilla2007_C) R 22881 22883 22533 0 -1 4194304 87325 83712 0 0 1584 45 873 45 25 0 1 0 105445716 86974464 21028 1992294400 134512640 135579813 4294956208 18446744073709551615 134527264 0 0 4096 0 0 0 0 17 1 0 0
/proc/22883/statm: 21234 21028 156 260 0 20958 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84936

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 22886
/proc/meminfo: memFree=1474248/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=230832 CPUtime=51.06
/proc/22883/stat : 22883 (SATzilla2007_C) R 22881 22883 22533 0 -1 4194304 123597 83712 0 0 4119 69 873 45 25 0 1 0 105445716 236371968 56978 1992294400 134512640 135579813 4294956208 18446744073709551615 134591219 0 0 4096 0 0 0 0 17 1 0 0
/proc/22883/statm: 57708 56978 164 260 0 57432 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 230832

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22887
/proc/meminfo: memFree=1377024/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=69448 CPUtime=40.98
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 12486 0 1 0 4023 75 0 0 25 0 1 0 105451844 71114752 12459 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 17362 12459 150 55 0 16952 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 300696

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22887
/proc/meminfo: memFree=1375808/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=69908 CPUtime=100.95
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 12857 0 1 0 9928 167 0 0 25 0 1 0 105451844 71585792 12794 1992294400 134512640 134738160 4294956272 18446744073709551615 134635836 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 17477 12794 151 55 0 17067 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 301156

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22887
/proc/meminfo: memFree=1374976/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=70388 CPUtime=160.93
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 13079 0 1 0 15843 250 0 0 25 0 1 0 105451844 72077312 12987 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 17597 12987 151 55 0 17187 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 301636

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22887
/proc/meminfo: memFree=1367680/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=71560 CPUtime=220.91
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 14933 0 1 0 21783 308 0 0 25 0 1 0 105451844 73277440 14834 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 17890 14834 151 55 0 17480 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 302808

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22887
/proc/meminfo: memFree=1356288/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=73276 CPUtime=280.89
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 17747 0 1 0 27749 340 0 0 25 0 1 0 105451844 75034624 17648 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 18319 17648 151 55 0 17909 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 304524

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22887
/proc/meminfo: memFree=1355200/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0

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


[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1349696/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=78744 CPUtime=700.75
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19349 0 1 0 69504 571 0 0 25 0 1 0 105451844 80633856 19242 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 19686 19242 151 55 0 19276 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 309992

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1349504/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=79148 CPUtime=760.72
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19416 0 1 0 75460 612 0 0 25 0 1 0 105451844 81047552 19305 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 19787 19305 151 55 0 19377 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 310396

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1349376/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=79148 CPUtime=820.7
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19452 0 1 0 81422 648 0 0 25 0 1 0 105451844 81047552 19336 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 19787 19336 151 55 0 19377 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 310396

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1349248/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=79148 CPUtime=880.68
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19475 0 1 0 87375 693 0 0 25 0 1 0 105451844 81047552 19350 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 19787 19350 151 55 0 19377 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 310396

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1349184/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=79372 CPUtime=940.66
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19503 0 1 0 93335 731 0 0 25 0 1 0 105451844 81276928 19376 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 19843 19376 151 55 0 19433 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 310620

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1349056/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=79372 CPUtime=1000.64
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19537 0 1 0 99297 767 0 0 25 0 1 0 105451844 81276928 19407 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 19843 19407 151 55 0 19433 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 310620

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1348352/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=81632 CPUtime=1060.62
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19707 0 1 0 105258 804 0 0 25 0 1 0 105451844 83591168 19572 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 20408 19572 151 55 0 19998 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 312880

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1348288/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=81632 CPUtime=1120.6
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19719 0 1 0 111229 831 0 0 25 0 1 0 105451844 83591168 19582 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 20408 19582 151 55 0 19998 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 312880

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1348224/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=81632 CPUtime=1128.59
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19739 0 1 0 112025 834 0 0 25 0 1 0 105451844 83591168 19602 1992294400 134512640 134738160 4294956272 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 20408 19602 151 55 0 19998 0
Current children cumulated CPU time (s) 1189.82
Current children cumulated vsize (KiB) 312880

[startup+1193.51 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1348096/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=81632 CPUtime=1131.79
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19757 0 1 0 112344 835 0 0 25 0 1 0 105451844 83591168 19620 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 20408 19620 151 55 0 19998 0
Current children cumulated CPU time (s) 1193.02
Current children cumulated vsize (KiB) 312880

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1348096/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=81632 CPUtime=1134.99
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19771 0 1 0 112663 836 0 0 25 0 1 0 105451844 83591168 19634 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 20408 19634 151 55 0 19998 0
Current children cumulated CPU time (s) 1196.22
Current children cumulated vsize (KiB) 312880

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1348032/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=81632 CPUtime=1136.59
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19780 0 1 0 112823 836 0 0 25 0 1 0 105451844 83591168 19643 1992294400 134512640 134738160 4294956272 18446744073709551615 134586167 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 20408 19643 151 55 0 19998 0
Current children cumulated CPU time (s) 1197.82
Current children cumulated vsize (KiB) 312880

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1348032/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=81632 CPUtime=1137.39
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19784 0 1 0 112902 837 0 0 25 0 1 0 105451844 83591168 19647 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 20408 19647 151 55 0 19998 0
Current children cumulated CPU time (s) 1198.62
Current children cumulated vsize (KiB) 312880

[startup+1199.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22889
/proc/meminfo: memFree=1348032/2055920 swapFree=4191900/4192956
[pid=22883] ppid=22881 vsize=231248 CPUtime=61.23
/proc/22883/stat : 22883 (SATzilla2007_C) S 22881 22883 22533 0 -1 4194304 123844 83712 0 0 5114 91 873 45 25 0 1 0 105445716 236797952 57083 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 57812 57083 165 260 0 57536 0
[pid=22887] ppid=22883 vsize=81632 CPUtime=1137.79
/proc/22887/stat : 22887 (vallst) R 22883 22883 22533 0 -1 4194304 19787 0 1 0 112942 837 0 0 25 0 1 0 105451844 83591168 19650 1992294400 134512640 134738160 4294956272 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/22887/statm: 20408 19650 151 55 0 19998 0
Current children cumulated CPU time (s) 1199.02
Current children cumulated vsize (KiB) 312880

Child status: 17
Real time (s): 1199.6
CPU time (s): 1199.16
CPU user time (s): 1189.34
CPU system time (s): 9.81651
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 313068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1189.34
system time used= 9.81651
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227356
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33
involuntary context switches= 2133

runsolver used 1.36279 second user time and 2.92256 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-26 21:28:30
IDJOB=1731753
IDBENCH=70925
IDSOLVER=558
FILE ID=node1/1731753-1240774109
PBS_JOBID= 9187178
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= 690ec6e6ad357e580cb6fa1e2f7f32cc
RANDOM SEED=41208241

node1.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	: 5931.00
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:       1702112 kB
Buffers:         36572 kB
Cached:         232052 kB
SwapCached:        384 kB
Active:         111288 kB
Inactive:       170652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702112 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           38164 kB
Writeback:           0 kB
Mapped:          21820 kB
Slab:            57836 kB
Committed_AS:   391572 kB
PageTables:       1436 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= 66300 MiB
End job on node1 at 2009-04-26 21:48:30