Trace number 328541

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 112.703 57.9049

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11803.cnf
MD5SUM6c6fd606fd41d7205b07602118ad74a0
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.78073
Satisfiable
(Un)Satisfiability was proved
Number of variables276402
Number of clauses798348
Sum of the clauses size2080196
Maximum clause length3
Minimum clause length1
Number of clauses of size 131560
Number of clauses of size 2251728
Number of clauses of size 3515060
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.06	c This is Ornithorynque version 0.1 alpha
0.00/0.06	c (c) roussel@cril.univ-artois.fr
0.00/0.06	c using unsigned int
0.00/0.06	c parsing...
1.83/1.98	c ...done
1.83/1.98	c nbVar=276427 nbClause=798348
2.13/2.29	c nbVar=276427 nbClause=798348
2.63/2.74	c complete search running
2.63/2.74	c local search running
2.99/2.93	c flip 0 nbSat=655305 maxSat=0
2.99/2.97	c flip 10000 nbSat=665401 maxSat=665401
3.39/3.15	c flip 20000 nbSat=674172 maxSat=674180
8.18/5.60	c flip 30000 nbSat=679449 maxSat=679449
13.57/8.25	c flip 40000 nbSat=684022 maxSat=684022
14.77/8.87	c flip 50000 nbSat=688838 maxSat=688838
20.35/11.61	c flip 60000 nbSat=693239 maxSat=693268
21.95/12.44	c flip 70000 nbSat=698124 maxSat=698147
26.74/14.87	c flip 80000 nbSat=701980 maxSat=702011
31.93/17.43	c flip 90000 nbSat=704932 maxSat=706558
33.32/18.10	c flip 100000 nbSat=709794 maxSat=709794
38.32/20.67	c flip 110000 nbSat=715166 maxSat=715668
39.71/21.38	c flip 120000 nbSat=719788 maxSat=720399
46.70/24.84	c flip 130000 nbSat=721576 maxSat=722356
48.89/25.90	c flip 140000 nbSat=723931 maxSat=724131
53.28/28.18	c nbDecision=10000 #clauses=798374
53.68/28.33	c flip 150000 nbSat=725250 maxSat=725326
58.28/30.68	c flip 160000 nbSat=726533 maxSat=726894
63.86/33.43	c flip 170000 nbSat=729416 maxSat=729417
67.25/35.17	c flip 180000 nbSat=730806 maxSat=730827
70.83/36.96	c flip 190000 nbSat=730478 maxSat=732839
76.61/39.89	c flip 200000 nbSat=733208 maxSat=734158
80.99/42.08	c flip 210000 nbSat=735920 maxSat=735921
84.79/43.97	c flip 220000 nbSat=735263 maxSat=737123
89.18/46.18	c flip 230000 nbSat=737153 maxSat=738415
94.37/48.76	c flip 240000 nbSat=739081 maxSat=739549
98.35/50.72	c flip 250000 nbSat=740191 maxSat=740937
102.35/52.70	c nbDecision=20000 #clauses=798388
102.55/52.85	c flip 260000 nbSat=741197 maxSat=741257
106.94/55.09	c flip 270000 nbSat=742037 maxSat=742428
112.52/57.87	c nbDecision=22077 #clauses=798392
112.52/57.87	c complete search ended
112.52/57.87	c local search ended
112.52/57.87	c complete search answered
112.52/57.87	
112.52/57.87	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/node19/watcher-328541-1176322209 -o ROOT/results/node19/solver-328541-1176322209 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328541-1176322209/ornithorynque /tmp/evaluation/328541-1176322209/instance-328541-1176322209.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.99 0.97 0.95 3/77 12754
/proc/meminfo: memFree=1841608/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=1364 CPUtime=0
/proc/12754/stat : 12754 (ornithorynque) D 12752 12754 11600 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 80138382 1396736 32 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255233947017 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12754/statm: 341 32 25 42 0 3 0

[startup+0.017492 s]
/proc/loadavg: 0.99 0.97 0.95 3/77 12754
/proc/meminfo: memFree=1841608/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=1364 CPUtime=0
/proc/12754/stat : 12754 (ornithorynque) D 12752 12754 11600 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 80138382 1396736 32 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255233947113 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/12754/statm: 341 32 25 42 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1364

