Trace number 328538

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 94.9576 48.5637

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc12070.cnf
MD5SUM9db41700a9e646f2af3ee8f40132e97a
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.24981
Satisfiable
(Un)Satisfiability was proved
Number of variables199223
Number of clauses564196
Sum of the clauses size1460103
Maximum clause length3
Minimum clause length1
Number of clauses of size 124523
Number of clauses of size 2183439
Number of clauses of size 3356234
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.01	c This is Ornithorynque version 0.1 alpha
0.00/0.01	c (c) roussel@cril.univ-artois.fr
0.00/0.04	c using unsigned int
0.00/0.04	c parsing...
1.26/1.34	c ...done
1.26/1.34	c nbVar=199248 nbClause=564196
1.46/1.55	c nbVar=199248 nbClause=564196
1.75/1.86	c complete search running
1.75/1.86	c local search running
1.89/2.00	c flip 0 nbSat=461926 maxSat=0
2.09/2.04	c flip 10000 nbSat=472041 maxSat=472041
3.49/2.74	c flip 20000 nbSat=478625 maxSat=478632
6.88/4.45	c flip 30000 nbSat=483492 maxSat=483526
8.68/5.35	c flip 40000 nbSat=488318 maxSat=488318
10.07/6.02	c flip 50000 nbSat=492957 maxSat=492957
13.06/7.53	c flip 60000 nbSat=497028 maxSat=497029
13.85/7.92	c flip 70000 nbSat=501980 maxSat=501980
17.05/9.55	c flip 80000 nbSat=506281 maxSat=506444
19.05/10.54	c flip 90000 nbSat=509426 maxSat=509475
22.44/12.25	c flip 100000 nbSat=511303 maxSat=511365
24.24/13.17	c flip 110000 nbSat=513372 maxSat=513372
26.82/14.41	c flip 120000 nbSat=515225 maxSat=515435
29.61/15.88	c flip 130000 nbSat=517239 maxSat=517263
32.01/17.03	c flip 140000 nbSat=518426 maxSat=518985
33.80/17.96	c nbDecision=10000 #clauses=564207
34.60/18.30	c flip 150000 nbSat=520352 maxSat=520541
37.20/19.62	c flip 160000 nbSat=522301 maxSat=522444
39.99/21.03	c flip 170000 nbSat=523242 maxSat=523246
42.98/22.56	c flip 180000 nbSat=524213 maxSat=524309
45.18/23.68	c flip 190000 nbSat=524749 maxSat=524945
47.37/24.75	c flip 200000 nbSat=526077 maxSat=526112
50.57/26.31	c flip 210000 nbSat=526647 maxSat=527301
53.55/27.82	c flip 220000 nbSat=527346 maxSat=527975
55.95/29.07	c flip 230000 nbSat=528110 maxSat=528962
58.15/30.18	c flip 240000 nbSat=529897 maxSat=530032
61.54/31.85	c flip 250000 nbSat=529870 maxSat=530377
63.93/33.07	c flip 260000 nbSat=530398 maxSat=531221
66.13/34.10	c nbDecision=20000 #clauses=564218
66.32/34.25	c flip 270000 nbSat=529634 maxSat=531786
69.71/35.95	c flip 280000 nbSat=531334 maxSat=532092
72.31/37.25	c flip 290000 nbSat=531899 maxSat=532425
75.29/38.71	c flip 300000 nbSat=533000 maxSat=533708
77.89/40.03	c flip 310000 nbSat=533654 maxSat=534354
80.88/41.52	c flip 320000 nbSat=534359 maxSat=534687
83.69/42.95	c flip 330000 nbSat=534409 maxSat=535115
86.47/44.35	c flip 340000 nbSat=534788 maxSat=535422
88.66/45.48	c flip 350000 nbSat=534342 maxSat=536030
91.85/47.03	c flip 360000 nbSat=536040 maxSat=536478
94.66/48.46	c flip 370000 nbSat=536634 maxSat=536801
94.85/48.54	c nbDecision=28768 #clauses=564229
94.85/48.54	c complete search ended
94.85/48.54	c local search ended
94.85/48.54	c complete search answered
94.85/48.54	
94.85/48.54	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/node62/watcher-328538-1176321195 -o ROOT/results/node62/solver-328538-1176321195 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328538-1176321195/ornithorynque /tmp/evaluation/328538-1176321195/instance-328538-1176321195.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.91 0.95 0.99 3/64 32613
/proc/meminfo: memFree=1346608/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=5968 CPUtime=0
/proc/32613/stat : 32613 (ornithorynque) R 32611 32613 32034 0 -1 4194304 63 0 0 0 0 0 0 0 18 0 1 0 64285170 6111232 47 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236435076489 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/32613/statm: 1492 47 36 42 0 9 0

