Trace number 332257

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
ornithorynque 0.1 alphaUNSAT 309.325 155.057

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
counting-easier-php-012-010.sat05-1172.reshuffled-07.cnf
MD5SUM9b15e90c034f4532d9c5a9491fda1777
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.415935
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses672
Sum of the clauses size1440
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512

Solver Data (download as text)

0.00/0.02	c This is Ornithorynque version 0.1 alpha
0.00/0.02	c (c) roussel@cril.univ-artois.fr
0.00/0.03	c using unsigned short
0.00/0.03	c parsing...
0.00/0.03	c ...done
0.00/0.03	c nbVar=120 nbClause=672
0.00/0.03	c nbVar=120 nbClause=672
0.00/0.03	c complete search running
0.00/0.03	c local search running
0.00/0.03	c flip 0 nbSat=499 maxSat=0
0.00/0.05	c flip 0 nbSat=892 maxSat=670
0.13/0.14	c flip 0 nbSat=1853 maxSat=1044
0.53/0.39	c flip 0 nbSat=3416 maxSat=1991
1.73/0.91	c flip 0 nbSat=5514 maxSat=3584
5.13/2.70	c flip 0 nbSat=9458 maxSat=5631
5.93/3.05	c nbDecision=10000 #clauses=10246
11.11/5.66	c flip 0 nbSat=14956 maxSat=9628
16.90/8.53	c nbDecision=20000 #clauses=19924
19.09/9.63	c flip 0 nbSat=20952 maxSat=15118
40.65/20.49	c nbDecision=30000 #clauses=29525
44.44/22.30	c flip 0 nbSat=31987 maxSat=21144
59.81/30.08	c nbDecision=40000 #clauses=39199
71.18/35.73	c flip 0 nbSat=43934 maxSat=32117
92.32/46.30	c nbDecision=50000 #clauses=48897
97.72/49.06	c flip 0 nbSat=50641 maxSat=44080
135.43/67.90	c nbDecision=60000 #clauses=58552
159.18/79.84	c flip 0 nbSat=62017 maxSat=50809
194.29/97.46	c nbDecision=70000 #clauses=68286
204.46/102.57	c flip 0 nbSat=71852 maxSat=62220
222.02/111.38	c nbDecision=80000 #clauses=77902
272.31/136.56	c flip 0 nbSat=87284 maxSat=72075
273.30/137.01	c nbDecision=90000 #clauses=87615
309.23/155.03	c nbDecision=94308 #clauses=91835
309.23/155.03	c complete search ended
309.23/155.04	c local search ended
309.23/155.05	c complete search answered
309.23/155.05	
309.23/155.05	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-332257-1173471258 -o ROOT/results/node7/solver-332257-1173471258 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332257-1173471258/ornithorynque /tmp/evaluation/332257-1173471258/instance-332257-1173471258.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: 1.00 1.00 0.97 3/77 13387
/proc/meminfo: memFree=1431448/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=17308 CPUtime=0
/proc/13387/stat : 13387 (ornithorynque) D 13385 13387 12409 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 367080565 17723392 81 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244668495241 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13387/statm: 4605 81 59 42 0 38 0

