Trace number 1730268

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 CRAFTEDUNSAT 43.5644 43.6009

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
MD5SUMdff294238660aead84de7aec33e643fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark43.5644
Satisfiable
(Un)Satisfiability was proved
Number of variables3540
Number of clauses207150
Sum of the clauses size623040
Maximum clause length59
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21770
Number of clauses of size 3205320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

23.15/23.27	c run March_dl for 5 seconds ... 
23.15/23.27	c Bin: Executing march_dl
23.15/23.27	c child exit by a signal
23.15/23.27	c march_dl returned code 137.
23.15/23.27	c run saps (UBCSAT implementation) for 2 seconds ... 
23.15/23.27	c Bin: Executing ubcsat2006
23.15/23.27	c child exited successfully
23.15/23.27	c ubcsat2006 returned code 0.
23.15/23.27	c satzilla computing base features
23.15/23.27	c satzilla doing unit-prop probe
23.15/23.27	c satzilla doing local search probe
23.15/23.27	c satzilla doing lobjois search-space size estimate
23.15/23.27	c satzilla's ranking:
23.15/23.27	c 1) zchaff_rand+P: 1.082362
23.15/23.27	c 2) march_dl+P: 3.813143
23.15/23.27	c 3) march_dl: 3.887448
23.15/23.27	c 4) vallst+P: 4.476475
23.15/23.27	c 5) minisat20: 5.077725
23.15/23.27	c 6) minisat20+P: 5.345842
23.15/23.27	c 7) kcnfs+P: 999.000000
23.15/23.27	c 8) kcnfs: 999.000000
23.15/23.27	c 9) vallst: 999.000000
23.15/23.27	c 10) zchaff_rand: 999.000000
23.15/23.27	c satzilla running zchaff_rand with preprocessing ... 
43.43/43.59	c Preprocessing...
43.43/43.59	c Inital problem has 3600 variables, 205380 nary clauses (1770 binary clauses).
43.43/43.59	c Num non-binary clauses 205380, Average non-binary clause length 3.016
43.43/43.59	c Preprocessor runtime was 0.600 seconds.
43.43/43.59	c 
43.43/43.59	c Satisfiability of theory still undetermined.
43.43/43.59	c See file /tmp/lIBztI for simplified theory.
43.43/43.59	c Bin: Executing zchaff_rand
43.43/43.59	c child exited successfully
43.43/43.59	c zchaff_rand returned code 20.
43.43/43.59	s UNSATISFIABLE
43.43/43.59	c SATZILLA_TIME=43.550000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730268-1240757546/watcher-1730268-1240757546 -o /tmp/evaluation-result-1730268-1240757546/solver-1730268-1240757546 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1730268-1240757546.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.92 1.00 0.99 3/64 22593
/proc/meminfo: memFree=1099848/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=1440 CPUtime=0
/proc/22593/stat : 22593 (SATzilla2007_C) R 22591 22593 22498 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 103788122 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/22593/statm: 360 110 95 260 0 84 0
[pid=22594] ppid=22593 vsize=2392 CPUtime=0
/proc/22594/stat : 22594 (march_dl) R 22593 22593 22498 0 -1 4194304 329 0 0 0 0 0 0 0 18 0 1 0 103788122 2449408 324 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22594/statm: 598 324 50 118 0 477 0

