Trace number 1784868

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
clasp 1.2.0-SAT09-32UNSAT 2052.9 2053.43

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark280.604
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

Solver Data

2052.87/2053.42	c clasp version 1.2.0-SAT09 
2052.87/2053.42	c Reading from ...871849/instance-1784868-1241871849.cnf
2052.87/2053.42	c Reading      : Done(0.580s)
2052.87/2053.42	c Preprocessing: |-\|Done(27.670s)
2052.87/2053.42	c Solving...
2052.87/2053.42	
2052.87/2053.42	c Models    : 0     
2052.87/2053.42	c Time         : 2052.950s (Solve: 2024.700s)
2052.87/2053.42	s UNSATISFIABLE

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-1784868-1241871849/watcher-1784868-1241871849 -o /tmp/evaluation-result-1784868-1241871849/solver-1784868-1241871849 -C 5000 -W 6000 -M 1800 HOME/clasp --file=HOME/instance-1784868-1241871849.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 25192
/proc/meminfo: memFree=1530136/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=3684 CPUtime=0
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 534 0 0 0 0 0 0 0 18 0 1 0 215213079 3772416 475 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 921 479 140 377 0 541 0

[startup+0.028486 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 25192
/proc/meminfo: memFree=1530136/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=5180 CPUtime=0.02
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 1130 0 0 0 2 0 0 0 18 0 1 0 215213079 5304320 1030 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 1295 1031 144 377 0 915 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5180

[startup+0.101493 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 25192
/proc/meminfo: memFree=1530136/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=9180 CPUtime=0.09
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 2406 0 0 0 8 1 0 0 18 0 1 0 215213079 9400320 2018 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 2295 2019 144 377 0 1915 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9180

[startup+0.301513 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 25192
/proc/meminfo: memFree=1530136/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=20212 CPUtime=0.29
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 6041 0 0 0 27 2 0 0 20 0 1 0 215213079 20697088 4690 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 5053 4690 144 377 0 4673 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20212

[startup+0.701554 s]
/proc/loadavg: 1.00 0.97 0.91 2/64 25192
/proc/meminfo: memFree=1530136/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=40960 CPUtime=0.69
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 12828 0 0 0 63 6 0 0 23 0 1 0 215213079 41943040 9568 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 10240 9568 163 377 0 9860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40960

[startup+1.50164 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1486032/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=60824 CPUtime=1.49
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 20143 0 0 0 140 9 0 0 25 0 1 0 215213079 62283776 14074 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 15206 14074 163 377 0 14826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60824

[startup+3.10181 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1473680/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=61220 CPUtime=3.09
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 20291 0 0 0 299 10 0 0 25 0 1 0 215213079 62689280 14222 1992294400 134512640 136057169 4294956160 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 15305 14222 166 377 0 14925 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61220

[startup+6.30112 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1473496/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=61220 CPUtime=6.29
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 20291 0 0 0 619 10 0 0 25 0 1 0 215213079 62689280 14222 1992294400 134512640 136057169 4294956160 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 15305 14222 166 377 0 14925 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61220

[startup+12.7018 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1473624/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=61220 CPUtime=12.69
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 20291 0 0 0 1259 10 0 0 25 0 1 0 215213079 62689280 14222 1992294400 134512640 136057169 4294956160 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 15305 14222 166 377 0 14925 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61220

[startup+25.5011 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1465624/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=69668 CPUtime=25.48
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 22399 0 0 0 2536 12 0 0 25 0 1 0 215213079 71340032 16330 1992294400 134512640 136057169 4294956160 18446744073709551615 134782956 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 17417 16330 170 377 0 17037 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 69668

[startup+51.1017 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1474072/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=57860 CPUtime=51.08
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 22671 0 0 0 5095 13 0 0 25 0 1 0 215213079 59248640 14176 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 14465 14176 183 377 0 14085 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57860

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1474072/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=58040 CPUtime=102.27
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 22688 0 0 0 10214 13 0 0 25 0 1 0 215213079 59432960 14193 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 14510 14193 183 377 0 14130 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 58040

[startup+162.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1472280/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=60056 CPUtime=162.25
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 23208 0 0 0 16211 14 0 0 25 0 1 0 215213079 61497344 14713 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 15014 14713 183 377 0 14634 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 60056

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1458904/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=73156 CPUtime=222.24
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 26510 0 0 0 22206 18 0 0 25 0 1 0 215213079 74911744 18015 1992294400 134512640 136057169 4294956160 18446744073709551615 134618113 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 18289 18015 183 377 0 17909 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 73156

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1444120/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=88252 CPUtime=282.22
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 30355 0 0 0 28199 23 0 0 25 0 1 0 215213079 90370048 21724 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 22063 21724 183 377 0 21683 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 88252

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1423512/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=108672 CPUtime=342.2
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 35478 0 0 0 34191 29 0 0 25 0 1 0 215213079 111280128 26847 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 27168 26847 183 377 0 26788 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 108672

[startup+402.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1401944/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=130652 CPUtime=402.19
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 41085 0 0 0 40182 37 0 0 25 0 1 0 215213079 133787648 32251 1992294400 134512640 136057169 4294956160 18446744073709551615 134618193 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 32663 32251 183 377 0 32283 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 130652

[startup+462.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1388888/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=143664 CPUtime=462.18
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 44308 0 0 0 46177 41 0 0 25 0 1 0 215213079 147111936 35474 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 35916 35474 183 377 0 35536 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 143664

[startup+522.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1367960/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=164904 CPUtime=522.15
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 49610 0 0 0 52169 46 0 0 25 0 1 0 215213079 168861696 40776 1992294400 134512640 136057169 4294956160 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 41226 40776 183 377 0 40846 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 164904

[startup+582.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1360664/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=171588 CPUtime=582.15
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 51314 0 0 0 58166 49 0 0 25 0 1 0 215213079 175706112 42480 1992294400 134512640 136057169 4294956160 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 42897 42480 183 377 0 42517 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 171588

[startup+642.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25193
/proc/meminfo: memFree=1360600/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=171588 CPUtime=642.13
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 51322 0 0 0 64164 49 0 0 25 0 1 0 215213079 175706112 42488 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 42897 42488 183 377 0 42517 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 171588

[startup+702.302 s]

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

/proc/meminfo: memFree=1300696/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=231356 CPUtime=1421.93
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 66195 0 0 0 142125 68 0 0 25 0 1 0 215213079 236908544 57361 1992294400 134512640 136057169 4294956160 18446744073709551615 134828295 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 57839 57361 183 377 0 57459 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 231356

[startup+1482.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25195
/proc/meminfo: memFree=1288792/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=243292 CPUtime=1481.91
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 69186 0 0 0 148118 73 0 0 25 0 1 0 215213079 249131008 60352 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 60823 60352 183 377 0 60443 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 243292

[startup+1542.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25195
/proc/meminfo: memFree=1275736/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=256352 CPUtime=1541.9
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 72416 0 0 0 154113 77 0 0 25 0 1 0 215213079 262504448 63582 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 64088 63582 183 377 0 63708 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 256352

[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25195
/proc/meminfo: memFree=1263256/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=268996 CPUtime=1601.88
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 75544 0 0 0 160107 81 0 0 25 0 1 0 215213079 275451904 66710 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 67249 66710 183 377 0 66869 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 268996

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 25195
/proc/meminfo: memFree=1260184/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=271880 CPUtime=1661.87
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76258 0 0 0 166105 82 0 0 25 0 1 0 215213079 278405120 67424 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 67970 67424 183 377 0 67590 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 271880

[startup+1722.3 s]
/proc/loadavg: 1.04 0.99 0.91 2/65 25195
/proc/meminfo: memFree=1260184/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=271880 CPUtime=1721.85
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76265 0 0 0 172103 82 0 0 25 0 1 0 215213079 278405120 67431 1992294400 134512640 136057169 4294956160 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 67970 67431 183 377 0 67590 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 271880

[startup+1782.3 s]
/proc/loadavg: 1.05 1.00 0.92 2/65 25195
/proc/meminfo: memFree=1259736/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=272364 CPUtime=1781.83
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76370 0 0 0 178101 82 0 0 25 0 1 0 215213079 278900736 67536 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 68091 67536 183 377 0 67711 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 272364

[startup+1842.3 s]
/proc/loadavg: 1.18 1.04 0.94 2/65 25195
/proc/meminfo: memFree=1259288/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=272828 CPUtime=1841.82
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76484 0 0 0 184100 82 0 0 25 0 1 0 215213079 279375872 67650 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 68207 67650 183 377 0 67827 0
Current children cumulated CPU time (s) 1841.82
Current children cumulated vsize (KiB) 272828

[startup+1902.3 s]
/proc/loadavg: 1.14 1.05 0.94 2/65 25195
/proc/meminfo: memFree=1259288/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=272828 CPUtime=1901.81
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76504 0 0 0 190098 83 0 0 25 0 1 0 215213079 279375872 67670 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 68207 67670 183 377 0 67827 0
Current children cumulated CPU time (s) 1901.81
Current children cumulated vsize (KiB) 272828

[startup+1962.3 s]
/proc/loadavg: 1.05 1.04 0.94 2/65 25195
/proc/meminfo: memFree=1259416/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=272344 CPUtime=1961.8
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76508 0 0 0 196097 83 0 0 25 0 1 0 215213079 278880256 67588 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 68086 67588 183 377 0 67706 0
Current children cumulated CPU time (s) 1961.8
Current children cumulated vsize (KiB) 272344

[startup+2022.3 s]
/proc/loadavg: 1.02 1.03 0.94 2/65 25195
/proc/meminfo: memFree=1259416/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=272344 CPUtime=2021.77
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76510 0 0 0 202094 83 0 0 25 0 1 0 215213079 278880256 67590 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 68086 67590 183 377 0 67706 0
Current children cumulated CPU time (s) 2021.77
Current children cumulated vsize (KiB) 272344

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

[startup+2035.1 s]
/proc/loadavg: 1.01 1.03 0.94 2/65 25195
/proc/meminfo: memFree=1259416/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=272344 CPUtime=2034.57
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76510 0 0 0 203374 83 0 0 25 0 1 0 215213079 278880256 67590 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 68086 67590 183 377 0 67706 0
Current children cumulated CPU time (s) 2034.57
Current children cumulated vsize (KiB) 272344

[startup+2041.5 s]
/proc/loadavg: 1.01 1.03 0.94 2/65 25195
/proc/meminfo: memFree=1259416/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=272344 CPUtime=2040.97
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76510 0 0 0 204014 83 0 0 25 0 1 0 215213079 278880256 67590 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 68086 67590 183 377 0 67706 0
Current children cumulated CPU time (s) 2040.97
Current children cumulated vsize (KiB) 272344

[startup+2047.9 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 25195
/proc/meminfo: memFree=1259416/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=272344 CPUtime=2047.37
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76510 0 0 0 204654 83 0 0 25 0 1 0 215213079 278880256 67590 1992294400 134512640 136057169 4294956160 18446744073709551615 134624577 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 68086 67590 183 377 0 67706 0
Current children cumulated CPU time (s) 2047.37
Current children cumulated vsize (KiB) 272344

[startup+2051.1 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 25195
/proc/meminfo: memFree=1259416/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=272344 CPUtime=2050.57
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76510 0 0 0 204974 83 0 0 25 0 1 0 215213079 278880256 67590 1992294400 134512640 136057169 4294956160 18446744073709551615 134813023 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 68086 67590 183 377 0 67706 0
Current children cumulated CPU time (s) 2050.57
Current children cumulated vsize (KiB) 272344

[startup+2052.7 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 25195
/proc/meminfo: memFree=1259416/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=272344 CPUtime=2052.17
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76510 0 0 0 205134 83 0 0 25 0 1 0 215213079 278880256 67590 1992294400 134512640 136057169 4294956160 18446744073709551615 135433712 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 68086 67590 183 377 0 67706 0
Current children cumulated CPU time (s) 2052.17
Current children cumulated vsize (KiB) 272344

[startup+2053.1 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 25195
/proc/meminfo: memFree=1259416/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=272344 CPUtime=2052.57
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76510 0 0 0 205174 83 0 0 25 0 1 0 215213079 278880256 67590 1992294400 134512640 136057169 4294956160 18446744073709551615 134814713 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 68086 67590 183 377 0 67706 0
Current children cumulated CPU time (s) 2052.57
Current children cumulated vsize (KiB) 272344

[startup+2053.3 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 25195
/proc/meminfo: memFree=1259416/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=53884 CPUtime=2052.77
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76514 0 0 0 205190 87 0 0 25 0 1 0 215213079 55177216 13266 1992294400 134512640 136057169 4294956160 18446744073709551615 135433723 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 13471 13266 187 377 0 13091 0
Current children cumulated CPU time (s) 2052.77
Current children cumulated vsize (KiB) 53884

[startup+2053.4 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 25195
/proc/meminfo: memFree=1259416/2055920 swapFree=4179768/4192956
[pid=25192] ppid=25190 vsize=53884 CPUtime=2052.87
/proc/25192/stat : 25192 (clasp) R 25190 25192 25044 0 -1 4194304 76514 0 0 0 205200 87 0 0 25 0 1 0 215213079 55177216 13266 1992294400 134512640 136057169 4294956160 18446744073709551615 135433706 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25192/statm: 13471 13266 187 377 0 13091 0
Current children cumulated CPU time (s) 2052.87
Current children cumulated vsize (KiB) 53884

Child status: 20
Real time (s): 2053.43
CPU time (s): 2052.9
CPU user time (s): 2052.02
CPU system time (s): 0.882865
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 272828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2052.02
system time used= 0.882865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76514
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= 2
involuntary context switches= 3759

runsolver used 1.54476 second user time and 4.35934 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-09 14:24:12
IDJOB=1784868
IDBENCH=24632
IDSOLVER=637
FILE ID=node45/1784868-1241871849
PBS_JOBID= 9264569
Free space on /tmp= 66180 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784868-1241871849/watcher-1784868-1241871849 -o /tmp/evaluation-result-1784868-1241871849/solver-1784868-1241871849 -C 5000 -W 6000 -M 1800  HOME/clasp --file=HOME/instance-1784868-1241871849.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= bf3618cdbef11db03f2026bf209783fc
RANDOM SEED=721514315

node45.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:       1530616 kB
Buffers:         35420 kB
Cached:         423840 kB
SwapCached:       6948 kB
Active:         116988 kB
Inactive:       350636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530616 kB
SwapTotal:     4192956 kB
SwapFree:      4179768 kB
Dirty:           17676 kB
Writeback:           0 kB
Mapped:          14048 kB
Slab:            43708 kB
Committed_AS:   722516 kB
PageTables:       1376 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= 66176 MiB
End job on node45 at 2009-05-09 14:58:26