[startup+0.10154 s]
/proc/loadavg: 0.99 0.97 0.95 3/77 12754
/proc/meminfo: memFree=1841608/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=27444 CPUtime=0.03
/proc/12754/stat : 12754 (ornithorynque) R 12752 12754 11600 0 -1 4194304 1949 0 2 0 3 0 0 0 18 0 1 0 80138382 28102656 1467 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255236145540 0 0 4096 1088 0 0 0 17 0 0 0
/proc/12754/statm: 6861 1467 379 42 0 1113 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27444

[startup+0.301529 s]
/proc/loadavg: 0.99 0.97 0.95 3/77 12754
/proc/meminfo: memFree=1841608/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=37344 CPUtime=0.24
/proc/12754/stat : 12754 (ornithorynque) R 12752 12754 11600 0 -1 4194304 4705 0 2 0 22 2 0 0 19 0 1 0 80138382 38240256 3560 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 216358370667 0 0 4096 1088 0 0 0 17 0 0 0
/proc/12754/statm: 9336 3560 379 42 0 3588 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 37344

[startup+0.701574 s]
/proc/loadavg: 0.99 0.97 0.95 3/77 12754
/proc/meminfo: memFree=1841608/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=54408 CPUtime=0.63
/proc/12754/stat : 12754 (ornithorynque) R 12752 12754 11600 0 -1 4194304 9307 0 2 0 59 4 0 0 23 0 1 0 80138382 55713792 7392 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 216358366550 0 0 4096 1088 0 0 0 17 0 0 0
/proc/12754/statm: 13602 7392 379 42 0 7854 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 54408

[startup+1.50165 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12755
/proc/meminfo: memFree=1801600/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=83980 CPUtime=1.44
/proc/12754/stat : 12754 (ornithorynque) R 12752 12754 11600 0 -1 4194304 17346 0 2 0 135 9 0 0 25 0 1 0 80138382 85995520 14406 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255245463650 0 0 4096 1088 0 0 0 17 1 0 0
/proc/12754/statm: 20995 14407 379 42 0 15247 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 83980

[startup+3.10184 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12755
/proc/meminfo: memFree=1717696/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=233144 CPUtime=3.39
/proc/12754/stat : 12754 (ornithorynque) S 12752 12754 11600 0 -1 4194304 51890 0 2 0 316 23 0 0 25 0 3 0 80138382 238739456 44829 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255245447035 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12754/statm: 58286 44829 389 42 0 52538 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 233144

[startup+6.30219 s]
/proc/loadavg: 1.07 0.99 0.96 3/80 12757
/proc/meminfo: memFree=1659952/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=235840 CPUtime=9.77
/proc/12754/stat : 12754 (ornithorynque) S 12752 12754 11600 0 -1 4194304 59038 0 2 0 951 26 0 0 25 0 3 0 80138382 241500160 45497 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255245447035 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12754/statm: 58960 45497 389 42 0 53212 0
[pid=12754/tid=12756] ppid=12752 vsize=235840 CPUtime=3.55
/proc/12754/task/12756/stat : 12756 (ornithorynque) R 12752 12754 11600 0 -1 4194368 9250 0 0 0 351 4 0 0 25 0 3 0 80138657 241500160 45497 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4273705 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12754/tid=12757] ppid=12752 vsize=235840 CPUtime=3.54
/proc/12754/task/12757/stat : 12757 (ornithorynque) R 12752 12754 11600 0 -1 4194368 2 0 0 0 354 0 0 0 25 0 3 0 80138657 241500160 45497 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (KiB) 235840

[startup+12.7019 s]
/proc/loadavg: 1.15 1.00 0.96 3/80 12757
/proc/meminfo: memFree=1662000/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=235840 CPUtime=22.55
/proc/12754/stat : 12754 (ornithorynque) S 12752 12754 11600 0 -1 4194304 74698 0 2 0 2222 33 0 0 25 0 3 0 80138382 241500160 45497 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255245447035 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12754/statm: 58960 45497 389 42 0 53212 0
[pid=12754/tid=12756] ppid=12752 vsize=235840 CPUtime=9.94
/proc/12754/task/12756/stat : 12756 (ornithorynque) R 12752 12754 11600 0 -1 4194368 24910 0 0 0 984 10 0 0 25 0 3 0 80138657 241500160 45497 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4274717 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12754/tid=12757] ppid=12752 vsize=235840 CPUtime=9.91
/proc/12754/task/12757/stat : 12757 (ornithorynque) R 12752 12754 11600 0 -1 4194368 2 0 0 0 991 0 0 0 25 0 3 0 80138657 241500160 45497 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.55
Current children cumulated vsize (KiB) 235840