[startup+0.0261061 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 22593
/proc/meminfo: memFree=1099848/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=1440 CPUtime=0
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103788122 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22593/statm: 360 110 95 260 0 84 0
[pid=22594] ppid=22593 vsize=2656 CPUtime=0.02
/proc/22594/stat : 22594 (march_dl) R 22593 22593 22498 0 -1 4194304 404 0 0 0 2 0 0 0 19 0 1 0 103788122 2719744 399 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22594/statm: 664 399 50 118 0 543 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4096

[startup+0.101112 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 22593
/proc/meminfo: memFree=1099848/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=1440 CPUtime=0
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103788122 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22593/statm: 360 110 95 260 0 84 0
[pid=22594] ppid=22593 vsize=3580 CPUtime=0.09
/proc/22594/stat : 22594 (march_dl) R 22593 22593 22498 0 -1 4194304 671 0 0 0 9 0 0 0 19 0 1 0 103788122 3665920 666 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22594/statm: 895 666 50 118 0 774 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5020

[startup+0.301129 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 22593
/proc/meminfo: memFree=1099848/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=1440 CPUtime=0
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103788122 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22593/statm: 360 110 95 260 0 84 0
[pid=22594] ppid=22593 vsize=9880 CPUtime=0.29
/proc/22594/stat : 22594 (march_dl) R 22593 22593 22498 0 -1 4194304 1591 0 0 0 29 0 0 0 21 0 1 0 103788122 10117120 1585 1992294400 134512640 134996440 4294956256 18446744073709551615 134542301 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22594/statm: 2470 1585 52 118 0 2349 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11320

[startup+0.701166 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 22593
/proc/meminfo: memFree=1099848/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=1440 CPUtime=0
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103788122 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22593/statm: 360 110 95 260 0 84 0
[pid=22594] ppid=22593 vsize=11788 CPUtime=0.69
/proc/22594/stat : 22594 (march_dl) R 22593 22593 22498 0 -1 4194304 4351 0 0 0 67 2 0 0 25 0 1 0 103788122 12070912 2075 1992294400 134512640 134996440 4294956256 18446744073709551615 134542894 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22594/statm: 2947 2075 55 118 0 2826 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13228

[startup+1.50124 s]
/proc/loadavg: 0.92 1.00 0.99 2/66 22595
/proc/meminfo: memFree=1086584/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=1440 CPUtime=0
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103788122 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22593/statm: 360 110 95 260 0 84 0
[pid=22594] ppid=22593 vsize=17736 CPUtime=1.49
/proc/22594/stat : 22594 (march_dl) R 22593 22593 22498 0 -1 4194304 14523 0 0 0 143 6 0 0 25 0 1 0 103788122 18161664 3518 1992294400 134512640 134996440 4294956256 18446744073709551615 134542301 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22594/statm: 4434 3518 63 118 0 4313 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19176

[startup+3.10139 s]
/proc/loadavg: 0.92 1.00 0.99 2/66 22595
/proc/meminfo: memFree=1090744/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=1440 CPUtime=0
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103788122 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22593/statm: 360 110 95 260 0 84 0
[pid=22594] ppid=22593 vsize=25388 CPUtime=3.08
/proc/22594/stat : 22594 (march_dl) R 22593 22593 22498 0 -1 4194304 22146 0 0 0 280 28 0 0 25 0 1 0 103788122 25997312 5436 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22594/statm: 6347 5436 73 118 0 6226 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26828

[startup+6.3027 s]
/proc/loadavg: 0.93 1.00 0.99 2/66 22596
/proc/meminfo: memFree=1088248/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=1440 CPUtime=4.99
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 135 22150 0 0 0 0 425 74 16 0 1 0 103788122 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22593/statm: 360 111 96 260 0 84 0
[pid=22596] ppid=22593 vsize=18488 CPUtime=1.28
/proc/22596/stat : 22596 (ubcsat2006) R 22593 22593 22498 0 -1 4194304 2940 0 0 0 127 1 0 0 25 0 1 0 103788623 18931712 2923 1992294400 134512640 134777720 4294956112 18446744073709551615 134552091 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22596/statm: 4622 2923 156 64 0 4203 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19928

[startup+12.7013 s]
/proc/loadavg: 0.93 1.00 0.99 2/65 22596
/proc/meminfo: memFree=1088896/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=12040 CPUtime=12.66
/proc/22593/stat : 22593 (SATzilla2007_C) R 22591 22593 22498 0 -1 4194304 5692 25096 0 0 533 3 654 76 25 0 1 0 103788122 12328960 2797 1992294400 134512640 135579813 4294956224 18446744073709551615 135327290 0 0 4096 0 0 0 0 17 0 0 0
/proc/22593/statm: 3010 2797 124 260 0 2734 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12040

[startup+25.5015 s]
/proc/loadavg: 0.95 1.00 0.99 2/66 22597
/proc/meminfo: memFree=1050104/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=34904 CPUtime=24.11
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 16814 25096 0 0 1668 13 654 76 25 0 1 0 103788122 35741696 8512 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22593/statm: 8726 8512 164 260 0 8450 0
[pid=22597] ppid=22593 vsize=23952 CPUtime=1.32
/proc/22597/stat : 22597 (zchaff_rand) R 22593 22593 22498 0 -1 4194304 4458 0 0 0 129 3 0 0 25 0 1 0 103790538 24526848 3206 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22597/statm: 5988 3206 112 208 0 5760 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 58856

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

[startup+31.9061 s]
/proc/loadavg: 0.95 1.00 0.99 2/66 22597
/proc/meminfo: memFree=1046456/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=34904 CPUtime=24.11
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 16814 25096 0 0 1668 13 654 76 25 0 1 0 103788122 35741696 8512 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22593/statm: 8726 8512 164 260 0 8450 0
[pid=22597] ppid=22593 vsize=29312 CPUtime=7.72
/proc/22597/stat : 22597 (zchaff_rand) R 22593 22593 22498 0 -1 4194304 5340 0 0 0 764 8 0 0 25 0 1 0 103790538 30015488 4088 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22597/statm: 7328 4088 112 208 0 7100 0
Current children cumulated CPU time (s) 31.83
Current children cumulated vsize (KiB) 64216

[startup+38.3017 s]
/proc/loadavg: 0.95 1.00 0.99 2/66 22597
/proc/meminfo: memFree=1045368/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=34904 CPUtime=24.11
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 16814 25096 0 0 1668 13 654 76 25 0 1 0 103788122 35741696 8512 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22593/statm: 8726 8512 164 260 0 8450 0
[pid=22597] ppid=22593 vsize=29988 CPUtime=14.12
/proc/22597/stat : 22597 (zchaff_rand) R 22593 22593 22498 0 -1 4194304 5630 0 0 0 1398 14 0 0 25 0 1 0 103790538 30707712 4378 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22597/statm: 7497 4378 112 208 0 7269 0
Current children cumulated CPU time (s) 38.23
Current children cumulated vsize (KiB) 64892

[startup+41.503 s]
/proc/loadavg: 0.96 1.00 0.99 2/66 22597
/proc/meminfo: memFree=1044728/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=34904 CPUtime=24.11
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 16814 25096 0 0 1668 13 654 76 25 0 1 0 103788122 35741696 8512 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22593/statm: 8726 8512 164 260 0 8450 0
[pid=22597] ppid=22593 vsize=35212 CPUtime=17.32
/proc/22597/stat : 22597 (zchaff_rand) R 22593 22593 22498 0 -1 4194304 7045 0 0 0 1715 17 0 0 25 0 1 0 103790538 36057088 4512 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22597/statm: 8803 4512 112 208 0 8575 0
Current children cumulated CPU time (s) 41.43
Current children cumulated vsize (KiB) 70116

[startup+42.301 s]
/proc/loadavg: 0.96 1.00 0.99 2/66 22597
/proc/meminfo: memFree=1044600/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=34904 CPUtime=24.11
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 16814 25096 0 0 1668 13 654 76 25 0 1 0 103788122 35741696 8512 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22593/statm: 8726 8512 164 260 0 8450 0
[pid=22597] ppid=22593 vsize=35328 CPUtime=18.12
/proc/22597/stat : 22597 (zchaff_rand) R 22593 22593 22498 0 -1 4194304 7090 0 0 0 1794 18 0 0 25 0 1 0 103790538 36175872 4557 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22597/statm: 8832 4557 112 208 0 8604 0
Current children cumulated CPU time (s) 42.23
Current children cumulated vsize (KiB) 70232

[startup+43.1011 s]
/proc/loadavg: 0.96 1.00 0.99 2/66 22597
/proc/meminfo: memFree=1044344/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=34904 CPUtime=24.11
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 16814 25096 0 0 1668 13 654 76 25 0 1 0 103788122 35741696 8512 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22593/statm: 8726 8512 164 260 0 8450 0
[pid=22597] ppid=22593 vsize=35444 CPUtime=18.92
/proc/22597/stat : 22597 (zchaff_rand) R 22593 22593 22498 0 -1 4194304 7146 0 0 0 1873 19 0 0 25 0 1 0 103790538 36294656 4613 1992294400 134512640 135365884 4294956288 18446744073709551615 134553716 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22597/statm: 8861 4613 112 208 0 8633 0
Current children cumulated CPU time (s) 43.03
Current children cumulated vsize (KiB) 70348

[startup+43.5011 s]
/proc/loadavg: 0.96 1.00 0.99 2/66 22597
/proc/meminfo: memFree=1044344/2055920 swapFree=4148400/4192956
[pid=22593] ppid=22591 vsize=34904 CPUtime=24.11
/proc/22593/stat : 22593 (SATzilla2007_C) S 22591 22593 22498 0 -1 4194304 16814 25096 0 0 1668 13 654 76 25 0 1 0 103788122 35741696 8512 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22593/statm: 8726 8512 164 260 0 8450 0
[pid=22597] ppid=22593 vsize=35444 CPUtime=19.32
/proc/22597/stat : 22597 (zchaff_rand) R 22593 22593 22498 0 -1 4194304 7181 0 0 0 1912 20 0 0 25 0 1 0 103790538 36294656 4648 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22597/statm: 8861 4648 112 208 0 8633 0
Current children cumulated CPU time (s) 43.43
Current children cumulated vsize (KiB) 70348

Child status: 20
Real time (s): 43.6009
CPU time (s): 43.5644
CPU user time (s): 42.4425
CPU system time (s): 1.12183
CPU usage (%): 99.9163
Max. virtual memory (cumulated for all children) (KiB): 70348

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

runsolver used 0.039993 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node14 at 2009-04-26 16:52:26
IDJOB=1730268
IDBENCH=24724
IDSOLVER=558
FILE ID=node14/1730268-1240757546
PBS_JOBID= 9187128
Free space on /tmp= 66432 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730268-1240757546/watcher-1730268-1240757546 -o /tmp/evaluation-result-1730268-1240757546/solver-1730268-1240757546 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1730268-1240757546.cnf            

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

MD5SUM BENCH= dff294238660aead84de7aec33e643fc
RANDOM SEED=122797367

node14.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.256
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.256
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:       1100328 kB
Buffers:         78816 kB
Cached:         760880 kB
SwapCached:      38456 kB
Active:         225992 kB
Inactive:       654488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1100328 kB
SwapTotal:     4192956 kB
SwapFree:      4148400 kB
Dirty:           11932 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            61160 kB
Committed_AS:   362616 kB
PageTables:       1448 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= 66424 MiB
End job on node14 at 2009-04-26 16:53:10