Trace number 1541269

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
hybridGM7 7? (TO) 1200.13 1199.98

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/120/
unif-k5-r21.3-v120-c2556-S80067159-015.cnf
MD5SUM4df98fe109038d9163a11298f0c496d1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52556
Number of clauses of size over 50

Solver Data

0.00/0.03	c Heuristic : G2WSAT
0.00/0.03	c Hybrid barrier : 1 
0.00/0.03	c Problem instance: numAtoms = 120, numClauses = 2556, numLiterals = 12780
0.00/0.03	c General parameters: seed=1782912155, cutoff=1000000000, targetCost = 0, print solution: yes
0.00/0.03	c gNovelty+ parameters: noise = 0, walkprob = 1, smoothprob = 100
0.00/0.03	c tries = 1
0.00/0.03	c 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1541269-1238449540/watcher-1541269-1238449540 -o /tmp/evaluation-result-1541269-1238449540/solver-1541269-1238449540 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hybridGM7 HOME/instance-1541269-1238449540.cnf 1782912155 

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.83 1.82 1.44 3/64 27968
/proc/meminfo: memFree=1692264/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=260600 CPUtime=0
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 862 0 0 0 0 0 0 0 18 0 1 0 1117620484 266854400 847 1992294400 134512640 135204385 4294956208 18446744073709551615 134542712 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 65150 853 56 168 0 64980 0

