Trace number 327935

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.23 601.524

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1380126410-13.UNSAT.shuffled.cnf
MD5SUM686dd485c2804890e53697263a117786
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark175.909
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51917
Number of clauses of size over 50

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.00/0.01	c ...done
0.00/0.01	c nbVar=90 nbClause=1917
0.00/0.01	c nbVar=90 nbClause=1917
0.00/0.01	c complete search running
0.00/0.01	c local search running
0.00/0.01	c flip 0 nbSat=1856 maxSat=0
0.05/0.06	c flip 0 nbSat=2592 maxSat=1895
0.18/0.16	c flip 0 nbSat=3774 maxSat=2631
0.58/0.37	c flip 0 nbSat=5416 maxSat=3812
1.18/0.69	c flip 0 nbSat=7495 maxSat=5437
2.18/1.17	c flip 0 nbSat=10079 maxSat=7532
2.37/1.22	c nbDecision=10000 #clauses=10433
3.57/1.88	c flip 0 nbSat=13312 maxSat=10124
5.76/2.91	c flip 0 nbSat=16878 maxSat=13369
7.37/3.76	c nbDecision=20000 #clauses=19168
9.16/4.65	c flip 0 nbSat=21025 maxSat=16913
14.15/7.17	c flip 0 nbSat=25080 maxSat=21061
17.13/8.67	c nbDecision=30000 #clauses=27828
20.71/10.42	c flip 0 nbSat=30347 maxSat=25135
28.70/14.46	c flip 0 nbSat=35481 maxSat=30382
30.89/15.50	c nbDecision=40000 #clauses=36538
39.08/19.65	c flip 0 nbSat=40834 maxSat=35531
50.26/25.22	c nbDecision=50000 #clauses=45287
51.25/25.71	c flip 0 nbSat=45594 maxSat=40893
64.22/32.27	c flip 0 nbSat=50222 maxSat=45630
76.40/38.35	c nbDecision=60000 #clauses=53984
79.59/39.96	c flip 0 nbSat=54957 maxSat=50286
97.16/48.75	c flip 0 nbSat=60385 maxSat=55011
105.53/52.91	c nbDecision=70000 #clauses=62697
117.09/58.70	c flip 0 nbSat=65400 maxSat=60441
138.06/69.26	c flip 0 nbSat=70542 maxSat=65442
141.64/71.02	c nbDecision=80000 #clauses=71499
161.20/80.88	c flip 0 nbSat=76395 maxSat=70609
174.17/87.36	c nbDecision=90000 #clauses=80197
186.95/93.70	c flip 0 nbSat=83439 maxSat=76441
210.48/105.52	c nbDecision=100000 #clauses=89041
213.87/107.24	c flip 0 nbSat=89983 maxSat=83504
242.61/121.67	c flip 0 nbSat=96903 maxSat=90051
246.60/123.62	c nbDecision=110000 #clauses=97773
276.14/138.42	c flip 0 nbSat=104773 maxSat=96955
284.91/142.83	c nbDecision=120000 #clauses=106640
309.85/155.34	c flip 0 nbSat=111034 maxSat=104822
335.61/168.25	c nbDecision=130000 #clauses=115539
346.58/173.77	c flip 0 nbSat=117807 maxSat=111076
382.49/191.78	c nbDecision=140000 #clauses=124362
384.69/192.82	c flip 0 nbSat=124537 maxSat=117870
425.79/213.41	c flip 0 nbSat=129541 maxSat=124602
451.33/226.20	c nbDecision=150000 #clauses=133255
467.09/234.18	c flip 0 nbSat=135165 maxSat=129613
513.39/257.33	c flip 0 nbSat=140427 maxSat=135225
524.57/262.91	c nbDecision=160000 #clauses=142082
560.87/281.10	c flip 0 nbSat=147492 maxSat=140463
582.81/292.18	c nbDecision=170000 #clauses=150868
609.17/305.38	c flip 0 nbSat=154153 maxSat=147565
653.86/327.72	c nbDecision=180000 #clauses=159739
660.65/331.16	c flip 0 nbSat=160542 maxSat=154184
713.92/357.82	c flip 0 nbSat=167087 maxSat=160602
726.69/364.23	c nbDecision=190000 #clauses=168687
770.78/386.37	c flip 0 nbSat=172989 maxSat=167133
810.90/406.44	c nbDecision=200000 #clauses=177553
826.25/414.16	c flip 0 nbSat=179670 maxSat=173035
886.92/444.58	c nbDecision=210000 #clauses=186457
886.92/444.59	c flip 0 nbSat=186370 maxSat=179757
949.97/476.12	c flip 0 nbSat=191961 maxSat=186423
988.49/495.46	c nbDecision=220000 #clauses=195338
1012.82/507.66	c flip 0 nbSat=197074 maxSat=192023
1076.08/539.37	c flip 0 nbSat=203807 maxSat=197135
1078.68/540.65	c nbDecision=230000 #clauses=204191
1145.72/574.20	c flip 0 nbSat=211327 maxSat=203874
1168.27/585.58	c nbDecision=240000 #clauses=213107

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/node1/watcher-327935-1173114987 -o ROOT/results/node1/solver-327935-1173114987 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/327935-1173114987/ornithorynque /tmp/evaluation/327935-1173114987/instance-327935-1173114987.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.00 0.00 0.15 3/77 14492
/proc/meminfo: memFree=1145272/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=23220 CPUtime=0
/proc/14492/stat : 14492 (ornithorynque) R 14490 14492 14435 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 331453772 23777280 257 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259350657161 0 0 4096 0 0 0 0 17 1 0 0
/proc/14492/statm: 5805 258 217 42 0 45 0

