Trace number 328566

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 alpha? (TO) 1200.11 601.732

General information on the benchmark

Nameindustrial/grieu/
vmpc_33.cnf
MD5SUM4c4d694bb911a7a13a7cb66a99dd484c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark142.696
Satisfiable
(Un)Satisfiability was proved
Number of variables1089
Number of clauses177375
Sum of the clauses size464310
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269795
Number of clauses of size 3107514
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 566

Solver Data (download as text)

0.00/0.00	c This is Ornithorynque version 0.1 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using unsigned short
0.00/0.00	c parsing...
0.29/0.38	c ...done
0.29/0.38	c nbVar=1089 nbClause=177375
0.39/0.40	c nbVar=1089 nbClause=177375
0.39/0.45	c complete search running
0.39/0.45	c local search running
0.39/0.48	c flip 0 nbSat=144653 maxSat=0
3.14/1.88	c flip 10000 nbSat=177284 maxSat=177333
5.93/3.30	c flip 20000 nbSat=177123 maxSat=177333
6.52/3.60	c flip 0 nbSat=148364 maxSat=177333
11.31/5.93	c flip 10000 nbSat=182212 maxSat=182247
12.51/6.60	c nbDecision=10000 #clauses=185778
16.10/8.30	c flip 20000 nbSat=182211 maxSat=182249
16.90/8.77	c flip 0 nbSat=159514 maxSat=182249
24.29/12.48	c flip 10000 nbSat=187582 maxSat=187649
31.67/16.12	c flip 20000 nbSat=187632 maxSat=187649
33.06/16.82	c nbDecision=20000 #clauses=194365
33.06/16.84	c flip 0 nbSat=162016 maxSat=187649
44.23/22.46	c flip 10000 nbSat=194125 maxSat=194293
55.20/27.93	c flip 20000 nbSat=194163 maxSat=194300
57.40/29.03	c flip 0 nbSat=168231 maxSat=194300
65.57/33.16	c nbDecision=30000 #clauses=203146
73.35/37.02	c flip 10000 nbSat=201086 maxSat=201192
89.12/44.96	c flip 20000 nbSat=201016 maxSat=201195
92.11/46.48	c flip 0 nbSat=177383 maxSat=201195
105.28/53.03	c nbDecision=40000 #clauses=211735
113.87/57.30	c flip 10000 nbSat=207418 maxSat=207557
133.62/67.26	c flip 20000 nbSat=207527 maxSat=207560
137.40/69.16	c flip 0 nbSat=187629 maxSat=207560
144.19/72.51	c nbDecision=50000 #clauses=220367
166.14/83.51	c flip 10000 nbSat=218972 maxSat=219015
194.07/97.58	c flip 20000 nbSat=218969 maxSat=219015
199.66/100.30	c flip 0 nbSat=195836 maxSat=219015
207.85/104.50	c nbDecision=60000 #clauses=229289
233.58/117.37	c flip 10000 nbSat=227857 maxSat=227892
267.29/134.21	c flip 20000 nbSat=227826 maxSat=227900
268.68/134.91	c nbDecision=70000 #clauses=237792
273.69/137.45	c flip 0 nbSat=205982 maxSat=227900
315.78/158.58	c flip 10000 nbSat=238230 maxSat=238417
327.35/164.31	c nbDecision=80000 #clauses=246253
358.48/179.93	c flip 20000 nbSat=238275 maxSat=238417
366.26/183.83	c flip 0 nbSat=218347 maxSat=238417
394.79/198.11	c nbDecision=90000 #clauses=255133
416.35/209.00	c flip 10000 nbSat=251357 maxSat=251495
466.62/234.14	c flip 20000 nbSat=251193 maxSat=251497
475.60/238.65	c flip 0 nbSat=232796 maxSat=251497
481.59/241.60	c nbDecision=100000 #clauses=263959
535.24/268.56	c flip 10000 nbSat=263189 maxSat=263228
573.36/287.60	c nbDecision=110000 #clauses=272622
594.91/298.47	c flip 20000 nbSat=263054 maxSat=263228
606.28/304.11	c flip 0 nbSat=245887 maxSat=263228
672.73/337.49	c flip 10000 nbSat=275149 maxSat=275469
738.97/370.68	c flip 20000 nbSat=275159 maxSat=275474
750.93/376.68	c flip 0 nbSat=245682 maxSat=275474
818.57/410.59	c flip 10000 nbSat=275732 maxSat=276027
886.01/444.32	c flip 20000 nbSat=275924 maxSat=276027
898.18/450.40	c flip 0 nbSat=246604 maxSat=276043
966.22/484.53	c flip 10000 nbSat=275810 maxSat=276047
1034.06/518.59	c flip 20000 nbSat=275946 maxSat=276047
1045.63/524.32	c flip 0 nbSat=244094 maxSat=276047
1113.47/558.33	c flip 10000 nbSat=275851 maxSat=276047
1181.30/592.38	c flip 20000 nbSat=275890 maxSat=276047
1194.27/598.83	c flip 0 nbSat=251305 maxSat=276047

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-328566-1173112499 -o ROOT/results/node40/solver-328566-1173112499 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328566-1173112499/ornithorynque /tmp/evaluation/328566-1173112499/instance-328566-1173112499.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.83 1.94 1.90 3/64 10655
/proc/meminfo: memFree=1016704/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=23220 CPUtime=0
/proc/10655/stat : 10655 (ornithorynque) R 10653 10655 9736 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 37204163 23777280 263 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264516965488 0 0 4096 0 0 0 0 17 1 0 0
/proc/10655/statm: 5805 263 218 42 0 45 0

