Trace number 316323

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
MiraXT v3UNSAT 240.033 120.538

General information on the benchmark

Namecrafted/spence/
medium/s73-100.cnf
MD5SUMe3db629d913d76ea47534f9df94ead1b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1754
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of clauses156
Sum of the clauses size468
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3156
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv3...
239.99/120.53	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-316323-1178881696 -o ROOT/results/node2/solver-316323-1178881696 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/316323-1178881696/MiraXTv3_dyn /tmp/evaluation/316323-1178881696/instance-316323-1178881696.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): 2400 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.93 1.18 1.32 3/77 5850
/proc/meminfo: memFree=1739248/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=3784 CPUtime=0
/proc/5850/stat : 5850 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 364207426 3874816 263 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4160570448 0 0 4096 0 0 0 0 17 1 0 0
/proc/5850/statm: 980 265 209 20 0 338 0
[pid=5850/tid=5851] ppid=5848 vsize=3920 CPUtime=0
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 1 0 0 0 0 0 0 0 19 0 3 0 364207426 4014080 268 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134552560 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=3920 CPUtime=0
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 3 0 364207426 4014080 274 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 11382744 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.069785 s]
/proc/loadavg: 0.93 1.18 1.32 3/77 5850
/proc/meminfo: memFree=1739248/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=6504 CPUtime=0.12
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 499 0 0 0 12 0 0 0 18 0 3 0 364207426 6660096 474 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 1626 474 218 20 0 984 0
[pid=5850/tid=5851] ppid=5848 vsize=6504 CPUtime=0.06
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 106 0 0 0 6 0 0 0 17 0 3 0 364207426 6660096 475 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10970747 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=6504 CPUtime=0.06
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 103 0 0 0 6 0 0 0 17 0 3 0 364207426 6660096 475 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565463 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 6504

[startup+0.101787 s]
/proc/loadavg: 0.93 1.18 1.32 3/77 5850
/proc/meminfo: memFree=1739248/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=6688 CPUtime=0.19
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 565 0 0 0 19 0 0 0 18 0 3 0 364207426 6848512 540 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 1672 540 218 20 0 1030 0
[pid=5850/tid=5851] ppid=5848 vsize=6688 CPUtime=0.09
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194368 140 0 0 0 9 0 0 0 17 0 3 0 364207426 6848512 540 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=6688 CPUtime=0.09
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 134 0 0 0 9 0 0 0 17 0 3 0 364207426 6848512 540 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10969981 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6688

[startup+0.301811 s]
/proc/loadavg: 0.93 1.18 1.32 3/77 5850
/proc/meminfo: memFree=1739248/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=8004 CPUtime=0.58
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 927 0 0 0 58 0 0 0 18 0 3 0 364207426 8196096 902 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 2001 902 218 20 0 1359 0
[pid=5850/tid=5851] ppid=5848 vsize=8004 CPUtime=0.29
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 317 0 0 0 29 0 0 0 17 0 3 0 364207426 8196096 902 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=8004 CPUtime=0.29
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 319 0 0 0 29 0 0 0 17 0 3 0 364207426 8196096 902 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 8004

[startup+0.701853 s]
/proc/loadavg: 0.93 1.18 1.32 3/77 5850
/proc/meminfo: memFree=1739248/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=9548 CPUtime=1.38
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 1398 0 0 0 138 0 0 0 18 0 3 0 364207426 9777152 1373 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 2387 1374 218 20 0 1745 0
[pid=5850/tid=5851] ppid=5848 vsize=9548 CPUtime=0.69
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 548 0 0 0 69 0 0 0 18 0 3 0 364207426 9777152 1374 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10970747 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=9548 CPUtime=0.69
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 560 0 0 0 69 0 0 0 19 0 3 0 364207426 9777152 1374 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9548

[startup+1.50294 s]
/proc/loadavg: 0.93 1.18 1.32 3/80 5853
/proc/meminfo: memFree=1733336/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=12104 CPUtime=2.99
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 1923 0 0 0 298 1 0 0 18 0 3 0 364207426 12394496 1898 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 3026 1898 218 20 0 2384 0
[pid=5850/tid=5851] ppid=5848 vsize=12104 CPUtime=1.48
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 779 0 0 0 148 0 0 0 17 0 3 0 364207426 12394496 1898 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=12104 CPUtime=1.48
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 853 0 0 0 148 0 0 0 25 0 3 0 364207426 12394496 1898 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 12104

[startup+3.1021 s]
/proc/loadavg: 0.93 1.18 1.32 3/80 5853
/proc/meminfo: memFree=1731416/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=13820 CPUtime=6.17
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 2471 0 0 0 615 2 0 0 18 0 3 0 364207426 14151680 2446 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 3455 2446 218 20 0 2813 0
[pid=5850/tid=5851] ppid=5848 vsize=13820 CPUtime=3.09
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 1060 0 0 0 308 1 0 0 22 0 3 0 364207426 14151680 2446 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=13820 CPUtime=3.07
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 1120 0 0 0 307 0 0 0 25 0 3 0 364207426 14151680 2446 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526341 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 13820