[startup+0.02937 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 13387
/proc/meminfo: memFree=1431448/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=23308 CPUtime=0
/proc/13387/stat : 13387 (ornithorynque) D 13385 13387 12409 0 -1 4194304 452 0 2 0 0 0 0 0 18 0 1 0 367080565 23867392 415 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259722226992 0 0 4096 1088 18446744071563479169 0 0 17 0 0 0
/proc/13387/statm: 5827 415 352 42 0 79 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23308

[startup+0.101378 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 13387
/proc/meminfo: memFree=1431448/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=45088 CPUtime=0.13
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 601 0 4 0 13 0 0 0 18 0 3 0 367080565 46170112 566 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 11272 566 387 42 0 5524 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 45088

[startup+0.301399 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 13387
/proc/meminfo: memFree=1431448/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=45220 CPUtime=0.53
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 745 0 4 0 53 0 0 0 18 0 3 0 367080565 46305280 710 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 11305 710 387 42 0 5557 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 45220

[startup+0.701441 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 13387
/proc/meminfo: memFree=1431448/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=46516 CPUtime=1.33
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 929 0 4 0 133 0 0 0 18 0 3 0 367080565 47632384 894 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 11629 894 387 42 0 5881 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 46516

[startup+1.50152 s]
/proc/loadavg: 1.08 1.02 0.98 3/80 13390
/proc/meminfo: memFree=1428160/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=47100 CPUtime=2.92
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 1213 0 4 0 292 0 0 0 18 0 3 0 367080565 48230400 1178 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 11775 1178 387 42 0 6027 0
[pid=13387/tid=13389] ppid=13385 vsize=47100 CPUtime=1.45
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 447 0 0 0 145 0 0 0 22 0 3 0 367080569 48230400 1178 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311048 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=47100 CPUtime=1.46
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 252 0 0 0 146 0 0 0 25 0 3 0 367080569 48230400 1178 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238103 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 47100

[startup+3.1017 s]
/proc/loadavg: 1.08 1.02 0.98 3/80 13390
/proc/meminfo: memFree=1427264/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=49316 CPUtime=6.13
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 1633 0 4 0 612 1 0 0 18 0 3 0 367080565 50499584 1598 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 12329 1598 387 42 0 6581 0
[pid=13387/tid=13389] ppid=13385 vsize=49316 CPUtime=3.05
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 650 0 0 0 305 0 0 0 25 0 3 0 367080569 50499584 1598 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311137 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=49316 CPUtime=3.06
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 469 0 0 0 306 0 0 0 25 0 3 0 367080569 50499584 1598 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241176 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 49316

[startup+6.30203 s]
/proc/loadavg: 1.15 1.03 0.98 3/80 13390
/proc/meminfo: memFree=1424832/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=51724 CPUtime=12.51
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 2328 0 4 0 1250 1 0 0 18 0 3 0 367080565 52965376 2260 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 12931 2260 387 42 0 7183 0
[pid=13387/tid=13389] ppid=13385 vsize=51724 CPUtime=6.23
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 1066 0 0 0 623 0 0 0 25 0 3 0 367080569 52965376 2260 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=51724 CPUtime=6.26
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 748 0 0 0 626 0 0 0 25 0 3 0 367080569 52965376 2260 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241176 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 51724

[startup+12.7017 s]
/proc/loadavg: 1.22 1.05 0.99 3/80 13390
/proc/meminfo: memFree=1420096/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=56200 CPUtime=25.28
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 3161 0 4 0 2526 2 0 0 18 0 3 0 367080565 57548800 3060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 14050 3060 387 42 0 8302 0
[pid=13387/tid=13389] ppid=13385 vsize=56200 CPUtime=12.61
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 1583 0 0 0 1260 1 0 0 25 0 3 0 367080569 57548800 3060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=56200 CPUtime=12.66
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 1064 0 0 0 1266 0 0 0 25 0 3 0 367080569 57548800 3060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 56200

[startup+25.501 s]
/proc/loadavg: 1.34 1.08 1.00 3/80 13390
/proc/meminfo: memFree=1414528/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=62132 CPUtime=50.83
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 4624 0 4 0 5080 3 0 0 18 0 3 0 367080565 63623168 4425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 15533 4425 387 42 0 9785 0
[pid=13387/tid=13389] ppid=13385 vsize=62132 CPUtime=25.35
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 2466 0 0 0 2534 1 0 0 25 0 3 0 367080569 63623168 4425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=62132 CPUtime=25.45
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 1644 0 0 0 2545 0 0 0 25 0 3 0 367080569 63623168 4425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242596 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 62132

[startup+51.1017 s]
/proc/loadavg: 1.60 1.17 1.03 3/80 13390
/proc/meminfo: memFree=1407744/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=69804 CPUtime=101.9
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 6413 0 4 0 10185 5 0 0 18 0 3 0 367080565 71479296 6149 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 17451 6149 387 42 0 11703 0
[pid=13387/tid=13389] ppid=13385 vsize=69804 CPUtime=50.84
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 3523 0 0 0 5081 3 0 0 25 0 3 0 367080569 71479296 6149 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=69804 CPUtime=51.04
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 2376 0 0 0 5103 1 0 0 25 0 3 0 367080569 71479296 6149 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241593 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 69804

[startup+102.305 s]
/proc/loadavg: 1.82 1.29 1.08 3/80 13390
/proc/meminfo: memFree=1399936/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=80928 CPUtime=204.07
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 9244 0 4 0 20399 8 0 0 18 0 3 0 367080565 82870272 8060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 20232 8060 387 42 0 14484 0
[pid=13387/tid=13389] ppid=13385 vsize=80928 CPUtime=101.82
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 5560 0 0 0 10176 6 0 0 25 0 3 0 367080569 82870272 8060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311515 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=80928 CPUtime=102.23
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 3170 0 0 0 10222 1 0 0 25 0 3 0 367080569 82870272 8060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 80928

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

[startup+127.902 s]
/proc/loadavg: 1.88 1.35 1.10 4/80 13390
/proc/meminfo: memFree=1395904/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=85808 CPUtime=255.15
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 10749 0 4 0 25505 10 0 0 18 0 3 0 367080565 87867392 9040 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 21452 9040 387 42 0 15704 0
[pid=13387/tid=13389] ppid=13385 vsize=85808 CPUtime=127.31
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 6258 0 0 0 12724 7 0 0 25 0 3 0 367080569 87867392 9040 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=85808 CPUtime=127.82
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 3977 0 0 0 12780 2 0 0 25 0 3 0 367080569 87867392 9040 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283800 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 255.15
Current children cumulated vsize (KiB) 85808

[startup+140.701 s]
/proc/loadavg: 1.91 1.38 1.12 3/80 13390
/proc/meminfo: memFree=1393472/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=89160 CPUtime=280.69
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 11788 0 4 0 28058 11 0 0 18 0 3 0 367080565 91299840 9653 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 22290 9653 387 42 0 16542 0
[pid=13387/tid=13389] ppid=13385 vsize=89160 CPUtime=140.06
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 6574 0 0 0 13998 8 0 0 25 0 3 0 367080569 91299840 9653 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=89160 CPUtime=140.62
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 4700 0 0 0 14060 2 0 0 25 0 3 0 367080569 91299840 9653 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241187 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.69
Current children cumulated vsize (KiB) 89160

[startup+147.102 s]
/proc/loadavg: 1.92 1.39 1.12 3/80 13390
/proc/meminfo: memFree=1392960/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=89672 CPUtime=293.46
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 12039 0 4 0 29335 11 0 0 18 0 3 0 367080565 91824128 9772 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 22418 9772 387 42 0 16670 0
[pid=13387/tid=13389] ppid=13385 vsize=89672 CPUtime=146.43
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 6825 0 0 0 14635 8 0 0 25 0 3 0 367080569 91824128 9772 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311151 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=89672 CPUtime=147.01
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 4700 0 0 0 14699 2 0 0 25 0 3 0 367080569 91824128 9772 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 293.46
Current children cumulated vsize (KiB) 89672

[startup+150.302 s]
/proc/loadavg: 1.92 1.39 1.12 3/80 13390
/proc/meminfo: memFree=1392896/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=89672 CPUtime=299.85
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 12091 0 4 0 29974 11 0 0 18 0 3 0 367080565 91824128 9824 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 22418 9824 387 42 0 16670 0
[pid=13387/tid=13389] ppid=13385 vsize=89672 CPUtime=149.62
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 6877 0 0 0 14954 8 0 0 25 0 3 0 367080569 91824128 9824 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312479 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=89672 CPUtime=150.21
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 4700 0 0 0 15019 2 0 0 25 0 3 0 367080569 91824128 9824 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241742 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 299.85
Current children cumulated vsize (KiB) 89672

[startup+153.501 s]
/proc/loadavg: 1.92 1.40 1.12 3/80 13390
/proc/meminfo: memFree=1392512/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=89804 CPUtime=306.23
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 12141 0 4 0 30612 11 0 0 18 0 3 0 367080565 91959296 9874 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 22451 9874 387 42 0 16703 0
[pid=13387/tid=13389] ppid=13385 vsize=89804 CPUtime=152.8
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 6927 0 0 0 15272 8 0 0 25 0 3 0 367080569 91959296 9874 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311043 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=89804 CPUtime=153.41
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 4700 0 0 0 15339 2 0 0 25 0 3 0 367080569 91959296 9874 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 306.23
Current children cumulated vsize (KiB) 89804

[startup+154.302 s]
/proc/loadavg: 1.92 1.40 1.12 3/80 13390
/proc/meminfo: memFree=1392512/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=89804 CPUtime=307.83
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 12147 0 4 0 30772 11 0 0 18 0 3 0 367080565 91959296 9880 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 22451 9880 387 42 0 16703 0
[pid=13387/tid=13389] ppid=13385 vsize=89804 CPUtime=153.6
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 6933 0 0 0 15352 8 0 0 25 0 3 0 367080569 91959296 9880 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=89804 CPUtime=154.21
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 4700 0 0 0 15419 2 0 0 25 0 3 0 367080569 91959296 9880 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241187 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 307.83
Current children cumulated vsize (KiB) 89804

[startup+154.702 s]
/proc/loadavg: 1.92 1.40 1.12 3/80 13390
/proc/meminfo: memFree=1392512/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=89804 CPUtime=308.63
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 12156 0 4 0 30852 11 0 0 18 0 3 0 367080565 91959296 9889 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 22451 9889 387 42 0 16703 0
[pid=13387/tid=13389] ppid=13385 vsize=89804 CPUtime=154
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 6942 0 0 0 15392 8 0 0 25 0 3 0 367080569 91959296 9889 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311093 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=89804 CPUtime=154.61
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 4700 0 0 0 15459 2 0 0 25 0 3 0 367080569 91959296 9889 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285200 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 308.63
Current children cumulated vsize (KiB) 89804

[startup+154.902 s]
/proc/loadavg: 1.92 1.40 1.12 3/80 13390
/proc/meminfo: memFree=1392512/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=89804 CPUtime=309.03
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 12158 0 4 0 30892 11 0 0 18 0 3 0 367080565 91959296 9891 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 22451 9891 387 42 0 16703 0
[pid=13387/tid=13389] ppid=13385 vsize=89804 CPUtime=154.2
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 6944 0 0 0 15412 8 0 0 25 0 3 0 367080569 91959296 9891 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=89804 CPUtime=154.81
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 4700 0 0 0 15479 2 0 0 25 0 3 0 367080569 91959296 9891 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 309.03
Current children cumulated vsize (KiB) 89804

[startup+155.002 s]
/proc/loadavg: 1.92 1.40 1.12 3/80 13390
/proc/meminfo: memFree=1392448/2055920 swapFree=4147472/4192956
[pid=13387] ppid=13385 vsize=89804 CPUtime=309.23
/proc/13387/stat : 13387 (ornithorynque) S 13385 13387 12409 0 -1 4194304 12158 0 4 0 30912 11 0 0 18 0 3 0 367080565 91959296 9891 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 244679995259 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/13387/statm: 22451 9891 387 42 0 16703 0
[pid=13387/tid=13389] ppid=13385 vsize=89804 CPUtime=154.3
/proc/13387/task/13389/stat : 13389 (ornithorynque) R 13385 13387 12409 0 -1 4194368 6944 0 0 0 15422 8 0 0 25 0 3 0 367080569 91959296 9891 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=13387/tid=13390] ppid=13385 vsize=89804 CPUtime=154.91
/proc/13387/task/13390/stat : 13390 (ornithorynque) R 13385 13387 12409 0 -1 4194368 4700 0 0 0 15489 2 0 0 25 0 3 0 367080569 91959296 9891 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241104 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 309.23
Current children cumulated vsize (KiB) 89804

Child status: 20
Real time (s): 155.057
CPU time (s): 309.325
CPU user time (s): 309.202
CPU system time (s): 0.122981
CPU usage (%): 199.491
Max. virtual memory (cumulated for all children) (KiB): 89804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 309.202
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12160
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52
involuntary context switches= 5830

runsolver used 0.131979 second user time and 0.441932 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Fri Mar  9 20:14:18 UTC 2007

IDJOB= 332257
IDBENCH= 24575
IDSOLVER= 139
FILE ID= node7/332257-1173471258

PBS_JOBID= 4101069

Free space on /tmp= 66487 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/counting-easier-php-012-010.sat05-1172.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332257-1173471258/ornithorynque /tmp/evaluation/332257-1173471258/instance-332257-1173471258.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-332257-1173471258 -o ROOT/results/node7/solver-332257-1173471258 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332257-1173471258/ornithorynque /tmp/evaluation/332257-1173471258/instance-332257-1173471258.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  9b15e90c034f4532d9c5a9491fda1777

RANDOM SEED= 572391186

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.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:       1431856 kB
Buffers:         49704 kB
Cached:         484892 kB
SwapCached:       8588 kB
Active:         216396 kB
Inactive:       340976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431856 kB
SwapTotal:     4192956 kB
SwapFree:      4147472 kB
Dirty:             284 kB
Writeback:           0 kB
Mapped:          29776 kB
Slab:            52224 kB
Committed_AS:  1193392 kB
PageTables:       1764 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= 66487 MiB

End job on node7 on Fri Mar  9 20:16:54 UTC 2007