[startup+0.0955459 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 32613
/proc/meminfo: memFree=1346608/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=29304 CPUtime=0.05
/proc/32613/stat : 32613 (ornithorynque) R 32611 32613 32034 0 -1 4194304 2361 0 3 0 4 1 0 0 18 0 1 0 64285170 30007296 1542 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236437541601 0 0 4096 1088 0 0 0 17 0 0 0
/proc/32613/statm: 7326 1542 379 42 0 1578 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29304

[startup+0.102547 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 32613
/proc/meminfo: memFree=1346608/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=29568 CPUtime=0.05
/proc/32613/stat : 32613 (ornithorynque) R 32611 32613 32034 0 -1 4194304 2442 0 3 0 4 1 0 0 18 0 1 0 64285170 30277632 1623 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236437541601 0 0 4096 1088 0 0 0 17 0 0 0
/proc/32613/statm: 7392 1624 379 42 0 1644 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29568

[startup+0.301587 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 32613
/proc/meminfo: memFree=1346608/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=37208 CPUtime=0.25
/proc/32613/stat : 32613 (ornithorynque) R 32611 32613 32034 0 -1 4194304 4541 0 3 0 23 2 0 0 19 0 1 0 64285170 38100992 3593 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236437541601 0 0 4096 1088 0 0 0 17 0 0 0
/proc/32613/statm: 9302 3593 379 42 0 3554 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 37208

[startup+0.701666 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 32613
/proc/meminfo: memFree=1346608/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=54140 CPUtime=0.65
/proc/32613/stat : 32613 (ornithorynque) R 32611 32613 32034 0 -1 4194304 9114 0 3 0 62 3 0 0 23 0 1 0 64285170 55439360 7396 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236437541601 0 0 4096 1088 0 0 0 17 0 0 0
/proc/32613/statm: 13535 7396 379 42 0 7787 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 54140

[startup+1.50182 s]
/proc/loadavg: 0.91 0.95 0.99 2/65 32614
/proc/meminfo: memFree=1306728/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=118256 CPUtime=1.46
/proc/32613/stat : 32613 (ornithorynque) R 32611 32613 32034 0 -1 4194304 25644 0 3 0 136 10 0 0 25 0 1 0 64285170 121094144 22901 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236437541601 0 0 4096 1088 0 0 0 17 0 0 0
/proc/32613/statm: 29564 22901 384 42 0 23816 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 118256

[startup+3.10115 s]
/proc/loadavg: 0.91 0.95 0.99 3/67 32616
/proc/meminfo: memFree=1217240/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=184132 CPUtime=4.28
/proc/32613/stat : 32613 (ornithorynque) S 32611 32613 32034 0 -1 4194304 41188 0 3 0 412 16 0 0 25 0 3 0 64285170 188551168 32202 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236446576507 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/32613/statm: 46033 32202 389 42 0 40285 0
[pid=32613/tid=32615] ppid=32611 vsize=184132 CPUtime=1.23
/proc/32613/task/32615/stat : 32615 (ornithorynque) R 32611 32613 32034 0 -1 4194368 4323 0 0 0 122 1 0 0 25 0 3 0 64285356 188551168 32202 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=32613/tid=32616] ppid=32611 vsize=184132 CPUtime=1.22
/proc/32613/task/32616/stat : 32616 (ornithorynque) R 32611 32613 32034 0 -1 4194368 2 0 0 0 122 0 0 0 25 0 3 0 64285356 188551168 32202 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4244542 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 184132

[startup+6.30178 s]
/proc/loadavg: 1.00 0.97 0.99 3/67 32616
/proc/meminfo: memFree=1216672/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=184132 CPUtime=10.67
/proc/32613/stat : 32613 (ornithorynque) S 32611 32613 32034 0 -1 4194304 49379 0 3 0 1047 20 0 0 25 0 3 0 64285170 188551168 32203 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236446576507 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/32613/statm: 46033 32203 389 42 0 40285 0
[pid=32613/tid=32615] ppid=32611 vsize=184132 CPUtime=4.42
/proc/32613/task/32615/stat : 32615 (ornithorynque) R 32611 32613 32034 0 -1 4194368 12514 0 0 0 438 4 0 0 25 0 3 0 64285356 188551168 32203 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=32613/tid=32616] ppid=32611 vsize=184132 CPUtime=4.4
/proc/32613/task/32616/stat : 32616 (ornithorynque) R 32611 32613 32034 0 -1 4194368 2 0 0 0 440 0 0 0 25 0 3 0 64285356 188551168 32203 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4244167 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 184132

[startup+12.701 s]
/proc/loadavg: 1.08 0.99 1.00 3/67 32616
/proc/meminfo: memFree=1218088/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=185692 CPUtime=23.43
/proc/32613/stat : 32613 (ornithorynque) S 32611 32613 32034 0 -1 4194304 66539 0 3 0 2317 26 0 0 25 0 3 0 64285170 190148608 32593 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236446576507 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/32613/statm: 46423 32593 389 42 0 40675 0
[pid=32613/tid=32615] ppid=32611 vsize=185692 CPUtime=10.82
/proc/32613/task/32615/stat : 32615 (ornithorynque) R 32611 32613 32034 0 -1 4194368 29674 0 0 0 1071 11 0 0 25 0 3 0 64285356 190148608 32593 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4273784 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=32613/tid=32616] ppid=32611 vsize=185692 CPUtime=10.78
/proc/32613/task/32616/stat : 32616 (ornithorynque) R 32611 32613 32034 0 -1 4194368 2 0 0 0 1078 0 0 0 25 0 3 0 64285356 190148608 32593 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4244901 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.43
Current children cumulated vsize (KiB) 185692

[startup+25.5026 s]
/proc/loadavg: 1.28 1.04 1.02 3/67 32616
/proc/meminfo: memFree=1216936/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=184132 CPUtime=48.97
/proc/32613/stat : 32613 (ornithorynque) S 32611 32613 32034 0 -1 4194304 99689 0 3 0 4857 40 0 0 25 0 3 0 64285170 188551168 32203 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236446576507 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/32613/statm: 46033 32203 389 42 0 40285 0
[pid=32613/tid=32615] ppid=32611 vsize=184132 CPUtime=23.61
/proc/32613/task/32615/stat : 32615 (ornithorynque) R 32611 32613 32034 0 -1 4194368 62824 0 0 0 2337 24 0 0 25 0 3 0 64285356 188551168 32203 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=32613/tid=32616] ppid=32611 vsize=184132 CPUtime=23.52
/proc/32613/task/32616/stat : 32616 (ornithorynque) R 32611 32613 32034 0 -1 4194368 2 0 0 0 2352 0 0 0 25 0 3 0 64285356 188551168 32203 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4244400 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.97
Current children cumulated vsize (KiB) 184132

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