[startup+0.0799649 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27968
/proc/meminfo: memFree=1692264/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=268416 CPUtime=0.07
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 4568 0 0 0 6 1 0 0 18 0 1 0 1117620484 274857984 4551 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 67104 4551 64 168 0 66934 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 268416

[startup+0.101958 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27968
/proc/meminfo: memFree=1692264/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=268416 CPUtime=0.09
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 4568 0 0 0 8 1 0 0 18 0 1 0 1117620484 274857984 4551 1992294400 134512640 135204385 4294956208 18446744073709551615 134536871 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 67104 4551 64 168 0 66934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 268416

[startup+0.301902 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27968
/proc/meminfo: memFree=1692264/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=268416 CPUtime=0.29
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 4568 0 0 0 28 1 0 0 19 0 1 0 1117620484 274857984 4551 1992294400 134512640 135204385 4294956208 18446744073709551615 134536895 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 67104 4551 64 168 0 66934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 268416

[startup+0.70179 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27968
/proc/meminfo: memFree=1692264/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=268656 CPUtime=0.69
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 4714 0 0 0 68 1 0 0 22 0 1 0 1117620484 275103744 4697 1992294400 134512640 135204385 4294956208 18446744073709551615 134545907 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 67164 4697 85 168 0 66994 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 268656

[startup+1.50157 s]
/proc/loadavg: 1.83 1.82 1.44 2/65 27969
/proc/meminfo: memFree=1673632/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=268868 CPUtime=1.49
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 4753 0 0 0 148 1 0 0 25 0 1 0 1117620484 275320832 4736 1992294400 134512640 135204385 4294956208 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 67217 4736 85 168 0 67047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 268868

[startup+3.10112 s]
/proc/loadavg: 1.83 1.82 1.44 2/65 27969
/proc/meminfo: memFree=1673248/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=269108 CPUtime=3.09
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 4816 0 0 0 308 1 0 0 25 0 1 0 1117620484 275566592 4799 1992294400 134512640 135204385 4294956208 18446744073709551615 134536646 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 67277 4799 85 168 0 67107 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 269108

[startup+6.30122 s]
/proc/loadavg: 1.77 1.81 1.44 2/65 27969
/proc/meminfo: memFree=1672608/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=269592 CPUtime=6.29
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 4955 0 0 0 628 1 0 0 25 0 1 0 1117620484 276062208 4938 1992294400 134512640 135204385 4294956208 18446744073709551615 134546441 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 67398 4938 85 168 0 67228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 269592

[startup+12.7024 s]
/proc/loadavg: 1.71 1.79 1.44 2/65 27969
/proc/meminfo: memFree=1671200/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=270964 CPUtime=12.7
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 5292 0 0 0 1268 2 0 0 25 0 1 0 1117620484 277467136 5275 1992294400 134512640 135204385 4294956208 18446744073709551615 134537539 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 67741 5275 85 168 0 67571 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 270964

[startup+25.5018 s]
/proc/loadavg: 1.55 1.75 1.43 2/65 27969
/proc/meminfo: memFree=1668768/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=273464 CPUtime=25.5
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 5912 0 0 0 2548 2 0 0 25 0 1 0 1117620484 280027136 5895 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 68366 5895 85 168 0 68196 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 273464

[startup+51.1017 s]
/proc/loadavg: 1.36 1.69 1.42 2/65 27969
/proc/meminfo: memFree=1661728/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=280544 CPUtime=51.1
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 7697 0 0 0 5107 3 0 0 25 0 1 0 1117620484 287277056 7680 1992294400 134512640 135204385 4294956208 18446744073709551615 134537486 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 70136 7680 85 168 0 69966 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 280544

[startup+102.305 s]
/proc/loadavg: 1.15 1.58 1.39 2/65 27969
/proc/meminfo: memFree=1642784/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=299252 CPUtime=102.31
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 12368 0 0 0 10226 5 0 0 25 0 1 0 1117620484 306434048 12351 1992294400 134512640 135204385 4294956208 18446744073709551615 134698171 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 74813 12351 85 168 0 74643 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 299252

[startup+162.302 s]
/proc/loadavg: 1.06 1.47 1.37 2/65 27969
/proc/meminfo: memFree=1622816/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=319360 CPUtime=162.31
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 17389 0 0 0 16224 7 0 0 25 0 1 0 1117620484 327024640 17372 1992294400 134512640 135204385 4294956208 18446744073709551615 134537228 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 79840 17372 85 168 0 79670 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 319360

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.34 2/65 27969
/proc/meminfo: memFree=1602016/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=339772 CPUtime=222.31
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 22504 0 0 0 22222 9 0 0 25 0 1 0 1117620484 347926528 22487 1992294400 134512640 135204385 4294956208 18446744073709551615 134546131 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 84943 22487 85 168 0 84773 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 339772

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.32 2/65 27969
/proc/meminfo: memFree=1582304/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=359736 CPUtime=282.33
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 27489 0 0 0 28221 12 0 0 25 0 1 0 1117620484 368369664 27472 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 89934 27472 85 168 0 89764 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 359736

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.29 2/65 27969
/proc/meminfo: memFree=1561256/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=380844 CPUtime=342.33
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 32751 0 0 0 34219 14 0 0 25 0 1 0 1117620484 389984256 32734 1992294400 134512640 135204385 4294956208 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 95211 32734 85 168 0 95041 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 380844

[startup+402.301 s]
/proc/loadavg: 1.00 1.20 1.27 2/65 27969
/proc/meminfo: memFree=1539816/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=402292 CPUtime=402.34
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 38133 0 0 0 40217 17 0 0 25 0 1 0 1117620484 411947008 38116 1992294400 134512640 135204385 4294956208 18446744073709551615 134536678 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 100573 38116 85 168 0 100403 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 402292

[startup+462.302 s]
/proc/loadavg: 1.00 1.16 1.25 2/65 27969
/proc/meminfo: memFree=1518184/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=423532 CPUtime=462.35
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 43439 0 0 0 46214 21 0 0 25 0 1 0 1117620484 433696768 43422 1992294400 134512640 135204385 4294956208 18446744073709551615 134587326 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 105883 43422 85 168 0 105713 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 423532

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.24 2/65 27969
/proc/meminfo: memFree=1499176/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=442720 CPUtime=522.35
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 48220 0 0 0 52212 23 0 0 25 0 1 0 1117620484 453345280 48203 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 110680 48203 85 168 0 110510 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 442720

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.22 2/65 27969
/proc/meminfo: memFree=1479912/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=461832 CPUtime=582.36
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 53015 0 0 0 58210 26 0 0 25 0 1 0 1117620484 472915968 52998 1992294400 134512640 135204385 4294956208 18446744073709551615 134536669 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 115458 52998 85 168 0 115288 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 461832

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.20 2/65 27969
/proc/meminfo: memFree=1457128/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=484484 CPUtime=642.38
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 58661 0 0 0 64209 29 0 0 25 0 1 0 1117620484 496111616 58644 1992294400 134512640 135204385 4294956208 18446744073709551615 134537443 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 121121 58644 85 168 0 120951 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 484484

[startup+702.301 s]
/proc/loadavg: 1.03 1.08 1.19 2/65 27969
/proc/meminfo: memFree=1436904/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=504676 CPUtime=702.38
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 63717 0 0 0 70207 31 0 0 25 0 1 0 1117620484 516788224 63700 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 126169 63700 85 168 0 125999 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 504676

[startup+762.306 s]
/proc/loadavg: 1.01 1.06 1.17 2/65 27969
/proc/meminfo: memFree=1416360/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=525068 CPUtime=762.4
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 68828 0 0 0 76206 34 0 0 25 0 1 0 1117620484 537669632 68811 1992294400 134512640 135204385 4294956208 18446744073709551615 134537251 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 131267 68811 85 168 0 131097 0
Current children cumulated CPU time (s) 762.4
Current children cumulated vsize (KiB) 525068

[startup+822.302 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 27969
/proc/meminfo: memFree=1396520/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=544808 CPUtime=822.39
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 73757 0 0 0 82203 36 0 0 25 0 1 0 1117620484 557883392 73740 1992294400 134512640 135204385 4294956208 18446744073709551615 134536663 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 136202 73740 85 168 0 136032 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 544808

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.15 2/65 27969
/proc/meminfo: memFree=1374696/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=566736 CPUtime=882.4
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 79224 0 0 0 88202 38 0 0 25 0 1 0 1117620484 580337664 79207 1992294400 134512640 135204385 4294956208 18446744073709551615 134536863 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 141684 79207 85 168 0 141514 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 566736

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 27975
/proc/meminfo: memFree=1355432/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=585884 CPUtime=942.4
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 84032 0 0 0 94199 41 0 0 25 0 1 0 1117620484 599945216 84015 1992294400 134512640 135204385 4294956208 18446744073709551615 134572688 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 146471 84015 85 168 0 146301 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 585884

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 27975
/proc/meminfo: memFree=1334952/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=606612 CPUtime=1002.41
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 89193 0 0 0 100198 43 0 0 25 0 1 0 1117620484 621170688 89176 1992294400 134512640 135204385 4294956208 18446744073709551615 134537272 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 151653 89176 85 168 0 151483 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 606612

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 27975
/proc/meminfo: memFree=1314280/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=627044 CPUtime=1062.42
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 94301 0 0 0 106197 45 0 0 25 0 1 0 1117620484 642093056 94284 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 156761 94284 85 168 0 156591 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 627044

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 27975
/proc/meminfo: memFree=1291624/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=649676 CPUtime=1122.43
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 99969 0 0 0 112195 48 0 0 25 0 1 0 1117620484 665268224 99952 1992294400 134512640 135204385 4294956208 18446744073709551615 134536737 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 162419 99952 85 168 0 162249 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 649676

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 27975
/proc/meminfo: memFree=1271720/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=669472 CPUtime=1182.43
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 104916 0 0 0 118193 50 0 0 25 0 1 0 1117620484 685539328 104899 1992294400 134512640 135204385 4294956208 18446744073709551615 134537403 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 167368 104899 85 168 0 167198 0
Current children cumulated CPU time (s) 1182.43
Current children cumulated vsize (KiB) 669472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 27975
/proc/meminfo: memFree=1266536/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=674488 CPUtime=1200.04
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 106161 0 0 0 119953 51 0 0 25 0 1 0 1117620484 690675712 106144 1992294400 134512640 135204385 4294956208 18446744073709551615 134536968 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 168622 106144 85 168 0 168452 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 674488

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 27975
/proc/meminfo: memFree=1266536/2055920 swapFree=4178252/4192956
[pid=27968] ppid=27966 vsize=674488 CPUtime=1200.04
/proc/27968/stat : 27968 (hybridGM7) R 27966 27968 27501 0 -1 4194304 106161 0 0 0 119953 51 0 0 25 0 1 0 1117620484 690675712 106144 1992294400 134512640 135204385 4294956208 18446744073709551615 134536968 0 0 4096 0 0 0 0 17 1 0 0
/proc/27968/statm: 168622 106144 85 168 0 168452 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 674488

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.98
CPU time (s): 1200.13
CPU user time (s): 1199.54
CPU system time (s): 0.58991
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 674488

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

runsolver used 0.85487 second user time and 2.53561 second system time

The end

Launcher Data

Begin job on node16 at 2009-03-30 23:45:40
IDJOB=1541269
IDBENCH=70408
IDSOLVER=535
FILE ID=node16/1541269-1238449540
PBS_JOBID= 9061617
Free space on /tmp= 63956 MiB

SOLVER NAME= hybridGM7 7
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/120/unif-k5-r21.3-v120-c2556-S80067159-015.cnf
COMMAND LINE= HOME/hybridGM7 BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1541269-1238449540/watcher-1541269-1238449540 -o /tmp/evaluation-result-1541269-1238449540/solver-1541269-1238449540 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hybridGM7 HOME/instance-1541269-1238449540.cnf 1782912155 

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

MD5SUM BENCH= 4df98fe109038d9163a11298f0c496d1
RANDOM SEED=1782912155

node16.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.232
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.232
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:       1692680 kB
Buffers:         70128 kB
Cached:         201140 kB
SwapCached:       8484 kB
Active:         134592 kB
Inactive:       146600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692680 kB
SwapTotal:     4192956 kB
SwapFree:      4178252 kB
Dirty:            1092 kB
Writeback:           0 kB
Mapped:          15612 kB
Slab:            68036 kB
Committed_AS:  3075600 kB
PageTables:       1444 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= 63956 MiB
End job on node16 at 2009-03-31 00:05:42