[startup+6.30144 s]
/proc/loadavg: 1.01 1.19 1.32 3/80 5853
/proc/meminfo: memFree=1726296/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=18700 CPUtime=12.55
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 3816 0 0 0 1253 2 0 0 18 0 3 0 364207426 19148800 3715 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 4675 3715 218 20 0 4033 0
[pid=5850/tid=5851] ppid=5848 vsize=18700 CPUtime=6.28
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 1749 0 0 0 627 1 0 0 25 0 3 0 364207426 19148800 3715 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=18700 CPUtime=6.26
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 1776 0 0 0 625 1 0 0 25 0 3 0 364207426 19148800 3715 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 18700

[startup+12.7011 s]
/proc/loadavg: 1.09 1.20 1.32 3/80 5853
/proc/meminfo: memFree=1718936/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=25872 CPUtime=25.31
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 5573 0 0 0 2527 4 0 0 18 0 3 0 364207426 26492928 5236 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 6468 5236 218 20 0 5826 0
[pid=5850/tid=5851] ppid=5848 vsize=25872 CPUtime=12.67
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 2644 0 0 0 1266 1 0 0 20 0 3 0 364207426 26492928 5236 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520412 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=25872 CPUtime=12.62
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 2638 0 0 0 1260 2 0 0 22 0 3 0 364207426 26492928 5236 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 25872

[startup+25.5014 s]
/proc/loadavg: 1.29 1.24 1.33 3/80 5853
/proc/meminfo: memFree=1715288/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=30348 CPUtime=50.85
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 6846 0 0 0 5080 5 0 0 18 0 3 0 364207426 31076352 6156 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 7587 6156 218 20 0 6945 0
[pid=5850/tid=5851] ppid=5848 vsize=30348 CPUtime=25.47
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 3394 0 0 0 2545 2 0 0 18 0 3 0 364207426 31076352 6156 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=30348 CPUtime=25.37
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 3161 0 0 0 2535 2 0 0 19 0 3 0 364207426 31076352 6156 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520643 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 30348

[startup+51.1011 s]
/proc/loadavg: 1.53 1.30 1.35 3/80 5853
/proc/meminfo: memFree=1707736/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=37100 CPUtime=101.92
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 9288 0 0 0 10185 7 0 0 18 0 3 0 364207426 37990400 8011 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 9275 8011 218 20 0 8633 0
[pid=5850/tid=5851] ppid=5848 vsize=37100 CPUtime=51.06
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 4466 0 0 0 5102 4 0 0 25 0 3 0 364207426 37990400 8011 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526480 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=37100 CPUtime=50.86
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 4531 0 0 0 5083 3 0 0 25 0 3 0 364207426 37990400 8011 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 37100

[startup+102.306 s]
/proc/loadavg: 1.80 1.41 1.38 3/80 5853
/proc/meminfo: memFree=1702552/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=43416 CPUtime=204.08
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 11776 0 0 0 20399 9 0 0 18 0 3 0 364207426 44457984 9315 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 10854 9315 218 20 0 10212 0
[pid=5850/tid=5851] ppid=5848 vsize=43416 CPUtime=102.24
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 5669 0 0 0 10219 5 0 0 25 0 3 0 364207426 44457984 9315 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=43416 CPUtime=101.83
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 5816 0 0 0 10179 4 0 0 25 0 3 0 364207426 44457984 9315 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 43416

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

[startup+108.701 s]
/proc/loadavg: 1.81 1.42 1.38 3/80 5853
/proc/meminfo: memFree=1702168/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=43416 CPUtime=216.75
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 12037 0 0 0 21666 9 0 0 18 0 3 0 364207426 44457984 9364 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 10854 9364 218 20 0 10212 0
[pid=5850/tid=5851] ppid=5848 vsize=43416 CPUtime=108.63
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 5790 0 0 0 10858 5 0 0 25 0 3 0 364207426 44457984 9364 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=43416 CPUtime=108.11
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 5956 0 0 0 10807 4 0 0 25 0 3 0 364207426 44457984 9364 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.75
Current children cumulated vsize (KiB) 43416

[startup+115.102 s]
/proc/loadavg: 1.76 1.42 1.38 3/80 5853
/proc/meminfo: memFree=1702168/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=43964 CPUtime=229.44
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 12123 0 0 0 22935 9 0 0 18 0 3 0 364207426 45019136 9450 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 10991 9450 218 20 0 10349 0
[pid=5850/tid=5851] ppid=5848 vsize=43964 CPUtime=114.96
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 5865 0 0 0 11491 5 0 0 25 0 3 0 364207426 45019136 9450 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134530009 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=43964 CPUtime=114.48
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 5967 0 0 0 11444 4 0 0 25 0 3 0 364207426 45019136 9450 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 229.44
Current children cumulated vsize (KiB) 43964

