Trace number 195286

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, and are wall clock time (not CPU 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
CSPtoSAT+minisat 0.3UNSAT 1694.9 1704.14

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph2-f25.xml
MD5SUM04f911baad0f31dfda30a7d72ec0149f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.712891
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables400
Number of constraints2245
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2245
Global constraints used (with number of constraints)

Solver Data (download as text)

0.10	c This is CSPtoSAT+minisat version 0.3
0.10	c (c) 2006 roussel@cril.univ-artois.fr
0.10	
0.10	c This solver internally uses a modified version of MiniSat2 version 061112
0.10	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.10	
0.10	c parsing...
0.16	c ...done
0.16	c #SATvar=19788 #SATclauses=38484 #CSPpredicates=2245
1704.07	c SAT problem is solved
1704.07	restarts              : 16
1704.07	conflicts             : 113994         (67 /sec)
1704.07	decisions             : 3622870        (1.43 % random) (2138 /sec)
1704.07	propagations          : 231767891      (136768 /sec)
1704.07	conflict literals     : 700978         (6.81 % deleted)
1704.07	Memory used           : 14.17 MB
1704.07	CPU time              : 1694.61 s
1704.07	
1704.07	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-195286-1168051713 -o ROOT/results/node6/solver-195286-1168051713 -C 1800 -M 900 /tmp/evaluation/195286-1168051713/CSPtoSAT+minisat /tmp/evaluation/195286-1168051713/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.00 1.00 1.00 4/86 2084
/proc/meminfo: memFree=1245040/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=496 CPUtime=0
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 51 0 0 0 0 0 0 0 20 0 1 0 153570577 507904 36 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 2188068 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 124 36 29 52 0 19 0

[startup+0.104949 s]
/proc/loadavg: 1.00 1.00 1.00 4/86 2084
/proc/meminfo: memFree=1245040/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=10024 CPUtime=0.09
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 1560 0 0 0 9 0 0 0 20 0 1 0 153570577 10264576 1528 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 4158518100 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 2506 1528 704 52 0 874 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10024

[startup+0.513786 s]
/proc/loadavg: 1.00 1.00 1.00 4/86 2084
/proc/meminfo: memFree=1245040/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=10140 CPUtime=0.49
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 1644 0 0 0 49 0 0 0 24 0 1 0 153570577 10383360 1586 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678217 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 2535 1586 721 52 0 903 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10140

[startup+1.33489 s]
/proc/loadavg: 1.00 1.00 1.00 3/86 2084
/proc/meminfo: memFree=1241392/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=10292 CPUtime=1.31
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 1681 0 0 0 131 0 0 0 25 0 1 0 153570577 10539008 1623 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 2573 1623 721 52 0 941 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10292

[startup+2.97208 s]
/proc/loadavg: 1.00 1.00 1.00 3/86 2084
/proc/meminfo: memFree=1241200/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=10424 CPUtime=2.93
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 1730 0 0 0 293 0 0 0 25 0 1 0 153570577 10674176 1672 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665622 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 2606 1672 721 52 0 974 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 10424

[startup+6.26146 s]
/proc/loadavg: 1.08 1.02 1.01 3/86 2084
/proc/meminfo: memFree=1240880/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=10820 CPUtime=6.19
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 1820 0 0 0 619 0 0 0 25 0 1 0 153570577 11079680 1762 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678260 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 2705 1762 721 52 0 1073 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 10820

[startup+12.7202 s]
/proc/loadavg: 1.15 1.03 1.01 3/86 2084
/proc/meminfo: memFree=1240240/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=11488 CPUtime=12.61
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 1978 0 0 0 1260 1 0 0 25 0 1 0 153570577 11763712 1920 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134680293 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 2872 1920 721 52 0 1240 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 11488

[startup+25.5549 s]
/proc/loadavg: 1.34 1.08 1.02 3/86 2084
/proc/meminfo: memFree=1239152/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=12444 CPUtime=25.35
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2244 0 0 0 2534 1 0 0 25 0 1 0 153570577 12742656 2186 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665695 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3111 2186 721 52 0 1479 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 12444

[startup+51.2037 s]
/proc/loadavg: 1.56 1.15 1.05 3/86 2084
/proc/meminfo: memFree=1238640/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13052 CPUtime=50.77
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2376 0 0 0 5076 1 0 0 25 0 1 0 153570577 13365248 2318 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3263 2318 721 52 0 1631 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 13052

[startup+102.497 s]
/proc/loadavg: 1.81 1.28 1.10 3/86 2084
/proc/meminfo: memFree=1238640/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13184 CPUtime=101.65
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2392 0 0 0 10164 1 0 0 25 0 1 0 153570577 13500416 2334 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3296 2334 721 52 0 1664 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 13184

[startup+162.503 s]
/proc/loadavg: 1.93 1.41 1.15 3/86 2156
/proc/meminfo: memFree=1067368/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13184 CPUtime=161.33
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2402 0 0 0 16129 4 0 0 25 0 1 0 153570577 13500416 2344 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687318 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3296 2344 721 52 0 1664 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 13184

[startup+222.531 s]
/proc/loadavg: 1.97 1.51 1.20 3/86 2156
/proc/meminfo: memFree=1057704/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13184 CPUtime=221.05
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2410 0 0 0 22101 4 0 0 25 0 1 0 153570577 13500416 2352 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687436 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3296 2352 721 52 0 1664 0
Current children cumulated CPU time (s) 221.05
Current children cumulated vsize (KiB) 13184

[startup+282.537 s]
/proc/loadavg: 2.16 1.65 1.26 3/86 2156
/proc/meminfo: memFree=1050088/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13184 CPUtime=280.8
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2416 0 0 0 28076 4 0 0 25 0 1 0 153570577 13500416 2358 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3296 2358 721 52 0 1664 0
Current children cumulated CPU time (s) 280.8
Current children cumulated vsize (KiB) 13184

[startup+342.543 s]
/proc/loadavg: 2.06 1.71 1.31 3/86 2156
/proc/meminfo: memFree=1041320/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13184 CPUtime=340.55
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2421 0 0 0 34050 5 0 0 25 0 1 0 153570577 13500416 2363 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3296 2363 721 52 0 1664 0
Current children cumulated CPU time (s) 340.55
Current children cumulated vsize (KiB) 13184

[startup+402.545 s]
/proc/loadavg: 2.02 1.76 1.35 3/86 2156
/proc/meminfo: memFree=1037608/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13316 CPUtime=400.26
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2425 0 0 0 40021 5 0 0 25 0 1 0 153570577 13635584 2367 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687408 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3329 2367 721 52 0 1697 0
Current children cumulated CPU time (s) 400.26
Current children cumulated vsize (KiB) 13316

[startup+462.549 s]
/proc/loadavg: 2.09 1.82 1.39 3/86 2156
/proc/meminfo: memFree=1030504/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13316 CPUtime=460
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2430 0 0 0 45995 5 0 0 25 0 1 0 153570577 13635584 2372 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3329 2372 721 52 0 1697 0
Current children cumulated CPU time (s) 460
Current children cumulated vsize (KiB) 13316

[startup+522.56 s]
/proc/loadavg: 2.03 1.85 1.43 3/86 2156
/proc/meminfo: memFree=1024936/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13316 CPUtime=519.74
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2434 0 0 0 51969 5 0 0 25 0 1 0 153570577 13635584 2376 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3329 2376 721 52 0 1697 0
Current children cumulated CPU time (s) 519.74
Current children cumulated vsize (KiB) 13316

[startup+582.561 s]
/proc/loadavg: 2.01 1.87 1.46 3/86 2156
/proc/meminfo: memFree=1015464/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13316 CPUtime=579.46
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2438 0 0 0 57941 5 0 0 25 0 1 0 153570577 13635584 2380 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687429 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3329 2380 721 52 0 1697 0
Current children cumulated CPU time (s) 579.46
Current children cumulated vsize (KiB) 13316

[startup+642.567 s]
/proc/loadavg: 2.00 1.89 1.49 3/86 2156
/proc/meminfo: memFree=1011560/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13316 CPUtime=639.19
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2441 0 0 0 63914 5 0 0 25 0 1 0 153570577 13635584 2383 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3329 2383 721 52 0 1697 0
Current children cumulated CPU time (s) 639.19
Current children cumulated vsize (KiB) 13316

[startup+702.574 s]
/proc/loadavg: 2.00 1.91 1.52 3/86 2156
/proc/meminfo: memFree=1004072/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13316 CPUtime=698.94
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2444 0 0 0 69888 6 0 0 25 0 1 0 153570577 13635584 2386 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3329 2386 721 52 0 1697 0
Current children cumulated CPU time (s) 698.94
Current children cumulated vsize (KiB) 13316

[startup+762.598 s]
/proc/loadavg: 2.04 1.94 1.55 3/92 2302
/proc/meminfo: memFree=997688/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13316 CPUtime=758.56
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2449 0 0 0 75840 16 0 0 25 0 1 0 153570577 13635584 2391 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3329 2391 721 52 0 1697 0
Current children cumulated CPU time (s) 758.56
Current children cumulated vsize (KiB) 13316

[startup+822.632 s]
/proc/loadavg: 2.13 1.99 1.59 3/86 2843
/proc/meminfo: memFree=995496/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13316 CPUtime=817.43
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2454 0 0 0 81721 22 0 0 25 0 1 0 153570577 13635584 2396 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687395 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3329 2396 721 52 0 1697 0
Current children cumulated CPU time (s) 817.43
Current children cumulated vsize (KiB) 13316

[startup+882.647 s]
/proc/loadavg: 2.05 1.99 1.61 3/86 2843
/proc/meminfo: memFree=984488/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13316 CPUtime=877.18
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2456 0 0 0 87696 22 0 0 25 0 1 0 153570577 13635584 2398 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3329 2398 721 52 0 1697 0
Current children cumulated CPU time (s) 877.18
Current children cumulated vsize (KiB) 13316

[startup+942.654 s]
/proc/loadavg: 2.02 1.99 1.64 3/86 2843
/proc/meminfo: memFree=979496/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13448 CPUtime=936.9
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2461 0 0 0 93668 22 0 0 25 0 1 0 153570577 13770752 2403 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3362 2403 721 52 0 1730 0
Current children cumulated CPU time (s) 936.9
Current children cumulated vsize (KiB) 13448

[startup+1002.66 s]
/proc/loadavg: 2.07 2.01 1.66 3/86 2843
/proc/meminfo: memFree=975720/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13448 CPUtime=996.64
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2467 0 0 0 99641 23 0 0 25 0 1 0 153570577 13770752 2409 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3362 2409 721 52 0 1730 0
Current children cumulated CPU time (s) 996.64
Current children cumulated vsize (KiB) 13448

[startup+1062.67 s]
/proc/loadavg: 2.06 2.02 1.68 3/86 2843
/proc/meminfo: memFree=972776/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13448 CPUtime=1056.38
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2480 0 0 0 105615 23 0 0 25 0 1 0 153570577 13770752 2422 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3362 2422 721 52 0 1730 0
Current children cumulated CPU time (s) 1056.38
Current children cumulated vsize (KiB) 13448

[startup+1122.68 s]
/proc/loadavg: 2.02 2.01 1.70 3/86 2843
/proc/meminfo: memFree=969576/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13580 CPUtime=1116.1
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2493 0 0 0 111587 23 0 0 25 0 1 0 153570577 13905920 2435 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687436 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3395 2435 721 52 0 1763 0
Current children cumulated CPU time (s) 1116.1
Current children cumulated vsize (KiB) 13580

[startup+1182.69 s]
/proc/loadavg: 2.07 2.02 1.72 3/86 2843
/proc/meminfo: memFree=965480/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13580 CPUtime=1175.85
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2507 0 0 0 117562 23 0 0 25 0 1 0 153570577 13905920 2449 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3395 2449 721 52 0 1763 0
Current children cumulated CPU time (s) 1175.85
Current children cumulated vsize (KiB) 13580

[startup+1242.7 s]
/proc/loadavg: 2.02 2.02 1.74 3/86 2843
/proc/meminfo: memFree=962344/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13580 CPUtime=1235.58
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2519 0 0 0 123535 23 0 0 25 0 1 0 153570577 13905920 2461 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668878 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3395 2461 721 52 0 1763 0
Current children cumulated CPU time (s) 1235.58
Current children cumulated vsize (KiB) 13580

[startup+1302.71 s]
/proc/loadavg: 2.01 2.01 1.75 3/86 2843
/proc/meminfo: memFree=960360/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13712 CPUtime=1295.31
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2527 0 0 0 129507 24 0 0 25 0 1 0 153570577 14041088 2469 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3428 2469 721 52 0 1796 0
Current children cumulated CPU time (s) 1295.31
Current children cumulated vsize (KiB) 13712

[startup+1362.71 s]
/proc/loadavg: 2.00 2.01 1.76 3/86 2843
/proc/meminfo: memFree=958568/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13712 CPUtime=1355.06
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2536 0 0 0 135482 24 0 0 25 0 1 0 153570577 14041088 2478 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668865 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3428 2478 721 52 0 1796 0
Current children cumulated CPU time (s) 1355.06
Current children cumulated vsize (KiB) 13712

[startup+1422.72 s]
/proc/loadavg: 2.00 2.00 1.77 3/86 2843
/proc/meminfo: memFree=956584/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13712 CPUtime=1414.79
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2543 0 0 0 141455 24 0 0 25 0 1 0 153570577 14041088 2485 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3428 2485 721 52 0 1796 0
Current children cumulated CPU time (s) 1414.79
Current children cumulated vsize (KiB) 13712

[startup+1482.73 s]
/proc/loadavg: 2.00 2.00 1.78 3/86 2843
/proc/meminfo: memFree=954408/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13712 CPUtime=1474.51
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2551 0 0 0 147427 24 0 0 25 0 1 0 153570577 14041088 2493 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3428 2493 721 52 0 1796 0
Current children cumulated CPU time (s) 1474.51
Current children cumulated vsize (KiB) 13712

[startup+1542.75 s]
/proc/loadavg: 2.00 2.00 1.80 3/86 2843
/proc/meminfo: memFree=951336/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13844 CPUtime=1534.26
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2558 0 0 0 153402 24 0 0 25 0 1 0 153570577 14176256 2500 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687582 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3461 2500 721 52 0 1829 0
Current children cumulated CPU time (s) 1534.26
Current children cumulated vsize (KiB) 13844

[startup+1602.76 s]
/proc/loadavg: 2.00 2.00 1.81 3/86 2843
/proc/meminfo: memFree=949096/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13844 CPUtime=1594
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2568 0 0 0 159375 25 0 0 25 0 1 0 153570577 14176256 2510 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3461 2510 721 52 0 1829 0
Current children cumulated CPU time (s) 1594
Current children cumulated vsize (KiB) 13844

[startup+1662.77 s]
/proc/loadavg: 2.00 2.00 1.82 3/86 2843
/proc/meminfo: memFree=947432/2055924 swapFree=4165672/4192956
[pid=2083] ppid=2081 vsize=13844 CPUtime=1653.72
/proc/2083/stat : 2083 (CSPtoSAT+minisa) R 2081 2083 2016 0 -1 4194304 2579 0 0 0 165347 25 0 0 25 0 1 0 153570577 14176256 2521 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668878 0 0 4096 0 0 0 0 17 0 0 0
/proc/2083/statm: 3461 2521 721 52 0 1829 0
Current children cumulated CPU time (s) 1653.72
Current children cumulated vsize (KiB) 13844

Child status: 0
Real time (s): 1704.14
CPU time (s): 1694.9
CPU user time (s): 1694.64
CPU system time (s): 0.26296
CPU usage (%): 99.4581
Max. virtual memory (cumulated for all children) (KiB): 14508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1694.64
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2738
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= 12
involuntary context switches= 29164

runsolver used 1.63475 s user time and 4.49732 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 02:48:56 UTC 2007


IDJOB= 195286
IDBENCH= 3259
FILE ID= node6/195286-1168051713

PBS_JOBID= 3475310

Free space on /tmp= 66490 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphsMod/graph2-f25.xml
COMMAND LINE= /tmp/evaluation/195286-1168051713/CSPtoSAT+minisat /tmp/evaluation/195286-1168051713/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-195286-1168051713 -o ROOT/results/node6/solver-195286-1168051713 -C 1800 -M 900  /tmp/evaluation/195286-1168051713/CSPtoSAT+minisat /tmp/evaluation/195286-1168051713/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  04f911baad0f31dfda30a7d72ec0149f

RANDOM SEED= 134352811

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.240
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.240
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:      2055924 kB
MemFree:       1245520 kB
Buffers:         81004 kB
Cached:         443028 kB
SwapCached:       3036 kB
Active:         484812 kB
Inactive:       230492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1245520 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:         203780 kB
Slab:            79636 kB
Committed_AS:  4251916 kB
PageTables:       2628 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= 66526 MiB



End job on node6 on Sat Jan  6 03:17:36 UTC 2007