[startup+25.5013 s]
/proc/loadavg: 1.34 1.05 0.98 3/80 12757
/proc/meminfo: memFree=1660080/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=233680 CPUtime=48.09
/proc/12754/stat : 12754 (ornithorynque) S 12752 12754 11600 0 -1 4194304 106018 0 2 0 4763 46 0 0 25 0 3 0 80138382 239288320 44957 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255245447035 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12754/statm: 58420 44957 389 42 0 52672 0
[pid=12754/tid=12756] ppid=12752 vsize=233680 CPUtime=22.74
/proc/12754/task/12756/stat : 12756 (ornithorynque) R 12752 12754 11600 0 -1 4194368 56230 0 0 0 2250 24 0 0 25 0 3 0 80138657 239288320 44957 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4328123 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12754/tid=12757] ppid=12752 vsize=233680 CPUtime=22.66
/proc/12754/task/12757/stat : 12757 (ornithorynque) R 12752 12754 11600 0 -1 4194368 2 0 0 0 2266 0 0 0 25 0 3 0 80138657 239288320 44957 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4244167 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.09
Current children cumulated vsize (KiB) 233680

[startup+51.1011 s]
/proc/loadavg: 1.56 1.13 1.01 3/80 12757
/proc/meminfo: memFree=1660080/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=235840 CPUtime=99.15
/proc/12754/stat : 12754 (ornithorynque) S 12752 12754 11600 0 -1 4194304 169199 0 2 0 9841 74 0 0 25 0 3 0 80138382 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255245447035 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12754/statm: 58960 45498 389 42 0 53212 0
[pid=12754/tid=12756] ppid=12752 vsize=235840 CPUtime=48.33
/proc/12754/task/12756/stat : 12756 (ornithorynque) R 12752 12754 11600 0 -1 4194368 119411 0 0 0 4782 51 0 0 25 0 3 0 80138657 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4273705 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12754/tid=12757] ppid=12752 vsize=235840 CPUtime=48.12
/proc/12754/task/12757/stat : 12757 (ornithorynque) R 12752 12754 11600 0 -1 4194368 2 0 0 0 4812 0 0 0 25 0 3 0 80138657 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4245839 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.15
Current children cumulated vsize (KiB) 235840

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

[startup+54.3014 s]
/proc/loadavg: 1.56 1.13 1.01 3/80 12757
/proc/meminfo: memFree=1662000/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=235840 CPUtime=105.54
/proc/12754/stat : 12754 (ornithorynque) S 12752 12754 11600 0 -1 4194304 176759 0 2 0 10477 77 0 0 25 0 3 0 80138382 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255245447035 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12754/statm: 58960 45498 389 42 0 53212 0
[pid=12754/tid=12756] ppid=12752 vsize=235840 CPUtime=51.53
/proc/12754/task/12756/stat : 12756 (ornithorynque) R 12752 12754 11600 0 -1 4194368 126971 0 0 0 5099 54 0 0 25 0 3 0 80138657 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4275634 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12754/tid=12757] ppid=12752 vsize=235840 CPUtime=51.31
/proc/12754/task/12757/stat : 12757 (ornithorynque) R 12752 12754 11600 0 -1 4194368 2 0 0 0 5131 0 0 0 25 0 3 0 80138657 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4239088 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 105.54
Current children cumulated vsize (KiB) 235840

[startup+55.9016 s]
/proc/loadavg: 1.60 1.14 1.01 3/80 12757
/proc/meminfo: memFree=1660080/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=233680 CPUtime=108.73
/proc/12754/stat : 12754 (ornithorynque) S 12752 12754 11600 0 -1 4194304 180539 0 2 0 10795 78 0 0 25 0 3 0 80138382 239288320 44958 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255245447035 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12754/statm: 58420 44958 389 42 0 52672 0
[pid=12754/tid=12756] ppid=12752 vsize=233680 CPUtime=53.13
/proc/12754/task/12756/stat : 12756 (ornithorynque) R 12752 12754 11600 0 -1 4194368 130751 0 0 0 5258 55 0 0 25 0 3 0 80138657 239288320 44958 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4328131 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12754/tid=12757] ppid=12752 vsize=233680 CPUtime=52.91
/proc/12754/task/12757/stat : 12757 (ornithorynque) R 12752 12754 11600 0 -1 4194368 2 0 0 0 5291 0 0 0 25 0 3 0 80138657 239288320 44958 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4246146 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 108.73
Current children cumulated vsize (KiB) 233680