[startup+0.036353 s]
/proc/loadavg: 0.00 0.00 0.15 3/77 14492
/proc/meminfo: memFree=1145272/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=44060 CPUtime=0.05
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 584 0 0 0 5 0 0 0 18 0 3 0 331453772 45117440 545 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 11015 545 387 42 0 5267 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44060

[startup+0.101361 s]
/proc/loadavg: 0.00 0.00 0.15 3/77 14492
/proc/meminfo: memFree=1145272/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=45348 CPUtime=0.18
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 657 0 0 0 18 0 0 0 18 0 3 0 331453772 46436352 618 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 11337 618 387 42 0 5589 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 45348

[startup+0.301383 s]
/proc/loadavg: 0.00 0.00 0.15 3/77 14492
/proc/meminfo: memFree=1145272/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=45484 CPUtime=0.58
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 789 0 0 0 58 0 0 0 18 0 3 0 331453772 46575616 750 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 11371 750 387 42 0 5623 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 45484

[startup+0.701431 s]
/proc/loadavg: 0.00 0.00 0.15 3/77 14492
/proc/meminfo: memFree=1145272/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=45912 CPUtime=1.38
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 1006 0 0 0 138 0 0 0 18 0 3 0 331453772 47013888 967 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 11478 967 387 42 0 5730 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 45912

[startup+1.50153 s]
/proc/loadavg: 0.00 0.00 0.15 3/80 14495
/proc/meminfo: memFree=1142496/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=47496 CPUtime=2.97
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 1245 0 0 0 297 0 0 0 18 0 3 0 331453772 48635904 1206 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 11874 1206 387 42 0 6126 0
[pid=14492/tid=14494] ppid=14490 vsize=47496 CPUtime=1.48
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 434 0 0 0 148 0 0 0 19 0 3 0 331453773 48635904 1206 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314855 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=47496 CPUtime=1.47
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 250 0 0 0 147 0 0 0 20 0 3 0 331453773 48635904 1206 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240896 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 47496

[startup+3.10172 s]
/proc/loadavg: 0.16 0.03 0.16 3/80 14495
/proc/meminfo: memFree=1140832/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=49668 CPUtime=6.17
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 1760 0 0 0 616 1 0 0 18 0 3 0 331453772 50860032 1655 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 12417 1655 387 42 0 6669 0
[pid=14492/tid=14494] ppid=14490 vsize=49668 CPUtime=3.07
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 699 0 0 0 307 0 0 0 25 0 3 0 331453773 50860032 1655 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=49668 CPUtime=3.07
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 500 0 0 0 307 0 0 0 25 0 3 0 331453773 50860032 1655 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 49668