[startup+38.3011 s]
/proc/loadavg: 1.39 1.07 1.02 3/67 32616
/proc/meminfo: memFree=1218280/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=185692 CPUtime=74.5
/proc/32613/stat : 32613 (ornithorynque) S 32611 32613 32034 0 -1 4194304 133229 0 3 0 7395 55 0 0 25 0 3 0 64285170 190148608 32593 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236446576507 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/32613/statm: 46423 32593 389 42 0 40675 0
[pid=32613/tid=32615] ppid=32611 vsize=185692 CPUtime=36.4
/proc/32613/task/32615/stat : 32615 (ornithorynque) R 32611 32613 32034 0 -1 4194368 96364 0 0 0 3601 39 0 0 25 0 3 0 64285356 190148608 32593 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4273705 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=32613/tid=32616] ppid=32611 vsize=185692 CPUtime=36.26
/proc/32613/task/32616/stat : 32616 (ornithorynque) R 32611 32613 32034 0 -1 4194368 2 0 0 0 3626 0 0 0 25 0 3 0 64285356 190148608 32593 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4244486 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.5
Current children cumulated vsize (KiB) 185692

[startup+44.7024 s]
/proc/loadavg: 1.49 1.10 1.03 3/67 32616
/proc/meminfo: memFree=1216936/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=184132 CPUtime=87.27
/proc/32613/stat : 32613 (ornithorynque) S 32611 32613 32034 0 -1 4194304 149610 0 3 0 8665 62 0 0 25 0 3 0 64285170 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236446576507 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/32613/statm: 46033 32204 389 42 0 40285 0
[pid=32613/tid=32615] ppid=32611 vsize=184132 CPUtime=42.79
/proc/32613/task/32615/stat : 32615 (ornithorynque) R 32611 32613 32034 0 -1 4194368 112745 0 0 0 4233 46 0 0 25 0 3 0 64285356 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=32613/tid=32616] ppid=32611 vsize=184132 CPUtime=42.64
/proc/32613/task/32616/stat : 32616 (ornithorynque) R 32611 32613 32034 0 -1 4194368 2 0 0 0 4264 0 0 0 25 0 3 0 64285356 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.27
Current children cumulated vsize (KiB) 184132