[startup+0.028403 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 10655
/proc/meminfo: memFree=1016704/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=24152 CPUtime=0.02
/proc/10655/stat : 10655 (ornithorynque) R 10653 10655 9736 0 -1 4194304 701 0 0 0 2 0 0 0 18 0 1 0 37204163 24731648 662 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264519455457 0 0 4096 1088 0 0 0 17 1 0 0
/proc/10655/statm: 6038 662 377 42 0 290 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24152

[startup+0.101418 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 10655
/proc/meminfo: memFree=1016704/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=27440 CPUtime=0.09
/proc/10655/stat : 10655 (ornithorynque) R 10653 10655 9736 0 -1 4194304 1570 0 0 0 9 0 0 0 18 0 1 0 37204163 28098560 1434 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264519455457 0 0 4096 1088 0 0 0 17 1 0 0
/proc/10655/statm: 6860 1434 377 42 0 1112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27440

[startup+0.301458 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 10655
/proc/meminfo: memFree=1016704/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=36500 CPUtime=0.29
/proc/10655/stat : 10655 (ornithorynque) R 10653 10655 9736 0 -1 4194304 4030 0 0 0 28 1 0 0 19 0 1 0 37204163 37376000 3507 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264519455457 0 0 4096 1088 0 0 0 17 1 0 0
/proc/10655/statm: 9125 3507 377 42 0 3377 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36500

[startup+0.701551 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 10655
/proc/meminfo: memFree=1016704/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=69592 CPUtime=0.94
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 7593 0 0 0 91 3 0 0 21 0 3 0 37204163 71262208 6413 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 17398 6413 387 42 0 11650 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 69592

[startup+1.50272 s]
/proc/loadavg: 1.83 1.94 1.90 3/67 10658
/proc/meminfo: memFree=992232/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=69592 CPUtime=2.54
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 7598 0 0 0 251 3 0 0 21 0 3 0 37204163 71262208 6418 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 17398 6418 387 42 0 11650 0
[pid=10655/tid=10657] ppid=10653 vsize=69592 CPUtime=1.04
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 350 0 0 0 104 0 0 0 25 0 3 0 37204209 71262208 6418 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314353 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=69592 CPUtime=1.04
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 2 0 0 0 104 0 0 0 25 0 3 0 37204209 71262208 6418 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 69592

[startup+3.10105 s]
/proc/loadavg: 1.83 1.94 1.90 3/67 10658
/proc/meminfo: memFree=992104/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=70120 CPUtime=5.73
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 7734 0 0 0 570 3 0 0 21 0 3 0 37204163 71802880 6554 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 17530 6554 387 42 0 11782 0
[pid=10655/tid=10657] ppid=10653 vsize=70120 CPUtime=2.64
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 486 0 0 0 264 0 0 0 25 0 3 0 37204209 71802880 6554 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=70120 CPUtime=2.63
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 2 0 0 0 263 0 0 0 25 0 3 0 37204209 71802880 6554 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285898 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 70120

[startup+6.30272 s]
/proc/loadavg: 1.85 1.94 1.90 3/67 10658
/proc/meminfo: memFree=989224/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=73176 CPUtime=12.11
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 8454 0 0 0 1208 3 0 0 21 0 3 0 37204163 74932224 7187 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 18294 7187 387 42 0 12546 0
[pid=10655/tid=10657] ppid=10653 vsize=73176 CPUtime=5.84
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 602 0 0 0 584 0 0 0 25 0 3 0 37204209 74932224 7187 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=73176 CPUtime=5.82
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 606 0 0 0 582 0 0 0 25 0 3 0 37204209 74932224 7187 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285873 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 73176

[startup+12.7011 s]
/proc/loadavg: 1.86 1.94 1.90 3/67 10658
/proc/meminfo: memFree=985512/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=76936 CPUtime=24.88
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 9349 0 0 0 2484 4 0 0 21 0 3 0 37204163 78782464 8082 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 19234 8082 387 42 0 13486 0
[pid=10655/tid=10657] ppid=10653 vsize=76936 CPUtime=12.23
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 1059 0 0 0 1223 0 0 0 25 0 3 0 37204209 78782464 8082 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311238 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=76936 CPUtime=12.18
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 1044 0 0 0 1218 0 0 0 25 0 3 0 37204209 78782464 8082 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285866 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 76936

[startup+25.5017 s]
/proc/loadavg: 1.89 1.94 1.90 3/67 10658
/proc/meminfo: memFree=980456/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=81880 CPUtime=50.41
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 10609 0 0 0 5036 5 0 0 21 0 3 0 37204163 83845120 9342 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 20470 9342 387 42 0 14722 0
[pid=10655/tid=10657] ppid=10653 vsize=81880 CPUtime=25.02
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 1785 0 0 0 2501 1 0 0 25 0 3 0 37204209 83845120 9342 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=81880 CPUtime=24.92
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 1578 0 0 0 2492 0 0 0 25 0 3 0 37204209 83845120 9342 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283786 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 81880

[startup+51.1011 s]
/proc/loadavg: 1.93 1.94 1.90 3/67 10658
/proc/meminfo: memFree=972136/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=91236 CPUtime=101.48
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 12725 0 0 0 10141 7 0 0 21 0 3 0 37204163 93425664 11458 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 22809 11458 387 42 0 17061 0
[pid=10655/tid=10657] ppid=10653 vsize=91236 CPUtime=50.61
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 2886 0 0 0 5059 2 0 0 25 0 3 0 37204209 93425664 11458 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314358 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=91236 CPUtime=50.41
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 2593 0 0 0 5039 2 0 0 25 0 3 0 37204209 93425664 11458 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241542 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 91236

[startup+102.306 s]
/proc/loadavg: 1.97 1.95 1.91 3/67 10658
/proc/meminfo: memFree=961576/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=102076 CPUtime=203.66
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 15283 0 0 0 20356 10 0 0 21 0 3 0 37204163 104525824 14016 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 25519 14016 387 42 0 19771 0
[pid=10655/tid=10657] ppid=10653 vsize=102076 CPUtime=101.79
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 4341 0 0 0 10176 3 0 0 25 0 3 0 37204209 104525824 14016 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=102076 CPUtime=101.39
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 3696 0 0 0 10137 2 0 0 25 0 3 0 37204209 104525824 14016 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241162 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.66
Current children cumulated vsize (KiB) 102076

[startup+162.301 s]
/proc/loadavg: 1.99 1.95 1.91 3/67 10658
/proc/meminfo: memFree=952680/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=110384 CPUtime=323.35
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 17520 0 0 0 32324 11 0 0 21 0 3 0 37204163 113033216 16253 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 27596 16253 387 42 0 21848 0
[pid=10655/tid=10657] ppid=10653 vsize=110384 CPUtime=161.77
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 5914 0 0 0 16172 5 0 0 25 0 3 0 37204209 113033216 16253 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4305712 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=110384 CPUtime=161.13
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 4360 0 0 0 16110 3 0 0 25 0 3 0 37204209 113033216 16253 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241162 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.35
Current children cumulated vsize (KiB) 110384

[startup+222.302 s]
/proc/loadavg: 1.99 1.96 1.91 3/67 10658
/proc/meminfo: memFree=945128/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=118212 CPUtime=443.07
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 19389 0 0 0 44294 13 0 0 21 0 3 0 37204163 121049088 18122 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 29553 18122 387 42 0 23805 0
[pid=10655/tid=10657] ppid=10653 vsize=118212 CPUtime=221.75
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 7085 0 0 0 22169 6 0 0 25 0 3 0 37204209 121049088 18122 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4310941 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=118212 CPUtime=220.86
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 5058 0 0 0 22083 3 0 0 25 0 3 0 37204209 121049088 18122 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241130 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.07
Current children cumulated vsize (KiB) 118212

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 10658
/proc/meminfo: memFree=938280/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=130380 CPUtime=562.78
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 22147 0 0 0 56264 14 0 0 21 0 3 0 37204163 133509120 19854 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 32595 19854 387 42 0 26847 0
[pid=10655/tid=10657] ppid=10653 vsize=130380 CPUtime=281.72
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 8615 0 0 0 28165 7 0 0 25 0 3 0 37204209 133509120 19854 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=130380 CPUtime=280.6
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 6286 0 0 0 28057 3 0 0 25 0 3 0 37204209 133509120 19854 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241109 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.78
Current children cumulated vsize (KiB) 130380

[startup+342.303 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 10658
/proc/meminfo: memFree=933864/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=134916 CPUtime=682.5
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 23223 0 0 0 68235 15 0 0 21 0 3 0 37204163 138153984 20930 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 33729 20930 387 42 0 27981 0
[pid=10655/tid=10657] ppid=10653 vsize=134916 CPUtime=341.7
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 8966 0 0 0 34162 8 0 0 25 0 3 0 37204209 138153984 20930 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242884 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=134916 CPUtime=340.35
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 7011 0 0 0 34031 4 0 0 25 0 3 0 37204209 138153984 20930 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4284385 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.5
Current children cumulated vsize (KiB) 134916

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 10658
/proc/meminfo: memFree=933800/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=134916 CPUtime=802.21
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 23252 0 0 0 80206 15 0 0 21 0 3 0 37204163 138153984 20959 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 33729 20959 387 42 0 27981 0
[pid=10655/tid=10657] ppid=10653 vsize=134916 CPUtime=401.68
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 8966 0 0 0 40160 8 0 0 25 0 3 0 37204209 138153984 20959 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242884 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=134916 CPUtime=400.07
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 7040 0 0 0 40003 4 0 0 25 0 3 0 37204209 138153984 20959 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.21
Current children cumulated vsize (KiB) 134916

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 10658
/proc/meminfo: memFree=933736/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=134916 CPUtime=921.92
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 23252 0 0 0 92177 15 0 0 21 0 3 0 37204163 138153984 20959 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 33729 20959 387 42 0 27981 0
[pid=10655/tid=10657] ppid=10653 vsize=134916 CPUtime=461.65
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 8966 0 0 0 46157 8 0 0 25 0 3 0 37204209 138153984 20959 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242950 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=134916 CPUtime=459.81
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 7040 0 0 0 45977 4 0 0 25 0 3 0 37204209 138153984 20959 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.92
Current children cumulated vsize (KiB) 134916

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 10658
/proc/meminfo: memFree=933672/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=134916 CPUtime=1041.64
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 23252 0 0 0 104149 15 0 0 21 0 3 0 37204163 138153984 20959 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 33729 20959 387 42 0 27981 0
[pid=10655/tid=10657] ppid=10653 vsize=134916 CPUtime=521.63
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 8966 0 0 0 52155 8 0 0 25 0 3 0 37204209 138153984 20959 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242884 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=134916 CPUtime=519.55
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 7040 0 0 0 51951 4 0 0 25 0 3 0 37204209 138153984 20959 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283786 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.64
Current children cumulated vsize (KiB) 134916

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 10658
/proc/meminfo: memFree=933288/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=135312 CPUtime=1161.34
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 23356 0 0 0 116119 15 0 0 21 0 3 0 37204163 138559488 21063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 33828 21063 387 42 0 28080 0
[pid=10655/tid=10657] ppid=10653 vsize=135312 CPUtime=581.61
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 9070 0 0 0 58153 8 0 0 25 0 3 0 37204209 138559488 21063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=135312 CPUtime=579.27
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 7040 0 0 0 57923 4 0 0 25 0 3 0 37204209 138559488 21063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241162 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.34
Current children cumulated vsize (KiB) 135312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.706 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 10658
/proc/meminfo: memFree=931048/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=138408 CPUtime=1200.07
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 23933 0 0 0 119991 16 0 0 21 0 3 0 37204163 141729792 21640 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 34602 21640 387 42 0 28854 0
[pid=10655/tid=10657] ppid=10653 vsize=138408 CPUtime=601.01
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 9338 0 0 0 60093 8 0 0 25 0 3 0 37204209 141729792 21640 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=138408 CPUtime=598.6
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 7349 0 0 0 59856 4 0 0 25 0 3 0 37204209 141729792 21640 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 138408

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+601.706 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 10658
/proc/meminfo: memFree=931048/2055920 swapFree=4192952/4192956
[pid=10655] ppid=10653 vsize=138408 CPUtime=1200.07
/proc/10655/stat : 10655 (ornithorynque) S 10653 10655 9736 0 -1 4194304 23933 0 0 0 119991 16 0 0 21 0 3 0 37204163 141729792 21640 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264528490363 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10655/statm: 34602 21640 387 42 0 28854 0
[pid=10655/tid=10657] ppid=10653 vsize=138408 CPUtime=601.01
/proc/10655/task/10657/stat : 10657 (ornithorynque) R 10653 10655 9736 0 -1 4194368 9338 0 0 0 60093 8 0 0 25 0 3 0 37204209 141729792 21640 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10655/tid=10658] ppid=10653 vsize=138408 CPUtime=598.6
/proc/10655/task/10658/stat : 10658 (ornithorynque) R 10653 10655 9736 0 -1 4194368 7349 0 0 0 59856 4 0 0 25 0 3 0 37204209 141729792 21640 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 138408

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.732
CPU time (s): 1200.11
CPU user time (s): 1199.93
CPU system time (s): 0.178972
CPU usage (%): 199.442
Max. virtual memory (cumulated for all children) (KiB): 138408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.93
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23933
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= 25
involuntary context switches= 9168

runsolver used 0.617906 second user time and 1.58776 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Mar  5 16:34:59 UTC 2007

IDJOB= 328566
IDBENCH= 20488
IDSOLVER= 139
FILE ID= node40/328566-1173112499

PBS_JOBID= 4013898

Free space on /tmp= 66540 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/industrial/grieu/vmpc_33.cnf
COMMAND LINE= /tmp/evaluation/328566-1173112499/ornithorynque /tmp/evaluation/328566-1173112499/instance-328566-1173112499.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-328566-1173112499 -o ROOT/results/node40/solver-328566-1173112499 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328566-1173112499/ornithorynque /tmp/evaluation/328566-1173112499/instance-328566-1173112499.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  4c4d694bb911a7a13a7cb66a99dd484c

RANDOM SEED= 754118959

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.259
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.259
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:       1017184 kB
Buffers:         40316 kB
Cached:         904404 kB
SwapCached:          4 kB
Active:         139712 kB
Inactive:       821864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1017184 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2744 kB
Writeback:           0 kB
Mapped:          26988 kB
Slab:            63260 kB
Committed_AS:   100412 kB
PageTables:       1412 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= 66540 MiB

End job on node40 on Mon Mar  5 16:45:03 UTC 2007