[startup+6.30109 s]
/proc/loadavg: 0.16 0.03 0.16 3/80 14495
/proc/meminfo: memFree=1138592/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=50992 CPUtime=12.55
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 2109 0 0 0 1254 1 0 0 18 0 3 0 331453772 52215808 2004 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 12748 2004 387 42 0 7000 0
[pid=14492/tid=14494] ppid=14490 vsize=50992 CPUtime=6.27
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 954 0 0 0 627 0 0 0 25 0 3 0 331453773 52215808 2004 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259353121447 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=50992 CPUtime=6.25
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 594 0 0 0 625 0 0 0 25 0 3 0 331453773 52215808 2004 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241172 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 50992

[startup+12.7028 s]
/proc/loadavg: 0.44 0.10 0.18 3/80 14495
/proc/meminfo: memFree=1135712/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=54216 CPUtime=25.31
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 2849 0 0 0 2529 2 0 0 18 0 3 0 331453772 55517184 2679 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 13554 2679 387 42 0 7806 0
[pid=14492/tid=14494] ppid=14490 vsize=54216 CPUtime=12.67
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 1415 0 0 0 1266 1 0 0 25 0 3 0 331453773 55517184 2679 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=54216 CPUtime=12.61
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 873 0 0 0 1261 0 0 0 25 0 3 0 331453773 55517184 2679 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241645 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 54216

[startup+25.5013 s]
/proc/loadavg: 0.68 0.16 0.20 3/80 14495
/proc/meminfo: memFree=1132640/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=57408 CPUtime=50.85
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 3670 0 0 0 5082 3 0 0 18 0 3 0 331453772 58785792 3435 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 14352 3435 387 42 0 8604 0
[pid=14492/tid=14494] ppid=14490 vsize=57408 CPUtime=25.47
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 1925 0 0 0 2545 2 0 0 25 0 3 0 331453773 58785792 3435 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=57408 CPUtime=25.36
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 1184 0 0 0 2536 0 0 0 25 0 3 0 331453773 58785792 3435 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242553 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 57408

[startup+51.1013 s]
/proc/loadavg: 1.13 0.31 0.24 3/80 14495
/proc/meminfo: memFree=1127840/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=62688 CPUtime=101.95
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 5168 0 0 0 10190 5 0 0 18 0 3 0 331453772 64192512 4645 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 15672 4645 387 42 0 9924 0
[pid=14492/tid=14494] ppid=14490 vsize=62688 CPUtime=51.06
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 2634 0 0 0 5103 3 0 0 25 0 3 0 331453773 64192512 4645 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311432 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=62688 CPUtime=50.85
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 1973 0 0 0 5085 0 0 0 25 0 3 0 331453773 64192512 4645 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241583 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 62688

[startup+102.305 s]
/proc/loadavg: 1.65 0.59 0.34 3/80 14495
/proc/meminfo: memFree=1121120/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=69952 CPUtime=204.1
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 7118 0 0 0 20402 8 0 0 18 0 3 0 331453772 71630848 6238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 17488 6238 387 42 0 11740 0
[pid=14492/tid=14494] ppid=14490 vsize=69952 CPUtime=102.25
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 3876 0 0 0 10218 7 0 0 25 0 3 0 331453773 71630848 6238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311883 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=69952 CPUtime=101.82
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 2681 0 0 0 10181 1 0 0 25 0 3 0 331453773 71630848 6238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 69952

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 0.44 3/80 14495
/proc/meminfo: memFree=1114400/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=79368 CPUtime=323.82
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 9566 0 0 0 32371 11 0 0 18 0 3 0 331453772 81272832 7954 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 19842 7954 387 42 0 14094 0
[pid=14492/tid=14494] ppid=14490 vsize=79368 CPUtime=162.23
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 4940 0 0 0 16214 9 0 0 25 0 3 0 331453773 81272832 7954 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=79368 CPUtime=161.56
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 4065 0 0 0 16155 1 0 0 25 0 3 0 331453773 81272832 7954 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242337 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.82
Current children cumulated vsize (KiB) 79368