[startup+46.3017 s]
/proc/loadavg: 1.49 1.10 1.03 3/67 32616
/proc/meminfo: memFree=1216936/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=185692 CPUtime=90.46
/proc/32613/stat : 32613 (ornithorynque) S 32611 32613 32034 0 -1 4194304 153900 0 3 0 8983 63 0 0 25 0 3 0 64285170 190148608 32594 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236446576507 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/32613/statm: 46423 32594 389 42 0 40675 0
[pid=32613/tid=32615] ppid=32611 vsize=185692 CPUtime=44.4
/proc/32613/task/32615/stat : 32615 (ornithorynque) R 32611 32613 32034 0 -1 4194368 117035 0 0 0 4392 48 0 0 25 0 3 0 64285356 190148608 32594 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4271730 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=32613/tid=32616] ppid=32611 vsize=185692 CPUtime=44.23
/proc/32613/task/32616/stat : 32616 (ornithorynque) R 32611 32613 32034 0 -1 4194368 2 0 0 0 4423 0 0 0 25 0 3 0 64285356 190148608 32594 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4244271 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.46
Current children cumulated vsize (KiB) 185692

[startup+47.902 s]
/proc/loadavg: 1.49 1.10 1.03 3/67 32616
/proc/meminfo: memFree=1216936/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=184132 CPUtime=93.65
/proc/32613/stat : 32613 (ornithorynque) S 32611 32613 32034 0 -1 4194304 157800 0 3 0 9301 64 0 0 25 0 3 0 64285170 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236446576507 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/32613/statm: 46033 32204 389 42 0 40285 0
[pid=32613/tid=32615] ppid=32611 vsize=184132 CPUtime=46
/proc/32613/task/32615/stat : 32615 (ornithorynque) R 32611 32613 32034 0 -1 4194368 120935 0 0 0 4551 49 0 0 25 0 3 0 64285356 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=32613/tid=32616] ppid=32611 vsize=184132 CPUtime=45.82
/proc/32613/task/32616/stat : 32616 (ornithorynque) R 32611 32613 32034 0 -1 4194368 2 0 0 0 4582 0 0 0 25 0 3 0 64285356 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4244494 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.65
Current children cumulated vsize (KiB) 184132