[startup+118.301 s]
/proc/loadavg: 1.76 1.42 1.38 3/80 5853
/proc/meminfo: memFree=1701528/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=44316 CPUtime=235.83
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 12381 0 0 0 23574 9 0 0 18 0 3 0 364207426 45379584 9492 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 11079 9492 218 20 0 10437 0
[pid=5850/tid=5851] ppid=5848 vsize=44316 CPUtime=118.15
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 5975 0 0 0 11810 5 0 0 25 0 3 0 364207426 45379584 9492 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=44316 CPUtime=117.67
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 6115 0 0 0 11763 4 0 0 25 0 3 0 364207426 45379584 9492 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 235.83
Current children cumulated vsize (KiB) 44316

[startup+119.906 s]
/proc/loadavg: 1.78 1.43 1.39 3/80 5853
/proc/meminfo: memFree=1701528/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=44316 CPUtime=238.92
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 12396 0 0 0 23883 9 0 0 18 0 3 0 364207426 45379584 9507 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 11079 9507 218 20 0 10437 0
[pid=5850/tid=5851] ppid=5848 vsize=44316 CPUtime=119.76
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 5990 0 0 0 11971 5 0 0 25 0 3 0 364207426 45379584 9507 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=44316 CPUtime=119.16
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 6115 0 0 0 11912 4 0 0 25 0 3 0 364207426 45379584 9507 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 238.92
Current children cumulated vsize (KiB) 44316

[startup+120.301 s]
/proc/loadavg: 1.78 1.43 1.39 3/80 5853
/proc/meminfo: memFree=1701528/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=44316 CPUtime=239.67
/proc/5850/stat : 5850 (MiraXTv3_dyn) S 5848 5850 4179 0 -1 4194304 12409 0 0 0 23957 10 0 0 18 0 3 0 364207426 45379584 9520 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5850/statm: 11079 9520 218 20 0 10437 0
[pid=5850/tid=5851] ppid=5848 vsize=44316 CPUtime=120.1
/proc/5850/task/5851/stat : 5851 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 6003 0 0 0 12005 5 0 0 17 0 3 0 364207426 45379584 9520 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=5850/tid=5852] ppid=5848 vsize=44316 CPUtime=119.56
/proc/5850/task/5852/stat : 5852 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194368 6115 0 0 0 11952 4 0 0 25 0 3 0 364207426 45379584 9520 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 239.67
Current children cumulated vsize (KiB) 44316

[startup+120.501 s]
/proc/loadavg: 1.78 1.43 1.39 3/80 5853
/proc/meminfo: memFree=1701528/2055920 swapFree=4148880/4192956
[pid=5850] ppid=5848 vsize=35520 CPUtime=239.99
/proc/5850/stat : 5850 (MiraXTv3_dyn) R 5848 5850 4179 0 -1 4194304 12416 0 0 0 23989 10 0 0 17 0 1 0 364207426 36372480 7618 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10966955 0 0 4096 0 0 0 0 17 0 0 0
/proc/5850/statm: 8880 7618 220 20 0 8238 0
Current children cumulated CPU time (s) 239.99
Current children cumulated vsize (KiB) 35520

Child status: 20
Real time (s): 120.538
CPU time (s): 240.033
CPU user time (s): 239.923
CPU system time (s): 0.109983
CPU usage (%): 199.134
Max. virtual memory (cumulated for all children) (KiB): 44316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.923
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12419
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= 76
involuntary context switches= 4472

runsolver used 0.12598 second user time and 0.316951 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Fri May 11 11:08:16 UTC 2007

IDJOB= 316323
IDBENCH= 20438
IDSOLVER= 128
FILE ID= node2/316323-1178881696

PBS_JOBID= 5251046

Free space on /tmp= 66561 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/medium/s73-100.cnf
COMMAND LINE= /tmp/evaluation/316323-1178881696/MiraXTv3_dyn /tmp/evaluation/316323-1178881696/instance-316323-1178881696.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-316323-1178881696 -o ROOT/results/node2/solver-316323-1178881696 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/316323-1178881696/MiraXTv3_dyn /tmp/evaluation/316323-1178881696/instance-316323-1178881696.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  e3db629d913d76ea47534f9df94ead1b

RANDOM SEED= 845035310

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
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.234
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:       1739592 kB
Buffers:         45456 kB
Cached:         183032 kB
SwapCached:      12368 kB
Active:         132628 kB
Inactive:       118952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739592 kB
SwapTotal:     4192956 kB
SwapFree:      4148880 kB
Dirty:            4004 kB
Writeback:           0 kB
Mapped:          29980 kB
Slab:            50228 kB
Committed_AS: 11775668 kB
PageTables:       1860 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= 66561 MiB

End job on node2 on Fri May 11 11:10:17 UTC 2007