[startup+222.301 s]
/proc/loadavg: 1.95 1.05 0.54 3/80 14495
/proc/meminfo: memFree=1109472/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=85124 CPUtime=443.55
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 11247 0 0 0 44341 14 0 0 18 0 3 0 331453772 87166976 9166 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 21281 9166 387 42 0 15533 0
[pid=14492/tid=14494] ppid=14490 vsize=85124 CPUtime=222.21
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 6054 0 0 0 22209 12 0 0 25 0 3 0 331453773 87166976 9166 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=85124 CPUtime=221.31
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 4632 0 0 0 22130 1 0 0 25 0 3 0 331453773 87166976 9166 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.55
Current children cumulated vsize (KiB) 85124

[startup+282.301 s]
/proc/loadavg: 1.98 1.22 0.63 3/80 14495
/proc/meminfo: memFree=1105312/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=89756 CPUtime=563.27
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 12743 0 0 0 56311 16 0 0 18 0 3 0 331453772 91910144 10241 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 22439 10241 387 42 0 16691 0
[pid=14492/tid=14494] ppid=14490 vsize=89756 CPUtime=282.19
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 6871 0 0 0 28206 13 0 0 25 0 3 0 331453773 91910144 10241 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=89756 CPUtime=281.05
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 5311 0 0 0 28103 2 0 0 25 0 3 0 331453773 91910144 10241 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.27
Current children cumulated vsize (KiB) 89756

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.71 3/80 14495
/proc/meminfo: memFree=1101536/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=93040 CPUtime=682.99
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 13777 0 0 0 68281 18 0 0 18 0 3 0 331453772 95272960 11176 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 23260 11176 387 42 0 17512 0
[pid=14492/tid=14494] ppid=14490 vsize=93040 CPUtime=342.17
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 7520 0 0 0 34203 14 0 0 25 0 3 0 331453773 95272960 11176 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=93040 CPUtime=340.78
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 5696 0 0 0 34076 2 0 0 25 0 3 0 331453773 95272960 11176 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.99
Current children cumulated vsize (KiB) 93040

[startup+402.301 s]
/proc/loadavg: 1.99 1.47 0.79 3/80 14495
/proc/meminfo: memFree=1098464/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=97160 CPUtime=802.72
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 14881 0 0 0 80253 19 0 0 18 0 3 0 331453772 99491840 11954 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 24290 11954 387 42 0 18542 0
[pid=14492/tid=14494] ppid=14490 vsize=97160 CPUtime=402.16
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 8063 0 0 0 40200 16 0 0 25 0 3 0 331453773 99491840 11954 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311458 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=97160 CPUtime=400.53
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 6257 0 0 0 40051 2 0 0 25 0 3 0 331453773 99491840 11954 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.72
Current children cumulated vsize (KiB) 97160

[startup+462.301 s]
/proc/loadavg: 1.99 1.57 0.86 3/80 14495
/proc/meminfo: memFree=1094752/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=102556 CPUtime=922.43
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 16625 0 0 0 92223 20 0 0 18 0 3 0 331453772 105017344 12823 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 25639 12823 387 42 0 19891 0
[pid=14492/tid=14494] ppid=14490 vsize=102556 CPUtime=462.13
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 8739 0 0 0 46197 16 0 0 25 0 3 0 331453773 105017344 12823 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=102556 CPUtime=460.27
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 7325 0 0 0 46024 3 0 0 25 0 3 0 331453773 105017344 12823 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285320 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.43
Current children cumulated vsize (KiB) 102556

[startup+522.301 s]
/proc/loadavg: 1.99 1.64 0.93 3/80 14495
/proc/meminfo: memFree=1092320/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=107036 CPUtime=1042.15
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 17681 0 0 0 104194 21 0 0 18 0 3 0 331453772 109604864 13461 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 26759 13461 387 42 0 21011 0
[pid=14492/tid=14494] ppid=14490 vsize=107036 CPUtime=522.12
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 9149 0 0 0 52195 17 0 0 25 0 3 0 331453773 109604864 13461 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=107036 CPUtime=520
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 7971 0 0 0 51997 3 0 0 25 0 3 0 331453773 109604864 13461 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.15
Current children cumulated vsize (KiB) 107036