[startup+48.3011 s]
/proc/loadavg: 1.49 1.10 1.03 3/67 32616
/proc/meminfo: memFree=1218344/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=184132 CPUtime=94.46
/proc/32613/stat : 32613 (ornithorynque) S 32611 32613 32034 0 -1 4194304 158580 0 3 0 9381 65 0 0 25 0 3 0 64285170 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236446576507 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/32613/statm: 46033 32204 389 42 0 40285 0
[pid=32613/tid=32615] ppid=32611 vsize=184132 CPUtime=46.4
/proc/32613/task/32615/stat : 32615 (ornithorynque) R 32611 32613 32034 0 -1 4194368 121715 0 0 0 4591 49 0 0 25 0 3 0 64285356 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=32613/tid=32616] ppid=32611 vsize=184132 CPUtime=46.22
/proc/32613/task/32616/stat : 32616 (ornithorynque) R 32611 32613 32034 0 -1 4194368 2 0 0 0 4622 0 0 0 25 0 3 0 64285356 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4244178 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.46
Current children cumulated vsize (KiB) 184132

[startup+48.5011 s]
/proc/loadavg: 1.49 1.10 1.03 3/67 32616
/proc/meminfo: memFree=1218344/2055920 swapFree=4192812/4192956
[pid=32613] ppid=32611 vsize=184132 CPUtime=94.85
/proc/32613/stat : 32613 (ornithorynque) S 32611 32613 32034 0 -1 4194304 158970 0 3 0 9420 65 0 0 25 0 3 0 64285170 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 236446576507 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/32613/statm: 46033 32204 389 42 0 40285 0
[pid=32613/tid=32615] ppid=32611 vsize=184132 CPUtime=46.59
/proc/32613/task/32615/stat : 32615 (ornithorynque) R 32611 32613 32034 0 -1 4194368 122105 0 0 0 4610 49 0 0 25 0 3 0 64285356 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=32613/tid=32616] ppid=32611 vsize=184132 CPUtime=46.42
/proc/32613/task/32616/stat : 32616 (ornithorynque) R 32611 32613 32034 0 -1 4194368 2 0 0 0 4642 0 0 0 25 0 3 0 64285356 188551168 32204 18446744073709551615 4194304 4368192 548682069216 18446744073709551615 4244840 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.85
Current children cumulated vsize (KiB) 184132

Child status: 20
Real time (s): 48.5637
CPU time (s): 94.9576
CPU user time (s): 94.2837
CPU system time (s): 0.673897
CPU usage (%): 195.532
Max. virtual memory (cumulated for all children) (KiB): 185692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.2837
system time used= 0.673897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158972
page faults= 3
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= 761

runsolver used 0.056991 second user time and 0.133979 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Wed Apr 11 19:53:16 UTC 2007

IDJOB= 328538
IDBENCH= 20460
IDSOLVER= 139
FILE ID= node62/328538-1176321195

PBS_JOBID= 4516723

Free space on /tmp= 66554 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc12070.cnf
COMMAND LINE= /tmp/evaluation/328538-1176321195/ornithorynque /tmp/evaluation/328538-1176321195/instance-328538-1176321195.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-328538-1176321195 -o ROOT/results/node62/solver-328538-1176321195 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328538-1176321195/ornithorynque /tmp/evaluation/328538-1176321195/instance-328538-1176321195.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  9db41700a9e646f2af3ee8f40132e97a

RANDOM SEED= 453509264

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.279
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.279
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:       1347080 kB
Buffers:         41660 kB
Cached:         486632 kB
SwapCached:          0 kB
Active:         181636 kB
Inactive:       362192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1347080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11156 kB
Writeback:           0 kB
Mapped:          25664 kB
Slab:           151040 kB
Committed_AS:   106976 kB
PageTables:       1464 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= 66554 MiB

End job on node62 on Wed Apr 11 19:54:05 UTC 2007