[startup+56.7027 s]
/proc/loadavg: 1.60 1.14 1.01 3/80 12757
/proc/meminfo: memFree=1660080/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=235840 CPUtime=110.33
/proc/12754/stat : 12754 (ornithorynque) S 12752 12754 11600 0 -1 4194304 183239 0 2 0 10953 80 0 0 25 0 3 0 80138382 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255245447035 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12754/statm: 58960 45498 389 42 0 53212 0
[pid=12754/tid=12756] ppid=12752 vsize=235840 CPUtime=53.93
/proc/12754/task/12756/stat : 12756 (ornithorynque) R 12752 12754 11600 0 -1 4194368 133451 0 0 0 5336 57 0 0 25 0 3 0 80138657 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4274226 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12754/tid=12757] ppid=12752 vsize=235840 CPUtime=53.7
/proc/12754/task/12757/stat : 12757 (ornithorynque) R 12752 12754 11600 0 -1 4194368 2 0 0 0 5370 0 0 0 25 0 3 0 80138657 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4298255 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 110.33
Current children cumulated vsize (KiB) 235840

[startup+57.5028 s]
/proc/loadavg: 1.60 1.14 1.01 3/80 12757
/proc/meminfo: memFree=1662000/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=235840 CPUtime=111.93
/proc/12754/stat : 12754 (ornithorynque) S 12752 12754 11600 0 -1 4194304 184859 0 2 0 11112 81 0 0 25 0 3 0 80138382 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 255245447035 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12754/statm: 58960 45498 389 42 0 53212 0
[pid=12754/tid=12756] ppid=12752 vsize=235840 CPUtime=54.73
/proc/12754/task/12756/stat : 12756 (ornithorynque) R 12752 12754 11600 0 -1 4194368 135071 0 0 0 5415 58 0 0 25 0 3 0 80138657 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4273705 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12754/tid=12757] ppid=12752 vsize=235840 CPUtime=54.5
/proc/12754/task/12757/stat : 12757 (ornithorynque) R 12752 12754 11600 0 -1 4194368 2 0 0 0 5450 0 0 0 25 0 3 0 80138657 241500160 45498 18446744073709551615 4194304 4368192 548682069200 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 111.93
Current children cumulated vsize (KiB) 235840

[startup+57.9028 s]
/proc/loadavg: 1.60 1.14 1.01 3/80 12757
/proc/meminfo: memFree=1662000/2055920 swapFree=4192812/4192956
[pid=12754] ppid=12752 vsize=0 CPUtime=112.69
/proc/12754/stat : 12754 (ornithorynque) R 12752 12754 11600 0 -1 4194308 185401 0 2 0 11185 84 0 0 17 0 1 0 80138382 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 1088 0 0 0 17 1 0 0
/proc/12754/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 112.69
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 57.9049
CPU time (s): 112.703
CPU user time (s): 111.855
CPU system time (s): 0.847871
CPU usage (%): 194.634
Max. virtual memory (cumulated for all children) (KiB): 235840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.855
system time used= 0.847871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185401
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 2169

runsolver used 0.036994 second user time and 0.180972 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Apr 11 20:10:10 UTC 2007

IDJOB= 328541
IDBENCH= 20463
IDSOLVER= 139
FILE ID= node19/328541-1176322209

PBS_JOBID= 4516489

Free space on /tmp= 66533 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  6c6fd606fd41d7205b07602118ad74a0

RANDOM SEED= 428888616

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1842016 kB
Buffers:         13544 kB
Cached:          89816 kB
SwapCached:          0 kB
Active:          93460 kB
Inactive:        63808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16012 kB
Writeback:           0 kB
Mapped:          72844 kB
Slab:            42192 kB
Committed_AS:  2666096 kB
PageTables:       1784 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= 66533 MiB

End job on node19 on Wed Apr 11 20:11:08 UTC 2007