[startup+582.301 s]
/proc/loadavg: 1.99 1.71 0.99 3/80 14495
/proc/meminfo: memFree=1088864/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=110264 CPUtime=1161.88
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 18821 0 0 0 116165 23 0 0 18 0 3 0 331453772 112910336 14305 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 27566 14305 387 42 0 21818 0
[pid=14492/tid=14494] ppid=14490 vsize=110264 CPUtime=582.11
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 9627 0 0 0 58192 19 0 0 25 0 3 0 331453773 112910336 14305 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=110264 CPUtime=579.75
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 8633 0 0 0 57971 4 0 0 25 0 3 0 331453773 112910336 14305 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.88
Current children cumulated vsize (KiB) 110264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.501 s]
/proc/loadavg: 1.99 1.72 1.01 3/80 14495
/proc/meminfo: memFree=1088288/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=111288 CPUtime=1200.2
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 18957 0 0 0 119996 24 0 0 18 0 3 0 331453772 113958912 14441 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 27822 14441 387 42 0 22074 0
[pid=14492/tid=14494] ppid=14490 vsize=111288 CPUtime=601.3
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 9763 0 0 0 60111 19 0 0 25 0 3 0 331453773 113958912 14441 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=111288 CPUtime=598.87
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 8633 0 0 0 59883 4 0 0 25 0 3 0 331453773 113958912 14441 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.2
Current children cumulated vsize (KiB) 111288

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

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

[startup+601.501 s]
/proc/loadavg: 1.99 1.72 1.01 3/80 14495
/proc/meminfo: memFree=1088288/2055920 swapFree=4159124/4192956
[pid=14492] ppid=14490 vsize=111288 CPUtime=1200.2
/proc/14492/stat : 14492 (ornithorynque) S 14490 14492 14435 0 -1 4194304 18957 0 0 0 119996 24 0 0 18 0 3 0 331453772 113958912 14441 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259362156411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14492/statm: 27822 14441 387 42 0 22074 0
[pid=14492/tid=14494] ppid=14490 vsize=111288 CPUtime=601.3
/proc/14492/task/14494/stat : 14494 (ornithorynque) R 14490 14492 14435 0 -1 4194368 9763 0 0 0 60111 19 0 0 25 0 3 0 331453773 113958912 14441 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14492/tid=14495] ppid=14490 vsize=111288 CPUtime=598.87
/proc/14492/task/14495/stat : 14495 (ornithorynque) R 14490 14492 14435 0 -1 4194368 8633 0 0 0 59883 4 0 0 25 0 3 0 331453773 113958912 14441 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.2
Current children cumulated vsize (KiB) 111288

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.524
CPU time (s): 1200.23
CPU user time (s): 1199.97
CPU system time (s): 0.251961
CPU usage (%): 199.531
Max. virtual memory (cumulated for all children) (KiB): 111288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.97
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18957
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= 27
involuntary context switches= 22726

runsolver used 0.575912 second user time and 1.62675 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Mar  5 17:16:27 UTC 2007

IDJOB= 327935
IDBENCH= 19843
IDSOLVER= 139
FILE ID= node1/327935-1173114987

PBS_JOBID= 4014561

Free space on /tmp= 66522 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1380126410-13.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/327935-1173114987/ornithorynque /tmp/evaluation/327935-1173114987/instance-327935-1173114987.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-327935-1173114987 -o ROOT/results/node1/solver-327935-1173114987 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/327935-1173114987/ornithorynque /tmp/evaluation/327935-1173114987/instance-327935-1173114987.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  686dd485c2804890e53697263a117786

RANDOM SEED= 694579707

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1145744 kB
Buffers:         46788 kB
Cached:         767900 kB
SwapCached:      13688 kB
Active:          57312 kB
Inactive:       779916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1145744 kB
SwapTotal:     4192956 kB
SwapFree:      4159124 kB
Dirty:             308 kB
Writeback:           0 kB
Mapped:          29528 kB
Slab:            58580 kB
Committed_AS:  1090612 kB
PageTables:       1740 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= 66522 MiB

End job on node1 on Mon Mar  5 17:26:31 UTC 2007